Skip to content

Commit 96ed866

Browse files
committed
Added settings.
1 parent b991e73 commit 96ed866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartapps/fireboy1919/milight-manager.src/milight-manager.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def httpCall(body, uri, mac, evt) {
5858
log.debug("Sending to ${params['uri']}${path}.")
5959
try {
6060
httpPutJson(params) {resp ->
61-
if(settings.isDebug) { log.debug "MiLight device: ${mac}" }
61+
if(settings.isDebug) { log.debug "Successfully updated settings." }
6262
//parseResponse(resp, mac, evt)
6363
}
6464
} catch (e) {

0 commit comments

Comments
 (0)