@thingweb/node-red-node-wot
Version:
Web of Things nodes for Node-RED using node-wot
36 lines (34 loc) • 1.66 kB
HTML
<script type="text/html" data-help-name="wot-thing-config">
<p>This is a Config node that holds the settings for a WoT Thing.</p>
<p>Specify this configuration in Server-Property, Server-Action, and Server-Event nodes.</p>
<h3>Details</h3>
<p>Specify the following items on the node's properties screen.</p>
<ul>
<li>
Thing title: Specify the name of the Thing. In Thing Description, properties, actions, and events that refer
to this setting are published with the Thing title specified here.
</li>
<li>Description: Specify the description of the Thing.</li>
<li>
Thing ID: Specify the Thing ID. The specified Thing ID is used as the ID for Thing Description. If omitted,
the ID for Thing Description is automatically generated.<br />
Example of Thing ID: "urn:dev:ops:32473-WoTLamp-1234"
</li>
<li>
Use basic authentication: Specifies whether Basic authentication is applied to the Thing.<br />
If you use Basic Authentication, please set your user name and password.
</li>
</ul>
<p>
The Thing Description is stored in the thingDescriptions variable of the global context with the key of
<Server Name>::<Thing Title>.
</p>
<p>
You can check this in the Context Data tab of the Node-RED editor. Press the refresh button to refer to the
latest Thing Description.
</p>
<p>
This node uses <a href="https://github.com/eclipse-thingweb/node-wot">eclipse-thingweb/node-wot</a> for WoT
implementation.
</p>
</script>