First beta v2.0.1 published
This commit is contained in:
parent
ff5b1f37b9
commit
525f250f32
@ -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.
|
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.
|
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
|
```json
|
||||||
{
|
{
|
||||||
"type": "WindowCovering",
|
"type": "WindowCovering",
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"private": false,
|
"private": false,
|
||||||
"displayName": "SmartHomeNG",
|
"displayName": "SmartHomeNG",
|
||||||
"name": "homebridge-smarthomeng",
|
"name": "homebridge-smarthomeng",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "A short description about what your plugin does.",
|
"description": "A short description about what your plugin does.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user