This commit is contained in:
shoopea 2023-08-10 12:42:32 +02:00
parent d461fcd9ba
commit b49bcc8bfb

View File

@ -116,6 +116,10 @@ func main() {
} }
} }
log.Printf("addr : %s", *shellyHost)
log.Printf("port : %d", *shellyPort)
log.Printf("export : %d", *exporterPort)
ss = &ShellyStatus{} ss = &ShellyStatus{}
ss.Fetch() ss.Fetch()