Infrastructure that works for all the locks' group!
[smartthings-infrastructure.git] / Extractor / App1 / extractedFunctionsApp1.groovy
index 854ab6007894ec11f0b65704c090ddefaf709cee..3155b29e1a6497ae50958232de792c2969da9ba3 100644 (file)
@@ -3,8 +3,76 @@ def installed = this.&installed
 //Global Object for functions in subscribe method!
 def updated = this.&updated
 //Global Object for functions in subscribe method!
-def setTimeCallback = this.&setTimeCallback
+def initialize = this.&initialize
 //Global Object for functions in subscribe method!
-def doorOpenCheck = this.&doorOpenCheck
+def appTouch = this.&appTouch
 //Global Object for functions in subscribe method!
-def lockMessage = this.&lockMessage
+def rescheduleIfNeeded = this.&rescheduleIfNeeded
+//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