Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.2 KB

DeviceCommandEnum.md

File metadata and controls

29 lines (22 loc) · 1.2 KB

DeviceCommandEnum

Description

Command Options * REBOOT: Reboot device * LOCK: Lock device screen * INSTALL: Install an app on device * UNINSTALL: Uninstall an app from device * WIPE: Wipe device * UPDATE_HEARTBEAT: Ping Device * SET_WIFI_STATE: wifi on/off * SET_BLUETOOTH_STATE: Bluetooth on/off * SET_ROTATION_STATE: Auto rotate setting * SET_GPS_STATE: GPS options * SET_BRIGHTNESS_SCALE: Brightness control * SET_STREAM_VOLUME: Volume control * SET_SCREEN_OFF_TIMEOUT: Screen timeout setting * ADD_TO_WHITELIST: Whitelist an installed sytem app * CLEAR_APP_DATA: Clear app data

Properties

Name Type
REBOOT string
LOCK string
INSTALL string
UPDATE_HEARTBEAT string
WIPE string
SET_WIFI_STATE string
SET_BLUETOOTH_STATE string
SET_ROTATION_STATE string
SET_GPS_STATE string
SET_BRIGHTNESS_SCALE string
SET_STREAM_VOLUME string
SET_SCREEN_OFF_TIMEOUT string
UNINSTALL string
ADD_TO_WHITELIST string
CLEAR_APP_DATA string

[Back to Model list] [Back to API list] [Back to README]