Modifying 'BeSense Motion Sensor'

This commit is contained in:
Andres
2017-02-17 20:55:54 -08:00
parent 2bf9f92614
commit b22dafbdf8

View File

@@ -1,13 +1,13 @@
/** /**
* *
* *
* BeSense Z-Wave Ceiling Motion Sensor * BeSense Z-Wave Motion Sensor
* *
* *
*/ */
metadata { metadata {
definition (name: "BeSense Ceiling Motion Sensor", namespace: "BeSense Handler", author: "BeSense") { definition (name: "BeSense Motion Sensor", namespace: "BeSense Handler", author: "BeSense") {
capability "Motion Sensor" capability "Motion Sensor"
capability "Sensor" capability "Sensor"
capability "Battery" capability "Battery"
@@ -15,7 +15,7 @@ metadata {
fingerprint mfr: "0214", prod: "0002", model: "0002", deviceJoinName: "Besense Ceiling Motion Sensor" // Besense motion + fingerprint mfr: "0214", prod: "0002", model: "0002", deviceJoinName: "Besense Motion Sensor" // Besense motion +
} }