UNPKG

node-red-contrib-switchbot-devices

Version:

Simple node to get list of Switchbot devices and their status with Node-RED

27 lines (26 loc) 623 B
{ "name": "node-red-contrib-switchbot-devices", "version": "1.0.1-1", "description": "Simple node to get list of Switchbot devices and their status with Node-RED", "license": "MOR", "dependencies": { "axios": "^0.27.2" }, "node-red": { "nodes": { "switchbot-token": "source/switchbot-token.js", "node-switchbot-list": "source/node-switchbot-list.js", "node-switchbot-status": "source/node-switchbot-status.js" } }, "keywords": [ "switchbot" ], "author": "Nam Pham", "maintainers": [ { "name": "mordev", "email": "mordev@morsoftware.com" } ] }