mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ponmnger: datamodel parameter name correction
This commit is contained in:
parent
3a2674270b
commit
11b83611ba
1 changed files with 7 additions and 24 deletions
|
|
@ -587,7 +587,7 @@
|
|||
],
|
||||
"datatype": "string",
|
||||
"enumerations": [
|
||||
"GPON",
|
||||
"G-PON",
|
||||
"XG-PON",
|
||||
"NG-PON2",
|
||||
"XGS-PON"
|
||||
|
|
@ -858,7 +858,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ModuleVendor": {
|
||||
"VendorName": {
|
||||
"type": "string",
|
||||
"read": true,
|
||||
"write": false,
|
||||
|
|
@ -871,11 +871,11 @@
|
|||
{
|
||||
"data": "@Parent",
|
||||
"type": "json",
|
||||
"key": "ModuleVendor"
|
||||
"key": "VendorName"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ModuleName": {
|
||||
"VendorPartNumber": {
|
||||
"type": "string",
|
||||
"read": true,
|
||||
"write": false,
|
||||
|
|
@ -888,11 +888,11 @@
|
|||
{
|
||||
"data": "@Parent",
|
||||
"type": "json",
|
||||
"key": "ModuleName"
|
||||
"key": "VendorPartNumber"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ModuleVersion": {
|
||||
"VendorRevision": {
|
||||
"type": "string",
|
||||
"read": true,
|
||||
"write": false,
|
||||
|
|
@ -905,24 +905,7 @@
|
|||
{
|
||||
"data": "@Parent",
|
||||
"type": "json",
|
||||
"key": "ModuleVersion"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ModuleFirmwareVersion": {
|
||||
"type": "string",
|
||||
"read": true,
|
||||
"write": false,
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"datatype": "string",
|
||||
"mapping": [
|
||||
{
|
||||
"data": "@Parent",
|
||||
"type": "json",
|
||||
"key": "ModuleFirmwareVersion"
|
||||
"key": "VendorRevision"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue