You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- control ventilation attenuation if (VMC_rinnovo==On or VMC_CaldoFreddo==On) and alarmLevel==4 (Night) : during night, ventilation must work at minimum
commandArray={}
-- alarmLevel==4 => ALARM_NIGHT (someone is sleeping)
-- if ventilation is ON during the night => activate attenuation to reduce ventilation noise
if (uservariables['alarmLevel']==4 and (otherdevices['VMC_Rinnovo']=='On' or otherdevices['VMC_CaldoFreddo']=='On')) then