Skip to content

Commit

Permalink
Merge pull request SmartThingsCommunity#60697 from KKlimczukS/ICP-140…
Browse files Browse the repository at this point in the history
…76_ICP-14077

ICP-14076, ICP-14077 - fixes for level and energy meter handling (disables local execution)
  • Loading branch information
greens authored Mar 17, 2021
2 parents 67c429e + 6eb1d2a commit b49cacc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
import physicalgraph.zigbee.zcl.DataType
metadata {
definition (name: "ZigBee Metering Dimmer", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "oic.d.switch", mnmn: "SmartThings", vid:"generic-dimmer-power-energy", runLocally: true, executeCommandsLocally: true, genericHandler: "Zigbee", minHubCoreVersion: '000.019.00012') {
definition (name: "ZigBee Metering Dimmer", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "oic.d.switch", mnmn: "SmartThings", vid:"generic-dimmer-power-energy") {

capability "Actuator"
capability "Configuration"
Expand Down

0 comments on commit b49cacc

Please sign in to comment.