Update README.md file

This commit is contained in:
Amin Ben Ramdhane 2020-04-20 15:00:20 +01:00
parent 5edcaee661
commit c600ea18e5

View file

@ -103,10 +103,10 @@ It defines **device configuration** (such as interface, manufacturer, etc...). T
| `notification` | boolean | If set to **1**, it enables the notification feature. |
| `datamodel` | string | Specifies the data model to use, by default **'tr181'**. Two data models are supported: **'tr181' and 'tr098'**. |
| `exec_download` | boolean | If set to **1**, Specifies if Download method is executed. |
| `manufacturer` | string | Specifies the manafacturer of the device, by default **iopsys**. If set, its value will be the value of Device.DeviceInfo.Manufacturer parameter. |
| `manufacturer_oui` | string | Default empty. If set, its value will be the value of Device.DeviceInfo.ManufacturerOUI parameter. |
| `model_name` | string | Default empty. If set, its value will be the value of Device.DeviceInfo.ModelName parameter. |
| `product_class` | string | Default empty. If set, its value will be the value of Device.DeviceInfo.ProductClass parameter. |
| `manufacturer` | string | Specifies the manafacturer of the device, by default **iopsys**. If set, its value will be the value of **Device.DeviceInfo.Manufacturer parameter**. |
| `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**. |
### cwmp lwn section ###