Skip to content

Commit

Permalink
Merge pull request #25 from hidetak/issue-19
Browse files Browse the repository at this point in the history
Correction to Issue-19 has been implemented
  • Loading branch information
egekorkan authored May 25, 2024
2 parents ab9f440 + af654ac commit 1e47042
Show file tree
Hide file tree
Showing 10 changed files with 407 additions and 73 deletions.
8 changes: 4 additions & 4 deletions node-red-node-wot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ Nodes are installed by clicking on the menu icon in the upper right corner and t
The procedure for creating a Consumer flow and using it from a web browser is as follows:

1. Click on the `Create WoT Consumer flow` that appears when you click on the menu icon in the upper right corner.
![Menu Create WoT Client Flow](screenshots/menu-create-wot-client-flow.png)
![Menu Create WoT Consumer Flow](screenshots/menu-create-wot-consumer-flow.png)
2. When the dialog screen for entering the Thing Description appears, copy and paste the Thing Description and click the `OK` button.
![Dialog for Create WoT Consumer flow](screenshots/dialog-for-create-wot-client-flow.png)
![Dialog for Create WoT Consumer flow](screenshots/dialog-for-create-wot-consumer-flow.png)
3. When the new flow screen appears, place the created flow.
![Created WoT Client Flow](screenshots/created-wot-client-flow.png)
![Created WoT Consumer Flow](screenshots/created-wot-consumer-flow.png)
4. Press the `Deploy` button to execute the created flow.
5. Display the `Dashboard 2.0` tab and press the `Open Dashboard` button.
![Dashboard tab](screenshots/dashboard-tab.png)
6. The WoT Consumer UI will appear in your web browser.
![WoT Consumer UI](screenshots/wot-client-screen.png)
![WoT Consumer UI](screenshots/wot-consumer-screen.png)

Feel free to modify the created flow.
Loading

0 comments on commit 1e47042

Please sign in to comment.