Skip to content

Commit 211c586

Browse files
authored
Merge pull request #425 from murrant/analysis-Wxo36G
Apply fixes from StyleCI
2 parents 3f34570 + f8a25a5 commit 211c586

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

includes/polling/sensors/temperature/aos-emu2.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* @copyright 2016 Neil Lathwood
2424
* @author Neil Lathwood <neil@lathwood.co.uk>
2525
*/
26-
2726
$scale = SnmpQuery::cache()->enumStrings()->get('PowerNet-MIB::emsStatusSysTempUnits.0')->value();
2827

2928
$sensor_value = fahrenheit_to_celsius($sensor_value, $scale);

includes/polling/sensors/temperature/geist-watchdog.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* @copyright 2017 Neil Lathwood
2424
* @author Neil Lathwood <gh+n@laf.io>
2525
*/
26-
2726
$temp_unit = SnmpQuery::cache()->get('GEIST-V4-MIB::temperatureUnits.0')->value();
2827

2928
if ($temp_unit === '0') {

0 commit comments

Comments
 (0)