From d6d0479af6f8fff58d9f3d9ec8322ec93cb535bc Mon Sep 17 00:00:00 2001 From: elueckel <30531515+elueckel@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:35:41 +0200 Subject: [PATCH] Added Temperatur Checkbox --- 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 4420c3f..8fa8a19 100644 --- a/UniFi Device Monitor/form.json +++ b/UniFi Device Monitor/form.json @@ -137,6 +137,11 @@ "name": "DataPointHardware", "caption": "Hardware Data" }, + { + "type": "CheckBox", + "name": "DataPointTemperature", + "caption": "Temperature Data" + }, { "type": "CheckBox", "name": "DataPointSpecific",