mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-11 19:48:45 +01:00
34 lines
506 B
JSON
34 lines
506 B
JSON
{
|
|
"json_plugin_version": 2,
|
|
"Device.CWMPManagementServer.": {
|
|
"type": "object",
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"access": false,
|
|
"array": false,
|
|
"dependency": "file:/etc/config/cwmp",
|
|
"EnableCWMP": {
|
|
"type": "boolean",
|
|
"read": true,
|
|
"write": true,
|
|
"protocols": [
|
|
"usp"
|
|
],
|
|
"mapping": [
|
|
{
|
|
"type": "uci",
|
|
"uci": {
|
|
"file": "cwmp",
|
|
"section": {
|
|
"name": "cpe"
|
|
},
|
|
"option": {
|
|
"name": "enable"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|