Closed coderbyheart closed 1 year ago
Report the result of the AT%CONEVAL command as roam.v.con when reporting the roaming information, either as string, or as array; array is preferred cloud side, but whatever is easiest for the device.
AT%CONEVAL
roam.v.con
String notation: "0,0,8,59,21,35,\"032E9B05\",\"24201\",394,6400,20,0,0,-7,1,1,103"
"0,0,8,59,21,35,\"032E9B05\",\"24201\",394,6400,20,0,0,-7,1,1,103"
Array notation: [0,0,8,59,21,35,"032E9B05","24201",394,6400,20,0,0,-7,1,1,103]
[0,0,8,59,21,35,"032E9B05","24201",394,6400,20,0,0,-7,1,1,103]
/cc @simensrostad we should eventually add this to asset_tracker_v2
asset_tracker_v2
Just synced with Simen - I'll add that myself.
support is added on my branch
What's your branch?
https://github.com/maxd-nordic/sdk-nrf/tree/atv2-ina3221
Report the result of the
AT%CONEVAL
command asroam.v.con
when reporting the roaming information, either as string, or as array; array is preferred cloud side, but whatever is easiest for the device.String notation:
"0,0,8,59,21,35,\"032E9B05\",\"24201\",394,6400,20,0,0,-7,1,1,103"
Array notation:
[0,0,8,59,21,35,"032E9B05","24201",394,6400,20,0,0,-7,1,1,103]