GET
Get the software update settings.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
allowBaseUnitUpdateOverUSB | boolean | Enable/disable base update over USB. |
allowFirmwareDowngrade | boolean | Set this value to 'true' to allow a firmware downgrade. |
autoUpdateType | string | Defines how the Base Unit will behave with regards to automatic updates. Use Automatic for unattended updates, Notify for update checks, but no unattended updates, and Off for no update checks. |
supportedAutoUpdateTypes | array | Defines the supported auto update types. Example: ['Automatic', 'Notify', 'Off'] read-only |