1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

bump package versions (heatmiser, arduino, pushover)

This commit is contained in:
Dave Conway-Jones 2016-11-26 21:22:18 +00:00
parent c86fdc839a
commit fcc1fcfca8
5 changed files with 5 additions and 6 deletions

View File

@ -9,7 +9,7 @@ Install
Run the following command in your Node-RED user directory - typically `~/.node-red` Run the following command in your Node-RED user directory - typically `~/.node-red`
npm i node-red-node-arduino npm i --unsafe-perm node-red-node-arduino
Usage Usage
----- -----

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-arduino", "name" : "node-red-node-arduino",
"version" : "0.0.11", "version" : "0.0.12",
"description" : "A Node-RED node to talk to an Arduino running firmata", "description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : { "dependencies" : {
"firmata" : "~0.14.1" "firmata" : "~0.14.1"

View File

@ -1,9 +1,9 @@
{ {
"name" : "node-red-contrib-heatmiser", "name" : "node-red-contrib-heatmiser",
"version" : "0.0.4", "version" : "0.0.5",
"description" : "A Node-RED node to control and poll a HeatMiser thermostat.", "description" : "A Node-RED node to control and poll a HeatMiser thermostat.",
"dependencies" : { "dependencies" : {
"heatmiser" : "2.0.0" "heatmiser" : "~2.0.0"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",

View File

@ -72,7 +72,6 @@
<p>Optionally uses <code>msg.topic</code> to set the title, <code>msg.device</code> to set the device, <p>Optionally uses <code>msg.topic</code> to set the title, <code>msg.device</code> to set the device,
<code>msg.priority</code> to set the priority, <code>msg.url</code> to add a web address and <code>msg.url_title</code> <code>msg.priority</code> to set the priority, <code>msg.url</code> to add a web address and <code>msg.url_title</code>
to add a url title if not already set in the properties.</p> to add a url title if not already set in the properties.</p>
<p>The User-key and API-token are stored in a separate credentials file.</p>
<p>Uses Pushover. See <i><a href="https://pushover.net" target="_new">this link</a></i> for more details.</p> <p>Uses Pushover. See <i><a href="https://pushover.net" target="_new">this link</a></i> for more details.</p>
</script> </script>

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pushover", "name" : "node-red-node-pushover",
"version" : "0.0.10", "version" : "0.0.11",
"description" : "A Node-RED node to send alerts via Pushover", "description" : "A Node-RED node to send alerts via Pushover",
"dependencies" : { "dependencies" : {
"pushover-notifications" : "~0.2.3" "pushover-notifications" : "~0.2.3"