diff --git a/README.md b/README.md index c83da7a..bfc7843 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ HomeKit works with values between 0 and 100 where 0 is completely closed and 100 My KNX installation, as example, needs values between 0 and 255 where 255 is completely closed and 0 is open. The above optional parameters allow you to specify the neede range for your device. If needed the values can be inverted at the same time. The plugin then transposes the values in both directions. -#### Example (for use with most KNX): +#### Example (for use with most KNX shutters): ```json { "type": "WindowCovering", diff --git a/package.json b/package.json index 2faaf0f..88dc63c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "SmartHomeNG", "name": "homebridge-smarthomeng", - "version": "2.0.0", + "version": "2.0.1", "description": "A short description about what your plugin does.", "license": "Apache-2.0", "repository": {