Paul Donald
Paul Donald
The network interface header names need adjusting because the white text on bright backgrounds are illegible. Same in firewall.
Perhaps some more comments for each functions which give examples of sane input values - useful when following each step.
> > Perhaps some more comments for each functions which give examples of sane input values - useful when following each step. > > sorry do you mean the RPC...
> Still working on more comments for still "undocumented" functions as per @systemcrash advise. A few that lack comments is OK - but a cursory hint to what most of...
ping @stangri
Paste the JSON output from the browser console produced when you click 'reboot'; its accompanying 'request' and 'response' from the request respective response tab of the POST request.
@lorand-horvath what happens if you call from the terminal like so: `ubus call luci.advanced-reboot boot_partition '{ "number": "1" }'` or `ubus call luci.advanced-reboot boot_partition '{ "number": 1 }'`?
@lorand-horvath if you can confirm that fixes things for you, I can push it out.
jq is not available AFAICT on host build. It's available as a package for users tho. That should be removed from host deps. Just gotta jq the JSON before releases...