python icon indicating copy to clipboard operation
python copied to clipboard

CLI power.on_battery_shutdown_after_secs

Open roberthadow opened this issue 8 months ago • 1 comments

CLI --set power.on_battery_shutdown_after_secs doesn't work

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

When this issue is addressed, please make both the --set and --info use the same camelCase. Documentation needs to be updated as well.

roberthadow avatar Apr 24 '25 00:04 roberthadow

Snake case just worked for me, I have never used camel case with python

garthvh avatar Apr 24 '25 00:04 garthvh