mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 13:00:38 +01:00
ponmngr: Set default value as unknown for Connector parameter
This commit is contained in:
parent
50984f8f84
commit
7743425e9c
1 changed files with 2 additions and 0 deletions
|
|
@ -911,6 +911,7 @@
|
|||
},
|
||||
"PONMode": {
|
||||
"type": "string",
|
||||
"default": "Unknown",
|
||||
"read": true,
|
||||
"write": false,
|
||||
"protocols": [
|
||||
|
|
@ -928,6 +929,7 @@
|
|||
},
|
||||
"Connector": {
|
||||
"type": "string",
|
||||
"default": "Unknown",
|
||||
"read": true,
|
||||
"write": false,
|
||||
"protocols": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue