add a comment for adding rundate as a tag
This commit is contained in:
parent
1fbe6162cf
commit
b17efe43b4
|
|
@ -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(),
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue