tfriedel / python-lightify

Python module for Osram lightify. This is a work in progress.
Apache License 2.0
18 stars 9 forks source link

Ability to activate scenes #7

Closed OleksandrBerchenko closed 5 years ago

OleksandrBerchenko commented 5 years ago

There is no functionality to activate a scene now. According to https://github.com/noctarius/lightify-binary-protocol#packet_activate_scene there is a way to do so (though it's not really clear how to get a scene ID).

External Lightify API supports scenes already: https://docs.lightify-api.com/#d0237010-be9a-4994-a9bb-88aefa272c8a .

Thanks!

OleksandrBerchenko commented 5 years ago

Well, original documentation was not precisely correct, but somehow or other I have managed to get the list of scenes and activate them - see my PR.