@jkandasa said:
@benya Do you face any issue with out Synchronization?
I face potential issue in the following scenario:
multiple PIRs tigger rule that reads/writes global variable and disables/enables timer
timer reads global variable as well
timer has counter=1 and self-disables when triggered
Therefore I need to synchronize access to the global variable and modifications of timer object.
Otherwise global variable and timer could be left in an unexpected state.