diff --git a/feature/motheure-simple/source/loop.php b/feature/motheure-simple/source/loop.php index cbf368c..e188c63 100644 --- a/feature/motheure-simple/source/loop.php +++ b/feature/motheure-simple/source/loop.php @@ -36,7 +36,7 @@ return false; /* (3) If inactive, pass */ - if( $STATE == 1 ) + if( $STATE == 0 ) return false; /* (4) Return TRUE means motor active */