We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
CLI --set power.on_battery_shutdown_after_secs doesn't work
--set power.on_battery_shutdown_after_secs
Connected to radio Set power.on_battery_shutdown_after_secs to 6666 Writing modified preferences to device Writing power configuration to device
Result: (--info)
"power": { "onBatteryShutdownAfterSecs": 5555,
CLI --set power.onBatteryShutdownAfterSecs doesn't work either
-set power.onBatteryShutdownAfterSecs
When this issue is addressed, please make both the --set and --info use the same camelCase. Documentation needs to be updated as well.
--set
--info
The text was updated successfully, but these errors were encountered:
Snake case just worked for me, I have never used camel case with python
Sorry, something went wrong.
No branches or pull requests
CLI
--set power.on_battery_shutdown_after_secs
doesn't workResult: (--info)
CLI -
-set power.onBatteryShutdownAfterSecs
doesn't work eitherWhen this issue is addressed, please make both the
--set
and--info
use the same camelCase. Documentation needs to be updated as well.The text was updated successfully, but these errors were encountered: