Adding new events.
authorrtrimana <rtrimana@uci.edu>
Tue, 30 Jul 2019 00:51:53 +0000 (17:51 -0700)
committerrtrimana <rtrimana@uci.edu>
Tue, 30 Jul 2019 00:51:53 +0000 (17:51 -0700)
commit852a5b392cfa82c81299d22213af02dc4bf606a5
tree55bbdac63501a2fde0bfaf01bb441f1c63d07d2d
parentfea13f011a64a64558ad697eee68e3927395cccd
Adding new events.
54 files changed:
eventSimulator/alarmBothEvent.groovy [new file with mode: 0644]
eventSimulator/alarmOffEvent.groovy [new file with mode: 0644]
eventSimulator/alarmSirenEvent.groovy [new file with mode: 0644]
eventSimulator/alarmStrobeEvent.groovy [new file with mode: 0644]
eventSimulator/batteryBatteryEvent.groovy [new file with mode: 0644]
eventSimulator/batteryChargeEvent.groovy [deleted file]
eventSimulator/contactDefaultClosedEvent.groovy [new file with mode: 0644]
eventSimulator/contactDefaultOpenEvent.groovy [new file with mode: 0644]
eventSimulator/coolingSetpointEvent.groovy [new file with mode: 0644]
eventSimulator/energyMeterEvent.groovy [new file with mode: 0644]
eventSimulator/eventSimulator.groovy
eventSimulator/heatingSetpointEvent.groovy [new file with mode: 0644]
eventSimulator/humidityMeasurementEvent.groovy [new file with mode: 0644]
eventSimulator/illuminanceMeasurementEvent.groovy [new file with mode: 0644]
eventSimulator/lockEvent.groovy [deleted file]
eventSimulator/lockLockedEvent.groovy [new file with mode: 0644]
eventSimulator/lockUnlockedEvent.groovy [new file with mode: 0644]
eventSimulator/musicPlayerLevelEvent.groovy [new file with mode: 0644]
eventSimulator/musicPlayerMutedEvent.groovy [new file with mode: 0644]
eventSimulator/musicPlayerPausedEvent.groovy [new file with mode: 0644]
eventSimulator/musicPlayerPlayingEvent.groovy [new file with mode: 0644]
eventSimulator/musicPlayerStoppedEvent.groovy [new file with mode: 0644]
eventSimulator/musicPlayerTrackDataEvent.groovy [new file with mode: 0644]
eventSimulator/musicPlayerTrackDescriptionEvent.groovy [new file with mode: 0644]
eventSimulator/musicPlayerUnmutedEvent.groovy [new file with mode: 0644]
eventSimulator/powerMeterEvent.groovy [new file with mode: 0644]
eventSimulator/presencePresencePresentEvent.groovy [new file with mode: 0644]
eventSimulator/relaySwitchOffEvent.groovy [new file with mode: 0644]
eventSimulator/relaySwitchOnEvent.groovy [new file with mode: 0644]
eventSimulator/sleepNotSleepingEvent.groovy [new file with mode: 0644]
eventSimulator/sleepSleepingEvent.groovy [new file with mode: 0644]
eventSimulator/smokeDetectorBatteryEvent.groovy [new file with mode: 0644]
eventSimulator/stepGoalEvent.groovy [new file with mode: 0644]
eventSimulator/stepStepsEvent.groovy [new file with mode: 0644]
eventSimulator/switchLevelEvent.groovy [new file with mode: 0644]
eventSimulator/switchLevelOffEvent.groovy [new file with mode: 0644]
eventSimulator/switchLevelOnEvent.groovy [new file with mode: 0644]
eventSimulator/temperatureEvent.groovy [new file with mode: 0644]
eventSimulator/temperatureMeasurementEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatAutoFanModeEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatCirculateFanModeEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatFanCirculateFanModeEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatFanOnFanModeEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatOnFanModeEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatOperatingStateAutoEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatOperatingStateCoolEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatOperatingStateEmergencyHeatEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatOperatingStateHeatEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatOperatingStateOffEvent.groovy [new file with mode: 0644]
eventSimulator/thermostatSetpointEvent.groovy [new file with mode: 0644]
eventSimulator/valveClosedEvent.groovy [new file with mode: 0644]
eventSimulator/valveOpenEvent.groovy [new file with mode: 0644]
eventSimulator/waterDryEvent.groovy [new file with mode: 0644]
eventSimulator/waterWetEvent.groovy [new file with mode: 0644]