I want to know how OPII handles two separate events that trigger the same unit on for a period of time.
Suppose I have two events like this:
	
	
	
		
and
	
	
	
		
The second case is a button, with a confusingly similar name to the unit, BTW.
So if someone presses the button at 6pm, will the hot water pump run until 8pm (because its timer value overrides the 4 hour setting from 5pm) or will the pump stay on until 9pm because the original 4 hour timed output trumps the later, but shorter time.
				
			Suppose I have two events like this:
		Code:
	
		TIMED 5:01 PM MTWTFSS
		AND IF NOT AWAY
			THEN H Water pump ON FOR 4 HOURSand
		Code:
	
		WHEN H Water Pump
			THEN H Water pump ON FOR 2 HOURSThe second case is a button, with a confusingly similar name to the unit, BTW.
So if someone presses the button at 6pm, will the hot water pump run until 8pm (because its timer value overrides the 4 hour setting from 5pm) or will the pump stay on until 9pm because the original 4 hour timed output trumps the later, but shorter time.
 
	 
 
		 
 
		