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

@@ -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