B ump pusher to v1 due to large underlying library changes

This commit is contained in:
Dave Conway-Jones 2023-02-02 10:59:31 +00:00
parent 0a0917b67a
commit 553ae44ccb
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"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",
"dependencies": {
"pusher": "^5.1.2",

View File

@ -2,11 +2,11 @@
<script type="text/x-red" data-template-name="pusher in">
<div class="form-row">
<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 class="form-row">
<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 class="form-row">
<label for="node-input-pusherappkeysub"><i class="fa fa-lock"></i> App Key</label>