Class: RubyMyq::Device::LightSwitch

Inherits:
Base
  • Object
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

Constructor Details

This class inherits a constructor from RubyMyq::Device::Base

Instance Method Details

#offObject



10
# File 'lib/ruby_myq/device/light_switch.rb', line 10

def off; end

#onObject



8
# File 'lib/ruby_myq/device/light_switch.rb', line 8

def on; end

#statusObject



12
# File 'lib/ruby_myq/device/light_switch.rb', line 12

def status; end