Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion things/advanced-coffee-machine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ This advanced coffee machine simulates a device with resource management, drink

## Usage

The coffee machine exposes properties, actions, and events for managing drinks and resources. See the [Thing Description](http://plugfest.thingweb.io/http-advanced-coffee-machine) for details on endpoints and data formats.
The coffee machine exposes properties, actions, and events for managing drinks and resources. See the [Thing Description](http://plugfest.thingweb.io/http-advanced-coffee-machine) for details on endpoints and data formats.
12 changes: 6 additions & 6 deletions things/calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ The features are the same across all protocols - all implementations support the

The calculator exposes basic arithmetic operations through multiple protocols. See the Thing Descriptions for details on endpoints and data formats:

- [HTTP Express Simple Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/http/express/http-simple-calculator-thing.td.jsonld)
- [HTTP Express Content Negotiation Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/http/express/http-content-negotiation-calculator-thing.td.jsonld)
- [HTTP Flask Calculator](http://plugfest.thingweb.io/http-flask-calculator)
- [CoAP Simple Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/coap/js/coap-simple-calculator-thing.td.jsonld)
- [CoAP Content Negotiation Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/coap/js/coap-content-negotiation-calculator-thing.td.jsonld)
- [MQTT Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/mqtt/js/mqtt-calculator.td.json)
- [HTTP Express Simple Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/http/express/http-simple-calculator-thing.td.jsonld)
- [HTTP Express Content Negotiation Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/http/express/http-content-negotiation-calculator-thing.td.jsonld)
- [HTTP Flask Calculator](http://plugfest.thingweb.io/http-flask-calculator)
- [CoAP Simple Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/coap/js/coap-simple-calculator-thing.td.jsonld)
- [CoAP Content Negotiation Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/coap/js/coap-content-negotiation-calculator-thing.td.jsonld)
- [MQTT Calculator](https://github.com/eclipse-thingweb/test-things/blob/main/things/calculator/mqtt/js/mqtt-calculator.td.json)
2 changes: 1 addition & 1 deletion things/counter-thing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ This counter thing provides increment, decrement, and reset operations, exposing

## Usage

The counter exposes properties and actions for interacting with the count value. See the [Thing Description](https://github.com/eclipse-thingweb/test-things/blob/main/things/counter-thing/counter-thing.td.json) for details on endpoints and data formats.
The counter exposes properties and actions for interacting with the count value. See the [Thing Description](https://github.com/eclipse-thingweb/test-things/blob/main/things/counter-thing/counter-thing.td.json) for details on endpoints and data formats.
2 changes: 1 addition & 1 deletion things/data-schema-thing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ This thing provides a variety of properties and actions to test different data t

## Usage

The data schema thing exposes properties, actions, and events for testing schema compliance. See the [Thing Description](https://github.com/eclipse-thingweb/test-things/blob/main/things/data-schema-thing/http/ts/http-data-schema-thing.td.json) for details on endpoints and data formats.
The data schema thing exposes properties, actions, and events for testing schema compliance. See the [Thing Description](https://github.com/eclipse-thingweb/test-things/blob/main/things/data-schema-thing/http/ts/http-data-schema-thing.td.json) for details on endpoints and data formats.
2 changes: 1 addition & 1 deletion things/elevator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ This elevator thing simulates an elevator with properties for light switch, floo

## Usage

The elevator exposes properties for floor number, movement, and light switch. See the [Thing Description](https://github.com/eclipse-thingweb/test-things/blob/main/things/elevator/modbus/js/modbus-elevator.td.json) for details on endpoints and data formats.
The elevator exposes properties for floor number, movement, and light switch. See the [Thing Description](https://github.com/eclipse-thingweb/test-things/blob/main/things/elevator/modbus/js/modbus-elevator.td.json) for details on endpoints and data formats.