mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Send Event command to device group
This commit is contained in:
parent
f040b90583
commit
b116f07003
@ -1797,6 +1797,9 @@ void CmndEvent(void)
|
|||||||
{
|
{
|
||||||
if (XdrvMailbox.data_len > 0) {
|
if (XdrvMailbox.data_len > 0) {
|
||||||
strlcpy(Rules.event_data, XdrvMailbox.data, sizeof(Rules.event_data));
|
strlcpy(Rules.event_data, XdrvMailbox.data, sizeof(Rules.event_data));
|
||||||
|
#ifdef USE_DEVICE_GROUPS
|
||||||
|
SendLocalDeviceGroupMessage(DGR_MSGTYP_UPDATE, DGR_ITEM_EVENT, XdrvMailbox.data);
|
||||||
|
#endif // USE_DEVICE_GROUPS
|
||||||
}
|
}
|
||||||
if (XdrvMailbox.command) ResponseCmndDone();
|
if (XdrvMailbox.command) ResponseCmndDone();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user