Skip to content

Commit b108a8d

Browse files
committed
update settings (v9.1)
1 parent 97d8f7a commit b108a8d

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

settings.json5

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
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',
3737
},
3838
baud: {
39-
value: 19200,
39+
value: 115200,
4040
type: 'number',
4141
description: 'needs to match the Serial baud speed in the sketch running on the Moteino or MightyHat that is attached to this Pi',
4242
},
@@ -65,10 +65,6 @@
6565
value: 'mm-dd-yy_HH:MM:ss.l',
6666
exposed: false,
6767
},
68-
uiTitle: {
69-
value: 'My IoT Gateway',
70-
type: 'text',
71-
},
7268
socketPort: {
7369
value: 8080,
7470
type: 'number',
@@ -119,12 +115,17 @@
119115
max: 180,
120116
},
121117
},
122-
radiothermostat: {
118+
interface: {
123119
editable: true,
124120
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.',
128+
type: 'checkbox',
128129
},
129130
},
130131
misc: {

0 commit comments

Comments
 (0)