Method: Lights#set_group_state

Defined in:
lib/lights.rb

#set_group_state(id, state) ⇒ Object



135
136
137
# File 'lib/lights.rb', line 135

def set_group_state( id, state )
  put "groups/#{id}/action", state
end