Versions in this module Expand all Collapse all v1 v1.0.1 May 19, 2024 Changes in this version + const MessageTypeChat + func HygrothermographCreator() broker.Any + func RegisterHygrothermographHandler(fnc HygrothermographHandler) broker.Handler + func RegisterHygrothermographJsonHandler(fnc HygrothermographHandler) broker.Handler + func RegisterHygrothermographRawHandler(fnc HygrothermographHandler) broker.Handler + type ChatMessage struct + Message string + Sender string + Type int + type Hygrothermograph struct + Humidity float64 + Temperature float64 + type HygrothermographHandler func(_ context.Context, topic string, headers broker.Headers, msg *Hygrothermograph) error