Module: Huebot::DeviceState
Instance Method Summary collapse
Instance Method Details
#get_state ⇒ Object
7 8 9 |
# File 'lib/huebot/device_state.rb', line 7 def get_state client.get!(url).fetch("state") end |
#set_state(state) ⇒ Object
3 4 5 |
# File 'lib/huebot/device_state.rb', line 3 def set_state(state) client.put!(state_change_url, state) end |