ccchatbot/mqtt/schalter.go

6 lines
124 B
Go
Raw Normal View History

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