Kwikset with matter

Has anyone heard about this new lock? I ordered the yale with matter last week & still havent received it & now they are aaying its out of stock. I want to.cancel & order the kwikset if it works with smartthings & sla codes. Any input is appreciated.

There is no specific fingerprint for the Kwikset or the Yale lock so as long as they identify as deviceTypeId 0x000A which is a door lock, they will get the same base-lock profile which has these capabilities:

name: base-lock
components:
- id: main
  capabilities:
  - id: lock
    version: 1
    config:
      values:
      - key: "lock.value"
        enabledValues:
        - locked
        - unlocked
        - not fully locked
  - id: lockCodes
    version: 1
  - id: tamperAlert
    version: 1
  - id: battery
    version: 1
  - id: firmwareUpdate
    version: 1
  - id: refresh
    version: 1
  categories:
  - name: SmartLock

I know yale works with the lock codes so this should be the same. Thanks.