first commit

This commit is contained in:
Ton 2024-01-17 10:30:55 +01:00
parent 5b54bbc5a0
commit c01ecc3985
2 changed files with 14 additions and 0 deletions

Binary file not shown.

14
rules1.txt Normal file
View File

@ -0,0 +1,14 @@
on System#Boot do
GPIO,2,0
LoopTimerSet,1,10
endon
on laag#State do
LogEntry,'laag#State: %eventvalue1% result: %eventvalue2%'
if [laag#State]=1
GPIO,2,0
else
GPIO,2,1
endif
endon