Class: OpenZWave::RemoteManager::SetNodeLocation_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/ansible/zwave/openzwave/ozw_remote_manager.rb

Constant Summary collapse

FIELDS =
{
  _HOMEID => {:type => ::Thrift::Types::I32, :name => '_homeId'},
  _NODEID => {:type => ::Thrift::Types::BYTE, :name => '_nodeId'},
  _LOCATION => {:type => ::Thrift::Types::STRING, :name => '_location'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4388
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 4388

def struct_fields; FIELDS; end

#validateObject



4390
4391
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 4390

def validate
end