ponmngr: Set default value as unknown for Connector parameter

This commit is contained in:
subramanianc 2023-09-07 16:28:07 +05:30 committed by subramanian c
parent 50984f8f84
commit 7743425e9c

View file

@ -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": [