diff --git a/social/pusher/package.json b/social/pusher/package.json index 7dfc7900..e2225318 100644 --- a/social/pusher/package.json +++ b/social/pusher/package.json @@ -1,10 +1,10 @@ { "name" : "node-red-node-pusher", - "version" : "0.0.6", + "version" : "0.1.0", "description" : "A Node-RED node to send and receive messages using Pusher.com", "dependencies" : { - "pusher": "1.0.5", - "pusher-client": "0.2.3" + "pusher": "^1.5.1", + "pusher-client": "^1.1.0" }, "repository" : { "type":"git", diff --git a/social/pusher/pusher.html b/social/pusher/pusher.html index f0053fc4..c34e41cf 100644 --- a/social/pusher/pusher.html +++ b/social/pusher/pusher.html @@ -9,8 +9,17 @@
- - + + +
+
+ +
@@ -30,10 +39,11 @@ defaults: { name: {value:""}, channel: {value:"", required:true}, + cluster: {value:"mt1"}, eventname: {value:"", required:true} }, credentials: { - pusherappkey_sub: "text" + pusherappkeysub: {type:"text"} }, inputs:0, outputs:1, @@ -60,27 +70,36 @@
- +
- +
- +
+
+ + +
+
-