Documentation
¶
Index ¶
- Constants
- 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
- type SensorType
Constants ¶
View Source
const ( SensorProbe_type = iota SecurityProbe_type SensorProbePlus_type )
Variables ¶
This section is empty.
Functions ¶
func GetSensorsIDsFromTable ¶
func QueryHumidityTable ¶
func QuerySensorList ¶
func QueryTemperatureTable ¶
func ValueToString ¶
Types ¶
type SensorDetails ¶
func QuerySensorDetails ¶
type SensorType ¶
type SensorType uint64
Click to show internal directories.
Click to hide internal directories.