Hi, I've been using the following API call to get LTE signal info from MX67C: GET /networks/[networkId]/devices/[serial]/uplink and it outputs "signal": "csq 16,99", I've read "16" refers to RSSI - https://community.meraki.com/t5/Developers-APIs/Cellular-interface-details-for-entire-dashboard/td-p/12371 For this case RSSI of -81dBm is considered good, but both RSRP and RSRQ displayed on the dashboard are very poor: Reference Signal Received Power (RSRP)-120 Reference Signal Received Quality (RSRQ)-18 Basically what I'm saying is RSSI by itself is not that helpful, is there a way to get the more relevant RSRP and RSRQ using API? Thanks!
... View more