DMS Settings

dms.bundle_id

Abbreviationdm b
Accessget

Description

Displays the bundle ID of the firmware bundle most recently returned by OTA.

Arguments

-

Default

-

Supported Platforms

Get example

> get dm b
bc19d591-e96b-4017-9ac3-0459cb480706

dms.ota_result

Abbreviationdm o
Accessget

Supported Platforms

Description

Returns the result of the most recent OTA since the last power cycle. See the ota command.

Issuing repeatedly returns the same code until the next OTA or the device is power-cycled.

The returned result is one of the following codes:

CodeDescription
0No OTA performed. This is the default value after a power-cycle
1Firmware successfully updated
2No firmware update required
3General failure
4No SSID/password set
5Failed to join network
6Failed to connect to DMS
7DMS returned Authorized error code (403)
8DMS returned bad request error code (400)
9DMS returned Not Found error code (404)

Arguments

-

Default

0

The default value is returned after a power cycle before any OTA is performed.

Get example

> get dm o
2