GoSungrow/mmHa/const.go
2022-04-21 16:24:40 +10:00

7 lines
84 B
Go

package mmHa
const (
LabelSwitch = "switch"
LabelBinarySensor = "binary"
)