Class: RubyMyq::Device::LightSwitch
- Inherits:
-
Base
- Object
- Base
- RubyMyq::Device::LightSwitch
show all
- Defined in:
- lib/ruby_myq/device/light_switch.rb
Instance Attribute Summary
Attributes inherited from Base
#cached_hash, #id, #myq_id, #myq_name, #name, #parent_system
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#off ⇒ Object
10
|
# File 'lib/ruby_myq/device/light_switch.rb', line 10
def off; end
|
#on ⇒ Object
8
|
# File 'lib/ruby_myq/device/light_switch.rb', line 8
def on; end
|
#status ⇒ Object
12
|
# File 'lib/ruby_myq/device/light_switch.rb', line 12
def status; end
|