Hi, I tried running the below API call however in the output i see some weird RSSI values. Can someone confirm me why do i see this '0' values ? API call -https://api.meraki.com/api/v1/organizations/{{orgId}}/wireless/roaming/byNetwork/byInterval?networkIds[]=XXX×pan=3600 Output - { "origin": { "name": "XX-MR-09", "serial": "Q4AE-DCWY-NN3P", "mac": "68:49:92:32:72:b0" }, "destination": { "name": "XX-MR-11", "serial": "Q4AE-67UZ-8X2B", "mac": "68:49:92:32:6c:60" }, "ssid": { "name": "WiFiXXX", "number": 2 }, "client": { "id": "kd24161", "mac": "10:5f:ad:f1:ee:0b" }, "band": { "before": 6, "after": 6 }, "protocol": "802.11r-roam", "duration": 70, "rssi": { "before": 0, "after": 44 }
... View more