Skip to content
Merged
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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@


## Example Overview

Current examples in this repository for Visual Flow Creator (VFC):
- creation of custom API endpoints
- commanding MQTT devices connected via IoT Extension

| Name | Description | Complexity Rating | Prerequisites |
| --- | --- | --- | --- | --- |
|[Creation of custom API endpoints](./createCustomEndpoint/readme.md) | | :star: | |
|[Command MQTT devices connected via IoT Extension](./commandMqttDevice/readme.md) | | :star: :star: | |
|[Generate sample data](./generateSampleData/readme.md) | | :star: | |
|[Create rule for asset type](./createRuleForAssetType/readme.md) | | :star: | |
|[Virtual machine simulator](./virtualMachineSimulator/readme.md) | | :star: | |

## Prerequisites
All application examples shown in this respository require the *Visual Flow Creator* MindSphere Application.
Expand Down