mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Fix edits in sense hat and prowl nodes
This commit is contained in:
parent
7917ca8dcf
commit
f2bac89911
@ -1,4 +1,4 @@
|
||||
/
|
||||
|
||||
var colours = {
|
||||
'aqua':'#00FFFF',
|
||||
'aliceblue':'#F0F8FF',
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-pi-sense-hat",
|
||||
"version" : "0.0.12",
|
||||
"version" : "0.0.13",
|
||||
"description" : "A Node-RED node to interact with a Raspberry Pi Sense HAT",
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
|
@ -1,4 +1,4 @@
|
||||
/
|
||||
|
||||
module.exports = function(RED) {
|
||||
"use strict";
|
||||
var Prowl = require('node-prowl');
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-prowl",
|
||||
"version" : "0.0.8",
|
||||
"version" : "0.0.9",
|
||||
"description" : "A Node-RED node to send alerts via Prowl",
|
||||
"dependencies" : {
|
||||
"node-prowl" : "0.1.7"
|
||||
|
Loading…
Reference in New Issue
Block a user