fix: smf parameter config

This commit is contained in:
2024-05-11 14:14:09 +08:00
parent b3c4c7e453
commit f665656f86
2 changed files with 11 additions and 11 deletions

View File

@@ -235,7 +235,7 @@ smf:
filter: "0~65535"
display: "Secondary Remote Gy Port"
comment: "0~65535"
- nmae: "peerGxEnable"
- name: "peerGxEnable"
type: "bool"
value: 'false'
access: "read-write"
@@ -249,14 +249,14 @@ smf:
filter: 'false;true;'
display: "Gx Charging Enable"
comment: ""
- name: "primarxPeerGxIp"
- name: "primaryPeerGxIp"
type: "string"
value: ""
access: "read-write"
filter: ''
display: "Primary Remote Gx IP"
comment: ""
- name: "primarxPeerGxPort"
- name: "primaryPeerGxPort"
type: "int"
value: "3868"
access: "read-write"
@@ -270,7 +270,7 @@ smf:
filter: ''
display: "Secondary Remote Gx IP"
comment: ""
- nmae: "secondaryPeerGxPort"
- name: "secondaryPeerGxPort"
type: "int"
value: "3868"
access: "read-write"