This commit is contained in:
proddy
2026-06-09 20:29:07 +02:00
parent 4f2215b126
commit 05b1eaf175

View File

@@ -4243,6 +4243,14 @@ let emsesp_schedule = {
time: 'boiler/outdoortemp', time: 'boiler/outdoortemp',
cmd_name: 'heatingcurve', cmd_name: 'heatingcurve',
name: 'heatingcurve' name: 'heatingcurve'
},
{
id: 7,
active: true,
flags: ScheduleFlag.SCHEDULE_TIMER,
time: '',
cmd_name: 'send_message',
name: 'on_boot'
} }
] ]
}; };