Some minor changes in events' format
[smartthings-infrastructure.git] / Extractor / App1 / extractedFunctionsApp1.groovy
index 3155b29e1a6497ae50958232de792c2969da9ba3..b7e30e6c79927ccf25dccfb4187ee94eeea869e6 100644 (file)
@@ -5,74 +5,8 @@ def updated = this.&updated
 //Global Object for functions in subscribe method!
 def initialize = this.&initialize
 //Global Object for functions in subscribe method!
-def appTouch = this.&appTouch
+def lockDoor = this.&lockDoor
 //Global Object for functions in subscribe method!
-def rescheduleIfNeeded = this.&rescheduleIfNeeded
+def unlockDoor = this.&unlockDoor
 //Global Object for functions in subscribe method!
-def handleTemperatureEvent = this.&handleTemperatureEvent
-//Global Object for functions in subscribe method!
-def handleHumidityEvent = this.&handleHumidityEvent
-//Global Object for functions in subscribe method!
-def handleHeatingSetpointEvent = this.&handleHeatingSetpointEvent
-//Global Object for functions in subscribe method!
-def handleCoolingSetpointEvent = this.&handleCoolingSetpointEvent
-//Global Object for functions in subscribe method!
-def handleThermostatModeEvent = this.&handleThermostatModeEvent
-//Global Object for functions in subscribe method!
-def handleFanModeEvent = this.&handleFanModeEvent
-//Global Object for functions in subscribe method!
-def handleHumidifierModeEvent = this.&handleHumidifierModeEvent
-//Global Object for functions in subscribe method!
-def handleHumidifierLevelEvent = this.&handleHumidifierLevelEvent
-//Global Object for functions in subscribe method!
-def handleDehumidifierModeEvent = this.&handleDehumidifierModeEvent
-//Global Object for functions in subscribe method!
-def handleDehumidifierLevelEvent = this.&handleDehumidifierLevelEvent
-//Global Object for functions in subscribe method!
-def handleVentilatorModeEvent = this.&handleVentilatorModeEvent
-//Global Object for functions in subscribe method!
-def handleFanMinOnTimeEvent = this.&handleFanMinOnTimeEvent
-//Global Object for functions in subscribe method!
-def handleVentilatorMinOnTimeEvent = this.&handleVentilatorMinOnTimeEvent
-//Global Object for functions in subscribe method!
-def handleThermostatOperatingStateEvent = this.&handleThermostatOperatingStateEvent
-//Global Object for functions in subscribe method!
-def handleDailyStats = this.&handleDailyStats
-//Global Object for functions in subscribe method!
-def handleEquipmentStatusEvent = this.&handleEquipmentStatusEvent
-//Global Object for functions in subscribe method!
-def handleProgramNameEvent = this.&handleProgramNameEvent
-//Global Object for functions in subscribe method!
-def handleWaterEvent = this.&handleWaterEvent
-//Global Object for functions in subscribe method!
-def handleSmokeEvent = this.&handleSmokeEvent
-//Global Object for functions in subscribe method!
-def handleCarbonMonoxideEvent = this.&handleCarbonMonoxideEvent
-//Global Object for functions in subscribe method!
-def handleIlluminanceEvent = this.&handleIlluminanceEvent
-//Global Object for functions in subscribe method!
-def handleLockEvent = this.&handleLockEvent
-//Global Object for functions in subscribe method!
-def handleBatteryEvent = this.&handleBatteryEvent
-//Global Object for functions in subscribe method!
-def handleContactEvent = this.&handleContactEvent
-//Global Object for functions in subscribe method!
-def handleAccelerationEvent = this.&handleAccelerationEvent
-//Global Object for functions in subscribe method!
-def handleMotionEvent = this.&handleMotionEvent
-//Global Object for functions in subscribe method!
-def handlePresenceEvent = this.&handlePresenceEvent
-//Global Object for functions in subscribe method!
-def handleSwitchEvent = this.&handleSwitchEvent
-//Global Object for functions in subscribe method!
-def handleSetLevelEvent = this.&handleSetLevelEvent
-//Global Object for functions in subscribe method!
-def handlePowerEvent = this.&handlePowerEvent
-//Global Object for functions in subscribe method!
-def handleEnergyEvent = this.&handleEnergyEvent
-//Global Object for functions in subscribe method!
-def handleCostEvent = this.&handleCostEvent
-//Global Object for functions in subscribe method!
-def queueValue = this.&queueValue
-//Global Object for functions in subscribe method!
-def processQueue = this.&processQueue
+def doorHandler = this.&doorHandler