Dynamic VID in device type? Fingerprinting non Zigbee/Z-wave devices

For Zigbee or Z-wave devices, it is possible to determine which device type to assign it based on fingerprint.

Is there a way for me to specify the vid for non ZigBee/Z-wave devices, so that I can have just 1 device handler (instead of 8) to handle “generic-1-button to generic-8-button”… ?

        fingerprint mfr: "0086", model: "0082", deviceJoinName: "Aeotec Wallmote Quad", mnmn: "SmartThings", vid: "generic-4-button"
        fingerprint mfr: "0086", model: "0081", deviceJoinName: "Aeotec Wallmote", mnmn: "SmartThings", vid: "generic-2-button"
1 Like