mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
53 lines
709 B
JSON
53 lines
709 B
JSON
{
|
|
"Device.IP.Diagnostics.X_IOPSYS_EU_BBKSpeedTest.": {
|
|
"type": "object",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"access": false,
|
|
"DiagnosticsState": {
|
|
"type": "string",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"read": true,
|
|
"write": true
|
|
},
|
|
"Latency": {
|
|
"type": "string",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
|
|
],
|
|
"read": true,
|
|
"write": false
|
|
},
|
|
"Download": {
|
|
"type": "string",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
|
|
],
|
|
"read": true,
|
|
"write": false
|
|
},
|
|
"Upload": {
|
|
"type": "string",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
|
|
],
|
|
"read": true,
|
|
"write": false
|
|
}
|
|
},
|
|
"Device.BBKSpeedTest": {
|
|
"type": "operate"
|
|
}
|
|
}
|
|
|