Hi does anyone else see this. two API endpoints giving different results? why does one show evidence of clients and the other not?
When i run
dashboard.wireless.getNetworkWirelessClientCountHistory( network_id) on a network for the last 7 days it returns
{ "startTs": "2023-05-01T00:00:00Z", "endTs": "2023-05-02T00:00:00Z", "clientCount": null }
but if i run connection stats i see evidence of clients?
dashboard.wireless.getNetworkWirelessClientsConnectionStats( network_id )
[ { "mac": "xx:xx:Xx:Xx:xx:xx", "connectionStats": { "assoc": 0, "auth": 0, "dhcp": 0, "dns": 0, "success": 5 } },