Skip to content

Commit

Permalink
More name/namespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bflorian committed Nov 4, 2015
1 parent 594b61c commit f260e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
*/
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",
iconUrl: "http://solutionsetcetera.com/stuff/STIcons/HB.png",
iconX2Url: "http://solutionsetcetera.com/stuff/STIcons/[email protected]"
)


preferences {
section("Choose one or more, when..."){
input "motion", "capability.motionSensor", title: "Motion Here", required: false, multiple: true
Expand Down

0 comments on commit f260e36

Please sign in to comment.