michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

Support for deCONZ? #224

Closed spudwebb closed 4 years ago

spudwebb commented 4 years ago

deCONZ API and Philips Hue API are very similar: https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Hue-API-Compatibility

I found this library that is based on Q42.HueAPI which supports deCONZ https://github.com/MadMonkey87/InnerCore.Api.DeConz

I'm just wondering if there is any plan to enhance the Q42.HueApi so that it supports both deCONZ and Philips Hue API?

michielpost commented 4 years ago

There are no plans to support the deCONZ api. This library only targets the Hue API. Best option is to use the forked version https://github.com/MadMonkey87/InnerCore.Api.DeConz

spudwebb commented 4 years ago

ok thank you for answering