Add ieee754_to_float to custom_oid (#15692)

Nokia SROS uses ieee754 in some SNMP OID's
This commit is contained in:
i4networks
2024-01-12 18:18:53 +01:00
committed by GitHub
parent dd7e03fffc
commit 0351320f4d

View File

@@ -16,6 +16,7 @@ foreach (dbFetchRows('SELECT * FROM `customoids` WHERE `customoid_passed` = 1 AN
'celsius_to_fahrenheit',
'fahrenheit_to_celsius',
'uw_to_dbm',
'ieee754_to_float',
];
if (is_numeric($rawdata)) {