nut-ups: adjust Line Nominal limits (#16180)

This commit is contained in:
Frederik Kriewitz
2024-07-07 12:57:20 +02:00
committed by GitHub
parent 60fa0d8479
commit 5e3cfd879d
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {