node-red-contrib-doorbird-ultimate
Version:
Node-Red Integration for Doorbird Devices
71 lines (70 loc) • 1.62 kB
JSON
[
{
"id": "87c2d53b4fc4743b",
"type": "tab",
"label": "Doorbird Ring",
"disabled": false,
"info": "",
"env": []
},
{
"id": "01eccbb9f4d92fd6",
"type": "doorbird-ring",
"z": "87c2d53b4fc4743b",
"name": "",
"station": "703bc69b1e4d4e22",
"x": 90,
"y": 60,
"wires": [
[
"016be6b149769015"
]
]
},
{
"id": "016be6b149769015",
"type": "function",
"z": "87c2d53b4fc4743b",
"name": "Message",
"func": "return {\n payload: \"Someone rang the doorbell.\"\n}\n",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 240,
"y": 60,
"wires": [
[
"1cf281f3154aa05a"
]
]
},
{
"id": "1cf281f3154aa05a",
"type": "ui_toast",
"z": "87c2d53b4fc4743b",
"position": "top right",
"displayTime": "3",
"highlight": "",
"sendall": true,
"outputs": 0,
"ok": "OK",
"cancel": "",
"raw": false,
"className": "",
"topic": "",
"name": "Notification",
"x": 410,
"y": 60,
"wires": []
},
{
"id": "703bc69b1e4d4e22",
"type": "doorbird-config",
"name": "Doorbird",
"host": "192.168.11.10",
"scheme": "http",
"port": "6524"
}
]