Edit multiple devices simultaneously
Want to edit several devices on the Sigfox backend ?
Step-by-step guide
- Go to Sigfox Backend
- Go to Device tab
- Click on Edit series button in the top right corner
Browse to the textfile (.txt or .csv)
Textfile format
The format of the file has to be .txt or .csv
Example file :
One device per line, each information separated by a semicolon, a comma or a pipe.
Format: device id, name, latitude, longitude, product certificate key, subscription automatic renewal, activable (all fields except "id" are optional, leave blank if not filled)
N.B: With the activable feature disabled, a device can be provisioned without consuming any tokens. When the feature is enabled, the device will consume a token with its first payable frame.
0017B46C;EMTEST;12.478;45.147;P_0006_DBD8_01;true;true
0017B46D;;;;P_0006_DBD8_01;;
0017B46E;;12.478;45.147;;;
0017B46F;EMTEST2;;;;false;
0017B470;;;;P_0006_DBD8_01;;
0017B471;;;;;;true
0017B472;;;;;true;false
0017B473;;;;P_0006_DBD8_01;;This procedure only works when the modification doesn't impact the contract to which the device(s) being transfered are attached : origin and destination contract must be the same. (E.g. : if you want to move devices from a device type to another, both device types must be related to the same contract)