JeanCFF / freeboard-plugins-1

My collection of plugins for https://github.com/Freeboard/freeboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My collection of plugins for https://github.com/Freeboard/freeboard

License:MIT License


Languages

Language:JavaScript 100.0%