Use Device Ident also in the form

This commit is contained in:
Antoine Aflalo 2014-04-20 15:05:02 +03:00
parent 3e854d63d7
commit 02d2b152e2

View File

@ -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>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>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>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" > <input type="password" id="node-config-input-apikey" >
</div> </div>
<div class="form-row"> <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" > <input type="text" id="node-config-input-deviceid" >
</div> </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> <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>