Manuel Pietschmann
Manuel Pietschmann
``` GET /api/3B72D8BA24/devices/90:fd:9f:ff:fe:f8:1c:d6-01-1000/state/buttonevent/introspect ``` ```json { "type":"int32", "buttons": { "1": {"name": "Large middle button"}, "2": {"name": "Top dimm up button"}, "3": {"name": "Bottom dimm down button"}, "4": {"name": "Left arrow...
Rather difficult, for these I think it's simpler to just add entries in the `button_maps.json` just for introspection and documentation generator.
Hi all, thanks a lot for sharing the first ideas. I've been researching the topic of software architecture since a while now and found some stuff in the Internet which...
https://github.com/dresden-elektronik/deconz-rest-plugin/issues/1688#issuecomment-519979187 > Preferably a with separate GitHub repository for each container. Now we get a lot of end-user support issues for Phoscon in the REST API repository, were none of...
My development branch for this topic is: https://github.com/manup/deconz-rest-plugin/tree/device_descriptions
Thanks for the review, I have to admit it has a certain complexity :) but within the state machine it's rather simple to implement with (hopefully) very little maintenance, surprisingly...
localForage might help to make the switch easy https://github.com/localForage/localForage
Thanks, always nice to see the C++ monsters shrinking :) I'd suggest we merge this in the first v2.28.0-beta since this is mostly a cleanup. For the "Sinope TH1123ZB/TH1124ZB thermostats"...
Ah ok thanks, keeping it as one PR here is fine by me. Added to v2.28.0-beta milestone.
Also needs a small update to make GIT happy :)