-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added cmd
field to the status
command
#1849
base: master
Are you sure you want to change the base?
Conversation
…guration` is allowed
This does not make sense because the "status" command only works (returns a result) if "cmd" is enabled |
Ahh is that how iOS is configured? Android has 2-sliders. One for remote commands another for remote configuration. I can get the status back as long as remote commands is enabled. |
@@ -5,6 +5,7 @@ | |||
## New features | |||
|
|||
- OSM map is a little easier to zoom without accidentally rotating. | |||
- Added `cmd` field to the `status` command to retrieve if `remoteConfiguration` is allowed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/if/whether/
I too thought (and thusly it is documented) that I don't really see a use-case for permitting |
in iOS we have the |
I agree with that statement. |
For iOS, what happens if you send a command request with the cmd slider off? Does it silently reject it? I'm looking for a way a centrally managed system could flag phones that it could not synchronize settings with. |
d7e06e2
to
e60ca38
Compare
Small addition to the 'status' command to retrieve if 'remoteConfiguration' is allowed. I added to to a 'cmd' field in the status command.
Useful to determine if the phone can be remotely configured when using it in a centrally managed implementation.
This would be a nice to have on the iOS side as well to track the 'cmd' slider.