Class: OpenZWave::RemoteManager::AddAssociation_args
- Inherits:
-
Object
- Object
- OpenZWave::RemoteManager::AddAssociation_args
- 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'}, _GROUPIDX => {:type => ::Thrift::Types::BYTE, :name => '_groupIdx'}, _TARGETNODEID => {:type => ::Thrift::Types::BYTE, :name => '_targetNodeId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6153 |
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 6153 def struct_fields; FIELDS; end |
#validate ⇒ Object
6155 6156 |
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 6155 def validate end |