Added a TimeEffect to show a countdown to a time given via MQTT.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-12-21 14:21:31 +01:00
parent 994f4894dd
commit e2a56d7c29
8 changed files with 67 additions and 0 deletions

View File

@ -28,6 +28,7 @@
Effect* current_effect;
ClockEffect effect_clock;
TimerEffect effect_timer;
// We're using 0 instead of false to get a better visual difference between true and false.
const EffectEntry effects[] = {