Skip to content

Commit

Permalink
ICP-12803 Add three-axis capability to multi sensor metadata (#32909)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirker authored Jun 4, 2020
1 parent 22ff5f1 commit a4fd631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import physicalgraph.zigbee.clusters.iaszone.ZoneStatus
import physicalgraph.zigbee.zcl.DataType

metadata {
definition(name: "SmartSense Multi Sensor", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012', executeCommandsLocally: false, mnmn: "SmartThings", vid: "generic-contact-2") {
definition(name: "SmartSense Multi Sensor", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012', executeCommandsLocally: false, mnmn: "SmartThings", vid: "SmartThings-smartthings-SmartSense_Multi_Sensor") {

capability "Three Axis"
capability "Battery"
Expand Down

0 comments on commit a4fd631

Please sign in to comment.