Add scene trigger for starting and stopping the scene switcher (#129)

This commit is contained in:
WarmUpTill
2021-02-23 21:00:25 +01:00
committed by GitHub
parent 28fbff1adc
commit 920c188213
4 changed files with 43 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ enum class sceneTriggerAction {
MUTE_SOURCE,
UNMUTE_SOURCE,
START_SWITCHER,
STOP_SWITCHER,
};
struct SceneTrigger : SceneSwitcherEntry {