Add Powerview Type 11 (#114047)

This commit is contained in:
kingy444 2024-03-23 14:09:36 +11:00 committed by GitHub
parent 952f47ab18
commit c2771791a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -993,6 +993,11 @@ TYPE_TO_CLASSES = {
PowerViewShadeDualOverlappedFront,
PowerViewShadeDualOverlappedRear,
),
11: (
PowerViewShadeDualOverlappedCombined,
PowerViewShadeDualOverlappedFront,
PowerViewShadeDualOverlappedRear,
),
}

View File

@ -335,6 +335,6 @@
"roomId": 9,
"shadeGroupIds": [],
"type": 95,
"shade_api_class": "None"
"shade_api_class": "ShadeDualOverlappedIlluminated"
}
]