You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: settings.json5
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
description: 'replace this with whatever serial port you have on your Pi/gateway (ttyAMA0 is the default GPIO serial port). If you use a MoteinoUSB then your Pi will emulate a serial port like /dev/ttyUSB0',
37
37
},
38
38
baud: {
39
-
value: 19200,
39
+
value: 115200,
40
40
type: 'number',
41
41
description: 'needs to match the Serial baud speed in the sketch running on the Moteino or MightyHat that is attached to this Pi',
42
42
},
@@ -65,10 +65,6 @@
65
65
value: 'mm-dd-yy_HH:MM:ss.l',
66
66
exposed: false,
67
67
},
68
-
uiTitle: {
69
-
value: 'My IoT Gateway',
70
-
type: 'text',
71
-
},
72
68
socketPort: {
73
69
value: 8080,
74
70
type: 'number',
@@ -119,12 +115,17 @@
119
115
max: 180,
120
116
},
121
117
},
122
-
radiothermostat: {
118
+
interface: {
123
119
editable: true,
124
120
exposed: true,
125
-
ip: {
126
-
value: '192.168.1.100',
127
-
description: 'If you have a wifi RadioThermostat CT50/CT80 this is the IP address',
121
+
uiTitle: {
122
+
value: 'VF Gateway v9.1.0',
123
+
type: 'text',
124
+
},
125
+
responsive: {
126
+
value: 'true',
127
+
description: 'nodelist becomes a responsive tile grid when screen is larger than [768,1020px]. This settting affects all UI clients.',
0 commit comments