iopsys-feed/icwmp/files/etc/bbfdm/json/CWMPManagementServer.json
2024-03-12 14:31:19 +00:00

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"
}
}
}
]
}
}
}