[ST Edge] DeviceId and Zigbee profileId in Edge driver's fingerprint

Thanks for bringing this up, @ygerlovin :smiley:
We already reported that we need more information regarding the fingerprints.
About the properties you mention, this sample can help you out:

zigbeeGeneric:
  - id: "dimmer-generic"
    deviceLabel: "Zigbee Dimmer"
    zigbeeProfiles: 
      - 0x0104 # HA or
      - 0xC05E #ZLL
    deviceIdentifiers: 
      - 0x0101 # Dimmable light
    clusters: 
      server: 
        - 0x0006 # on/off cluster
        - 0x0008 # level control cluster
      client:
        - 0x0019 # outCluster if needed
    deviceProfileName: on-off-level-bulb
1 Like