Displaying 1 result from an estimated 1 matches for "ambtemp".
Did you mean:
amb_temp
2008 Mar 04
1
battery.temperature vs ups.temperature
...000
+++ clients/upsstats.c 2008-03-04 09:16:20.000000000 +0000
@@ -787,6 +787,11 @@
return 1;
}
+ if (!strcmp(cmd, "BATTTEMP")) {
+ do_temp("battery.temperature");
+ return 1;
+ }
+
if (!strcmp(cmd, "AMBTEMP")) {
do_temp("ambient.temperature");
return 1;
--- conf/upsstats.html.sample.DIST 2008-03-04 09:23:38.000000000 +0000
+++ conf/upsstats.html.sample 2008-03-04 09:22:10.000000000 +0000
@@ -157,6 +157,10 @@
@IFSUPP ups.temperature@
@UPSTEMP@
@D...