Skip to content

Commit e7f59e2

Browse files
committed
wip: hotStandby - implement in device settings
1 parent 51c4ca1 commit e7f59e2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/mos-gateway/src/$schemas/devices.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105
"ui:description": "How often to ping NRCS to determine connection status",
106106
"default": 30000
107107
},
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+
},
108114
"ports": {
109115
"type": "object",
110116
"ui:title": "Ports",

packages/mos-gateway/src/generated/devices.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export interface MosDeviceConfig {
2424
dontUseQueryPort?: boolean
2525
timeout?: number
2626
heartbeatInterval?: number
27+
hotStandby?: boolean
2728
ports?: {
2829
lower: number
2930
upper: number

0 commit comments

Comments
 (0)