-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jatu Tung edited this page Jul 25, 2023
·
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
- No.
3
: Scale - Bulb scale
Normal size - display area fixed height 200px
Small size - display area fixed height 100px
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
.