mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Use Device Ident also in the form
This commit is contained in:
parent
3e854d63d7
commit
02d2b152e2
@ -45,7 +45,7 @@
|
||||
<p>Uses PushBullet to push the <b>msg.payload</b> to an Android device that has PushBullet app installed.</p>
|
||||
<p>Optionally uses <b>msg.topic</b> to set the title, if not already set in the properties.</p>
|
||||
<p>When creating a node, you'll have to first set a device that contain it's ID and your API key that you can find in the <a href="https://www.pushbullet.com/account">Account Settings</a></p>
|
||||
<p>The deviceid can be found by hovering over you required device on the <a href="https://www.pushbullet.com/">PushBullet website</a>.</p>
|
||||
<p>The Device Ident can be found by hovering over you required device on the <a href="https://www.pushbullet.com/">PushBullet website</a>.</p>
|
||||
|
||||
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<input type="password" id="node-config-input-apikey" >
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-deviceid"><i class="icon-tasks"></i>Device ID</label>
|
||||
<label for="node-config-input-deviceid"><i class="icon-tasks"></i>Device Ident</label>
|
||||
<input type="text" id="node-config-input-deviceid" >
|
||||
</div>
|
||||
<div class="form-tips">The API key can be found on the <a target="_blank" href="https://www.pushbullet.com/account">Account Settings</a></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user