Skip to content

Commit

Permalink
fix: Fix inverted cover status for LED-Trading 9135 (#7486)
Browse files Browse the repository at this point in the history
  • Loading branch information
anharald committed May 5, 2024
1 parent b251e87 commit 9d3e85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/led_trading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const definitions: Definition[] = [
model: '9135',
vendor: 'LED-Trading',
description: 'Curtain motor controller',
meta: {coverInverted: true},
fromZigbee: [fz.cover_position_tilt],
toZigbee: [tz.cover_state, tz.cover_position_tilt],
exposes: [e.cover_position()],
Expand Down

0 comments on commit 9d3e85c

Please sign in to comment.