mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
update social nodes info style
This commit is contained in:
@@ -11,23 +11,23 @@ You need a valid Pusher App key, secret and id from [http://pusher.com](http://p
|
||||
Install
|
||||
-------
|
||||
|
||||
Run the following command in the root directory of your Node-RED install. this is usually ~/.node-red
|
||||
Run the following command in your Node-RED user directory - typically `~/.node-red`
|
||||
|
||||
npm install node-red-node-pusher
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
###Input
|
||||
### Input
|
||||
|
||||
Pusher input mode. Use this node to subscribe to a Pusher channel/event.
|
||||
You need a valid Pusher App key.
|
||||
|
||||
The node will set **msg.payload** to the message that arrives, and **msg.topic** to the eventname.
|
||||
The node will set `msg.payload` to the message that arrives, and `msg.topic` to the eventname.
|
||||
|
||||
###Output
|
||||
### Output
|
||||
|
||||
Pusher output node for sending messages to a specific channel/event.
|
||||
You need an App key, secret and ID of a Pusher app.
|
||||
|
||||
The node will send the **msg.payload** of the incoming message.
|
||||
The node will send the `msg.payload` of the incoming message.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-pusher",
|
||||
"version" : "0.0.3",
|
||||
"version" : "0.0.4",
|
||||
"description" : "A Node-RED node to send and receive messages using Pusher.com",
|
||||
"dependencies" : {
|
||||
"pusher": "1.0.5",
|
||||
|
@@ -101,8 +101,8 @@
|
||||
<script type="text/x-red" data-help-name="pusher out">
|
||||
<p>Pusher output node for sending messages to a specific channel/event.</p>
|
||||
<p>You need an App key, secret and ID of a Pusher app.</p>
|
||||
<p>The node will send the <b>msg.payload</b> of the incoming message.</p>
|
||||
<p>If you leave the eventname blank you can set it using <b>msg.topic</b>.</p>
|
||||
<p>The node will send the <code>msg.payload</code> of the incoming message.</p>
|
||||
<p>If you leave the eventname blank you can set it using <code>msg.topic</code>.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user