bug squash

This commit is contained in:
David Newhall II 2019-06-18 00:33:08 -07:00
parent 562e244451
commit bfda3820a4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,6 @@ func (u UAP) Points() ([]*influx.Point, error) {
"device_id": u.DeviceID,
"discovered_via": u.DiscoveredVia,
"fw_caps": strconv.Itoa(u.FwCaps),
"guest-num_sta": strconv.Itoa(u.GuestNumSta),
"guest_token": u.GuestToken,
"has_eth1": u.HasEth1.Txt,
"has_speaker": u.HasSpeaker.Txt,
@ -72,6 +71,7 @@ func (u UAP) Points() ([]*influx.Point, error) {
"state": u.State,
"upgradable": u.Upgradable.Val,
"user-num_sta": u.UserNumSta,
"guest-num_sta": u.GuestNumSta,
"version": u.Version,
"loadavg_1": u.SysStats.Loadavg1,
"loadavg_5": u.SysStats.Loadavg5,