mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-09 23:34:51 +01:00
31 lines
478 B
JSON
31 lines
478 B
JSON
{
|
|
"json_plugin_version": 2,
|
|
"Device.WiFi.AccessPoint.{i}.AssociatedDevice.{i}.": {
|
|
"type": "object",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"access": false,
|
|
"array": true,
|
|
"{BBF_VENDOR_PREFIX}QoERating": {
|
|
"type": "string",
|
|
"read": true,
|
|
"write": false,
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"default": "-1.0",
|
|
"datatype": "string",
|
|
"mapping": [
|
|
{
|
|
"data": "@Parent",
|
|
"type": "json",
|
|
"key": "rating"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|