From de7e891fb6b11bfa10c01ef5a6e84020a3891fc8 Mon Sep 17 00:00:00 2001 From: elueckel <30531515+elueckel@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:43:57 +0200 Subject: [PATCH] Added power and Temperature --- UniFi Device Monitor/form.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UniFi Device Monitor/form.json b/UniFi Device Monitor/form.json index 8fa8a19..485f9c4 100644 --- a/UniFi Device Monitor/form.json +++ b/UniFi Device Monitor/form.json @@ -142,6 +142,11 @@ "name": "DataPointTemperature", "caption": "Temperature Data" }, + { + "type": "CheckBox", + "name": "DataPointPower", + "caption": "Power Data" + }, { "type": "CheckBox", "name": "DataPointSpecific",