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?