node-red-contrib-remote 1.6.0 → 1.6.1
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/README.md +3 -0
- package/nodes/remote-config.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,6 +36,9 @@ You will find more information on [www.remote-red-com](https://www.remote-red.co
|
|
|
36
36
|
|
|
37
37
|
## Version History
|
|
38
38
|
|
|
39
|
+
Version 1.6.1
|
|
40
|
+
- Adding instances on Android is be possible again.
|
|
41
|
+
|
|
39
42
|
Version 1.6.0
|
|
40
43
|
- Compatibility to 'node-red-contrib-remote-cli' version 1.1.0.
|
|
41
44
|
|
package/nodes/remote-config.js
CHANGED
|
@@ -169,7 +169,7 @@ module.exports = function(RED) {
|
|
|
169
169
|
'apphash': response.data.apphash,
|
|
170
170
|
'password': response.data.password,
|
|
171
171
|
'customerhash': response.data.customerhash,
|
|
172
|
-
'nodeversion':
|
|
172
|
+
'nodeversion': 1.1
|
|
173
173
|
};
|
|
174
174
|
const qrCodeString = JSON.stringify(qrCodeData);
|
|
175
175
|
const qrCodeStringBuffer = Buffer.from(qrCodeString);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-remote",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Remote-RED is an ecosystem to bring remote access, push notification and geofencing to Node-RED. There are also additional functions like directly answer on a notification and homescreen widgets.",
|
|
5
5
|
"author": "Thorsten Heilmann",
|
|
6
6
|
"license": "GPL-3.0",
|