Skip to content

Commit

Permalink
new device (Matter Window Covering): WWST Cert request to add the Zem…
Browse files Browse the repository at this point in the history
…ismart MT25B, MT82, MT25A, ZM25M (#1121)

* new device/ Zemismart MT25B and MT82

* Adding two new fingerprints for the MT25A and ZM25M Devices

* Change the MT25B profile to be window-covering

Change the MT25B profile to be window-covering, since we do not have confirmation from the partner that this supports battery. If it does, then the driver should still accommodate for this
  • Loading branch information
lelandblue authored Mar 6, 2024
1 parent f9b8bea commit a15b7ef
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion drivers/SmartThings/matter-window-covering/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,27 @@ matterManufacturer:
vendorId: 0x130A
productId: 0x55
deviceProfileName: window-covering-battery

#Zemismart
- id: "5020/65376"
deviceLabel: Zemismart MT25B Roller Motor
vendorId: 0x139C
productId: 0xFF60
deviceProfileName: window-covering
- id: "5020/65296"
deviceLabel: Zemismart MT82 Smart Curtain
vendorId: 0x139C
productId: 0xFF10
deviceProfileName: window-covering
- id: "5020/65301"
deviceLabel: Zemismart MT25A Thread Roller Motor
vendorId: 0x139C
productId: 0xFF15
deviceProfileName: window-covering
- id: "5020/65535"
deviceLabel: Zemismart ZM25M Matter Roller Motor
vendorId: 0x139C
productId: 0xFFFF
deviceProfileName: window-covering
matterGeneric:
- id: "windowcovering"
deviceLabel: Matter Window Covering
Expand Down

0 comments on commit a15b7ef

Please sign in to comment.