Commit 2389358b authored by poglitsch's avatar poglitsch
Browse files

trigger functions updated

parent 6b74639f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ module LibIot_TypesAndValues {
		
		type record of charstring ParameterList;
		
		type integer TriggerCommand;
		type charstring TriggerCommand;
		
		signature Trigger(TriggerCommand p_cmd, ParameterList p_params) return Status;
	}