mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ponmngr: bbf json updated for xpon data model
Updated for Transceiver connector type
This commit is contained in:
parent
1d189552b2
commit
1231fc226c
1 changed files with 17 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue