mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Added load as a new category
This commit is contained in:
@@ -21,7 +21,9 @@ $supported_sensors = array('current' => 'A',
|
||||
'voltage' => 'V',
|
||||
'temperature' => 'C',
|
||||
'dbm' => 'dBm',
|
||||
'charge' => '%');
|
||||
'charge' => '%',
|
||||
'load' => '%'
|
||||
);
|
||||
|
||||
foreach ($supported_sensors as $sensor_type => $sensor_unit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user