diff --git a/README.md b/README.md index 2fc1a99..5e5785c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ ## Plugin summary -thin-edge.io text-based configuration operation plugin for Cumulocity IoT. +thin-edge.io [text-based configuration operation](https://cumulocity.com/guides/reference/smartrest-two/#configuration-513) plugin for Cumulocity IoT. + +:warning: The plugin itself currently only receives and acknowledges the config change, but does not do anything with it. The part where this can be included is shown in the code section. + +![docs](docs/images/config.png) **Technical summary** diff --git a/docs/images/config.png b/docs/images/config.png new file mode 100644 index 0000000..fa90d90 Binary files /dev/null and b/docs/images/config.png differ