A CommandRequest executes a command on the Ubidium.
| Field | Type | Label | Description |
| id | uint32 |
unique ID of the command request, will be returned with the command response |
|
| new_file | CmdNewFile |
creates a new file |
|
| set_time | CmdSetTime |
sets the time |
|
| get_screen | CmdGetScreen |
gets screen contents |
|
| press_key | CmdPressKey |
simulates a key press |
|
| get_settings | CmdGetSettings |
gets settings |
|
| set_settings | CmdSetSettings |
sets settings |
|
| reboot | CmdReboot | reboots system |