Phue
Phue copied to clipboard
Sensor: getSensorById missing
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?
Not sure if this is still relevant but I have added it anyway
thx