mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-09 23:34:38 +01:00
41 lines
975 B
JSON
41 lines
975 B
JSON
{
|
|
"json_plugin_version": 2,
|
|
"Device.DeviceInfo.": {
|
|
"type": "object",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"access": false,
|
|
"array": false,
|
|
"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"
|
|
}
|
|
},
|
|
"ProcessorNumberOfEntries": {
|
|
"type": "unsignedInt",
|
|
"read": true,
|
|
"write": false,
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"default": "1"
|
|
}
|
|
}
|
|
}
|