Updated HID lights (markdown)

sp2xdev
2025-04-14 17:44:06 -07:00
parent 2fb7559a0b
commit 257683242f
+1 -1
@@ -43,6 +43,6 @@ Some proprietary protocols are supported:
### SpiceAPI
API is a good way to extend lights support; implement the client code (using the provided [samples](https://github.com/spice2x/spice2x.github.io/tree/main/src/spice2x/api/resources)) and have it directly interact with your device.
API is a good way to extend lights support; implement the client code (using the provided [samples](https://github.com/spice2x/spice2x.github.io/tree/main/src/spice2x/api/resources)) and have it directly interact with your device. The [API doc is here](https://github.com/spice2x/spice2x.github.io/tree/main/src/spice2x#api).
* [Controlling Hue lights over python](https://github.com/kinetic-flow/spicehue)