Filter for open events
This commit is contained in:
		@@ -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())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user