mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
updates to scheduler for immediate commands #1893
This commit is contained in:
@@ -3946,6 +3946,15 @@ let emsesp_schedule = {
|
||||
cmd: 'boiler/selflowtemp',
|
||||
value: '(custom/setpoint - boiler/outdoortemp) * 2.8 + 3',
|
||||
name: 'heatingcurve'
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
active: false,
|
||||
flags: 132,
|
||||
time: '',
|
||||
cmd: 'system/message',
|
||||
value: '\"hello world\"',
|
||||
name: 'immediate'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user