mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Typo in temp canopy.inc
This commit is contained in:
@@ -6,11 +6,11 @@ if ($device['os'] == 'canopy') {
|
||||
d_echo($oids."\n");
|
||||
|
||||
if (!empty($oids)) {
|
||||
echo 'Cambium Temperature ';
|
||||
echo 'Canopy Temperature ';
|
||||
}
|
||||
|
||||
$divisor = 1;
|
||||
$type = 'cambium';
|
||||
$type = 'canopy';
|
||||
if (!empty($oids)) {
|
||||
list(,$current) = explode(' ', $oids);
|
||||
$index = $oid;
|
||||
|
||||
Reference in New Issue
Block a user