ccchatbot/mqtt/schalter.go

6 lines
124 B
Go
Raw Normal View History

2019-08-07 12:27:18 +02:00
package mqtt
func (s *Service) HandleSchalterStateChange(open bool) {
s.client.Publish("ccchb/schalter", 0, true, open)
}