-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.example.json
39 lines (39 loc) · 916 Bytes
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"serverPath": "/mySpindel",
"services": [
{
"type": "ubidots",
"deviceLabel": "iSpindel",
"token": "${UBIDOTS_TOKEN}"
},
{
"type": "http",
"deviceLabel": "iSpindel",
"url": "http://community.grainfather.com/iot/${GRAINFATHER_ID}/ispindel"
},
{
"type": "http",
"deviceLabel": "iSpindel SG",
"url": "http://log.brewfather.net/ispindel?id=${BREWFATHER_ID}"
},
{
"type": "homeassistant",
"deviceLabel": "iSpindel",
"url": "${HOMEASSISTANT_URL}",
"token": "${HOMEASSISTANT_TOKEN}"
},
{
"type": "http",
"url": "https://api.example.com/v1/data",
"headers": {
"X-Requested-With": "iSpindel Multiservice"
}
},
{
"type": "homeassistant",
"url": "${HOMEASSISTANT_URL}",
"token": "${HOMEASSISTANT_TOKEN}",
"deviceLabel": "iSpindel"
}
]
}