-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jatuphum Tungsilsukchai edited this page Apr 6, 2022
·
9 revisions
Node-RED UI Widget Bulb basic node for Node-RED Dashboard. Easy to use for display bulb (for turn on/off) on Node-RED Dashboard.
-
First, install Node-RED by follow Node-RED installation guideline.
-
Install Node-RED Dashboard by follow Node-RED Dashboard installation guideline.
-
Install this package at user data directory
~/.node-red
npm install @studiobox/node-red-contrib-ui-widget-bulb-basic
- Start Node-RED
node-red
- No.
1
: Title - Bulb's title - No.
2
: Color - Bulb color- Daylight
Using msg
object.
Property | Mandatory | Type | Description |
---|---|---|---|
payload | Yes | boolean |
true : for turn on bulb.false : for turn off bulb. |
After install, see usage examples at Node-RED Import menu. Examples at @studiobox/node-red-contrib-ui-widget-bulb-basic
.