UNPKG

node-red-contrib-unifi

Version:

Node for Node-RED to connect to a UniFi Controller

83 lines 1.79 kB
[ { "id": "20eb3b2d9e70ab73", "type": "Unifi", "z": "43cb15693bf2cc2c", "name": "", "server": "6951ec5b4ba06a9c", "command": "1", "x": 290, "y": 80, "wires": [ [ "4e764ae02c425ed6" ], [] ] }, { "id": "65ed6ac182a47a32", "type": "inject", "z": "43cb15693bf2cc2c", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 100, "y": 80, "wires": [ [ "20eb3b2d9e70ab73" ] ] }, { "id": "99df14b4d18f2dd0", "type": "comment", "z": "43cb15693bf2cc2c", "name": "", "info": "Use the command SiteStats to get your Unifi Site Name", "x": 80, "y": 40, "wires": [] }, { "id": "4e764ae02c425ed6", "type": "debug", "z": "43cb15693bf2cc2c", "name": "debug 1", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "statusVal": "", "statusType": "auto", "x": 480, "y": 80, "wires": [] }, { "id": "6951ec5b4ba06a9c", "type": "unificonfig", "name": "Unifi Config", "ip": "10.0.0.6", "port": "8443", "site": "default", "unifios": false, "ssl": false } ]