mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-03-22 23:51:43 +01:00
8 lines
113 B
Go
8 lines
113 B
Go
package mmHa
|
|
|
|
const (
|
|
LabelSwitch = "switch"
|
|
LabelBinarySensor = "binary"
|
|
LabelLight = "light"
|
|
)
|