The Meaning of deviceTypeId and a List of Available Types

Hi,

I’m trying to understand the meaning of deviceTypeId, deviceType and ocfDeviceType and find a list of available values for each one.
Could you please point me to some documentation regarding this?

Specifically, how changing of deviceTypeId in devicde-profile.yml of edge driver is reflected in ST APP?
If I understand correctly, the icon is shown based on ocfDeviceType, not on deviceTypeId .

Is there any difference between DHT and the edge driver for those types?

Thanks

1 Like

Do you have any news about it ?

I have a couple of links in my notes:

https://client-assets.smartthings.com/

1 Like

I’m trying to find the ocfDeviceType for the Illuminance Sensor.

Does anyone know the ocfDeviceType for the Illuminance Sensor?

A stock driver seems to use the category ‘LightSensor’, which perhaps makes it:

        {
            "name": "LightSensor",
            "resourceType": "x.com.st.d.sensor.light"
        },
1 Like