Skip to content

Commit

Permalink
update: add tips for MNID/PAT property on iotcam nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
rootkwak528 committed Oct 6, 2021
1 parent 77fdc20 commit b5ecdc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions body/pose-detection-iotcam/pose-detection-iotcam.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
</script>

<script type="text/html" data-template-name="pose-detection-iotcam">
<div class="form-tips" style="margin-bottom:10px;">
<b>Note:</b> You can check your Smartthings MNID on <b><a href="https://smartthings.developer.samsung.com/partner/dashboard" target="_blank">this page</a>.
And you can also generate your Smartthings Personal Access Token(PAT) on <b><a href="https://account.smartthings.com/tokens" target="_blank">this page</a>.</b>
</div>

<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
Expand Down
5 changes: 5 additions & 0 deletions hand/hand-detection-iotcam/hand-detection-iotcam.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
</script>

<script type="text/html" data-template-name="hand-detection-iotcam">
<div class="form-tips" style="margin-bottom:10px;">
<b>Note:</b> You can check your Smartthings MNID on <b><a href="https://smartthings.developer.samsung.com/partner/dashboard" target="_blank">this page</a>.
And you can also generate your Smartthings Personal Access Token(PAT) on <b><a href="https://account.smartthings.com/tokens" target="_blank">this page</a>.</b>
</div>

<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
Expand Down

0 comments on commit b5ecdc9

Please sign in to comment.