FS centec switch transceiver temperature not showing (#16469)

Fix transceiver temperature discovery so it shows up with the transceiver
This commit is contained in:
Tony Murray
2024-09-30 18:39:15 -05:00
committed by GitHub
parent 2726787f94
commit 2531c8d314

View File

@@ -27,7 +27,7 @@ foreach ($tempTable as $ifIndex => $current) {
'entPhysicalIndex' => $ifIndex, 'entPhysicalIndex' => $ifIndex,
'entPhysicalIndex_measured' => 'port', 'entPhysicalIndex_measured' => 'port',
'user_func' => 'fsParseChannelValue', 'user_func' => 'fsParseChannelValue',
'group' => $ifName, 'group' => 'transceiver',
])); ]));
break; // only discover one sensor break; // only discover one sensor