Can a Parent get a Setting from a Child App?

I know about getting state variables from a such as child.getState()?.thermostatState

Is there an equivalent for getting Settings values from a child app or do I just have to send the Settings I need when I call the parent function?

1 Like

Could try child.settings[‘setting_Name’]

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.