mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
More name/namespace changes
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user