mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Send sensordata with current state
This commit is contained in:
parent
cdccb1f30d
commit
3a34fe285f
@ -1059,6 +1059,7 @@ void dispatch_current_state(uint8_t source)
|
|||||||
dispatch_statusupdate(NULL, NULL, source);
|
dispatch_statusupdate(NULL, NULL, source);
|
||||||
dispatch_idle(NULL, NULL, source);
|
dispatch_idle(NULL, NULL, source);
|
||||||
dispatch_current_page();
|
dispatch_current_page();
|
||||||
|
dispatch_send_sensordata(NULL, NULL, source);
|
||||||
dispatch_send_discovery(NULL, NULL, source);
|
dispatch_send_discovery(NULL, NULL, source);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user