dominicusmento / CSharpTradFriLibrary

This is a .NET Standard (2.0) library to communicate with the IKEA Home (Tradfri) ZigBee-based Gateway.
GNU General Public License v3.0
37 stars 20 forks source link

Observer Implementation #13

Closed coriumalpha closed 5 years ago

coriumalpha commented 5 years ago

Hi tomidix,

I've seen in other Tradfri related libraries that they're using CoAP's Observe (CoAP Observe) functionality, after some simple and fast testing, I'd begin developing some Observe based controllers for the existing Get methods and they work properly.

I'd be glad to know if you're currently developing these methods (or going to in near future) yourself or if you will be interested in a pull request from mine with that implementation. Just let me know, because I think it will be interesting to have access to thoose controller methods and to be able to access the status of the devices without polling recursively. Thank you for your time.

p3root commented 5 years ago

I have interested in those functions. Could you open a pull request anyway, so that others see what you did?

coriumalpha commented 5 years ago

Just lemme two days or so for cleaning up the code a bit and I'll be glad to open the pull request

coriumalpha commented 5 years ago

14

dominicusmento commented 5 years ago

PR approved and completed. This is now available