From 117adea58601b40d8dd051cf845eda2953a6e819 Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Fri, 9 Jun 2017 11:44:06 -0700 Subject: [PATCH] SLC-82 Marking old connect apps and device types as deprecated --- .../smartthings/bose-soundtouch.src/bose-soundtouch.groovy | 2 ++ devicetypes/smartthings/hue-bloom.src/hue-bloom.groovy | 2 ++ devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy | 2 ++ devicetypes/smartthings/hue-bulb.src/hue-bulb.groovy | 2 ++ devicetypes/smartthings/hue-lux-bulb.src/hue-lux-bulb.groovy | 2 ++ .../hue-white-ambiance-bulb.src/hue-white-ambiance-bulb.groovy | 2 ++ .../smartthings/wemo-light-switch.src/wemo-light-switch.groovy | 2 ++ devicetypes/smartthings/wemo-motion.src/wemo-motion.groovy | 2 ++ devicetypes/smartthings/wemo-switch.src/wemo-switch.groovy | 2 ++ .../bose-soundtouch-connect.src/bose-soundtouch-connect.groovy | 2 ++ smartapps/smartthings/hue-connect.src/hue-connect.groovy | 2 ++ smartapps/smartthings/wemo-connect.src/wemo-connect.groovy | 2 ++ 12 files changed, 24 insertions(+) diff --git a/devicetypes/smartthings/bose-soundtouch.src/bose-soundtouch.groovy b/devicetypes/smartthings/bose-soundtouch.src/bose-soundtouch.groovy index ff6a8ee..126f9fd 100644 --- a/devicetypes/smartthings/bose-soundtouch.src/bose-soundtouch.groovy +++ b/devicetypes/smartthings/bose-soundtouch.src/bose-soundtouch.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Bose SoundTouch * diff --git a/devicetypes/smartthings/hue-bloom.src/hue-bloom.groovy b/devicetypes/smartthings/hue-bloom.src/hue-bloom.groovy index f5b44ca..c5a7d16 100644 --- a/devicetypes/smartthings/hue-bloom.src/hue-bloom.groovy +++ b/devicetypes/smartthings/hue-bloom.src/hue-bloom.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Hue Bloom * diff --git a/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy b/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy index ed230c0..c5ed4eb 100644 --- a/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy +++ b/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Hue Bridge * diff --git a/devicetypes/smartthings/hue-bulb.src/hue-bulb.groovy b/devicetypes/smartthings/hue-bulb.src/hue-bulb.groovy index f2f0b99..8752ce4 100644 --- a/devicetypes/smartthings/hue-bulb.src/hue-bulb.groovy +++ b/devicetypes/smartthings/hue-bulb.src/hue-bulb.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Hue Bulb * diff --git a/devicetypes/smartthings/hue-lux-bulb.src/hue-lux-bulb.groovy b/devicetypes/smartthings/hue-lux-bulb.src/hue-lux-bulb.groovy index bd786a1..60cfd69 100644 --- a/devicetypes/smartthings/hue-lux-bulb.src/hue-lux-bulb.groovy +++ b/devicetypes/smartthings/hue-lux-bulb.src/hue-lux-bulb.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Hue Lux Bulb * diff --git a/devicetypes/smartthings/hue-white-ambiance-bulb.src/hue-white-ambiance-bulb.groovy b/devicetypes/smartthings/hue-white-ambiance-bulb.src/hue-white-ambiance-bulb.groovy index bae3501..0163a79 100644 --- a/devicetypes/smartthings/hue-white-ambiance-bulb.src/hue-white-ambiance-bulb.groovy +++ b/devicetypes/smartthings/hue-white-ambiance-bulb.src/hue-white-ambiance-bulb.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Hue White Ambiance Bulb * diff --git a/devicetypes/smartthings/wemo-light-switch.src/wemo-light-switch.groovy b/devicetypes/smartthings/wemo-light-switch.src/wemo-light-switch.groovy index db21866..fcc2285 100644 --- a/devicetypes/smartthings/wemo-light-switch.src/wemo-light-switch.groovy +++ b/devicetypes/smartthings/wemo-light-switch.src/wemo-light-switch.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Copyright 2015 SmartThings * diff --git a/devicetypes/smartthings/wemo-motion.src/wemo-motion.groovy b/devicetypes/smartthings/wemo-motion.src/wemo-motion.groovy index e094d27..3598ce5 100644 --- a/devicetypes/smartthings/wemo-motion.src/wemo-motion.groovy +++ b/devicetypes/smartthings/wemo-motion.src/wemo-motion.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Copyright 2015 SmartThings * diff --git a/devicetypes/smartthings/wemo-switch.src/wemo-switch.groovy b/devicetypes/smartthings/wemo-switch.src/wemo-switch.groovy index 51894fd..783e505 100644 --- a/devicetypes/smartthings/wemo-switch.src/wemo-switch.groovy +++ b/devicetypes/smartthings/wemo-switch.src/wemo-switch.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Copyright 2015 SmartThings * diff --git a/smartapps/smartthings/bose-soundtouch-connect.src/bose-soundtouch-connect.groovy b/smartapps/smartthings/bose-soundtouch-connect.src/bose-soundtouch-connect.groovy index 883c6e8..6a2d850 100644 --- a/smartapps/smartthings/bose-soundtouch-connect.src/bose-soundtouch-connect.groovy +++ b/smartapps/smartthings/bose-soundtouch-connect.src/bose-soundtouch-connect.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Bose SoundTouch (Connect) * diff --git a/smartapps/smartthings/hue-connect.src/hue-connect.groovy b/smartapps/smartthings/hue-connect.src/hue-connect.groovy index 78f7c87..f72c914 100644 --- a/smartapps/smartthings/hue-connect.src/hue-connect.groovy +++ b/smartapps/smartthings/hue-connect.src/hue-connect.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Hue Service Manager * diff --git a/smartapps/smartthings/wemo-connect.src/wemo-connect.groovy b/smartapps/smartthings/wemo-connect.src/wemo-connect.groovy index 73b4426..c0e72ca 100644 --- a/smartapps/smartthings/wemo-connect.src/wemo-connect.groovy +++ b/smartapps/smartthings/wemo-connect.src/wemo-connect.groovy @@ -1,3 +1,5 @@ +//DEPRECATED. INTEGRATION MOVED TO SUPER LAN CONNECT + /** * Copyright 2015 SmartThings *