node-red-contrib-power-saver 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  List the most significant changes, starting in version 1.0.9.
4
4
 
5
+ ## 2.0.5
6
+
7
+ * Update links to examples
8
+
5
9
  ## 2.0.4
6
10
 
7
11
  * Update doc and add examples
package/README.md CHANGED
@@ -67,7 +67,7 @@ If you are a Tibber customer, you can use the `tibber-query` node from the [`nod
67
67
 
68
68
  Send the result from the `tibber-query` node with the query above directly to the `power-saver` node. Make sure it is refreshed when new prices are ready. Prices for the next day are normally ready at 13:00, but refreshing every hour can be a good idea.
69
69
 
70
- [See example with Tibber, a switch and MQTT](doc/example-tibber-mqtt)
70
+ [See example with Tibber, a switch and MQTT](doc/example-tibber-mqtt.md)
71
71
 
72
72
 
73
73
  ### Nordpool input
@@ -76,9 +76,9 @@ This is especially designed to work for Home Assistant (HA), and the [Nordpool c
76
76
 
77
77
  Data can be sent from both the `current state` node or the `events: state` node.
78
78
 
79
- [See example with Nordpool and `current state` node](doc/example-nordpool-current-state)
79
+ [See example with Nordpool and `current state` node](doc/example-nordpool-current-state.md)
80
80
 
81
- [See example with Nordpool and `events: state` node](doc/example-nordpool-events-state)
81
+ [See example with Nordpool and `events: state` node](doc/example-nordpool-events-state.md)
82
82
 
83
83
 
84
84
  ### Other input
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-power-saver",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "A module for Node-RED that you can use to turn on and off a switch based on power prices",
5
5
  "main": "index.js",
6
6
  "scripts": {