-
Notifications
You must be signed in to change notification settings - Fork 0
/
rnControl.json
43 lines (43 loc) · 1.05 KB
/
rnControl.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
[
{
"id": "80743cf86c1af36b",
"type": "api-call-service",
"z": "f24803d10ac9bfd3",
"name": "",
"server": "aff48610.614bb8",
"version": 5,
"debugenabled": true,
"domain": "{{payload.service_domain}}",
"service": "{{payload.service}}",
"areaId": [],
"deviceId": [],
"entityId": [
"{{payload.entity_id}}"
],
"data": "",
"dataType": "jsonata",
"mergeContext": "",
"mustacheAltTags": false,
"outputProperties": [],
"queue": "none",
"x": 660,
"y": 700,
"wires": [
[]
]
},
{
"id": "aff48610.614bb8",
"type": "server",
"name": "HomeAssistant",
"addon": true,
"rejectUnauthorizedCerts": true,
"ha_boolean": "",
"connectionDelay": false,
"cacheJson": false,
"heartbeat": false,
"heartbeatInterval": "",
"statusSeparator": "",
"enableGlobalContextStore": true
}
]