Index: firmware/App/Controllers/UVReactors.c =================================================================== diff -u -r986abcfcf047822cad1a10c1ee0924a80dd5f512 -r3b91172ed6cd004627473dc1dd1d71bf7a87f0d6 --- firmware/App/Controllers/UVReactors.c (.../UVReactors.c) (revision 986abcfcf047822cad1a10c1ee0924a80dd5f512) +++ firmware/App/Controllers/UVReactors.c (.../UVReactors.c) (revision 3b91172ed6cd004627473dc1dd1d71bf7a87f0d6) @@ -401,7 +401,8 @@ // Check if the alarm has been active if ( TRUE == isAlarmActive( ALARM_ID_UV_REACTOR_NOT_HEALTHY ) ) { - reactorsStatus[ reactor ].switchState = TURN_OFF; + reactorsStatus[ reactor ].switchState = TURN_OFF; + reactorsStatus[ reactor ].healthStatus.data = UV_REACTOR_OFF; } // Check if it has been requested to turn off a reactor