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