- 积分
- 430
- 金钱
- 385
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 430
- 金钱
- 385
- HASS币
- 0
|
function函数后面必须要接action,但是相关的配置可以写到function里面去,action留空。
[
{
"id": "8e568f317f8c4fce",
"type": "function",
"z": "2310c5557080bf9b",
"name": "1",
"func": "msg.payload = {\n domain: \"switch\",\n service: \"turn_on\",\n target: {\n entity_id: \"switch.lemesh_cn_1095285407_sw8a01_on_p_2_1\"\n }\n};\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 470,
"y": 620,
"wires": [
[
"dec41619bc902f05",
"87544d5151b489b6"
]
]
},
{
"id": "aebef9e3578df98c",
"type": "inject",
"z": "2310c5557080bf9b",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 380,
"y": 620,
"wires": [
[
"8e568f317f8c4fce"
]
]
},
{
"id": "87544d5151b489b6",
"type": "api-call-service",
"z": "2310c5557080bf9b",
"name": "",
"server": "055cd11075a00c23",
"version": 7,
"debugenabled": false,
"action": "",
"floorId": [],
"areaId": [],
"deviceId": [],
"entityId": [],
"labelId": [],
"data": "",
"dataType": "jsonata",
"mergeContext": "",
"mustacheAltTags": false,
"outputProperties": [],
"queue": "none",
"blockInputOverrides": false,
"domain": "",
"service": "",
"x": 600,
"y": 620,
"wires": [
[]
]
},
{
"id": "055cd11075a00c23",
"type": "server",
"name": "Home Assistant",
"version": 6,
"addon": false,
"rejectUnauthorizedCerts": false,
"ha_boolean": [
"y",
"yes",
"true",
"on",
"home",
"open"
],
"connectionDelay": true,
"cacheJson": true,
"heartbeat": false,
"heartbeatInterval": 30,
"areaSelector": "friendlyName",
"deviceSelector": "friendlyName",
"entitySelector": "friendlyName",
"statusSeparator": ": ",
"statusYear": "hidden",
"statusMonth": "short",
"statusDay": "numeric",
"statusHourCycle": "default",
"statusTimeFormat": "h:m",
"enableGlobalContextStore": true
},
{
"id": "cb0e148dfbdef24c",
"type": "global-config",
"env": [],
"modules": {
"node-red-contrib-home-assistant-websocket": "0.80.3"
}
}
] |
|