From a347569e9f34fed2f53f1f2362988678422e2ba6 Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Sat, 21 Jul 2018 12:08:14 -0700 Subject: [PATCH] NYCE generic UI metadata (#3281) --- .../nyce-motion-sensor.src/nyce-motion-sensor.groovy | 2 +- .../nyce-open-closed-sensor.src/nyce-open-closed-sensor.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devicetypes/smartthings/nyce-motion-sensor.src/nyce-motion-sensor.groovy b/devicetypes/smartthings/nyce-motion-sensor.src/nyce-motion-sensor.groovy index 2e99485aefa..f0d56ab66d8 100644 --- a/devicetypes/smartthings/nyce-motion-sensor.src/nyce-motion-sensor.groovy +++ b/devicetypes/smartthings/nyce-motion-sensor.src/nyce-motion-sensor.groovy @@ -16,7 +16,7 @@ import physicalgraph.zigbee.clusters.iaszone.ZoneStatus metadata { - definition (name: "NYCE Motion Sensor", namespace: "smartthings", author: "SmartThings") { + definition (name: "NYCE Motion Sensor", namespace: "smartthings", author: "SmartThings", mnmn: "SmartThings", vid: "generic-motion-2") { capability "Motion Sensor" capability "Configuration" capability "Battery" diff --git a/devicetypes/smartthings/nyce-open-closed-sensor.src/nyce-open-closed-sensor.groovy b/devicetypes/smartthings/nyce-open-closed-sensor.src/nyce-open-closed-sensor.groovy index 9b39146e092..aa5de1ebebd 100644 --- a/devicetypes/smartthings/nyce-open-closed-sensor.src/nyce-open-closed-sensor.groovy +++ b/devicetypes/smartthings/nyce-open-closed-sensor.src/nyce-open-closed-sensor.groovy @@ -18,7 +18,7 @@ import physicalgraph.zigbee.clusters.iaszone.ZoneStatus metadata { - definition (name: "NYCE Open/Closed Sensor", namespace: "smartthings", author: "NYCE") { + definition (name: "NYCE Open/Closed Sensor", namespace: "smartthings", author: "NYCE", mnmn: "SmartThings", vid: "generic-contact-3") { capability "Battery" capability "Configuration" capability "Contact Sensor"