mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-30 06:13:05 +01:00
Modifying 'WeatherBug Home Connect'
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
definition(
|
definition(
|
||||||
name: "WeatherBug Home",
|
name: "WeatherBug Home",
|
||||||
namespace: "v1",
|
namespace: "WeatherBug",
|
||||||
author: "WeatherBug Home",
|
author: "WeatherBug Home",
|
||||||
description: "WeatherBug Home",
|
description: "WeatherBug Home",
|
||||||
category: "My Apps",
|
category: "My Apps",
|
||||||
@@ -135,7 +135,7 @@ def getCurrentReport() {
|
|||||||
*
|
*
|
||||||
* @param id The id of the device to set
|
* @param id The id of the device to set
|
||||||
* @return Indication of whether the operation succeeded or failed
|
* @return Indication of whether the operation succeeded or failed
|
||||||
*/
|
|
||||||
def setTemperature() {
|
def setTemperature() {
|
||||||
log.debug "device id parameter=" + params.id
|
log.debug "device id parameter=" + params.id
|
||||||
def device = thermostatDevice.find{ it.id == params.id}
|
def device = thermostatDevice.find{ it.id == params.id}
|
||||||
@@ -162,6 +162,7 @@ def setTemperature() {
|
|||||||
Result: null
|
Result: null
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
def installed() {
|
def installed() {
|
||||||
|
|||||||
Reference in New Issue
Block a user