Explorar el Código

mistake in vendor id

Roman Dmitriev hace 2 años
padre
commit
159a4fa393
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      html/inc/common.php

+ 1 - 1
html/inc/common.php

@@ -2357,7 +2357,7 @@ function get_port_poe_detail($vendor_id, $port, $port_snmp_index, $ip, $communit
     }
 
     // snr
-    if ($vendor_id == 2) {
+    if ($vendor_id == 6) {
         $poe_class = SNR_POE_CLASS . '.' . $port_snmp_index;
         $poe_power = SNR_POE_USAGE . '.' . $port_snmp_index;
         $poe_current = SNR_POE_CURRENT .'.' . $port_snmp_index;