94 95 96 97
# File 'lib/lights.rb', line 94 def request_sensor_info( id ) response = get "sensors/#{id}" Sensor.new(id,response) end