ponmngr: bbf json updated for xpon data model

Updated for Transceiver connector type
This commit is contained in:
Amit Kumar 2023-01-19 13:05:08 +05:30
parent 1d189552b2
commit 1231fc226c

View file

@ -844,6 +844,23 @@
} }
] ]
}, },
"Connector": {
"type": "string",
"read": true,
"write": false,
"protocols": [
"cwmp",
"usp"
],
"datatype": "string",
"mapping": [
{
"data": "@Parent",
"type": "json",
"key": "connector"
}
]
},
"RxPower": { "RxPower": {
"type": "int", "type": "int",
"read": true, "read": true,