node-wot
node-wot copied to clipboard
Components for building WoT devices or for interacting with them over various IoT protocols
Now that emitPropertyChange is enabled, make it available in binding-firestore as well.
The following code ``` WoT.produce({ ... links: [ { href: "https://www.thingweb.io/img/favicon/favicon.png", sizes: "16x14", // rel: "icon", // required to succeed } ], ... } ``` fails with ``` Error: Cannot...
I did a PR to another Eclipse project at https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/pull/1763 . As usual, there are the Eclipse requirements. They have put a small GH Actions bot to send a first...
https://github.com/eclipse/thingweb.node-wot/pull/799 was referring to [API.md](https://github.com/eclipse/thingweb.node-wot/blob/master/API.md). I quickly scanned the document since it has been a while since I last checked it. I think there are some aspects we need to...
While looking at https://github.com/eclipse/thingweb.node-wot/pull/799 I noticed that we do not have a consistent way of linking our _own_ folders in the repo. see for example the [main readme](https://github.com/eclipse/thingweb.node-wot/blob/master/README.md). We use...
see https://w3c.github.io/wot-discovery/#introduction-well-known following path: `/.well-known/wot-thing-description`
I have just realized that the CLI package has some of the protocol packages as a dependency at https://github.com/eclipse/thingweb.node-wot/blob/master/packages/cli/package.json#L42 Is this intended? In my opinion, it should have zero protocol...
> Due to the changed prefix and a new vocabulary term for the methods, this PR should actually constitute a breaking change. Therefore, it might be included in the 0.9.0...
see https://github.com/eclipse/thingweb.node-wot/pull/483#issuecomment-910182589 revisit and check whether problem can be resolved in a _better_ manner
> One thing that I am not sure if it is needed anymore: Do we need to add ajv as a dependency and isn't it the case that the inputs...