Phue icon indicating copy to clipboard operation
Phue copied to clipboard

Sensor: getSensorById missing

Open wivaku opened this issue 8 years ago • 2 comments

The Node version has e.g.:

  • client.lights.getAll
  • client.lights.getById
  • client.sensors.getAll
  • client.sensors.getById

The PHP version does not have a command to get a single sensor:

  • new \Phue\Command\GetLights
  • new \Phue\Command\GetLightById(3)
  • new \Phue\Command\GetSensors

Could a getSensorById be added?

wivaku avatar Jul 21 '17 18:07 wivaku

Not sure if this is still relevant but I have added it anyway

allentje avatar Oct 21 '18 12:10 allentje

thx

wivaku avatar Oct 21 '18 13:10 wivaku