Skip to content

Commit 899398f

Browse files
authored
ICP-3834 DVCSMP-3634 Update Flags for legacy locally-executing devices (SmartThingsCommunity#2836)
* ICP-3834 Update Flags for legacy locally-executing devices * DVCSMP-3634 Add Zigbee valve and Cooper RF9500 local execution flags
1 parent b74361c commit 899398f

File tree

42 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

devicetypes/smartthings/aeon-home-energy-meter.src/aeon-home-energy-meter.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Date: 2013-05-30
1818
*/
1919
metadata {
20-
definition (name: "Aeon Home Energy Meter", namespace: "smartthings", author: "SmartThings") {
20+
definition (name: "Aeon Home Energy Meter", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
2121
capability "Energy Meter"
2222
capability "Power Meter"
2323
capability "Configuration"

devicetypes/smartthings/aeon-illuminator-module.src/aeon-illuminator-module.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*/
1414
metadata {
15-
definition (name: "Aeon Illuminator Module", namespace: "smartthings", author: "SmartThings") {
15+
definition (name: "Aeon Illuminator Module", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
1616
capability "Energy Meter"
1717
capability "Switch Level"
1818
capability "Actuator"

devicetypes/smartthings/aeon-key-fob.src/aeon-key-fob.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import groovy.json.JsonOutput
1313
*
1414
*/
1515
metadata {
16-
definition (name: "Aeon Key Fob", namespace: "smartthings", author: "SmartThings") {
16+
definition (name: "Aeon Key Fob", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
1717
capability "Actuator"
1818
capability "Button"
1919
capability "Holdable Button"

devicetypes/smartthings/aeon-minimote.src/aeon-minimote.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import groovy.json.JsonOutput
1515
*
1616
*/
1717
metadata {
18-
definition (name: "Aeon Minimote", namespace: "smartthings", author: "SmartThings") {
18+
definition (name: "Aeon Minimote", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
1919
capability "Actuator"
2020
capability "Button"
2121
capability "Holdable Button"

devicetypes/smartthings/aeon-multisensor-gen5.src/aeon-multisensor-gen5.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*/
1414
metadata {
15-
definition (name: "Aeon Multisensor Gen5", namespace: "smartthings", author: "SmartThings") {
15+
definition (name: "Aeon Multisensor Gen5", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
1616
capability "Motion Sensor"
1717
capability "Temperature Measurement"
1818
capability "Relative Humidity Measurement"

devicetypes/smartthings/aeon-multisensor.src/aeon-multisensor.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*/
1414
metadata {
15-
definition (name: "Aeon Multisensor", namespace: "smartthings", author: "SmartThings") {
15+
definition (name: "Aeon Multisensor", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
1616
capability "Motion Sensor"
1717
capability "Temperature Measurement"
1818
capability "Relative Humidity Measurement"

devicetypes/smartthings/aeon-outlet.src/aeon-outlet.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*/
1414
metadata {
15-
definition (name: "Aeon Outlet", namespace: "smartthings", author: "SmartThings") {
15+
definition (name: "Aeon Outlet", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
1616
capability "Energy Meter"
1717
capability "Actuator"
1818
capability "Switch"

devicetypes/smartthings/aeon-siren.src/aeon-siren.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Date: 2014-07-15
1717
*/
1818
metadata {
19-
definition (name: "Aeon Siren", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "x.com.st.d.sensor.smoke") {
19+
definition (name: "Aeon Siren", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "x.com.st.d.sensor.smoke", runLocally: true, minHubCoreVersion: '000.017.0012') {
2020
capability "Actuator"
2121
capability "Alarm"
2222
capability "Switch"

devicetypes/smartthings/arrival-sensor.src/arrival-sensor.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import groovy.json.JsonOutput
1414
*
1515
*/
1616
metadata {
17-
definition (name: "Arrival Sensor", namespace: "smartthings", author: "SmartThings") {
17+
definition (name: "Arrival Sensor", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
1818
capability "Tone"
1919
capability "Actuator"
2020
capability "Signal Strength"

devicetypes/smartthings/centralite-thermostat.src/centralite-thermostat.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Date: 2013-12-02
1717
*/
1818
metadata {
19-
definition (name: "CentraLite Thermostat", namespace: "smartthings", author: "SmartThings") {
19+
definition (name: "CentraLite Thermostat", namespace: "smartthings", author: "SmartThings", runLocally: true, minHubCoreVersion: '000.017.0012') {
2020
capability "Actuator"
2121
capability "Temperature Measurement"
2222
capability "Thermostat"

0 commit comments

Comments
 (0)