More name/namespace changes

This commit is contained in:
bflorian
2015-11-04 14:09:51 -08:00
parent 594b61c852
commit f260e36d54
2 changed files with 3 additions and 4 deletions

View File

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

View File

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