Class: OpenZWave::RemoteManager::SetConfigParam_args
- Inherits:
-
Object
- Object
- OpenZWave::RemoteManager::SetConfigParam_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'}, _PARAM => {:type => ::Thrift::Types::BYTE, :name => '_param'}, _VALUE => {:type => ::Thrift::Types::I32, :name => '_value'}, _SIZE => {:type => ::Thrift::Types::BYTE, :name => '_size', :default => 2} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
5905 |
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 5905 def struct_fields; FIELDS; end |
#validate ⇒ Object
5907 5908 |
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 5907 def validate end |