Updated help files, standardised node convention

This commit is contained in:
Sean Bedford
2014-03-08 18:01:27 +00:00
parent 18b1190029
commit ac9d2424cf
2 changed files with 28 additions and 20 deletions

View File

@@ -31,7 +31,15 @@
</script>
<script type="text/x-red" data-help-name="heatmiser">
<p>Heatmiser I/O node. Expects a msg.payload with a JSON object that contains settings for the Heatmiser thermostat</p>
<p>Heatmiser I/O node.</p>
<p>INPUT - Expects a msg.payload with a JSON object that contains settings for the Heatmiser thermostat</p>
<p>msg.payload can currently be either a heating boost option, or a run mode, as below:</p>
<h3>Heating boost</h3>
<p><pre>{heating: {target: TARGET_TEMPERATURE, hold: MINUTES_TO_STAY_ON_FOR}}</pre></p>
<h3>Run mode</h3>
<p><pre>{runmode:"frost" OR "heating"}</pre></p>
<p>OUTPUT - Will read and send a status update every 30 seconds</p>
</script>
<script type="text/javascript">