TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
102 stars 32 forks source link

Behaviour of properties in States #203

Open jakhog opened 6 years ago

jakhog commented 6 years ago

Properties declared within states, should be re-initialized to their initial value (init expression) on every entry of the state, unless the current or parent (just the immediate) keeps history.

This needs a test, and possibly some work.