Versions in this module Expand all Collapse all v0 v0.1.1 Jul 22, 2021 Changes in this version + const SecurityProbe_type + const SensorProbePlus_type + const SensorProbe_type + func GetSensorTypeInt(type_string string, device_type int) (uint32, error) + func GetSensorsIDsFromTable(params *gosnmp.GoSNMP, tableOID string) (sensors []string, err error) + func QueryHumidityTable(params *gosnmp.GoSNMP, device_type int) (sensors []string, err error) + func QuerySensorList(params *gosnmp.GoSNMP, device_type int) (sensors []string, err error) + func QueryTemperatureTable(params *gosnmp.GoSNMP, device_type int) (sensors []string, err error) + func ValueToString(pdu gosnmp.SnmpPDU) string + func ValueToUint64(pdu gosnmp.SnmpPDU) (uint64, error) + type SensorDetails struct + Name string + Sensortype uint64 + Status uint64 + Unit string + Value uint64 + func QuerySensorDetails(params *gosnmp.GoSNMP, sensorIndex string, device_type int) (SensorDetails, error) + type SensorType uint64