More name/namespace changes

This commit is contained in:
bflorian
2015-11-04 14:09:51 -08:00
committed by Yaima Valdivia
parent 13a324069d
commit 3ddc82f996
2 changed files with 3 additions and 4 deletions

View File

@@ -14,8 +14,8 @@
*
*/
definition(
name: "Smart Lock / Unlock",
namespace: "",
name: "Smart Auto Lock / Unlock",
namespace: "smart-auto-lock-unlock",
author: "Arnaud",
description: "Automatically locks door X minutes after being closed and keeps door unlocked if door is open.",
category: "Safety & Security",

View File

@@ -17,7 +17,7 @@
*/
definition(
name: "Send HAM Bridge Command When",
namespace: "soletc.com",
namespace: "smartthings",
author: "Scottin Pollock",
description: "Sends a command to your HAM Bridge server when SmartThings are activated.",
category: "Convenience",
@@ -25,7 +25,6 @@ definition(
iconX2Url: "http://solutionsetcetera.com/stuff/STIcons/HB@2x.png"
)
preferences {
section("Choose one or more, when..."){
input "motion", "capability.motionSensor", title: "Motion Here", required: false, multiple: true