Hi there
I just started using the squirrel framework - it's great! Thanks very much for developing and sharing!
I am still exploring the framework. My goal is to use is as a mock of a mobile device, so I can test backend functions without actual devices in the field. I have two active regions - on to mimic the wireless connection, which might go down any time; and one for the controller. For a transition between controller states CTRL_A and CTRL_B, I want to set up a guard that enables the transition only if the device is online - that is, if the the WIRELESS region is in state ONLINE. How can I query the current state in the neighboring parallel region from within a Condition<> object?
Thanks very much for your help!
Uli