mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-09 10:06:04 -05:00
Add scene trigger for starting and stopping the scene switcher (#129)
This commit is contained in:
@@ -24,6 +24,9 @@ enum class sceneTriggerAction {
|
||||
|
||||
MUTE_SOURCE,
|
||||
UNMUTE_SOURCE,
|
||||
|
||||
START_SWITCHER,
|
||||
STOP_SWITCHER,
|
||||
};
|
||||
|
||||
struct SceneTrigger : SceneSwitcherEntry {
|
||||
|
||||
Reference in New Issue
Block a user