Commit 0bdb041c authored by poglitsch's avatar poglitsch
Browse files

timer added

parent 28758abd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ module LibIot_Functions {
			
			alt{
				[] eaPort.receive(mw_EO_Response(e_success)) -> value v_response {
					T_Equipment.stop;
					if(ispresent(v_response.status.reason)) {
						v_reason := v_response.status.reason;
						f_setE2EVerdict(pass, "Equipment command """ & p_req.cmd & """successful: " & v_reason);
@@ -194,6 +195,7 @@ module LibIot_Functions {
					}
				}
				[] eaPort.receive(mw_EO_Response(?)) -> value  v_response {
					T_Equipment.stop;
					if(ispresent(v_response.status.reason)) {
						v_reason := v_response.status.reason;
						f_setE2EVerdict(fail, "Equipment command """ & p_req.cmd & """unsuccessful: " & v_reason);