Class: OpenZWave::GetAllScenesReturnStruct
- Inherits:
-
Object
- Object
- OpenZWave::GetAllScenesReturnStruct
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/ansible/zwave/openzwave/ozw_types.rb
Constant Summary collapse
- RETVAL =
1
- FIELDS =
{ RETVAL => {:type => ::Thrift::Types::BYTE, :name => 'retval'}, _SCENEIDS => {:type => ::Thrift::Types::LIST, :name => '_sceneIds', :element => {:type => ::Thrift::Types::BYTE}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
380 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 380 def struct_fields; FIELDS; end |
#validate ⇒ Object
382 383 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 382 def validate end |