Skip to content

Commit

Permalink
Fix compile error (arendst#8256)
Browse files Browse the repository at this point in the history
Fix compile error (arendst#8256)
  • Loading branch information
arendst committed Apr 22, 2020
1 parent 1af24dd commit 717f3b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasmota/support_device_groups.ino
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,11 @@ void SendReceiveDeviceGroupPacket(struct device_group * device_group, struct dev
}
}
break;
#ifdef USE_RULES
case DGR_ITEM_EVENT:
CmndEvent();
break;
#endif
case DGR_ITEM_COMMAND:
ExecuteCommand(XdrvMailbox.data, SRC_REMOTE);
break;
Expand Down

0 comments on commit 717f3b9

Please sign in to comment.