Add front panel software reboot reason

This commit is contained in:
prpr 2023-06-04 16:13:16 +01:00
parent 32a32d2ad3
commit a1adcb7033
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ proc {system lastbootreason} {{descr 1}} {{lbr -1}} {
2 { return "Remote control handset" }
3 { return "Scheduled event" }
4 { return "Power cycle" }
5 { return "Front panel reboot" }
}
return "Unknown ($lbr)"
}