From cbd5e2d4681e5579fbacb76b4f5d6c759836143d Mon Sep 17 00:00:00 2001 From: rtrimana Date: Mon, 29 Jul 2019 10:35:53 -0700 Subject: [PATCH] Updating conflict variables list in main.jpf. --- main.jpf | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/main.jpf b/main.jpf index 85af65a..d394ec3 100644 --- a/main.jpf +++ b/main.jpf @@ -4,11 +4,16 @@ target = main listener=gov.nasa.jpf.listener.VariableConflictTracker # Potentially conflicting variables -variables=currentAlarm,currentContact,doorState,currentLock,currentMotion,status,currentPresence,\ - currentSmokeValue,currentHeatingSetpoint,thermostatSetpoint,currentCoolingSetpoint,\ - thermostatOperatingState,thermostatFanMode,currentThermostatMode,currentSwitch,\ - currentAcceleration, currentBattery, currentPresence, currentCarbonMonoxideValue,\ - color, hue, saturation +# Alarms +#variables=currentAlarm +# Locks +variables=currentLock +# Thermostats +#variables=currentHeatingSetpoint,thermostatSetpoint,currentCoolingSetpoint,thermostatOperatingState,thermostatFanMode,currentThermostatMode +# Switches +#variables=currentSwitch +# Lights +#variables=color,hue,saturation # Potentially conflicting apps (we default to App1 and App2 for now) apps=App1,App2 -- 2.34.1