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>
  • Loading branch information
andrewfg authored and nemerdaud committed Feb 28, 2023
1 parent d9d2477 commit 550ed7d
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 550ed7d

Please sign in to comment.