nodered
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
nodered [2020/07/18 12:29] – [install] nabezo | nodered [2020/08/06 01:35] (現在) – [dashboard] nabezo | ||
---|---|---|---|
行 5: | 行 5: | ||
より | より | ||
bash <(curl -sL https:// | bash <(curl -sL https:// | ||
+ | |||
+ | ===== 設定 ===== | ||
+ | .node-red/ | ||
+ | * project機能 | ||
+ | |||
+ | // Customising the editor | ||
+ | editorTheme: | ||
+ | projects: { | ||
+ | // To enable the Projects feature, set this value to true | ||
+ | //enabled: false | ||
+ | enabled: true | ||
+ | } | ||
+ | } | ||
+ | |||
+ | ====== dashboard ====== | ||
+ | |||
+ | image表示(jpegをBASE64にしたものを表示) | ||
+ | <img src=" | ||
+ | |||
+ | |||
+ | ====== msgの操作 ====== | ||
+ | |||
+ | ===== function node ===== | ||
+ | msg.payload = { | ||
+ | " | ||
+ | " | ||
+ | }; | ||
+ | return msg; | ||
nodered.1595042992.txt.gz · 最終更新: 2020/07/18 12:29 by nabezo