mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Added new sensor - Battery Charge. Added discover and polling for APC UPSes.
This commit is contained in:
@@ -20,7 +20,8 @@ $supported_sensors = array('current' => 'A',
|
||||
'power' => 'W',
|
||||
'voltage' => 'V',
|
||||
'temperature' => 'C',
|
||||
'dbm' => 'dBm');
|
||||
'dbm' => 'dBm',
|
||||
'charge' => '%');
|
||||
|
||||
foreach ($supported_sensors as $sensor_type => $sensor_unit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user