mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
54 lines
730 B
JSON
54 lines
730 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",
|
|
"optype": "async"
|
|
}
|
|
}
|
|
|