SCI Device Settings

Description

Post devicecommands API can be used to modify the settings of a SCI device. The names of the settings to be modified should be listed in the command parameters together with their new values.

The server copy of the device settings may be changed at any time, however the settings do not become active until the device has initiated communication with the server and has acknowledged the server’s response. Settings that the device have confirmed to be in use are described as active settings. Settings which have been saved to the server but have not yet been confirmed to be in use by the device are described as pending settings. Pending settings will remain in place until the device has confirmed that the changes have been applied.

When device settings are queried with the query param include=deviceSettings, the result will contain settings JSON object reflecting the currently active settings. If any settings are pending, the result will also contain a pendingSettings.

Device Settings

Generic Device Settings

SettingsDescriptionType
alwaysOn Stay connected to the mobile network between reports. This allows reports to be sent back to the server without waiting to reconnect to the mobile network. Staying connected increases battery usage. Boolean
disableGPS A flag which when set to true disables the use of the GPS for position reports. Boolean
enable433 A flag which when set to true enables a small RF transmitter operating at 433 MHz for direction finding. Boolean
flashFallback If set to true and the device is unable to report then the message is stored in flash memory and sent to the server on the next successful connection. Boolean
impactAlert A flag indicating that the device should report when an impact exceeding the maximum impact threshold has been detected. Boolean
m