Module: Hue
- Defined in:
- lib/alexa_hue/hue_switch.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.devices(options = {}) ⇒ Object
16 17 18 |
# File 'lib/alexa_hue/hue_switch.rb', line 16 def devices( = {}) SSDP.new().devices end |
.first(options = {}) ⇒ Object
20 21 22 23 |
# File 'lib/alexa_hue/hue_switch.rb', line 20 def first( = {}) = .merge(:first => true) SSDP.new().devices end |