Class: OpenZWave::Bool_Bool

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::BOOL, :name => 'o_value'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end