From 83c54b2b629af752704ecd5472e4131b31248b51 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Tue, 3 Dec 2019 12:06:03 -0800 Subject: [PATCH] change channel to float --- core/unifi/uap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/unifi/uap.go b/core/unifi/uap.go index db99ae2f..f873590b 100644 --- a/core/unifi/uap.go +++ b/core/unifi/uap.go @@ -506,7 +506,7 @@ type VapTable []struct { AvgClientSignal FlexInt `json:"avg_client_signal"` Bssid string `json:"bssid"` Ccq int `json:"ccq"` - Channel int `json:"channel"` + Channel FlexInt `json:"channel"` DNSAvgLatency FlexInt `json:"dns_avg_latency"` Essid string `json:"essid"` Extchannel int `json:"extchannel"`