June 5, 201312 yr With the release today of MobiLinc (3.21.00), proximity is finally here. Yay! However, I'm having an issue with wrapping my head around a state change. I would like my garage door to open when the proximity state changes from 0 (out of area) to 1 (in area). However, in my programming I can only see statements like: Variable - Wayne_phone_home - is - 1 Obviously, I don't want my garage door to be open whenever my phone is here, and I can;t seem to find a "when state changes" variable. Ideas? Wayne
June 5, 201312 yr A Variable triggers a Program only when the value in the State Variable changes. Once the Program triggers when the value changes to 1 it will not be triggered again until the value in the State Variable changes to something other than 1. State Variables work the same as device Status. Only when Status changes when using If Status does the Program trigger. The Status has to change again before the Program triggers again.
Archived
This topic is now archived and is closed to further replies.