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 = {
|
var colours = {
|
||||||
'aqua':'#00FFFF',
|
'aqua':'#00FFFF',
|
||||||
'aliceblue':'#F0F8FF',
|
'aliceblue':'#F0F8FF',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-pi-sense-hat",
|
"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",
|
"description" : "A Node-RED node to interact with a Raspberry Pi Sense HAT",
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/
|
|
||||||
module.exports = function(RED) {
|
module.exports = function(RED) {
|
||||||
"use strict";
|
"use strict";
|
||||||
var Prowl = require('node-prowl');
|
var Prowl = require('node-prowl');
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-prowl",
|
"name" : "node-red-node-prowl",
|
||||||
"version" : "0.0.8",
|
"version" : "0.0.9",
|
||||||
"description" : "A Node-RED node to send alerts via Prowl",
|
"description" : "A Node-RED node to send alerts via Prowl",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"node-prowl" : "0.1.7"
|
"node-prowl" : "0.1.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user