Skip to content

Commit

Permalink
[hdpowerview] support for shade types 26,27,28 (openhab#13571)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
  • Loading branch information
andrewfg authored and andrasU committed Nov 12, 2022
1 parent b582829 commit 8ea6849
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ public class ShadeCapabilitiesDatabase {
new Type( 9).capabilities(7).text("Duette DuoLite Top Down Bottom Up"),
new Type(18).capabilities(1).text("Pirouette"),
new Type(23).capabilities(1).text("Silhouette"),
new Type(26).capabilities(3).text("Skyline Panel, Left Stack"),
new Type(27).capabilities(3).text("Skyline Panel, Right Stack"),
new Type(28).capabilities(3).text("Skyline Panel, Split Stack"),
new Type(31).capabilities(0).text("Vignette"),
new Type(33).capabilities(7).text("Duette Architella"),
new Type(38).capabilities(9).text("Silhouette Duolite"),
Expand Down

0 comments on commit 8ea6849

Please sign in to comment.