mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #2390 from node-red-hitachi/fix-mqtt-jp
Update Japanese info text of mqtt out node
This commit is contained in:
		| @@ -38,13 +38,13 @@ | ||||
|     <h3>入力</h3> | ||||
|     <dl class="message-properties"> | ||||
|        <dt>payload <span class="property-type">文字列 | バッファ</span></dt> | ||||
|        <dd>多くの場合単純なテキスト形式のペイロードが使われますが、バイナリバッファを発行することも可能です。</dd> | ||||
|        <dd>発行するペイロード。プロパティが設定されていない場合には、メッセージは送信されません。空のメッセージを送信するには、プロパティに空文字列を設定します。</dd> | ||||
|  | ||||
|        <dt class="optional">topic <span class="property-type">文字列</span></dt> | ||||
|        <dd>発行対象のMQTTトピック</dd> | ||||
|  | ||||
|        <dt class="optional">qos <span class="property-type">数値</span></dt> | ||||
|        <dd>0: 最大1度到着, 1: 一度以上到着, 2: 1度のみ到着。デフォルトは0です。</dd> | ||||
|        <dd>0: 最大一度到着, 1: 一度以上到着, 2: 一度のみ到着。デフォルトは0です。</dd> | ||||
|  | ||||
|        <dt class="optional">retain <span class="property-type">真偽値</span></dt> | ||||
|        <dd>真の場合、メッセージをブローカに保持します。デフォルトは偽です。</dd> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user