diff --git a/devicetypes/smartthings/child-switch.src/child-switch.groovy b/devicetypes/smartthings/child-switch.src/child-switch.groovy index bc516d0953d..d883d18735b 100644 --- a/devicetypes/smartthings/child-switch.src/child-switch.groovy +++ b/devicetypes/smartthings/child-switch.src/child-switch.groovy @@ -19,7 +19,7 @@ metadata { } tiles(scale: 2) { - multiAttributeTile(name: "switch", width: 6, height: 4, canChangeIcon: false) { + multiAttributeTile(name: "switch", width: 6, height: 4, canChangeIcon: true) { tileAttribute("device.switch", key: "PRIMARY_CONTROL") { attributeState "on", label: '${name}', action: "switch.off", icon: "st.switches.light.on", backgroundColor: "#00a0dc" attributeState "off", label: '${name}', action: "switch.on", icon: "st.switches.light.off", backgroundColor: "#ffffff"