sqmk / huejay

Philips Hue client for Node.js
MIT License
424 stars 40 forks source link

Add AbstractZLLSensorConfig module #88

Closed raymondelooff closed 6 years ago

raymondelooff commented 6 years ago

The CLIP sensors share the same config properties, the ZLL sensors currently don't. This PR adds a generic AbstractZLLSensorConfig module, based on the general sensor resources. Some sensors may not support all the attributes. However, the Philips Hue API exposes the general sensor resources for all ZLL sensors.

sqmk commented 6 years ago

Thanks for the change! This will be tagged and published as 1.8.0 shortly.