Class: RubyHome::Uint32Value

Inherits:
BaseValue show all
Defined in:
lib/ruby_home/hap/values/uint32_value.rb

Constant Summary collapse

DEFAULT_VALUES =
{
  color_temperature: 50,
  lock_management_auto_security_timeout: 0,
}.freeze

Instance Attribute Summary

Attributes inherited from BaseValue

#value

Instance Method Summary collapse

Methods inherited from BaseValue

#initialize, value_for_template

Constructor Details

This class inherits a constructor from RubyHome::BaseValue

Instance Method Details

#defaultObject



10
11
12
# File 'lib/ruby_home/hap/values/uint32_value.rb', line 10

def default
  DEFAULT_VALUES[name]
end