You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bindings enable a Thing Description to be adapted to a specific protocol and/or data payload format.
This is done through additional descriptive vocabularies, Thing Models and examples that aim to guide the implementors of Things and Consumers alike.
If you have followed the Contribution rules and want to contribute, please follow the instructions below.
Tooling
Some HTML files are automatically rendered from RDF sources.
To render them, install Node.js (if necessary) and run:
$ npm i # to do once to install dependencies
$ node render.js
This rendering process is mandated through the use of a Husky pre-commit hook.
Make sure to run npm install first to install husky in the first place.
Formatting
Please use EditorConfig by installing a plugin for your favorite editor.
This detects the .editorconfig file and adjusts your IDE's behavior regarding indentation, line
endings and more.
Additionally, please adjust your IDE to use 120 line length, where each line that is longer than 120
should be continued in the following line.
If you do not wish to use EditorConfig, please set the following settings in your editor: