Merge branch 'node-red:master' into Add-OAuth-to-node-red-node-email-

This commit is contained in:
wooferguy 2023-02-09 15:02:55 +13:00 committed by GitHub
commit 923ad0d361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>