项目作者: vukov

项目描述 :
A node-red contribution for the dashboard ui category to render widgets in toolbar.
高级语言: JavaScript
项目地址: git://github.com/vukov/node-red-contrib-ui-statusbar.git
创建时间: 2021-01-13T17:48:35Z
项目社区:https://github.com/vukov/node-red-contrib-ui-statusbar

开源协议:MIT License

下载


node-red-contrib-ui-statusbar

A node-red contribution for the dashboard ui category to render leds, icons and others in tool/ status bar.

nrStatusbarComplex

Complex example flow showing multiple statusbar widgets such as leds, icons, and text

Installation

Change in your .node-red folder and use npm for convient installation

  1. cd ~/.node-red
  2. npm install git+https://github.com/vukov/node-red-contrib-ui-statusbar.git

After the installation there is on the node palette a new category called Stausbar with one new node. Two additional subflows become associated with this category when running one of the examples (in future node-red 1.3.x releases these subflows might become included in the contribution).

Examples

In the node-red menu under Import -> Examples there are currently two examples and the two subflows available:

  • Hello Statusbar - Simple led that can be triggerd to flash
  • Complex Statusbar - Several status bar widgest are populating the toolbar, such leds, icons, and text.