Skip to content

Commit 7fbcb15

Browse files
authored
ICP-3135 Wrong icon type for smart plug in SC (SmartThingsCommunity#2747)
the switch device type gets a switch icon, but this is a plug so it needs the plug icon
1 parent 374ee6c commit 7fbcb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicetypes/smartthings/zwave-metering-switch-secure.src/zwave-metering-switch-secure.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*/
1414
metadata {
15-
definition (name: "Z-Wave Metering Switch Secure", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "oic.d.switch") {
15+
definition (name: "Z-Wave Metering Switch Secure", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "oic.d.smartplug") {
1616
capability "Actuator"
1717
capability "Configuration"
1818
capability "Energy Meter"

0 commit comments

Comments
 (0)