From c3ce69994e86b99c63f7d570cbf5bd745bd25938 Mon Sep 17 00:00:00 2001 From: Edward Dingels Date: Wed, 30 Sep 2015 15:07:27 -0500 Subject: [PATCH] Modifying 'WeatherBug Home Connect' --- smartapps/v1/weatherbug-home.src/weatherbug-home.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/smartapps/v1/weatherbug-home.src/weatherbug-home.groovy b/smartapps/v1/weatherbug-home.src/weatherbug-home.groovy index c97b244..a92d9d1 100644 --- a/smartapps/v1/weatherbug-home.src/weatherbug-home.groovy +++ b/smartapps/v1/weatherbug-home.src/weatherbug-home.groovy @@ -6,7 +6,7 @@ */ definition( name: "WeatherBug Home", - namespace: "v1", + namespace: "WeatherBug", author: "WeatherBug Home", description: "WeatherBug Home", category: "My Apps", @@ -135,7 +135,7 @@ def getCurrentReport() { * * @param id The id of the device to set * @return Indication of whether the operation succeeded or failed - */ + def setTemperature() { log.debug "device id parameter=" + params.id def device = thermostatDevice.find{ it.id == params.id} @@ -162,6 +162,7 @@ def setTemperature() { Result: null ] } +*/ def installed() {