Displaying 1 result from an estimated 1 matches for "apc_f_celsius".
2009 Jul 09
1
apcsmart and dual environmental sensors
...9;H' },
{ "ambient.humidity.alarm.maximum",
APC_F_PERCENT, '{' },
{ "ambient.humidity.alarm.minimum",
@@ -163,6 +165,8 @@
{ "ambient.temperature",
APC_POLL|APC_F_CELSIUS, 't' },
+ { "ambient.temperature.dual",
+ APC_POLL|APC_F_LEAVE, 'T' },
{ "ambient.temperature.alarm.maximum",
APC_F_CELSIUS, '[' },
{ "ambient.temperature....