mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
B ump pusher to v1 due to large underlying library changes
This commit is contained in:
parent
0a0917b67a
commit
553ae44ccb
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-pusher",
|
"name": "node-red-node-pusher",
|
||||||
"version": "0.1.1",
|
"version": "1.0.0",
|
||||||
"description": "A Node-RED node to send and receive messages using Pusher.com",
|
"description": "A Node-RED node to send and receive messages using Pusher.com",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pusher": "^5.1.2",
|
"pusher": "^5.1.2",
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
<script type="text/x-red" data-template-name="pusher in">
|
<script type="text/x-red" data-template-name="pusher in">
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-channel"><i class="fa fa-random"></i> Channel</label>
|
<label for="node-input-channel"><i class="fa fa-random"></i> Channel</label>
|
||||||
<input type="text" id="node-input-channel" placeholder="Channel">
|
<input type="text" id="node-input-channel" placeholder="channel">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-eventname"><i class="fa fa-tasks"></i> Event</label>
|
<label for="node-input-eventname"><i class="fa fa-tasks"></i> Event</label>
|
||||||
<input type="text" id="node-input-eventname" placeholder="Event Name">
|
<input type="text" id="node-input-eventname" placeholder="event name">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-pusherappkeysub"><i class="fa fa-lock"></i> App Key</label>
|
<label for="node-input-pusherappkeysub"><i class="fa fa-lock"></i> App Key</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user