Hi - Can someone tell me what is the correct syntax to parse the metadata level of the json data to get say RRSI? I can get the app_id, dev_id and the payload with:
Be carefull with [‘gateways’][0], because if a node is “listened” by many gateways it’l be a number of array positions [‘gateways’][0], [‘gateways’][1]. [‘gateways’][2] equivalent to the gateways listening, and all of them will show differente RSSI
Loop through the gateway array - you end up with a mix of gateway data that doesn’t change often - like it’s location - and data specific to that particular uplink - like timestamp, channel etc.