mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-12 06:13:07 +01:00
Modifying 'Vinli Home Connect'
This commit is contained in:
@@ -180,17 +180,10 @@ void updateSwitches() {
|
|||||||
|
|
||||||
def installed() {
|
def installed() {
|
||||||
log.debug "Installed with settings: ${settings}"
|
log.debug "Installed with settings: ${settings}"
|
||||||
|
|
||||||
initialize()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def updated() {
|
def updated() {
|
||||||
log.debug "Updated with settings: ${settings}"
|
log.debug "Updated with settings: ${settings}"
|
||||||
|
|
||||||
unsubscribe()
|
unsubscribe()
|
||||||
initialize()
|
|
||||||
}
|
|
||||||
|
|
||||||
def initialize() {
|
|
||||||
// TODO: subscribe to attributes, devices, locations, etc.s
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user