From 5021794990f384a7f7ff4e667e4ca103eae3cca6 Mon Sep 17 00:00:00 2001 From: Daniel Chote Date: Wed, 20 Nov 2019 08:36:50 -0500 Subject: [PATCH] adding desk UPS to the mix along with its external temperature probe --- endpoints.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/endpoints.json b/endpoints.json index bfdebc0..68b35ef 100644 --- a/endpoints.json +++ b/endpoints.json @@ -87,6 +87,36 @@ "topic": "power/printerUPS/batteryTemperature" } ] + }, + { + "endpoint": "172.18.0.53", + "community": "public", + "oidTopics": [ + { + "oid": ".1.3.6.1.4.1.318.1.1.1.3.2.1.0", + "topic": "power/dansDesk/lineVoltage" + }, + { + "oid": ".1.3.6.1.4.1.318.1.1.1.4.2.4.0", + "topic": "power/dansDesk/outputCurrent" + }, + { + "oid": ".1.3.6.1.4.1.318.1.1.1.2.2.1.0", + "topic": "power/dansDesk/batteryCapacity" + }, + { + "oid": ".1.3.6.1.4.1.318.1.1.1.2.2.3.0", + "topic": "power/dansDesk/batteryRuntime" + }, + { + "oid": ".1.3.6.1.4.1.318.1.1.1.2.2.2.0", + "topic": "power/dansDesk/batteryTemperature" + }, + { + "oid": ".1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.1", + "topic": "power/dansDesk/temperatureProbe" + } + ] } ] } \ No newline at end of file