Daily
This scheduler can execute different Controllers at different times of the day according to the "Daily Schedule" configuration. Controllers that need to run regardless of the time of the day like 'ctrlBackend0' and 'ctrlDebugLog0' etc., can be specified in the configuration using "Always Run Before" and "Always Run After'.
Configuration
-
Component-IDUnique ID of this Component (id), e.g. "scheduler0". -
AliasHuman-readable name of this Component; defaults to Component-ID (alias) -
Always Run BeforeIDs of Controllers that should be executed before other Controllers in the order of the IDs. -
Daily ScheduleExecution order of Controllers per time of day. [{ "time": "08:00:00", "controllers": [ "ctrlFixActivePower0" ] }, { "time": "13:45:00" "controllers": [""]" }] -
Always Run AfterIDs of Controllers that should be executed after other Controllers in the order of the IDs.