go-hue-interface/config.go
2019-02-09 16:46:17 +01:00

9 lines
172 B
Go

package main
// Config hue api config
type Config struct {
Username string `yaml:name`
Password string `yaml:userpassword`
BridgeAddr string `yaml:bridgeAddress`
}