docs: update response to "/machine/system_info"
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
9ea91f4f5d
commit
33cb18517a
|
@ -815,7 +815,9 @@ Returns: Information about the host system in the following format:
|
||||||
"processor": "armv6l",
|
"processor": "armv6l",
|
||||||
"cpu_desc": "ARMv6-compatible processor rev 7 (v6l)",
|
"cpu_desc": "ARMv6-compatible processor rev 7 (v6l)",
|
||||||
"hardware_desc": "BCM2835",
|
"hardware_desc": "BCM2835",
|
||||||
"model": "Raspberry Pi Zero W Rev 1.1"
|
"model": "Raspberry Pi Zero W Rev 1.1",
|
||||||
|
"total_memory": 439276,
|
||||||
|
"memory_units": "kB"
|
||||||
},
|
},
|
||||||
"sd_info": {
|
"sd_info": {
|
||||||
"manufacturer_id": "03",
|
"manufacturer_id": "03",
|
||||||
|
|
Loading…
Reference in New Issue