Skip to content

charliexp/freeboard-plugins-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Freeboard Plugins

These are my plugins for Freeboard.

Installation

Add the .js files in the index.html file at the top near the head.js script loader, like this:

    <script type="text/javascript">
        head.js("js/freeboard_plugins.min.js",
                "plugins/colorblocks/colorvalue.js",
                "plugins/colorblocks/colorthreshold.js",
                // *** Load more plugins here ***

Color Blocks Widgets

Colorblocks give a bright color status based on a computed value. There are two widgets, colorthreshold.js and colorvalue.js.

colorthreshold.js lets you set a computed value, good/bad values, and customize good/warning/bad colors. The grading of good and bad values can be inverted.

colorvalue.js lets you set a computed value, good value, and customise good/bad colors.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%