From c582646261f8dca650d76b4162e483dfd392d3e1 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Tue, 23 Jul 2019 17:51:14 -0700 Subject: [PATCH] Adding a newline at the end of the code. --- eventSimulator/batteryChargeEvent.groovy | 2 +- eventSimulator/buttonHeldEvent.groovy | 2 +- eventSimulator/buttonPushedEvent.groovy | 2 +- eventSimulator/carbonMonoxideClearEvent.groovy | 2 +- eventSimulator/carbonMonoxideDetectedEvent.groovy | 2 +- eventSimulator/carbonMonoxideTestedEvent.groovy | 2 +- eventSimulator/locationAwayEvent.groovy | 2 +- eventSimulator/locationHomeEvent.groovy | 2 +- eventSimulator/locationNightEvent.groovy | 2 +- eventSimulator/motionActiveEvent.groovy | 2 +- eventSimulator/motionInactiveEvent.groovy | 2 +- eventSimulator/presenceLeftEvent.groovy | 2 +- eventSimulator/presencePresentEvent.groovy | 2 +- eventSimulator/smokeClearEvent.groovy | 2 +- eventSimulator/smokeDetectedEvent.groovy | 2 +- eventSimulator/smokeTestedEvent.groovy | 2 +- eventSimulator/switchOffEvent.groovy | 2 +- eventSimulator/switchOnEvent.groovy | 2 +- eventSimulator/thermostatAutoModeEvent.groovy | 2 +- eventSimulator/thermostatCoolModeEvent.groovy | 2 +- eventSimulator/thermostatEmergencyHeatModeEvent.groovy | 2 +- eventSimulator/thermostatHeatModeEvent.groovy | 2 +- eventSimulator/thermostatOffModeEvent.groovy | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/eventSimulator/batteryChargeEvent.groovy b/eventSimulator/batteryChargeEvent.groovy index adf0018..2278a50 100644 --- a/eventSimulator/batteryChargeEvent.groovy +++ b/eventSimulator/batteryChargeEvent.groovy @@ -1,2 +1,2 @@ smokeDetectorObject.setValue([name: "battery", value: "5"/*A number between 0 to 100 as a charge*/, deviceId: "smokeDetectorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/buttonHeldEvent.groovy b/eventSimulator/buttonHeldEvent.groovy index d350c29..0fbcedd 100644 --- a/eventSimulator/buttonHeldEvent.groovy +++ b/eventSimulator/buttonHeldEvent.groovy @@ -1,2 +1,2 @@ aeonKeyFobObject.setValue([name: "button", value: "held", deviceId: "aeonKeyFobID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/buttonPushedEvent.groovy b/eventSimulator/buttonPushedEvent.groovy index 2f8c0f1..5a545f8 100644 --- a/eventSimulator/buttonPushedEvent.groovy +++ b/eventSimulator/buttonPushedEvent.groovy @@ -1,2 +1,2 @@ aeonKeyFobObject.setValue([name: "button", value: "pushed", deviceId: "aeonKeyFobID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/carbonMonoxideClearEvent.groovy b/eventSimulator/carbonMonoxideClearEvent.groovy index 71486e0..721fb97 100644 --- a/eventSimulator/carbonMonoxideClearEvent.groovy +++ b/eventSimulator/carbonMonoxideClearEvent.groovy @@ -1,2 +1,2 @@ smokeDetectorObject.setValue([name: "carbonMonoxide", value: "clear", deviceId: "smokeDetectorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/carbonMonoxideDetectedEvent.groovy b/eventSimulator/carbonMonoxideDetectedEvent.groovy index d7aa316..5aa27d1 100644 --- a/eventSimulator/carbonMonoxideDetectedEvent.groovy +++ b/eventSimulator/carbonMonoxideDetectedEvent.groovy @@ -1,2 +1,2 @@ smokeDetectorObject.setValue([name: "carbonMonoxide", value: "detected", deviceId: "smokeDetectorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/carbonMonoxideTestedEvent.groovy b/eventSimulator/carbonMonoxideTestedEvent.groovy index 455c65f..0c6e18e 100644 --- a/eventSimulator/carbonMonoxideTestedEvent.groovy +++ b/eventSimulator/carbonMonoxideTestedEvent.groovy @@ -1,2 +1,2 @@ smokeDetectorObject.setValue([name: "carbonMonoxide", value: "tested", deviceId: "smokeDetectorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/locationAwayEvent.groovy b/eventSimulator/locationAwayEvent.groovy index 7f10f78..bb82c6f 100644 --- a/eventSimulator/locationAwayEvent.groovy +++ b/eventSimulator/locationAwayEvent.groovy @@ -1,2 +1,2 @@ locationObject.setValue([name: "Location", value: "away", deviceId: "locationID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/locationHomeEvent.groovy b/eventSimulator/locationHomeEvent.groovy index c4d4763..a970a03 100644 --- a/eventSimulator/locationHomeEvent.groovy +++ b/eventSimulator/locationHomeEvent.groovy @@ -1,2 +1,2 @@ locationObject.setValue([name: "Location", value: "home", deviceId: "locationID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/locationNightEvent.groovy b/eventSimulator/locationNightEvent.groovy index eb8284b..a65418b 100644 --- a/eventSimulator/locationNightEvent.groovy +++ b/eventSimulator/locationNightEvent.groovy @@ -1,2 +1,2 @@ locationObject.setValue([name: "Location", value: "night", deviceId: "locationID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/motionActiveEvent.groovy b/eventSimulator/motionActiveEvent.groovy index bcec327..fd452ba 100644 --- a/eventSimulator/motionActiveEvent.groovy +++ b/eventSimulator/motionActiveEvent.groovy @@ -1,2 +1,2 @@ motionSensorObject.setValue([name: "motion", value: "active", deviceId: "motionSensorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/motionInactiveEvent.groovy b/eventSimulator/motionInactiveEvent.groovy index 2346a0b..2d9987b 100644 --- a/eventSimulator/motionInactiveEvent.groovy +++ b/eventSimulator/motionInactiveEvent.groovy @@ -1,2 +1,2 @@ motionSensorObject.setValue([name: "motion", value: "inactive", deviceId: "motionSensorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/presenceLeftEvent.groovy b/eventSimulator/presenceLeftEvent.groovy index 8de48ed..ef652a4 100644 --- a/eventSimulator/presenceLeftEvent.groovy +++ b/eventSimulator/presenceLeftEvent.groovy @@ -1,2 +1,2 @@ presenceSensorObject.setValue([name: "presence", value: "not present", deviceId: "presenceSensorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/presencePresentEvent.groovy b/eventSimulator/presencePresentEvent.groovy index addb3c1..dc61880 100644 --- a/eventSimulator/presencePresentEvent.groovy +++ b/eventSimulator/presencePresentEvent.groovy @@ -1,2 +1,2 @@ presenceSensorObject.setValue([name: "presence", value: "present", deviceId: "presenceSensorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/smokeClearEvent.groovy b/eventSimulator/smokeClearEvent.groovy index c47d3c0..1809840 100644 --- a/eventSimulator/smokeClearEvent.groovy +++ b/eventSimulator/smokeClearEvent.groovy @@ -1,2 +1,2 @@ smokeDetectorObject.setValue([name: "smoke", value: "clear", deviceId: "smokeDetectorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/smokeDetectedEvent.groovy b/eventSimulator/smokeDetectedEvent.groovy index 34ff73b..8cf3244 100644 --- a/eventSimulator/smokeDetectedEvent.groovy +++ b/eventSimulator/smokeDetectedEvent.groovy @@ -1,2 +1,2 @@ smokeDetectorObject.setValue([name: "smoke", value: "detected", deviceId: "smokeDetectorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/smokeTestedEvent.groovy b/eventSimulator/smokeTestedEvent.groovy index 1c0dc65..686c6f0 100644 --- a/eventSimulator/smokeTestedEvent.groovy +++ b/eventSimulator/smokeTestedEvent.groovy @@ -1,2 +1,2 @@ smokeDetectorObject.setValue([name: "smoke", value: "tested", deviceId: "smokeDetectorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/switchOffEvent.groovy b/eventSimulator/switchOffEvent.groovy index 84e90a4..b48baf2 100644 --- a/eventSimulator/switchOffEvent.groovy +++ b/eventSimulator/switchOffEvent.groovy @@ -1,2 +1,2 @@ switchObject.setValue([name: "switch", value: "off", deviceId: "switchID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/switchOnEvent.groovy b/eventSimulator/switchOnEvent.groovy index 324f6e8..a832223 100644 --- a/eventSimulator/switchOnEvent.groovy +++ b/eventSimulator/switchOnEvent.groovy @@ -1,2 +1,2 @@ switchObject.setValue([name: "switch", value: "on", deviceId: "switchID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/thermostatAutoModeEvent.groovy b/eventSimulator/thermostatAutoModeEvent.groovy index 311731c..f32a8cc 100644 --- a/eventSimulator/thermostatAutoModeEvent.groovy +++ b/eventSimulator/thermostatAutoModeEvent.groovy @@ -1,2 +1,2 @@ thermostatObject.setValue([name: "thermostatMode", value: "auto", deviceId: "thermostatID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/thermostatCoolModeEvent.groovy b/eventSimulator/thermostatCoolModeEvent.groovy index e65ad9a..15a4c41 100644 --- a/eventSimulator/thermostatCoolModeEvent.groovy +++ b/eventSimulator/thermostatCoolModeEvent.groovy @@ -1,2 +1,2 @@ thermostatObject.setValue([name: "thermostatMode", value: "cool", deviceId: "thermostatID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/thermostatEmergencyHeatModeEvent.groovy b/eventSimulator/thermostatEmergencyHeatModeEvent.groovy index a594e65..e69f8e8 100644 --- a/eventSimulator/thermostatEmergencyHeatModeEvent.groovy +++ b/eventSimulator/thermostatEmergencyHeatModeEvent.groovy @@ -1,2 +1,2 @@ thermostatObject.setValue([name: "thermostatMode", value: "emergencyHeat", deviceId: "thermostatID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/thermostatHeatModeEvent.groovy b/eventSimulator/thermostatHeatModeEvent.groovy index 51e59c9..69b7dd1 100644 --- a/eventSimulator/thermostatHeatModeEvent.groovy +++ b/eventSimulator/thermostatHeatModeEvent.groovy @@ -1,2 +1,2 @@ thermostatObject.setValue([name: "thermostatMode", value: "heat", deviceId: "thermostatID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) diff --git a/eventSimulator/thermostatOffModeEvent.groovy b/eventSimulator/thermostatOffModeEvent.groovy index 19f05c9..5e185b0 100644 --- a/eventSimulator/thermostatOffModeEvent.groovy +++ b/eventSimulator/thermostatOffModeEvent.groovy @@ -1,2 +1,2 @@ thermostatObject.setValue([name: "thermostatMode", value: "off", deviceId: "thermostatID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) \ No newline at end of file + displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) -- 2.34.1