[hdpowerview] Fix for capabilities:1 shades (#12237)
* [hdpowerview] fix capabilities:1 Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
committed by
GitHub
parent
4e6bc0976e
commit
a3448a57d3
@@ -41,7 +41,7 @@ public class ShadeCapabilitiesDatabase {
|
||||
private static final Map<Integer, Capabilities> CAPABILITIES_DATABASE = Arrays.asList(
|
||||
// @formatter:off
|
||||
new Capabilities(0).primary().tiltOnClosed() .text("Bottom Up"),
|
||||
new Capabilities(1).primary().tiltAnywhere() .text("Bottom Up Tilt 90°"),
|
||||
new Capabilities(1).primary().tiltOnClosed() .text("Bottom Up Tilt 90°"),
|
||||
new Capabilities(2).primary().tiltAnywhere().tilt180() .text("Bottom Up Tilt 180°"),
|
||||
new Capabilities(3).primary().tiltOnClosed() .text("Vertical"),
|
||||
new Capabilities(4).primary().tiltAnywhere().tilt180() .text("Vertical Tilt 180°"),
|
||||
|
||||
Reference in New Issue
Block a user