NodeManger with motion sensor
-
Hi @user2684 I try to used Nodemanage with a motion sensor. But I only see the on event and not the off event. What do I have to do to see both the events.
Thanks
Francois
-
Hi, SensorMotion set the interrupt to RISING this is why you see an event only. If you want to see both you need to call setInterruptMode(CHANGE) on your instance of SensorMotion somewhere in before() to customize the behavior.
-
HI @user2684 thanks for that is is working now