diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html index d2ffe43f9..07027e76e 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html @@ -21,7 +21,7 @@
msg object
A msg object containing information to populate the template.
template string
-
A template to be populated from msg.payload. If not configured in the edit panel, +
A template to be populated from msg.payload. If not configured in the edit panel, this can be set as a property of msg.

Outputs

diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/89-delay.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/89-delay.html index 67086b266..ceb71ea0a 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/function/89-delay.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/89-delay.html @@ -60,5 +60,5 @@ for the next topic.

Note: In rate limit mode the maximum queue depth can be set by a property in your - settings.js file. For example nodeMessageBufferMaxLength: 1000, + settings.js file. For example nodeMessageBufferMaxLength: 1000,

diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/rbe.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/rbe.html index db63cb0d2..6b28020e9 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/function/rbe.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/rbe.html @@ -25,7 +25,7 @@

Details

In RBE mode this node will block until the msg.payload, (or selected property) value is different to the previous one. - If required it can ignore the intial value, so as not to send anything at start.

+ If required it can ignore the initial value, so as not to send anything at start.

The Deadband modes will block the incoming value unless its change is greater or greater-equal than ± the band gap away from a previous value.

The Narrowband modes will block the incoming value, @@ -37,5 +37,5 @@ ignoring any values out of range, or the previous input value, which resets the set point, thus allowing gradual drift (deadband), or a step change (narrowband).

Note: This works on a per msg.topic basis, though this can be changed to another property if desired. - This means that a single rbe node can handle multiple different topics at the same time.

+ This means that a single filter node can handle multiple different topics at the same time.

diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/network/10-mqtt.html b/packages/node_modules/@node-red/nodes/locales/en-US/network/10-mqtt.html index cb794e1dc..f4b0012ce 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/network/10-mqtt.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/network/10-mqtt.html @@ -52,7 +52,7 @@
topic string|object|array
For the "subscribe" and "unsubscribe" actions, this property provides the topic. It can be set as either: diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/network/21-httprequest.html b/packages/node_modules/@node-red/nodes/locales/en-US/network/21-httprequest.html index 96241827f..68d9d8f1b 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/network/21-httprequest.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/network/21-httprequest.html @@ -52,7 +52,7 @@
In case any redirects occurred while processing the request, this property is the final redirected url. Otherwise, the url of the original request.
responseCookies object
-
If the response includes cookies, this propery is an object of name/value pairs for each cookie.
+
If the response includes cookies, this property is an object of name/value pairs for each cookie.
redirectList array
If the request was redirected one or more times, the accumulated information will be added to this property. `location` is the next redirect destination. `cookies` is the cookies returned from the redirect source.
diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/sequence/17-split.html b/packages/node_modules/@node-red/nodes/locales/en-US/sequence/17-split.html index 95d99a086..cf1697b5a 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/sequence/17-split.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/sequence/17-split.html @@ -60,7 +60,7 @@

When operating in this mode, the node will not set the msg.parts.count property as it does not know how many messages to expect in the stream. This - means it cannot be used with the join node in its automatic mode

+ means it cannot be used with the join node in its automatic mode.

diff --git a/packages/node_modules/@node-red/nodes/locales/ja/function/89-delay.html b/packages/node_modules/@node-red/nodes/locales/ja/function/89-delay.html index eb28587c8..c86c2346e 100644 --- a/packages/node_modules/@node-red/nodes/locales/ja/function/89-delay.html +++ b/packages/node_modules/@node-red/nodes/locales/ja/function/89-delay.html @@ -25,11 +25,14 @@
reset
受信メッセージでこのプロパティを任意の値に設定すると、ノードが保持する全ての未送信メッセージをクリアします。
flush
-
受信メッセージでこのプロパティを任意の値に設定すると、ノードが保持する全ての未送信メッセージを直ちに送信します。
+
本プロパティに数値が設定されたメッセージを受信すると、直ちに指定された数のメッセージを送信します。もし他の型(例えば真偽型)が設定されている場合は、ノードが保持している全ての未送信メッセージを直ちに送信します。
+
toFront
+
流量制御モードにおいて、本プロパティに真偽型trueが設定されたメッセージを受け取ると、キューの先頭に追加され、その後に送信されます。msg.flush=1と組み合わせて用いると、すぐに再送信できます。

詳細

-

メッセージを遅延させるように設定する場合、遅延時間は固定値、範囲内の乱数値、メッセージ毎の動的な指定値のいずれかを指定できます。

+

メッセージを遅延させるように設定する場合、遅延時間は固定値、範囲内の乱数値、メッセージ毎の動的な指定値のいずれかを指定できます。各メッセージは、到着時刻に基づいて、他のメッセージとは独立して遅延されます。

流量制御する場合、メッセージは指定した時間間隔内に分散して送信します。キューに残っているメッセージ数はノードのステータスに表示されます。受け取った中間メッセージを破棄することも可能です。

流量値を上書きできるように設定されている場合、新しい流量値はすぐに適用されます。この流量値は、再度変更されるまで、本ノードがリセットされるまで、またはフローが再実行されるまで有効です。

流量制御は全てのメッセージに適用することも、msg.topic値でグループ化して適用することも可能です。グループ化すると、中間メッセージは自動的に破棄されます。時間間隔毎に全てのトピックの最新メッセージを送信するか、次のトピックの最新メッセージを送信するかを指定できます。

+

: 流量制御モードでは、キューの大きさの最大値をsettings.jsファイルのプロパティに設定できます。例えば、次の様な設定です。nodeMessageBufferMaxLength: 1000,

diff --git a/packages/node_modules/@node-red/nodes/locales/ja/function/rbe.html b/packages/node_modules/@node-red/nodes/locales/ja/function/rbe.html index cf2eea3e3..8420d437c 100644 --- a/packages/node_modules/@node-red/nodes/locales/ja/function/rbe.html +++ b/packages/node_modules/@node-red/nodes/locales/ja/function/rbe.html @@ -27,5 +27,5 @@

不感帯モードでは%による指定もサポートしています。入力と前の値の差分がX%より大きな場合に出力を行います。

狭帯域(narrowband)モードでは、前の値に対する差分が一定値より大きな場合に入力ペイロードをブロックします。このモードは、故障したセンサから発生する外れ値を無視する時などに有用です。

不感帯モードと狭帯域モードでは、以前の有効出力値、もしくは、以前の入力値との比較ができます。有効出力値を用いると範囲外の値を無視することが、入力値を用いると設定点がリセットされるため漸次的変化(不感帯モード)もしくは段階的変化(狭帯域モード)が可能です。

-

注: このノードはmsg.topic毎に動作します。そのため、ひとつのrbeノードで複数の異なるトピックを同時に扱うことができます。

+

注: このノードはmsg.topic毎に動作します。そのため、ひとつのfilterノードで複数の異なるトピックを同時に扱うことができます。

diff --git a/packages/node_modules/@node-red/nodes/locales/ja/network/10-mqtt.html b/packages/node_modules/@node-red/nodes/locales/ja/network/10-mqtt.html index fbd9643be..1b43ea097 100644 --- a/packages/node_modules/@node-red/nodes/locales/ja/network/10-mqtt.html +++ b/packages/node_modules/@node-red/nodes/locales/ja/network/10-mqtt.html @@ -26,11 +26,46 @@
0: 最大1度到着, 1: 一度以上到着, 2: 1度のみ到着
retain 真偽値
真の場合、メッセージを保持。メッセージが古い値の場合があります。
+
responseTopic 文字列
+
MQTTv5: メッセージのMQTT応答トピック
+
correlationData バッファ
+
MQTTv5: メッセージの相関データ
+
contentType 文字列
+
MQTTv5: ペイロードのコンテントタイプ
+
userProperties オブジェクト
+
MQTTv5: メッセージのユーザプロパティ
+
messageExpiryInterval 数値
+
MQTTv5: 秒単位のメッセージの有効期限

詳細

購読トピックにはMQTTのワイルドカード(+: 1レベル, #: 複数レベル)を含めることができます。

このノードの利用のためには、MQTTブローカへの接続設定が必要です。この設定は鉛筆アイコンをクリックすることで行えます。

MQTT(inおよびout)ノードはブローカへの接続設定を必要に応じて共有できます。

+

動的購読

+ 本ノードは、MQTTの接続と購読を動的に制御するよう設定できます。有効にすると、本ノードの入力にメッセージを渡すことで制御できます。 +

入力

+

これらは、動的購読が設定されている場合のみ適用されます。

+
+
action 文字列
+
本ノードが行う動作の名前。利用可能な動作は"connect""disconnect""subscribe""unsubscribe"です。
+
topic 文字列|オブジェクト|配列
+
"subscribe""unsubscribe"の動作に対して、本プロパティはトピックを提供します。次のいずれかを設定できます: +
+
broker broker
+
"connect"の動作に対して、本プロパティは次の様な個々のブローカ設定を上書きします: +

本プロパティが設定され既にブローカが接続されている場合、forceプロパティを設定しない限り、エラーがログに記録されます。設定された場合はブローカから切断され、新しい設定を適用して再接続します。

+
+
diff --git a/packages/node_modules/@node-red/nodes/locales/ja/parsers/70-CSV.html b/packages/node_modules/@node-red/nodes/locales/ja/parsers/70-CSV.html index f1dfaffcd..a7f144907 100644 --- a/packages/node_modules/@node-red/nodes/locales/ja/parsers/70-CSV.html +++ b/packages/node_modules/@node-red/nodes/locales/ja/parsers/70-CSV.html @@ -36,7 +36,7 @@

詳細

「列名」にカラム名のリストを指定することができます。CSVからオブジェクトに変換を行う際、カラム名をプロパティ名として使用します。「列名」の代わりに、CSVデータの1行目にカラム名を含めることもできます。

CSVへの変換を行う際には、オブジェクトから取り出すべきプロパティとその順序を「列名」を参照して決めます。

-

列名がない場合、本ノードはmsg.columnsプロパティの単純なコンマ区切りリストを使用して、何を抽出するかを決定します。もしそれが存在しない場合、すべてのオブジェクトプロパティを見つけた順序で出力します。

+

列名がない場合、本ノードはmsg.columnsプロパティの単純なコンマ区切りリストを使用して、何をどの順序で抽出するかを決定します。もし存在しない場合、すべてのオブジェクトプロパティを見つけた順序で出力します。

入力が配列の場合には、「列名」はカラム名を表す行の出力指定がされた場合だけ用います。

「数値を変換する」オプションがチェックされている場合、文字列型の数値が数値として返されます。つまり「1,"1.5",2」の真ん中の値が数値になります。

「空の文字を含む」オプションがチェックされている場合、空の文字列が結果に返されます。つまり「"1","",3」の真ん中の値が空の文字列になります。

diff --git a/packages/node_modules/@node-red/nodes/locales/ja/sequence/17-split.html b/packages/node_modules/@node-red/nodes/locales/ja/sequence/17-split.html index 466960a39..5ebca8bcb 100644 --- a/packages/node_modules/@node-red/nodes/locales/ja/sequence/17-split.html +++ b/packages/node_modules/@node-red/nodes/locales/ja/sequence/17-split.html @@ -52,7 +52,6 @@

このモードで処理する際には、メッセージ数を予め知ることができないため、msg.parts.countプロパティは設定されません。従って、joinノードの「自動モード」と組み合わせることはできません。

-