Add prowl, nma and pushover to npm, update all to fa icons

This commit is contained in:
Dave C-J
2014-07-27 16:09:50 +01:00
parent c95970a4ae
commit f21a08afe6
17 changed files with 704 additions and 21 deletions

View File

@@ -17,7 +17,6 @@
module.exports = function(RED) {
"use strict";
var Prowl = require('node-prowl');
var util = require('util');
// Either add a line like this to settings.js
// prowl: {prowlkey:'My-API-KEY'},