From: rtrimana Date: Thu, 8 Aug 2019 06:50:25 +0000 (-0700) Subject: Adding a new variable. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=jpf-core.git;a=commitdiff_plain;h=ab169073f003460ba9a741ed69e184a4aef0e6ba Adding a new variable. --- diff --git a/main.jpf b/main.jpf index 98264ca..d9feee5 100644 --- a/main.jpf +++ b/main.jpf @@ -13,13 +13,15 @@ listener=gov.nasa.jpf.listener.VariableConflictTracker # Switches #variables=currentSwitch # Lights -variables=colorChanged,currentHue,currentSaturation,currentLevel,currentSwitch,colorTemperature +#variables=colorChanged,currentHue,currentSaturation,currentLevel,currentSwitch,colorTemperature # Speeches #variables=level,oneUser # Music players #variables=status,level,trackDescription,trackData,mute # Relay switch #variables=currentSwitch +# Valves +variables=valve,valveLatestValue # Potentially conflicting apps (we default to App1 and App2 for now) apps=App1,App2