SmartThingsCommunity / SmartThingsPublic

SmartThings open-source DeviceType Handlers and SmartApps code

Home Page:https://developer-preview.smartthings.com/docs/devices/hub-connected/get-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No support for ZLL On/Off Plug-in Unit

moikot opened this issue · comments

Zigbee switch has support for the following generic devices:

  • ZLL On/off light (fingerprint profileId: "C05E", deviceId: "0000", inClusters: "0006", deviceJoinName: "Light", ocfDeviceType: "oic.d.light")
  • HA Light switch (fingerprint profileId: "0104", deviceId: "0103", inClusters: "0006", deviceJoinName: "Switch")
  • HA On/off plug-in unit (fingerprint profileId: "0104", deviceId: "010A", inClusters: "0006", deviceJoinName: "Outlet", ocfDeviceType: "oic.d.smartplug")

Would it be possible to extend this list with:

  • ZLL On/off plug-in unit (fingerprint profileId: "C05E", deviceId: "0010", inClusters: "0006", deviceJoinName: "Outlet", ocfDeviceType: "oic.d.smartplug")