mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 15:04:17 +01:00
* Added restore last schedule support * Merged RestoreLastScheduleState function into the _schCheck function * handle lights in restore action * hide webui chbox when not using scheduler * use settings instead of struct member, hide under ifdef scheduler_support * relayLastSchedule uses SCHEDULER_RESTORE_LAST_SCHEDULE as default * Changed all the variable names to be the same so there would be no confusions * Fixed client side to create an array from relayLastschedule * Fixed cosmetic issue with the toggle display in webui * Fixed variable name and disabled comparison at the end * Added another check if the switch type is light provider * Changed variables naming * Naming mistake