Skip to content

Commit

Permalink
[hdpowerview] override capabilities for shade types 54,55,56 (openhab…
Browse files Browse the repository at this point in the history
…#13169)

Signed-off-by: Andrew Fiddian-Green <[email protected]>
Signed-off-by: Andras Uhrin <[email protected]>
  • Loading branch information
andrewfg authored and andrasU committed Nov 12, 2022
1 parent 8872070 commit 5cb417c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ public class ShadeCapabilitiesDatabase {
new Type(47).capabilities(7).text("Pleated Top Down Bottom Up"),
new Type(49).capabilities(0).text("AC Roller"),
new Type(51).capabilities(2).text("Venetian"),
new Type(54).capabilities(3).text("Vertical Slats Left Stack"),
new Type(55).capabilities(3).text("Vertical Slats Right Stack"),
new Type(56).capabilities(3).text("Vertical Slats Split Stack"),
new Type(54).capabilities(4).text("Vertical Slats Left Stack").capabilitiesOverride(3),
new Type(55).capabilities(4).text("Vertical Slats Right Stack").capabilitiesOverride(3),
new Type(56).capabilities(4).text("Vertical Slats Split Stack").capabilitiesOverride(3),
new Type(62).capabilities(2).text("Venetian"),
new Type(65).capabilities(8).text("Vignette Duolite"),
new Type(66).capabilities(5).text("Shutter"),
Expand Down

0 comments on commit 5cb417c

Please sign in to comment.