ποΈ Create settings backup
Returns a backup ZIP file containing all device settings.
ποΈ Reset all settings to default
Resets all device settings to factory defaults. The device will reboot to apply changes.
ποΈ Apply settings from file
Applies device settings from a previously exported backup file.
ποΈ Reboot monitor
Reboots the device.
ποΈ Get firmware update status
Returns information about the latest available firmware version from the update server.
ποΈ Create photos backup
Returns a ZIP archive containing photos captured in the call log.
ποΈ Get firmware update progress
Returns the current firmware update progress. The `progress` field is in the range `[0β100]`, where `0` means not started and `100` means complete.
ποΈ Start firmware update from cloud
Starts the firmware update process using the latest version from the cloud. The device will reboot to apply the update.
ποΈ Upload firmware image
Uploads a firmware image file for the update process. After uploading, start the update with `POST /system/firmware/update/file/start`.
ποΈ Start firmware update from file
Starts the firmware update using the previously uploaded firmware image.
ποΈ Get current firmware information
Returns information about the currently installed firmware version.
ποΈ Get update settings
Returns the firmware update settings, including automatic update checks and custom server configuration.
ποΈ Set update settings
Configures the firmware update settings, including automatic update checks and custom server configuration.
ποΈ Get system log archive
Returns a password-protected ZIP file containing the device system log for debugging.
ποΈ Clear system logs
Clears all system logs stored on the device.
ποΈ Export contacts to file
Returns a CSV file containing all contacts.
ποΈ Import contacts from file
Imports contacts from a CSV file. The maximum number of contacts is 10,000.