mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-03-24 00:21:44 +01:00
7 lines
84 B
Go
7 lines
84 B
Go
package mmHa
|
|
|
|
const (
|
|
LabelSwitch = "switch"
|
|
LabelBinarySensor = "binary"
|
|
)
|