Skip to content

Commit

Permalink
Added detection of value.direction
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 14, 2025
1 parent 7dab29a commit a410eca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In [brackets] is given the class name of device.
| | TILT_OPEN | button.open.tilt | | boolean | W | E | | | `/^button\.open\.tilt$/` |
| | TILT_CLOSE | button.close.tilt | | boolean | W | E | | | `/^button\.close\.tilt$/` |
| | DIRECTION | indicator.direction | | boolean | | | X | | `/^indicator\.direction$/` |
| | DIRECTION | level.direction | | number | | | | | `/^(indicator|level)\.direction$/` |
| | DIRECTION | value.direction | | number | | | | | `/^(indicator|value)\.direction$/` |
| | WORKING | indicator.working | | | | | X | | `/^indicator\.working$/` |
| | UNREACH | indicator.maintenance.unreach | | boolean | | | X | | `/^indicator(\.maintenance)?\.unreach$/` |
| | LOWBAT | indicator.maintenance.lowbat | | boolean | | | X | | `/^indicator(\.maintenance)?\.lowbat$|^indicator(\.maintenance)?\.battery$/` |
Expand All @@ -132,7 +132,7 @@ In [brackets] is given the class name of device.
| | TILT_OPEN | button.open.tilt | | boolean | W | E | | | `/^button\.open\.tilt$/` |
| | TILT_CLOSE | button.close.tilt | | boolean | W | E | | | `/^button\.close\.tilt$/` |
| | DIRECTION | indicator.direction | | boolean | | | X | | `/^indicator\.direction$/` |
| | DIRECTION | level.direction | | number | | | | | `/^(indicator|level)\.direction$/` |
| | DIRECTION | value.direction | | number | | | | | `/^(indicator|value)\.direction$/` |
| | WORKING | indicator.working | | | | | X | | `/^indicator\.working$/` |
| | UNREACH | indicator.maintenance.unreach | | boolean | | | X | | `/^indicator(\.maintenance)?\.unreach$/` |
| | LOWBAT | indicator.maintenance.lowbat | | boolean | | | X | | `/^indicator(\.maintenance)?\.lowbat$|^indicator(\.maintenance)?\.battery$/` |
Expand Down Expand Up @@ -295,7 +295,7 @@ In [brackets] is given the class name of device.
| | ACTUAL | value.blind | % | number | | E | | | `/^value(\.position)?|^value(\.gate)?$/` |
| | STOP | button.stop | | boolean | W | E | | | `/^button\.stop$|^action\.stop$/` |
| | DIRECTION | indicator.direction | | boolean | | | X | | `/^indicator\.direction$/` |
| | DIRECTION | level.direction | | number | | | | | `/^(indicator|level)\.direction$/` |
| | DIRECTION | value.direction | | number | | | | | `/^(indicator|value)\.direction$/` |
| | WORKING | indicator.working | | | | | X | | `/^indicator\.working$/` |
| | UNREACH | indicator.maintenance.unreach | | boolean | | | X | | `/^indicator(\.maintenance)?\.unreach$/` |
| | MAINTAIN | indicator.maintenance | | boolean | | | X | | `/^indicator\.maintenance$/` |
Expand Down Expand Up @@ -439,7 +439,7 @@ In [brackets] is given the class name of device.
| | ACTUAL | state | | boolean | - | | | `/^state$/` |
| | OPEN | button | | boolean | W | | | |
| | DIRECTION | indicator.direction | | boolean | | X | | `/^indicator\.direction$/` |
| | DIRECTION | level.direction | | number | | | | `/^(indicator|level)\.direction$/` |
| | DIRECTION | value.direction | | number | | | | `/^(indicator|value)\.direction$/` |
| | WORKING | indicator.working | | | | X | | `/^indicator\.working$/` |
| | UNREACH | indicator.maintenance.unreach | | boolean | | X | | `/^indicator(\.maintenance)?\.unreach$/` |
| | LOWBAT | indicator.maintenance.lowbat | | boolean | | X | | `/^indicator(\.maintenance)?\.lowbat$|^indicator(\.maintenance)?\.battery$/` |
Expand Down

0 comments on commit a410eca

Please sign in to comment.