Тема: Make Sensor IDs the same for all devices
Hi, how can we export all sensors names and values for a group of devices (looping through/batch for individual units) based on the last message for a device:
I was planning on using this:
https://sdk.wialon.com/wiki/en/sidebar/ … st_message
And then parsing out the sensors based on ID. However the sensor IDs per sensor do not match on each device:
e.g.
Ignition Sensor may be Sensor ID 1, on one device, but Sensor ID 7 on another device.
I also tried replacing the sensors on the device by Import from WLP > Replace sensors, however it re-assigned alternate ID's as well.
What is the best way to do this?
Is there an API call to export the sensors names/ids/values all at one? or to export the unit sensor properties/names in one command and then the values in another command?