class RubyMyq::Device::LightSwitch
Public Instance Methods
off()
click to toggle source
# File lib/ruby_myq/device/light_switch.rb, line 10 def off; end
on()
click to toggle source
# File lib/ruby_myq/device/light_switch.rb, line 8 def on; end
status()
click to toggle source
# File lib/ruby_myq/device/light_switch.rb, line 12 def status; end