Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"description": "Monitor WAN1 and WAN2 on Ubiquiti UDM Pro/SE devices. Tracks link state, alive status, and failover events in the global DOCSight event log.",
"author": "Oggy512",
"repo": "https://github.com/itsDNNS/docsight-modules",
"version": "3.1.1",
"version": "3.1.2",
"min_app_version": "2026.2",
"type": "integration",
"verified": true,
Expand Down
7 changes: 5 additions & 2 deletions udm-wan-monitor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "community.udm_wan_monitor",
"name": "UDM WAN-Monitor",
"description": "Überwacht WAN1 und WAN2 einer Ubiquiti UDM Pro und erzeugt Events im globalen DOCSight-Log.",
"version": "3.1.1",
"version": "3.1.2",
"author": "Oggy512",
"minAppVersion": "2026.2",
"type": "integration",
Expand Down Expand Up @@ -32,5 +32,8 @@
"udm_wan_extra_port1_alias": "",
"udm_wan_extra_port2_ifname": "",
"udm_wan_extra_port2_alias": ""
}
},
"config_secrets": [
"udm_wan_password"
]
}
Loading