diff --git a/docs/api/uci.cwmp.md b/docs/api/uci.cwmp.md index 736af6e..82475e1 100644 --- a/docs/api/uci.cwmp.md +++ b/docs/api/uci.cwmp.md @@ -166,6 +166,13 @@
default
description
+ +
enable
+
boolean
+
no
+
1
+
if set to 1, the cwmp client will be enabled.
+
manufacturer
string
diff --git a/schemas/uci/cwmp.json b/schemas/uci/cwmp.json index a59729b..39c1065 100644 --- a/schemas/uci/cwmp.json +++ b/schemas/uci/cwmp.json @@ -124,6 +124,13 @@ "description": "CWMP client configuration", "multi": false, "options": [ + { + "name": "enable", + "type": "boolean", + "required": "no", + "default": "1", + "description": "if set to **1**, the cwmp client will be enabled. " + }, { "name": "manufacturer", "type": "string",