gem app setReady
gem app setReady¶
Sets the device state.
Synopsis¶
Indicates whether the device is being worn by the user (i.e the user is "suited up"). This call is always made by the device itself. This CLI command is used for testing purposes only. The ready value must be a valid boolean value. The following values are accepted: "1", "t", "T", "TRUE", "true", "True", "0", "f", "F", "FALSE", "false", "False"
gem app setReady <sender_id> <ready> [flags]
Options¶
-h, --help help for setReady
--json Output in JSON format
Options inherited from parent commands¶
-d, --debug Turn on debugging output
-t, --trace Turn on trace output
-v, --verbose Turn on verbose output
SEE ALSO¶
- gem app - Shows help messages for all app commands