From 52841cd2c27aa2879cf334fcf8c5178bff07d499 Mon Sep 17 00:00:00 2001 From: timberjoegithub Date: Tue, 21 Feb 2017 16:47:54 -0500 Subject: [PATCH] Update PhotonDS18B20.groovy --- .../timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy b/devicetypes/timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy index 8c5dd89..6cc0b75 100644 --- a/devicetypes/timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy +++ b/devicetypes/timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy @@ -18,7 +18,7 @@ preferences { // device name in api like: https://api.spark.io/v1/devices/${deviceId}/${deviceName} } metadata { - definition (name: "DS18B20 Photon Temperature Sensor", namespace: "SmartThingsPublic", author: "github@josephsteele.com") { + definition (name: "DS18B20 Photon Temperature Sensor", namespace: "timberjoegithub", author: "github@josephsteele.com") { capability "Temperature Measurement" capability "Sensor" }