Hi, I came across your visor-exporter to see if it will work with my Vigor 2860n, it seems it pulls lots of data from it, however I am wondering if I can reduce the time between scrapes/reads?
I am assuming your code does this every 1 minute?
time.Sleep(60 * time.Second)
Is there any issue with me adjusting the above to say every 5 mins? I
Thanks
Mike
Hi, I came across your visor-exporter to see if it will work with my Vigor 2860n, it seems it pulls lots of data from it, however I am wondering if I can reduce the time between scrapes/reads?
I am assuming your code does this every 1 minute?
time.Sleep(60 * time.Second)Is there any issue with me adjusting the above to say every 5 mins? I
Thanks
Mike