Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
* (Garfonso) blinds: corrected error in default role for tilt
  • Loading branch information
GermanBluefox committed May 22, 2022
1 parent 88ce954 commit 61a245b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ What is not important for detection:
### Blinds controlled only by buttons
| R | Name | Role | Type | Wr | Ind | Mult | Regex |
|---|-------------|-------------------------------|---------|----|-----|------|--------------------------------------------------------------------------------|
| * | STOP | button.blind.stop | boolean | W | | | ``/^button\.stop(\.blind)?$|^action\.stop$/`` |
| * | OPEN | button.blind.open | boolean | W | | | ``/^button\.open(\.blind)?$/`` |
| * | CLOSE | button.blind.close | boolean | W | | | ``/^button\.close(\.blind)?$/`` |
| | TILT_SET | level.open.tilt | number | W | | | ``/^level\.tilt$/`` |
| | TILT_ACTUAL | value.open.tilt | number | | | | ``/^value\.tilt$/`` |
| | TILT_STOP | button.tilt.stop | boolean | W | | | ``/^button\.stop\.tilt$/`` |
| | TILT_OPEN | button.tilt.open | boolean | W | | | ``/^button\.open\.tilt$/`` |
| | TILT_CLOSE | button.tilt.close | boolean | W | | | ``/^button\.close\.tilt$/`` |
| * | STOP | button.stop.blind | boolean | W | | | ``/^button\.stop(\.blind)?$|^action\.stop$/`` |
| * | OPEN | button.open.blind | boolean | W | | | ``/^button\.open(\.blind)?$/`` |
| * | CLOSE | button.close.blind | boolean | W | | | ``/^button\.close(\.blind)?$/`` |
| | TILT_SET | level.tilt | number | W | | | ``/^level\.tilt$/`` |
| | TILT_ACTUAL | value.tilt | number | | | | ``/^value\.tilt$/`` |
| | TILT_STOP | button.stop.tilt | boolean | W | | | ``/^button\.stop\.tilt$/`` |
| | TILT_OPEN | button.open.tilt | boolean | W | | | ``/^button\.open\.tilt$/`` |
| | TILT_CLOSE | button.close.tilt | boolean | W | | | ``/^button\.close\.tilt$/`` |
| | DIRECTION | indicator.direction | | | X | | ``/^indicator\.direction$/`` |
| | WORKING | indicator.working | | | X | | ``/^indicator\.working$/`` |
| | UNREACH | indicator.maintenance.unreach | boolean | | X | | ``/^indicator(\.maintenance)?\.unreach$/`` |
Expand Down Expand Up @@ -536,7 +536,7 @@ Or has one of the roles:
### window
To detect these devices, it must belong to one of following category (any regex in any language):
- **en**: ``/blinds?/i``, ``/windows?/i``, ``/shutters?/i``
- **de**: ``/rollladen?/i``, ``/fenstern?/i``, ``/beschattung(en)?/i``
- **de**: ``/rollladen?/i``, ``/fenstern?/i``, ``/beschattung(en)?/i``, ``/jalousien?/i``
- **ru**: ``/ставни/i``, ``/рольставни/i``, ``/окна|окно/``, ``/жалюзи/i``

Or has one of the roles:
Expand All @@ -545,11 +545,11 @@ Or has one of the roles:
### blind
To detect these devices, it must belong to one of following category (any regex in any language):
- **en**: ``/blinds?/i``, ``/windows?/i``, ``/shutters?/i``
- **de**: ``/rollladen?/i``, ``/fenstern?/i``, ``/beschattung(en)?/i``
- **de**: ``/rollladen?/i``, ``/fenstern?/i``, ``/beschattung(en)?/i``, ``/jalousien?/i``
- **ru**: ``/ставни/i``, ``/рольставни/i``, ``/окна|окно/``, ``/жалюзи/i``

Or has one of the roles:
`blind`, `level.blind`, `value.blind`, `action.stop`, `button.stop`, `button.stop.blind`, `button.open.blind`, `button.close.blind`
`blind`, `level.blind`, `value.blind`, `action.stop`, `button.stop`, `button.stop.blind`, `button.open.blind`, `button.close.blind`, `level.tilt`, `value.tilt`, `button.tilt.open`, `button.tilt.close`, `button.tilt.stop`

### gate
To detect these devices, it must belong to one of following category (any regex in any language):
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (controls) {
-->

## Changelog
### **WORK IN PROGRESS**
### 1.1.0 (2022-05-22)
* (Garfonso) blinds: corrected error in default role for tilt

### 1.0.17 (2022-01-20)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.type-detector",
"version": "1.0.17",
"version": "1.1.0",
"description": "Detects devices in ioBroker for Material, Google home, Homekit, ...",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 61a245b

Please sign in to comment.