node-red-contrib-ui-actions

0.1.8 • Public • Published

node-red-contrib-ui-actions

GitHub package.json version npm npm

Have you tried to disable a button in the node-red dashboard? Or set the value of a text input in a different flow?

This project is a set of custom dashboard nodes that support advanced control of the UI.

Example of a text input:
text input

To report an issue use the project GitHub page

Text Input

Available actions:

  • Set input value (set)
  • Get value to the output connection (get)
  • Retrieve value to an action node (retrieve)
  • Disable input field (disable)
  • Enable input field (enable)
  • Hide field (hide)
  • Show field (show)

Configuration:
configuration

Button

Available actions:

  • Emulate click (click)
  • Disable button (disable)
  • Enable button (enable)
  • Hide button (hide)
  • Show button (show)

Configuration:
configuration

Light

Available actions:

  • Set color (set)
  • Hide light (hide)
  • Show light (show)

Example:
green light

UI Action

Allows to call any of the above actions in any node without a wire

UI Load

Allows to start a flow when a dashboard tab is loaded

Configuration:
configuration

To install:

Install node-red.

Install this package with "npm install node-red-contrib-ui-actions --save" in ~./node-red or via the Palette Manager in node-red.

If everything was successfull you should see the new nodes under the dashboard category.

https://flows.nodered.org/node/node-red-contrib-ui-actions

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-ui-actions

Weekly Downloads

102

Version

0.1.8

License

MIT

Unpacked Size

158 kB

Total Files

22

Last publish

Collaborators

  • tiagordc