summaryrefslogtreecommitdiff
path: root/commands-dms.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands-dms.h')
-rw-r--r--commands-dms.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands-dms.h b/commands-dms.h
index df0d91b..18643ca 100644
--- a/commands-dms.h
+++ b/commands-dms.h
@@ -3,6 +3,7 @@
__uqmi_command(dms_verify_pin1, verify-pin1, required, QMI_SERVICE_DMS), \
__uqmi_command(dms_verify_pin2, verify-pin2, required, QMI_SERVICE_DMS), \
__uqmi_command(dms_get_imsi, get-imsi, no, QMI_SERVICE_DMS), \
+ __uqmi_command(dms_set_operating_mode, set-device-operating-mode, required, QMI_SERVICE_DMS), \
__uqmi_command(dms_reset, reset-dms, no, QMI_SERVICE_DMS) \
#define dms_helptext \
@@ -11,4 +12,8 @@
" --verify-pin2 <pin>: Verify PIN2\n" \
" --get-imsi: Get International Mobile Subscriber ID\n" \
" --reset-dms: Reset the DMS service\n" \
+ " --set-device-operating-mode <m> Set the device operating mode\n" \
+ " (modes: online, low_power, factory_test, offline\n" \
+ " reset, shutting_down, persistent_low_power,\n" \
+ " mode_only_low_power)\n" \