import "code.pfad.fr/gohmekit/contrib"
type MQTT interface {
Get(topic string) ([]byte, error)
Publish(topic string, payload []byte) error
Subscribe(topic string, handle func(topic string, payload []byte)) error
Unsubscribe(topic string) error
Close() error
}
| Path | Synopsis |
|---|---|
| camera | |
| fake | |
| fritzbox | |
| paho | |
| shelly |