From 9a5be2c5db3647cdde5f3aafec93c7fbaf942f8b Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Wed, 4 May 2016 11:49:59 -0700 Subject: [PATCH] remove unncessary changelog from the file header --- .../arrival-sensor-ha.src/arrival-sensor-ha.groovy | 10 ---------- .../arrival-sensor-ha.src/i18n/messages.properties | 10 ---------- .../mobile-presence.src/i18n/messages.properties | 10 ---------- .../mobile-presence.src/mobile-presence.groovy | 9 --------- .../smartpower-outlet.src/i18n/messages.properties | 9 --------- .../smartpower-outlet.src/smartpower-outlet.groovy | 10 +--------- .../i18n/messages.properties | 9 --------- .../smartsense-moisture-sensor.groovy | 10 ---------- .../i18n/messages.properties | 10 ---------- .../smartsense-motion-sensor.groovy | 10 ---------- .../i18n/messages.properties | 9 --------- .../smartsense-multi-sensor.groovy | 10 ---------- 12 files changed, 1 insertion(+), 115 deletions(-) diff --git a/devicetypes/smartthings/arrival-sensor-ha.src/arrival-sensor-ha.groovy b/devicetypes/smartthings/arrival-sensor-ha.src/arrival-sensor-ha.groovy index bda1d20..3175764 100644 --- a/devicetypes/smartthings/arrival-sensor-ha.src/arrival-sensor-ha.groovy +++ b/devicetypes/smartthings/arrival-sensor-ha.src/arrival-sensor-ha.groovy @@ -12,16 +12,6 @@ * */ - /* - * Purpose: Arrival Sensor HA DTH File - * - * Filename: Arrival-Sensor-HA.src/Arrival-Sensor-HA.groovy - * - * Change History: - * 1. 20160115 TW - Update/Edit to support i18n translations - * 2. 20160121 TW - Update to V4 battery calcs, added pref's page title translations - */ - metadata { definition (name: "Arrival Sensor HA", namespace: "smartthings", author: "SmartThings") { capability "Tone" diff --git a/devicetypes/smartthings/arrival-sensor-ha.src/i18n/messages.properties b/devicetypes/smartthings/arrival-sensor-ha.src/i18n/messages.properties index 12d7d2f..c5fd0c7 100644 --- a/devicetypes/smartthings/arrival-sensor-ha.src/i18n/messages.properties +++ b/devicetypes/smartthings/arrival-sensor-ha.src/i18n/messages.properties @@ -1,4 +1,3 @@ -#============================================================================== # Copyright 2016 SmartThings # # Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -12,15 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -#============================================================================== -# Purpose: Arrival Sensor HA i18n Translation File -# -# Filename: Arrival-Sensor-HA.src/i18n/messages.properties -# -# Change History: -# 1. 20160115 TW Initial release with informal Korean translation. -# 2. 20160121 TW Added def preference section titles. -#============================================================================== # Korean (ko) # Device Preferences '''Give your device a name'''.ko=기기 이름 설정 diff --git a/devicetypes/smartthings/mobile-presence.src/i18n/messages.properties b/devicetypes/smartthings/mobile-presence.src/i18n/messages.properties index 63bec4d..bf543c7 100644 --- a/devicetypes/smartthings/mobile-presence.src/i18n/messages.properties +++ b/devicetypes/smartthings/mobile-presence.src/i18n/messages.properties @@ -1,4 +1,3 @@ -#============================================================================== # Copyright 2016 SmartThings # # Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -12,15 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -#============================================================================== -# Purpose: Mobile Presence i18n Translation File -# -# Filename: mobile-presence.src/i18n/messages.properties -# -# Change History: -# 1. 20160205 TW Initial release with informal Korean translation. -# 2. 20160224 TW Updated with formal Korean translation. -#============================================================================== # Korean (ko) # Device Preferences '''Give your device a name'''.ko=기기 이름 설정 diff --git a/devicetypes/smartthings/mobile-presence.src/mobile-presence.groovy b/devicetypes/smartthings/mobile-presence.src/mobile-presence.groovy index b0fa346..8ed14ab 100644 --- a/devicetypes/smartthings/mobile-presence.src/mobile-presence.groovy +++ b/devicetypes/smartthings/mobile-presence.src/mobile-presence.groovy @@ -1,5 +1,4 @@ /* -=============================================================================== * Copyright 2016 SmartThings * * Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -13,14 +12,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. -=============================================================================== - * Purpose: Mobile Presence DTH File - * - * Filename: mobile-presence.src/mobile-presence.groovy - * - * Change History: - * 1. 20160205 TW - Update/Edit to support i18n translations -=============================================================================== */ metadata { diff --git a/devicetypes/smartthings/smartpower-outlet.src/i18n/messages.properties b/devicetypes/smartthings/smartpower-outlet.src/i18n/messages.properties index 0dfd7ca..51d9d39 100644 --- a/devicetypes/smartthings/smartpower-outlet.src/i18n/messages.properties +++ b/devicetypes/smartthings/smartpower-outlet.src/i18n/messages.properties @@ -1,4 +1,3 @@ -#============================================================================== # Copyright 2016 SmartThings # # Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -12,14 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -#============================================================================== -# Purpose: SmartPower Outlet i18n Translation File -# -# Filename: SmartPower-Outlet.src/i18n/messages.properties -# -# Change History: -# 1. 20160116 TW Initial release with informal Korean translation. -#============================================================================== # Korean (ko) # Device Preferences '''Give your device a name'''.ko=기기 이름 설정 diff --git a/devicetypes/smartthings/smartpower-outlet.src/smartpower-outlet.groovy b/devicetypes/smartthings/smartpower-outlet.src/smartpower-outlet.groovy index ec46979..7b7eede 100644 --- a/devicetypes/smartthings/smartpower-outlet.src/smartpower-outlet.groovy +++ b/devicetypes/smartthings/smartpower-outlet.src/smartpower-outlet.groovy @@ -1,5 +1,4 @@ /* -=============================================================================== * Copyright 2016 SmartThings * * Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -13,15 +12,8 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. -=============================================================================== - * Purpose: SmartPower Outlet DTH File - * - * Filename: SmartPower-Outlet.src/SmartPower-Outlet.groovy - * - * Change History: - * 1. 20160117 TW - Update/Edit to support i18n translations -=============================================================================== */ + metadata { // Automatically generated. Make future change here. definition (name: "SmartPower Outlet", namespace: "smartthings", author: "SmartThings") { diff --git a/devicetypes/smartthings/smartsense-moisture-sensor.src/i18n/messages.properties b/devicetypes/smartthings/smartsense-moisture-sensor.src/i18n/messages.properties index 3082071..d0e1ade 100644 --- a/devicetypes/smartthings/smartsense-moisture-sensor.src/i18n/messages.properties +++ b/devicetypes/smartthings/smartsense-moisture-sensor.src/i18n/messages.properties @@ -1,4 +1,3 @@ -#============================================================================== # Copyright 2016 SmartThings # # Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -12,14 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -#============================================================================== -# Purpose: SmartSense Moisture Sensor i18n Translation File -# -# Filename: SmartSense-Moisture-Sensor.src/i18n/messages.properties -# -# Change History: -# 1. 20160116 TW Initial release with formal Korean translation. -#============================================================================== # Korean (ko) # Device Preferences '''Dry'''.ko=건조 diff --git a/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy b/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy index 1dd3f72..bfff689 100644 --- a/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy +++ b/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy @@ -1,5 +1,4 @@ /* -=============================================================================== * Copyright 2016 SmartThings * * Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -13,15 +12,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. -=============================================================================== - * Purpose: SmartSense Moisture Sensor DTH File - * - * Filename: SmartSense-Moisture-Sensor.src/SmartSense-Moisture-Sensor.groovy - * - * Change History: - * 1. 20160116 TW - Update/Edit to support i18n translations - * 2. 20160125 TW = Incorporated new battery mapping from TM -=============================================================================== */ metadata { diff --git a/devicetypes/smartthings/smartsense-motion-sensor.src/i18n/messages.properties b/devicetypes/smartthings/smartsense-motion-sensor.src/i18n/messages.properties index fa17848..fad06e0 100644 --- a/devicetypes/smartthings/smartsense-motion-sensor.src/i18n/messages.properties +++ b/devicetypes/smartthings/smartsense-motion-sensor.src/i18n/messages.properties @@ -1,4 +1,3 @@ -#============================================================================== # Copyright 2016 SmartThings # # Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -12,15 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -#============================================================================== -# Purpose: SmartSense Motion Sensor i18n Translation File -# -# Filename: SmartSense-Motion-Sensor.src/i18n/messages.properties -# -# Change History: -# 1. 20160116 TW Initial release with formal Korean translation. -# 2. 20160224 TW Updated formal Korean translations from Mike Stoller. -#============================================================================== # Korean (ko) # Device Preferences '''battery'''.ko=배터리 diff --git a/devicetypes/smartthings/smartsense-motion-sensor.src/smartsense-motion-sensor.groovy b/devicetypes/smartthings/smartsense-motion-sensor.src/smartsense-motion-sensor.groovy index 78dd31f..afccd03 100644 --- a/devicetypes/smartthings/smartsense-motion-sensor.src/smartsense-motion-sensor.groovy +++ b/devicetypes/smartthings/smartsense-motion-sensor.src/smartsense-motion-sensor.groovy @@ -1,5 +1,4 @@ /* -=============================================================================== * Copyright 2016 SmartThings * * Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -13,15 +12,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. -=============================================================================== - * Purpose: SmartSense Motion Sensor DTH File - * - * Filename: SmartSense-Motion-Sensor.src/SmartSense-Motion-Sensor.groovy - * - * Change History: - * 1. 20160116 TW - Update/Edit to support i18n translations - * 2. 20160125 TW = Incorporated new battery mapping from TM -=============================================================================== */ metadata { diff --git a/devicetypes/smartthings/smartsense-multi-sensor.src/i18n/messages.properties b/devicetypes/smartthings/smartsense-multi-sensor.src/i18n/messages.properties index 822300a..efcbb8e 100644 --- a/devicetypes/smartthings/smartsense-multi-sensor.src/i18n/messages.properties +++ b/devicetypes/smartthings/smartsense-multi-sensor.src/i18n/messages.properties @@ -1,4 +1,3 @@ -#============================================================================== # Copyright 2016 SmartThings # # Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -12,14 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -#============================================================================== -# Purpose: SmartSense Multi Sensor i18n Translation File -# -# Filename: SmartSense-Multi-Sensor.src/i18n/messages.properties -# -# Change History: -# 1. 20160117 TW Initial release with informal Korean translation. -#============================================================================== # Korean (ko) # Device Preferences '''Yes'''.ko=예 diff --git a/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy b/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy index 234ce9d..6caeb7e 100644 --- a/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy +++ b/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy @@ -1,5 +1,4 @@ /* -=============================================================================== * Copyright 2016 SmartThings * * Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -13,15 +12,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. -=============================================================================== - * Purpose: SmartSense Multi Sensor DTH File - * - * Filename: SmartSense-Multi-Sensor.src/SmartSense-Multi-Sensor.groovy - * - * Change History: - * 1. 20160117 TW - Update/Edit to support i18n translations - * 2. 20160125 TW = Incorporated new battery mapping from TM -=============================================================================== */ metadata {