update config

This commit is contained in:
Wlad Meixner 2019-02-09 16:44:47 +01:00
parent ac1966a97f
commit 178bcba23b

View File

@ -1 +1,7 @@
package main
// Config hue api config
type Config struct {
Username string `yaml:name`
Password string `yaml:userpassword`
}