Note in info that MQTT node can support binary.

This commit is contained in:
dceejay 2015-03-03 15:56:33 +00:00
parent fabf013714
commit bbd197c71d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<script type="text/x-red" data-help-name="mqtt in">
<p>MQTT input node. Connects to a broker and subscribes to the specified topic. The topic may contain MQTT wildcards.</p>
<p>Outputs an object called <b>msg</b> containing <b>msg.topic, msg.payload, msg.qos</b> and <b>msg.retain</b>.</p>
<p><b>msg.payload</b> is a String.</p>
<p><b>msg.payload</b> is usually a string, but can also be a binary buffer.</p>
</script>
<script type="text/javascript">