mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-13 20:58:34 -05:00
add comment about use of 'matched'
This commit is contained in:
@@ -19,6 +19,7 @@ struct MediaSwitch : SceneSwitcherEntry {
|
||||
time_restriction restriction = TIME_RESTRICTION_NONE;
|
||||
int64_t time = 0;
|
||||
|
||||
// trigger scene change only once even if media state might trigger repeatedly
|
||||
bool matched = false;
|
||||
|
||||
std::atomic<bool> stopped = false;
|
||||
|
||||
Reference in New Issue
Block a user