This commit is contained in:
SpudGunMan
2025-07-22 09:28:08 -07:00
parent 41c8f0044b
commit 14798cb992
+1 -1
View File
@@ -790,7 +790,7 @@ def handleAlertBroadcast(deviceID=1):
send_message(ukAlert, emergencyAlertBroadcastCh, 0, deviceID)
return True
if NO_ALERTS not in deAlert:
if NO_ALERTS not in alertDe:
if isinstance(emergencyAlertBroadcastCh, list):
for channel in emergencyAlertBroadcastCh:
send_message(ukAlert, int(channel), 0, deviceID)