Class: OpenZWave::Bool_Float

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/ansible/zwave/openzwave/ozw_types.rb

Constant Summary collapse

RETVAL =
1
O_VALUE =
2
FIELDS =
{
  RETVAL => {:type => ::Thrift::Types::BOOL, :name => 'retval'},
  O_VALUE => {:type => ::Thrift::Types::DOUBLE, :name => 'o_value'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



234
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 234

def struct_fields; FIELDS; end

#validateObject



236
237
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 236

def validate
end