Devlogs
Update v1.2: Add support for more condition types and schedule priority.
Add 2 more condition types:
- Switch Enabler: When the switch is set up, that switch need to be ON for the schedule to run!
- Custom Condition Code (For Advanced User): When the condition variable is set to true then the schedule will be run
condition = true
Add priority param for schedule. If there are multiple shedules that are active, only choose one with highest priority value.