mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-19 18:51:58 +01:00
21 lines
339 B
JSON
21 lines
339 B
JSON
{
|
|
"Device.DeviceInfo.Processor.": {
|
|
"type": "object",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"access": false,
|
|
"array": false,
|
|
"Architecture": {
|
|
"type": "string",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"read": true,
|
|
"write": false,
|
|
"default": "x86_64"
|
|
}
|
|
}
|
|
}
|