adding desk UPS to the mix along with its external temperature probe

This commit is contained in:
Daniel Chote 2019-11-20 08:36:50 -05:00
parent 44671ac3cd
commit 5021794990

View File

@ -87,6 +87,36 @@
"topic": "power/printerUPS/batteryTemperature" "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"
}
]
} }
] ]
} }