-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththingsboard.json
72 lines (72 loc) · 1.58 KB
/
thingsboard.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"id": "b8620c5.84b99f",
"type": "tab",
"label": "Thingsboard",
"disabled": true,
"info": ""
},
{
"id": "99460d88.ebb48",
"type": "inject",
"z": "b8620c5.84b99f",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"temperature\" :15, \"Humidity\" : 20, \"Pressure\" : 100}",
"payloadType": "json",
"x": 310,
"y": 300,
"wires": [
[
"656a67d6.456828"
]
]
},
{
"id": "221d3f43.70931",
"type": "debug",
"z": "b8620c5.84b99f",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 780,
"y": 300,
"wires": []
},
{
"id": "656a67d6.456828",
"type": "http request",
"z": "b8620c5.84b99f",
"name": "",
"method": "POST",
"ret": "txt",
"paytoqs": "ignore",
"url": "http://demo.thingsboard.io/api/v1/tMwBS6cA9Gtx8Qku7bol/telemetry",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"x": 540,
"y": 240,
"wires": [
[
"221d3f43.70931"
]
]
}
]