Class: OpenZWave::RemoteManager::GetNodeClassInformation_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'},
  _COMMANDCLASSID => {:type => ::Thrift::Types::BYTE, :name => '_commandClassId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end