node-red-contrib-ui-actions 0.1.8

node-red custom widgets

npm install 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

Node Info

Version: 0.1.8
Updated 4 years, 8 months ago
License: MIT
Rating: 5.0 4

Actions

Rate:

Downloads

83 in the last week

Nodes

  • ui_text-input
  • ui_ui-button
  • ui_ui-light
  • hidden-ui-action
  • hidden-ui-load

Keywords

  • node-red
  • node
  • ui

Maintainers