diff --git a/watcher.js b/watcher.js index 9bafddc..dc0a3a8 100644 --- a/watcher.js +++ b/watcher.js @@ -26,7 +26,7 @@ ws.on('message', msg => { }).catch(error => { console.error(error) }) - if (device.openScript){ + if (device.openScript && data.state[device.valueKey]){ console.log("Running open script") try { console.log(exec.execSync(device.openScript).toString())