docs,MQTT alert_down #1057

This commit is contained in:
jokob-sk
2025-05-04 11:24:54 +10:00
parent 46cbf85584
commit 27443c441a
5 changed files with 8 additions and 5 deletions

View File

@@ -467,6 +467,7 @@ def mqtt_start(db):
devJson = {
"last_ip": device["devLastIP"],
"is_new": str(device["devIsNew"]),
"alert_down": str(device["devAlertDown"]),
"vendor": sanitize_string(device["devVendor"]),
"mac_address": str(device["devMac"]),
"model": devDisplayName,