// connect everything in the app to the cs. This makes the connection of temperature from Simulation to the input of the monitor because they are the same variable in the CS module.
// Connect everything in the app to the cs. This makes the connection of temperature from Simulation to the input of the monitor because they are the same variable in the CS module.
findTag(".*").connectTo(cs);
/* The trick of connecting the temperature automatically only worked because we put the temperatureMonitor into the correct place in the hierarchy
* by putting it into the variable group "Simulation". However, the threshold parameters inside the monitor are not connected yet.
*
* When connecting the app, the config created the following variables: