Hi,
I am making three calls
/networks/:networkId/wireless/clientCountHistory
and
/networks/:networkId/wireless/clientCountHistory
dashboard.wireless.getNetworkWirelessConnectionStats
both for same time range (1day) and SSID
connection stats gives
"assoc": 99,
"auth": 922,
"dhcp": 68,
"dns": 8,
"success": 4753
and the client fails returns 180 unique Mac address
but client count only has a count of 11?
I think I might use "client connection status" to get me what i want but i would still like to know what "client count" is showing me as I know there are far more than 11 clients connected in the last 24 hours.