No description
Find a file
Nicolas Duhamel e1c79dd2fa
All checks were successful
continuous-integration/drone/push Build is passing
Fix dependencies
2021-04-02 15:12:47 +02:00
src/citadel/scene Auto register scene 2021-04-02 12:20:33 +02:00
.drone.yml Add deploy 2021-04-02 15:05:09 +02:00
.gitignore Initial commit, first working version 2021-03-18 13:58:50 +01:00
pyproject.toml Initial commit, first working version 2021-03-18 13:58:50 +01:00
README.md Improve readme 2021-04-02 15:07:48 +02:00
setup.cfg Initial commit, first working version 2021-03-18 13:58:50 +01:00
setup.py Fix dependencies 2021-04-02 15:12:47 +02:00

Citadel Scene

A scene is a particular state of a part (or all) of your devices. All is managed by mqtt.

Starting a scene is playing a bunch of mqtt payload. Then watch for some specific payload that deactive the scene

A scene have a state ON/OFF

Topic

stat/scene/id/state ON|OFF

cmnd/scene/id/activate ON|OFF