We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c4ca1 commit e7f59e2Copy full SHA for e7f59e2
packages/mos-gateway/src/$schemas/devices.json
@@ -105,6 +105,12 @@
105
"ui:description": "How often to ping NRCS to determine connection status",
106
"default": 30000
107
},
108
+ "hotStandby": {
109
+ "type": "boolean",
110
+ "ui:title": "Secondary: Hot Standby",
111
+ "ui:description": "Is the secondary connection a hot standby for the primary",
112
+ "default": false
113
+ },
114
"ports": {
115
"type": "object",
116
"ui:title": "Ports",
packages/mos-gateway/src/generated/devices.ts
@@ -24,6 +24,7 @@ export interface MosDeviceConfig {
24
dontUseQueryPort?: boolean
25
timeout?: number
26
heartbeatInterval?: number
27
+ hotStandby?: boolean
28
ports?: {
29
lower: number
30
upper: number
0 commit comments