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 <software@whitebear.ch>
  • Loading branch information
andrewfg authored and andan67 committed Nov 5, 2022
1 parent 847333d commit edd2605
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 edd2605

Please sign in to comment.