-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into egekorkan-patch-13
- Loading branch information
Showing
15 changed files
with
73 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,29 +10,22 @@ jobs: | |
|
||
steps: | ||
- name: Checkout wot-testing | ||
uses: actions/checkout@v2 | ||
|
||
- name: Checkout thingweb-playground | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: thingweb/thingweb-playground | ||
path: thingweb-playground | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v4.1.0 | ||
with: | ||
node-version: '15' | ||
|
||
- name: Use lerna | ||
run: npm install -g [email protected] | ||
|
||
- name: Bootstrap | ||
working-directory: thingweb-playground | ||
run: lerna bootstrap --no-ci | ||
node-version: '20' | ||
|
||
- name: Create empty folder | ||
run: npm init -y | ||
|
||
- name: Install Playground CLI | ||
run: npm i @thing-description-playground/cli | ||
|
||
- name: Run validation script on all new matching files | ||
env: | ||
VALIDATION_SCRIPT: thingweb-playground/packages/cli/index.js | ||
VALIDATION_SCRIPT: node_modules/@thing-description-playground/cli/index.js | ||
PATTERN: "*.td.jsonld" | ||
run: | | ||
# Get the list of changed files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<div class="impl" id="impl-hitachi-esp-idf"> | ||
<h4>Air quality sensor and acclerometer: TD Exposer</h4> | ||
<h4>hitachi-esp-idf: Air quality sensor and acclerometer: TD Exposer</h4> | ||
<p> | ||
This is an example of a Thing implemented on a microcontroller. | ||
It can exporting the Thing's sensor reading via HTTP REST API, | ||
and advertise its own Thing Description using DNS-SD/mDNS. | ||
</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div class="impl" id="impl-krellian-cloud"> | ||
<h4>Krellian Cloud</h4> | ||
<p> | ||
A hosted cloud service which creates a digital twin of a building to model | ||
how it's being used and identify potential optimisations. | ||
</p> | ||
<p> | ||
Implements the Directory Service API from WoT Discovery and consumes web | ||
things conforming to WoT Thing Description 1.1 and the HTTP Basic Profile | ||
and HTTP SSE Profile from WoT Profiles. | ||
</p> | ||
<p> | ||
<b>Usage:</b> Cloud service | ||
</p> | ||
<p> | ||
<b>Website:</b> https://krellian.com/services/cloud/ | ||
</p> | ||
<p> | ||
<b>Contributing Member Organizations:</b> Invited Experts | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<div class="impl" id="impl-webthings-gateway"> | ||
<h4>WebThings Gateway</h4> | ||
<p> | ||
An open source Web of Things gateway for smart buildings, which bridges a | ||
wide range of IoT protocols to the Web of Things. | ||
</p> | ||
<p>Exposes a directory of Thing Descriptions conformant with TD 1.1 and a | ||
REST API conformant with the HTTP Basic Profile and HTTP SSE Profile from | ||
WoT Profiles. | ||
</p> | ||
<p> | ||
<b>Usage:</b> A web application which can be built from source, installed | ||
as a docker image or flashed onto a Raspberry Pi single board computer. | ||
</p> | ||
<p> | ||
<b>Public Repository:</b> https://github.com/WebThingsIO/gateway/ | ||
</p> | ||
<p> | ||
<b>Website:</b> https://webthings.io/gateway/ | ||
</p> | ||
<p> | ||
<b>Contributing Member Organizations:</b> Invited Experts | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters