Class: OpenZWave::RemoteManager::AddSceneValue_String_args
- Inherits:
-
Object
- Object
- OpenZWave::RemoteManager::AddSceneValue_String_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/ansible/zwave/openzwave/ozw_remote_manager.rb
Constant Summary collapse
- FIELDS =
{ _SCENEID => {:type => ::Thrift::Types::BYTE, :name => '_sceneId'}, _VALUEID => {:type => ::Thrift::Types::STRUCT, :name => '_valueId', :class => ::OpenZWave::RemoteValueID}, _VALUE => {:type => ::Thrift::Types::STRING, :name => '_value'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6667 |
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 6667 def struct_fields; FIELDS; end |
#validate ⇒ Object
6669 6670 |
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 6669 def validate end |