From b49bcc8bfb457733c1e4af4437fe560f1bc8e776 Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 10 Aug 2023 12:42:32 +0200 Subject: [PATCH] test --- proxy.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proxy.go b/proxy.go index 7072a3d..eee18ea 100644 --- a/proxy.go +++ b/proxy.go @@ -116,6 +116,10 @@ func main() { } } + log.Printf("addr : %s", *shellyHost) + log.Printf("port : %d", *shellyPort) + log.Printf("export : %d", *exporterPort) + ss = &ShellyStatus{} ss.Fetch()