フォーラム詳細

  • 解決済み
    #ID:66
    ストレージノードについて
  • 投稿者:リョウ
    投稿日:2018年12月12日

    ストレージノードについて、使用方法がわからないため、
    サンプルのソースをいただけないでしょうか
このトピックに返信するにはログインが必要です。
2件の返信を表示中
#ID:171

回答者:ユニロボット
回答日:2018年12月12日

リョウ様

下記のサンプルコードを共有いたします。
ご参考ください。

[{"id":"1bc778468.3bc0ab8","type":"storage","z":"1d768cd4fb9.647c","category":"text","zone":"private","mode":"set","data":"test","path":"test","file":"","name":"データ保存","version":"2","x":450,"y":280,"wires":[["1b1819a764.86a1e9"]]},{"id":"1b80b0464e.46a1f8","type":"storage","z":"1d768cd4fb9.647c","category":"text","zone":"private","mode":"get","data":"","path":"test","file":"","name":"データ読み出し","version":"2","x":450,"y":380,"wires":[["1b2966e808.bb9f68"]]},{"id":"1b2966e808.bb9f68","type":"debug","z":"1d768cd4fb9.647c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":650,"y":380,"wires":[]},{"id":"1b1819a764.86a1e9","type":"debug","z":"1d768cd4fb9.647c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":650,"y":280,"wires":[]},{"id":"1b65878a3c.64b014","type":"inject","z":"1d768cd4fb9.647c","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":220,"y":300,"wires":[["1bc778468.3bc0ab8"]]},{"id":"1b13116a2e.c8bf36","type":"inject","z":"1d768cd4fb9.647c","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":220,"y":381,"wires":[["1b80b0464e.46a1f8"]]},{"id":"1b41a4e581.8a521c","type":"storage","z":"1d768cd4fb9.647c","category":"text","zone":"private","mode":"list","data":"","path":"test","file":"","name":"リスト取得","version":"2","x":450,"y":480,"wires":[["1b3fb86436.d757ac"]]},{"id":"1b3fb86436.d757ac","type":"debug","z":"1d768cd4fb9.647c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":630,"y":480,"wires":[]},{"id":"1b4d91ac67.cc93f4","type":"inject","z":"1d768cd4fb9.647c","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":200,"y":480,"wires":[["1b41a4e581.8a521c"]]},{"id":"1be052f206.7db31","type":"storage","z":"1d768cd4fb9.647c","category":"text","zone":"private","mode":"delete","data":"","path":"test","file":"","name":"ファイル削除","version":"2","x":430,"y":560,"wires":[["1bc0b8c47a.34b2d8"]]},{"id":"1bc0b8c47a.34b2d8","type":"debug","z":"1d768cd4fb9.647c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":630,"y":560,"wires":[]},{"id":"1b4336c6c8.768b28","type":"inject","z":"1d768cd4fb9.647c","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":200,"y":560,"wires":[["1be052f206.7db31"]]}]
#ID:172
回答者:リョウ
回答日:2018年12月14日

ありがとうございます