Add better help message for pushbullet

This commit is contained in:
Antoine Aflalo 2014-04-20 11:57:01 +03:00
parent 1ddf3fafa0
commit dbecd0fa6d

View File

@ -32,6 +32,7 @@
<script type="text/x-red" data-help-name="pushbullet">
<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>
</script>
@ -70,6 +71,7 @@
<label for="node-config-input-deviceid"><i class="icon-tasks"></i>Device ID</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>
</script>
<script type="text/javascript">