Skip to content

Commit a694f58

Browse files
authored
ONEAPP-1122 zigbee RGB bulb missing ocf icon (SmartThingsCommunity#2765)
1 parent 0a8d59c commit a694f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicetypes/smartthings/zigbee-rgb-bulb.src/zigbee-rgb-bulb.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import physicalgraph.zigbee.zcl.DataType
1919

2020
metadata {
21-
definition (name: "ZigBee RGB Bulb", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.019.00012', executeCommandsLocally: true) {
21+
definition (name: "ZigBee RGB Bulb", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.019.00012', executeCommandsLocally: true, ocfDeviceType: "oic.d.light") {
2222

2323
capability "Actuator"
2424
capability "Color Control"

0 commit comments

Comments
 (0)