mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
nut-ups: adjust Line Nominal limits (#16180)
This commit is contained in:
committed by
GitHub
parent
60fa0d8479
commit
5e3cfd879d
@@ -46,7 +46,7 @@ if (! empty($snmpData)) {
|
||||
$upsnut = [
|
||||
4 => ['descr' => 'Battery Voltage', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 60],
|
||||
5 => ['descr' => 'Battery Nominal', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 60],
|
||||
6 => ['descr' => 'Line Nominal', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 0],
|
||||
6 => ['descr' => 'Line Nominal', 'LL' => null, 'LW' => null, 'W' => null, 'H' => null],
|
||||
7 => ['descr' => 'Input Voltage', 'LL' => 200, 'LW' => 0, 'W' => null, 'H' => 280],
|
||||
];
|
||||
foreach ($snmpData as $index => $upsData) {
|
||||
|
Reference in New Issue
Block a user