LoginSignup
1
0

More than 5 years have passed since last update.

Node-RED で、小文字、大文字変換

Posted at

次のサンプルで行ったのと同じことを、function を使って実現しました。
Node-RED で、2つのnode を作成する

inject,function を2つ、debug を2つ配置します。

node-red_jul2102.png

inject を編集します。
ペイロードを文字列にします。

node-red_jul2103.png

function を編集 toLower

node-red_jul2104.png

function を編集 toUpper

node-red_jul2105.png

ノードを結びます

node-red_jul2106.png

デプロイして、実行します。

node-red_jul2107.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0