From b94c85944cfb1d88a3528b0b32131be6c1baf422 Mon Sep 17 00:00:00 2001 From: Omar Kallel Date: Wed, 20 Jan 2021 09:26:37 +0100 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ae19e3..bce6427 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ It defines **device configuration** (such as interface, manufacturer, etc...). T | `manufacturer_oui` | string | Specifies the manafacturer oui of the device, by default empty. If set, its value will be the value of **Device.DeviceInfo.ManufacturerOUI** parameter. | | `model_name` | string | Specifies the model name of the device, by default empty. If set, its value will be the value of **Device.DeviceInfo.ModelName** parameter. | | `product_class` | string | Specifies the product class of the device, by default empty. If set, its value will be the value of **Device.DeviceInfo.ProductClass** parameter. | +| `log_to_syslog` | boolean | If set to **1**, the cwmp log will be appended to busybox syslog. | +| `periodic_notify_enable` | boolean | If set to **1**, icwmp will be able to detect parameter value change at any time. | ### cwmp lwn section ###