CLI works

This commit is contained in:
Cody Lee
2022-12-22 18:16:43 -06:00
parent db9bcd5687
commit 3768c53512
16 changed files with 126 additions and 33 deletions

View File

@@ -143,7 +143,7 @@ func (u *InfluxUnifi) Enabled() bool {
return !u.Disable
}
func (u *InfluxUnifi) DebugOutput(l poller.Logger) (bool, error) {
func (u *InfluxUnifi) DebugOutput() (bool, error) {
if u == nil {
return true, nil
}