Skip to content

Commit a4397e4

Browse files
committed
doc: update config.json sample
Update sample to reflect changes in sms configuration
1 parent 0f150b5 commit a4397e4

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

lib/config.json.sample

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@
3030
{ "name": "chicken", "temps": [ { "well": 79 } ] },
3131
{ "name": "fish", "temps": [ { "well": 58 } ] }
3232
],
33-
"twilio2": { "accountSID": "",
34-
"accountAuthToken": "",
35-
"toNumber": "+" ,
36-
"fromNumber": "" },
37-
"voipms": { "user": "",
38-
"password": "",
39-
"did": "",
40-
"dst": "" }
33+
"notify": {
34+
"mqttSmsBridge": { "enabled": true,
35+
"serverUrl": "mqtt:10.1.1.186:1883",
36+
"topic": "house/sms" }
37+
}
4138
}

0 commit comments

Comments
 (0)