added serial number api

This commit is contained in:
Maxim Devaev 2022-11-14 19:24:55 +03:00
parent d581c1333c
commit 85435c4bfd
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ $ curl -k -u admin:admin https://<pikvm-ip>/api/info
},
"platform": {
"base": "Raspberry Pi 4 Model B Rev 1.1", // /proc/device-tree/model; null on error
"serial": "0000000000000000", // /proc/device-tree/serial-number; null on error
"type": "rpi"
}
},