7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
|
bool state # What the desired state of /status/use_ctrl should be
|
||
|
bool query # True if state is desired to be "query", False if client just wants to determine the state
|
||
|
---
|
||
|
bool success # Whether it was able to change modes
|
||
|
bool result # Current state of /status/use_ctrl
|
||
|
|