Added function to display real Clients #17

Merged
stefan merged 3 commits from merge-jsons into master 2021-02-13 15:48:40 +00:00
Showing only changes of commit 7068225f7b - Show all commits

View File

@ -25,7 +25,7 @@ const (
// flags
var configPath = flag.String("configPath", "config.json", "Path to config.json")
var version = "development"
var delay time.Duration = 5 * time.Second
var delay time.Duration = 60 * time.Second
var conf = loadconfig(*configPath)
var ucDev = getDevices(conf.Unifi.UCDevicesURL)