From 0fcff53eba9e9fed33fce1660fc6586817f560ac Mon Sep 17 00:00:00 2001 From: David Sulpy Date: Fri, 14 Aug 2015 14:41:27 -0500 Subject: [PATCH] Removed door controllers from comments and further implementation to see if that fixes ST 403 error on authentication --- .../initial-state-event-streamer.groovy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/smartapps/initialstate-events/initial-state-event-streamer.src/initial-state-event-streamer.groovy b/smartapps/initialstate-events/initial-state-event-streamer.src/initial-state-event-streamer.groovy index 566f8e1..27b9351 100644 --- a/smartapps/initialstate-events/initial-state-event-streamer.src/initial-state-event-streamer.groovy +++ b/smartapps/initialstate-events/initial-state-event-streamer.src/initial-state-event-streamer.groovy @@ -36,7 +36,6 @@ preferences { //input "cos", "capability.carbonMonoxideDetector", title: "Carbon Monoxide Detectors", multiple: true, required: false //input "colors", "capability.colorControl", title: "Color Controllers", multiple: true, required: false input "contacts", "capability.contactSensor", title: "Contact Sensors", multiple: true, required: false - //input "doorsControllers", "capability.doorControl", title: "Door Controllers", multiple: true, required: false //input "energyMeters", "capability.energyMeter", title: "Energy Meters", multiple: true, required: false //input "illuminances", "capability.illuminanceMeasurement", title: "Illuminance Meters", multiple: true, required: false input "locks", "capability.lock", title: "Locks", multiple: true, required: false @@ -101,9 +100,6 @@ def subscribeToEvents() { if (contacts != null) { subscribe(contacts, "contact", genericHandler) } - /*if (doorsControllers != null) { - subscribe(doorsControllers, "door", genericHandler) - }*/ /*if (energyMeters != null) { subscribe(energyMeters, "energy", genericHandler) }*/