Class: OpenZWave::GetSwitchPointReturnStruct
- Inherits:
-
Object
- Object
- OpenZWave::GetSwitchPointReturnStruct
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/ansible/zwave/openzwave/ozw_types.rb
Constant Summary collapse
- RETVAL =
1
- O_HOURS =
2
- O_MINUTES =
3
- O_SETBACK =
4
- FIELDS =
{ RETVAL => {:type => ::Thrift::Types::BOOL, :name => 'retval'}, O_HOURS => {:type => ::Thrift::Types::BYTE, :name => 'o_hours'}, O_MINUTES => {:type => ::Thrift::Types::BYTE, :name => 'o_minutes'}, O_SETBACK => {:type => ::Thrift::Types::BYTE, :name => 'o_setback'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
180 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 180 def struct_fields; FIELDS; end |
#validate ⇒ Object
182 183 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 182 def validate end |