First beta v2.0.1 published

This commit is contained in:
Serge Wagener 2022-02-15 13:52:11 +01:00
parent ff5b1f37b9
commit 525f250f32
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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": {