This is a Node-RED node for SwitchBot API. It allows you to control your SwitchBot devices from Node-RED.
This library is not affiliated with SwitchBot in any way.
You can install this package from the Node-RED palette manager by searching for @rohmer/node-red-switchbot
.
- Navigate to your Node-RED user directory. This is usually
~/.node-red
. - Run
npm install @rohmer/node-red-switchbot
. - Restart Node-RED (
node-red-restart
).
- SwitchBot: Global configuration node for SwitchBot API.
- SwitchBot | Status: Get the status of a SwitchBot device.
- SwitchBot | Command: Send a command to a SwitchBot device.
This project is licensed under the MIT License.