Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hdpowerview] Add support for Skyline Panels #13571

Merged
merged 1 commit into from
Oct 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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