add a comment for adding rundate as a tag

This commit is contained in:
davidnewhall2 2020-02-01 00:11:02 -08:00
parent 1fbe6162cf
commit b17efe43b4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ func (u *InfluxUnifi) batchUSG(r report, s *unifi.USG) {
"num_desktop": s.NumDesktop.Val,
"num_handheld": s.NumHandheld.Val,
"num_mobile": s.NumMobile.Val,
// "speedtest_rundate": time.Unix(int64(s.SpeedtestStatus.Rundate.Val), 0).String(),
},
)