Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PollSensorValues ¶
func PollSensorValues(database db.Database, bindingManager *output.OutputBindingsManager)
Types ¶
type PingStrategy ¶
type PingStrategy struct{}
func (*PingStrategy) PerformRequest ¶
func (strgy *PingStrategy) PerformRequest(s *sensor.Sensor) (*value.SensorValue, error)
type RequestStrategy ¶
type RequestStrategy interface {
PerformRequest(sensor *sensor.Sensor) (*value.SensorValue, error)
}
Click to show internal directories.
Click to hide internal directories.