This widget plugin is based on the interactive-indicator created by Stufisher.
See it in action @ https://goo.gl/hbAXXU
A click on the indicator switches the state ON/OFF of the actuator which is bound to a http request.
For installation of any plugins of the collection, proceed as the same as the installation of the actuator.js widget plugin.
Copy the plugin (actuator.js from github onlinux/freeboard-actuator-plugin) to your freeboard installation, for example:
$ cp ./actuator.js /freeboard/plugins/
edit the freeboard index.html file and add a link to the plugin near the end of the head.js script loader, like:
head.js(
'js/freeboard_plugins.min.js',
'plugins/actuator.js',
$(function() {
//DOM Ready
freeboard.initialize(true);
})