Skip to content

Commit 8d5ef47

Browse files
authored
Update BlinkSystemVirtual.groovy
1 parent d34e82f commit 8d5ef47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BlinkVirtDevices/BlinkSystemVirtual.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ metadata {
3838
definition (name: "Blink System through IFTTT",
3939
namespace: "davegut",
4040
author: "Dave Gutheinz",
41-
importUrl: ""
41+
importUrl: "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/BlinkVirtDevices/BlinkSystemVirtual.groovy"
4242
) {
4343
capability "Switch"
4444
capability "Refresh"
@@ -75,4 +75,4 @@ def refresh() {
7575
def blinkState = device.currentValue("switch")
7676
sendEvent(name: "switch", value: "${blinkState}", isStateChange: true)
7777
log.info "${device.label} state reset to ${device.currentValue("switch")}"
78-
}
78+
}

0 commit comments

Comments
 (0)