So here’s the summary for a Parent Child app when the Child (Device Handler) calls the parent (Smartapp)
- state variable in the parent app does NOT work, it’s a temporary variable who’s value is cleared as soon as the function exits!
- atomicState ONLY works for simple values, if you try to assign a map or a list to it it hangs!
@Ben @slagle @jody.albritton - guys need you to jump in here, this is a very sorry state, if the State variable doesn’t work then the platform is moot! Without the state variable can’t do much to track child apps from the parent and one can’t develop any meaningful apps! HELP!!