Skip to content

Commit 23074f1

Browse files
fix: Schneider S520567: expose tilt (#9095)
1 parent 4ef31b0 commit 23074f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/schneider_electric.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ export const definitions: DefinitionWithExtend[] = [
575575
fromZigbee: [fz.cover_position_tilt],
576576
toZigbee: [tz.cover_position_tilt, tz.cover_state, tzLocal.lift_duration],
577577
exposes: [
578-
e.cover_position(),
578+
e.cover_position_tilt(),
579579
e.numeric("lift_duration", ea.STATE_SET).withUnit("s").withValueMin(0).withValueMax(300).withDescription("Duration of lift"),
580580
],
581581
meta: {coverInverted: true},

0 commit comments

Comments
 (0)