Peter Murray

Results 112 comments of Peter Murray

The mentioned roadmap item will not help you in this regard, there is nothing in that feature that will provide limits to editing file under a path in a repository....

There is some documentation around the CLIP sensors here; https://github.com/peter-murray/node-hue-api/blob/typescript/docs/sensor.md The actual underlying model is a separate library with all the sensor types defined here; https://github.com/peter-murray/hue-bridge-model/tree/main/src/model/sensors The config and state...

So this is coming from the documentation on supported devices that Hue provides ![Screenshot 2022-12-12 at 16 50 55](https://user-images.githubusercontent.com/681306/207105399-8cd3dbef-fb0a-4e97-b29f-4ad48e8dd5e3.png) They list battery as a configuration parameter hence why it is...

The rate limits that are hard coded are those that Signify state in the documentation as to being the requirements to ensure access complies to their best practices. Whilst it...

It is just not practical to implement RGB in a group, as the members of a group can be different lights with different profiles. The RGB conversion needs to be...

It is on Hue, they restrict the number of calls coming from an IP address to the cloud endpoint and expect you to cache the results, or use local mDNS...

I had a few issues on my network when trying to write this as I have multiple VLANs and pretty complex firewall in place. When debugging my issues I used...

I have swapped out the `bonjour` library in favour of `node-dns-sd`, but the results are still sometimes returning empty arrays. I think this is just a Node.js issue at it's...

I had swapped out the library on this branch for `node-dns-sd` here; https://github.com/peter-murray/node-hue-api/tree/esmodule but have not ported things back yet.

That specific library, https://github.com/agnat/node_mdns unfortunately has platform specific bindings, so not something I can adopt with the library.