From 7ecb314e56bd4835a1004a6d4ab220a8ce1c2141 Mon Sep 17 00:00:00 2001 From: Jason Fischer Date: Sun, 9 Oct 2022 17:27:21 -0700 Subject: [PATCH] Add Unifi Controller service widget --- Service-Widgets.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Service-Widgets.md b/Service-Widgets.md index 007e0b0..8961bf4 100644 --- a/Service-Widgets.md +++ b/Service-Widgets.md @@ -464,6 +464,21 @@ widget: ``` +## Unifi Controller + +You can display general connectivity status from your Unifi (Network) Controller. When authenticating you will want to use an account that has at least read privileges. + +Allowed fields: `["uptime", "wan", "lan", "wlan"]`. + +```yaml +widget: + type: unifi + url: https://unifi.host.or.ip:port + username: username + password: password +``` + + # System Utilities & Services System specific utilities and tools like message queues, databases, etc.