We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f34570 + f8a25a5 commit 211c586Copy full SHA for 211c586
includes/polling/sensors/temperature/aos-emu2.inc.php
@@ -23,7 +23,6 @@
23
* @copyright 2016 Neil Lathwood
24
* @author Neil Lathwood <neil@lathwood.co.uk>
25
*/
26
-
27
$scale = SnmpQuery::cache()->enumStrings()->get('PowerNet-MIB::emsStatusSysTempUnits.0')->value();
28
29
$sensor_value = fahrenheit_to_celsius($sensor_value, $scale);
includes/polling/sensors/temperature/geist-watchdog.inc.php
* @copyright 2017 Neil Lathwood
* @author Neil Lathwood <gh+n@laf.io>
$temp_unit = SnmpQuery::cache()->get('GEIST-V4-MIB::temperatureUnits.0')->value();
if ($temp_unit === '0') {
0 commit comments