Hello I’m testing some local APIs on the Peplink MAX BR1 Mini 5G
When testing the reboot API on the latest firmware available it says that the command is unsupported although the documentation claims it’s supported. Is this a bug? For reference here is the response from the FW Info API
{
"stat": "ok",
"response": {
"1": {
"version": "8.4.1 build 5107",
"bootable": true,
"inUse": false
},
"2": {
"version": "8.5.1 build 5203",
"bootable": true,
"inUse": true
},
"order": [
1,
2
]
}
}