node-wot icon indicating copy to clipboard operation
node-wot copied to clipboard

Components for building WoT devices or for interacting with them over various IoT protocols

Results 110 node-wot issues
Sort by recently updated
recently updated
newest added

fixes https://github.com/eclipse-thingweb/node-wot/issues/1278

Discuss in Committer Meeting

fixes https://github.com/eclipse-thingweb/node-wot/issues/1273

I use events primarily with HTTP SSE. When I generate the TD without the subprotocol option within the event affordance, the node-wot client subscribes to the event multiple times. The...

binding-http

PR https://github.com/eclipse-thingweb/node-wot/pull/1230 reports/fixes/adjusts the case for `schema == null` (no expected value) for `value()` function reporting `undefined` . Anyhow, there is a much broader issue: * what is a valid...

core

Currently, when you are using the core package you are bound to the Scripting API interface. This limits us in experimenting with new features before "standardization" we need an extension...

enhancement
core

> If I recall correctly those set of methods are meant to update the form generated by the binding, trying to fulfill what the user set in the `PartialTD` passed...

enhancement
core
Discuss in Committer Meeting

_Originally posted by @relu91 in https://github.com/eclipse-thingweb/node-wot/pull/1114#discussion_r1358006236_

good first issue
documentation

I apologize for the inconvenience, but I need your confirmation on the following issues. # Problem There is no response when I call readProperty on MQTT Binding. A sample program...

binding-mqtt
need-investigation

I have an action with the following schema: ```json "sample_get_method": { "title": "sample_get_method", "forms": [ { "href": "https://LAPTOP-F60CU35D:8083/spectrometer/ocean-optics/USB2000-plus/get-example", "op": "invokeaction", "htv:methodName": "GET", "contentType": "application/json" } ], "safe": true, "idempotent": true,...

An async action might return an ActionStatus payload instead of the value/type provided in `output` term At the moment node-wot throws `Error: Invalid value according to DataSchema` if the type...