├── README.md ├── devicetypes ├── alyc100 │ ├── auto-charge-resume.png │ ├── best-pet-hair-cleaning.png │ ├── eight-sleep-mattress.src │ │ └── eight-sleep-mattress.groovy │ ├── empty.png │ ├── hive-active-light-colour-tuneable.src │ │ └── hive-active-light-colour-tuneable.groovy │ ├── hive-active-light-tuneable.src │ │ └── hive-active-light-tuneable.groovy │ ├── hive-active-light.src │ │ └── hive-active-light.groovy │ ├── hive-active-plug.src │ │ └── hive-active-plug.groovy │ ├── hive-heating.src │ │ └── hive-heating.groovy │ ├── hive-hot-water.src │ │ └── hive-hot-water.groovy │ ├── hive-trv.src │ │ └── hive-trv.groovy │ ├── laser-guided-navigation.png │ ├── mihome-adapter-plus.src │ │ └── mihome-adapter-plus.groovy │ ├── mihome-adapter.src │ │ └── mihome-adapter.groovy │ ├── mihome-etrv.src │ │ └── mihome-etrv.groovy │ ├── mihome-monitor.src │ │ └── mihome-monitor.groovy │ ├── mihome-motion-sensor.src │ │ └── mihome-motion-sensor.groovy │ ├── mihome_etrv_icon.png │ ├── neato-botvac-connected-series.src │ │ └── neato-botvac-connected-series.groovy │ ├── neato-icons_1x.png │ ├── neato_botvac_image.png │ ├── neato_charging.png │ ├── neato_eco_icon.png │ ├── neato_findme_icon.png │ ├── neato_floor_icon.png │ ├── neato_logo.png │ ├── neato_no_schedule_icon.png │ ├── neato_notcharging.png │ ├── neato_schedule_icon.png │ ├── neato_staub.png │ ├── neato_turbo_icon.png │ ├── ovo-energy-meter-v2-0.src │ │ └── ovo-energy-meter-v2-0.groovy │ ├── reset_schedule_icon.png │ ├── sure-petcare-hub.src │ │ └── sure-petcare-hub.groovy │ ├── sure-petcare-pet-door-connect.src │ │ └── sure-petcare-pet-door-connect.groovy │ ├── sure-petcare-pet.src │ │ └── sure-petcare-pet.groovy │ ├── surepetcare-flap-in.png │ ├── surepetcare-flap-lock.png │ ├── surepetcare-flap-out.png │ ├── surepetcare-flap-unlock.png │ ├── surepetcare-hub-bright.png │ ├── surepetcare-hub-dim.png │ ├── surepetcare-hub-off.png │ ├── surepetcare-inside-location.png │ ├── surepetcare-outside-location.png │ └── warmup-4ie.src │ │ └── warmup-4ie.groovy ├── capabilities │ ├── acceleration-sensor-capability.src │ │ └── acceleration-sensor-capability.groovy │ ├── alarm-capability.src │ │ └── alarm-capability.groovy │ ├── button-capability.src │ │ └── button-capability.groovy │ ├── contact-sensor-capability.src │ │ └── contact-sensor-capability.groovy │ ├── illuminance-measurement-capability.src │ │ └── illuminance-measurement-capability.groovy │ ├── lock-capability.src │ │ └── lock-capability.groovy │ ├── momentary-capability.src │ │ └── momentary-capability.groovy │ ├── motion-sensor-capability.src │ │ └── motion-sensor-capability.groovy │ ├── presence-sensor-capability.src │ │ └── presence-sensor-capability.groovy │ ├── relative-humidity-measurement-capability.src │ │ └── relative-humidity-measurement-capability.groovy │ ├── switch-capability.src │ │ └── switch-capability.groovy │ ├── switch-level-capability.src │ │ └── switch-level-capability.groovy │ ├── temperature-measurement-capability.src │ │ └── temperature-measurement-capability.groovy │ ├── thermostat-capability.src │ │ └── thermostat-capability.groovy │ ├── three-axis-capability.src │ │ └── three-axis-capability.groovy │ └── water-sensor-capability.src │ │ └── water-sensor-capability.groovy ├── com-obycode │ └── obything-music.src │ │ └── obything-music.groovy ├── dianoga │ ├── netatmo-additional-module.src │ │ └── netatmo-additional-module.groovy │ ├── netatmo-basestation.src │ │ └── netatmo-basestation.groovy │ ├── netatmo-outdoor-module.src │ │ └── netatmo-outdoor-module.groovy │ └── netatmo-rain.src │ │ └── netatmo-rain.groovy ├── juano2310 │ └── jawbone-user.src │ │ └── jawbone-user.groovy ├── keen-home │ └── keen-home-smart-vent.src │ │ └── keen-home-smart-vent.groovy ├── smartthings │ ├── aeon-home-energy-meter-c3.src │ │ └── aeon-home-energy-meter-c3.groovy │ ├── aeon-home-energy-meter.src │ │ └── aeon-home-energy-meter.groovy │ ├── aeon-illuminator-module.src │ │ └── aeon-illuminator-module.groovy │ ├── aeon-key-fob.src │ │ └── aeon-key-fob.groovy │ ├── aeon-led-bulb.src │ │ └── aeon-led-bulb.groovy │ ├── aeon-minimote.src │ │ └── aeon-minimote.groovy │ ├── aeon-multisensor-6.src │ │ └── aeon-multisensor-6.groovy │ ├── aeon-multisensor-gen5.src │ │ └── aeon-multisensor-gen5.groovy │ ├── aeon-multisensor.src │ │ └── aeon-multisensor.groovy │ ├── aeon-outlet.src │ │ └── aeon-outlet.groovy │ ├── aeon-secure-smart-energy-switch-uk.src │ │ └── aeon-secure-smart-energy-switch-uk.groovy │ ├── aeon-siren.src │ │ └── aeon-siren.groovy │ ├── aeon-smartstrip.src │ │ └── aeon-smartstrip.groovy │ ├── arduino-thingshield.src │ │ └── arduino-thingshield.groovy │ ├── arrival-sensor.src │ │ └── arrival-sensor.groovy │ ├── bose-soundtouch.src │ │ └── bose-soundtouch.groovy │ ├── centralite-dimmer.src │ │ └── centralite-dimmer.groovy │ ├── centralite-thermostat.src │ │ └── centralite-thermostat.groovy │ ├── cooper-rf9500.src │ │ └── cooper-rf9500.groovy │ ├── cree-bulb.src │ │ └── cree-bulb.groovy │ ├── ct100-thermostat.src │ │ └── ct100-thermostat.groovy │ ├── danalock.src │ │ └── danalock.groovy │ ├── dimmer-switch.src │ │ └── dimmer-switch.groovy │ ├── door-shield.src │ │ └── door-shield.groovy │ ├── ecobee-thermostat.src │ │ └── ecobee-thermostat.groovy │ ├── econet-vent.src │ │ └── econet-vent.groovy │ ├── everspring-flood-sensor.src │ │ └── everspring-flood-sensor.groovy │ ├── fibaro-dimmer.src │ │ └── fibaro-dimmer.groovy │ ├── fibaro-door-window-sensor.src │ │ └── fibaro-door-window-sensor.groovy │ ├── fibaro-flood-sensor.src │ │ └── fibaro-flood-sensor.groovy │ ├── fibaro-motion-sensor.src │ │ └── fibaro-motion-sensor.groovy │ ├── fibaro-rgbw-controller.src │ │ └── fibaro-rgbw-controller.groovy │ ├── fibaro-smoke-sensor.src │ │ └── fibaro-smoke-sensor.groovy │ ├── fidure-thermostat.src │ │ └── fidure-thermostat.groovy │ ├── fortrezz-water-valve.src │ │ └── fortrezz-water-valve.groovy │ ├── foscam.src │ │ └── foscam.groovy │ ├── ge-link-bulb.src │ │ └── ge-link-bulb.groovy │ ├── ge-zigbee-dimmer.src │ │ └── ge-zigbee-dimmer.groovy │ ├── ge-zigbee-switch.src │ │ └── ge-zigbee-switch.groovy │ ├── harmony-activity.src │ │ └── harmony-activity.groovy │ ├── home-energy-meter.src │ │ └── home-energy-meter.groovy │ ├── homeseer-multisensor.src │ │ └── homeseer-multisensor.groovy │ ├── hue-bridge.src │ │ └── hue-bridge.groovy │ ├── hue-bulb.src │ │ └── hue-bulb.groovy │ ├── hue-lux-bulb.src │ │ └── hue-lux-bulb.groovy │ ├── life360-user.src │ │ └── life360-user.groovy │ ├── lifx-color-bulb.src │ │ └── lifx-color-bulb.groovy │ ├── lifx-white-bulb.src │ │ └── lifx-white-bulb.groovy │ ├── light-sensor.src │ │ └── light-sensor.groovy │ ├── logitech-harmony-hub-c2c.src │ │ └── logitech-harmony-hub-c2c.groovy │ ├── mimolite-garage-door-controller.src │ │ └── mimolite-garage-door-controller.groovy │ ├── mobile-presence.src │ │ └── mobile-presence.groovy │ ├── momentary-button-tile.src │ │ └── momentary-button-tile.groovy │ ├── motion-detector.src │ │ └── motion-detector.groovy │ ├── nyce-motion-sensor.src │ │ └── nyce-motion-sensor.groovy │ ├── nyce-open-closed-sensor.src │ │ └── nyce-open-closed-sensor.groovy │ ├── on-off-button-tile.src │ │ └── on-off-button-tile.groovy │ ├── on-off-shield.src │ │ └── on-off-shield.groovy │ ├── open-closed-sensor.src │ │ └── open-closed-sensor.groovy │ ├── osram-lightify-gardenspot-mini-rgb.src │ │ └── osram-lightify-gardenspot-mini-rgb.groovy │ ├── osram-lightify-led-flexible-strip-rgbw.src │ │ └── osram-lightify-led-flexible-strip-rgbw.groovy │ ├── osram-lightify-led-tunable-white-60w.src │ │ └── osram-lightify-led-tunable-white-60w.groovy │ ├── particulate-detector.src │ │ └── particulate-detector.groovy │ ├── pet-feeder-shield.src │ │ └── pet-feeder-shield.groovy │ ├── plant-link.src │ │ └── plant-link.groovy │ ├── rgbw-light.src │ │ └── rgbw-light.groovy │ ├── samsung-smart-tv.src │ │ └── samsung-smart-tv.groovy │ ├── secure-dimmer.src │ │ └── secure-dimmer.groovy │ ├── smart-body-analyzer.src │ │ └── smart-body-analyzer.groovy │ ├── smartalert-siren.src │ │ └── smartalert-siren.groovy │ ├── smartpower-dimming-outlet.src │ │ └── smartpower-dimming-outlet.groovy │ ├── smartpower-outlet-v1.src │ │ └── smartpower-outlet-v1.groovy │ ├── smartpower-outlet.src │ │ └── smartpower-outlet.groovy │ ├── smartsense-garage-door-multi.src │ │ └── smartsense-garage-door-multi.groovy │ ├── smartsense-garage-door-sensor-button.src │ │ └── smartsense-garage-door-sensor-button.groovy │ ├── smartsense-moisture-sensor.src │ │ └── smartsense-moisture-sensor.groovy │ ├── smartsense-moisture.src │ │ └── smartsense-moisture.groovy │ ├── smartsense-motion-sensor.src │ │ └── smartsense-motion-sensor.groovy │ ├── smartsense-motion-temp-sensor.src │ │ └── smartsense-motion-temp-sensor.groovy │ ├── smartsense-motion.src │ │ └── smartsense-motion.groovy │ ├── smartsense-multi-sensor.src │ │ └── smartsense-multi-sensor.groovy │ ├── smartsense-multi.src │ │ └── smartsense-multi.groovy │ ├── smartsense-open-closed-accelerometer-sensor.src │ │ └── smartsense-open-closed-accelerometer-sensor.groovy │ ├── smartsense-open-closed-sensor.src │ │ └── smartsense-open-closed-sensor.groovy │ ├── smartsense-temp-humidity-sensor.src │ │ └── smartsense-temp-humidity-sensor.groovy │ ├── smartsense-virtual-open-closed.src │ │ └── smartsense-virtual-open-closed.groovy │ ├── smartweather-station-tile.src │ │ └── smartweather-station-tile.groovy │ ├── spark.src │ │ └── spark.groovy │ ├── sylvania-ultra-iq.src │ │ └── sylvania-ultra-iq.groovy │ ├── temperature-sensor.src │ │ └── temperature-sensor.groovy │ ├── testing │ │ ├── simulated-alarm.src │ │ │ └── simulated-alarm.groovy │ │ ├── simulated-button.src │ │ │ └── simulated-button.groovy │ │ ├── simulated-color-control.src │ │ │ └── simulated-color-control.groovy │ │ ├── simulated-contact-sensor.src │ │ │ └── simulated-contact-sensor.groovy │ │ ├── simulated-garage-door-opener.src │ │ │ └── simulated-garage-door-opener.groovy │ │ ├── simulated-lock.src │ │ │ └── simulated-lock.groovy │ │ ├── simulated-minimote.src │ │ │ └── simulated-minimote.groovy │ │ ├── simulated-motion-sensor.src │ │ │ └── simulated-motion-sensor.groovy │ │ ├── simulated-presence-sensor.src │ │ │ └── simulated-presence-sensor.groovy │ │ ├── simulated-smoke-alarm.src │ │ │ └── simulated-smoke-alarm.groovy │ │ ├── simulated-switch.src │ │ │ └── simulated-switch.groovy │ │ ├── simulated-temperature-sensor.src │ │ │ └── simulated-temperature-sensor.groovy │ │ ├── simulated-thermostat.src │ │ │ └── simulated-thermostat.groovy │ │ ├── simulated-water-sensor.src │ │ │ └── simulated-water-sensor.groovy │ │ └── simulated-water-valve.src │ │ │ └── simulated-water-valve.groovy │ ├── thing.src │ │ └── thing.groovy │ ├── tyco-door-window-sensor.src │ │ └── tyco-door-window-sensor.groovy │ ├── unknown.src │ │ └── unknown.groovy │ ├── wattvision.src │ │ └── wattvision.groovy │ ├── wemo-bulb.src │ │ └── wemo-bulb.groovy │ ├── wemo-light-switch.src │ │ └── wemo-light-switch.groovy │ ├── wemo-motion.src │ │ └── wemo-motion.groovy │ ├── wemo-switch.src │ │ └── wemo-switch.groovy │ ├── wireless-scale.src │ │ └── wireless-scale.groovy │ ├── zigbee-dimmer-power.src │ │ └── zigbee-dimmer-power.groovy │ ├── zigbee-dimmer.src │ │ └── zigbee-dimmer.groovy │ ├── zigbee-hue-bulb.src │ │ └── zigbee-hue-bulb.groovy │ ├── zigbee-lock.src │ │ └── zigbee-lock.groovy │ ├── zigbee-switch-power.src │ │ └── zigbee-switch-power.groovy │ ├── zigbee-switch.src │ │ └── zigbee-switch.groovy │ ├── zigbee-valve.src │ │ └── zigbee-valve.groovy │ ├── zigbee-white-color-temperature-bulb.src │ │ └── zigbee-white-color-temperature-bulb.groovy │ ├── zwave-controller.src │ │ └── zwave-controller.groovy │ ├── zwave-device-multichannel.src │ │ └── zwave-device-multichannel.groovy │ ├── zwave-device.src │ │ └── zwave-device.groovy │ ├── zwave-door-window-sensor.src │ │ └── zwave-door-window-sensor.groovy │ ├── zwave-garage-door-opener.src │ │ └── zwave-garage-door-opener.groovy │ ├── zwave-lock.src │ │ └── zwave-lock.groovy │ ├── zwave-metering-dimmer.src │ │ └── zwave-metering-dimmer.groovy │ ├── zwave-metering-switch.src │ │ └── zwave-metering-switch.groovy │ ├── zwave-motion-sensor.src │ │ └── zwave-motion-sensor.groovy │ ├── zwave-relay.src │ │ └── zwave-relay.groovy │ ├── zwave-remote.src │ │ └── zwave-remote.groovy │ ├── zwave-sensor.src │ │ └── zwave-sensor.groovy │ ├── zwave-siren.src │ │ └── zwave-siren.groovy │ ├── zwave-smoke-alarm.src │ │ └── zwave-smoke-alarm.groovy │ ├── zwave-switch-secure.src │ │ └── zwave-switch-secure.groovy │ ├── zwave-switch.src │ │ └── zwave-switch.groovy │ ├── zwave-thermostat.src │ │ └── zwave-thermostat.groovy │ ├── zwave-virtual-momentary-contact-switch.src │ │ └── zwave-virtual-momentary-contact-switch.groovy │ ├── zwave-water-sensor.src │ │ └── zwave-water-sensor.groovy │ └── zwave-water-valve.src │ │ └── zwave-water-valve.groovy ├── vlaminck │ └── minecraft │ │ └── smart-block.src │ │ └── smart-block.groovy ├── wackford │ ├── quirky-wink-eggtray.src │ │ └── quirky-wink-eggtray.groovy │ ├── quirky-wink-nimbus.src │ │ └── quirky-wink-nimbus.groovy │ ├── quirky-wink-porkfolio.src │ │ └── quirky-wink-porkfolio.groovy │ ├── quirky-wink-powerstrip.src │ │ └── quirky-wink-powerstrip.groovy │ ├── quirky-wink-spotter.src │ │ └── quirky-wink-spotter.groovy │ └── tcp-bulb.src │ │ └── tcp-bulb.groovy └── zenwithin │ └── zen-thermostat.src │ └── zen-thermostat.groovy └── smartapps ├── alyc100 ├── 10457773_334250273417145_3395772416845089626_n.png ├── 8slp-icon.png ├── eight-sleep-connect.src │ └── eight-sleep-connect.groovy ├── eightsleep-device.png ├── hive-activeplug.jpg ├── hive-bulb.jpg ├── hive-colouredbulb.jpg ├── hive-colouredbulb.png ├── hive-connect.src │ └── hive-connect.groovy ├── hive-tunablebulb.jpg ├── hive-window-door-sensor-815702baa8f484d342f2ebf3eb38ab971acecba02586d0ec485c588f2646c935.jpg ├── icon175x175.jpeg ├── light-switch-force-sync.src │ └── light-switch-force-sync.groovy ├── mihome-adapter.png ├── mihome-connect.src │ └── mihome-connect.groovy ├── mihome-extension.png ├── mihome-icon-89db7a9bfb5c8b066ffb4e50c8d68235.png ├── mihome-monitor.png ├── mihome-motion-sensor-ir.png ├── mihome2-socket.png ├── mihome3_switch.png ├── mihome4-01bc8a0e478b385df3248b55cc2df7ca.png ├── mihome5-adapter.png ├── neato-connect.src │ └── neato-connect.groovy ├── neato_icon.png ├── ovo-energy-connect.src │ └── ovo-energy-connect.groovy ├── ovowebsitessuite-carousel.png ├── sure-petcare-connect.src │ └── sure-petcare-connect.groovy ├── surepetcare-catflap.png ├── surepetcare-hub.png ├── surepetcare-pet.png ├── surepetcare-petdoor.png ├── thermostat-frame-6c75d5394d102f52cb8cf73704855446.png ├── warmup-4ie.png ├── warmup-connect.src │ └── warmup-connect.groovy ├── warmup-icon.png └── warmup-location.png ├── arno └── bright-when-dark-and-or-bright-after-sunset.src │ └── bright-when-dark-and-or-bright-after-sunset.groovy ├── charette-joseph-gmail-com └── good-night-house.src │ └── good-night-house.groovy ├── chrisb └── goodnight-ubi.src │ └── goodnight-ubi.groovy ├── com-andrewreitz └── jenkins-notifier.src │ └── jenkins-notifier.groovy ├── com-obycode └── obything-music-connect.src │ └── obything-music-connect.groovy ├── com-sudarkoff └── working-from-home.src │ └── working-from-home.groovy ├── curb └── curb-control.src │ └── curb-control.groovy ├── dianoga ├── netatmo-connect.src │ └── netatmo-connect.groovy ├── thermostat-auto-off.src │ └── thermostat-auto-off.groovy └── whole-house-fan.src │ └── whole-house-fan.groovy ├── docwisdom └── humidity-alert.src │ └── humidity-alert.groovy ├── dooglave └── let-there-be-dark.src │ └── let-there-be-dark.groovy ├── egid ├── smart-windows.src │ └── smart-windows.groovy └── weather-windows.src │ └── weather-windows.groovy ├── hwustrack └── coffee-after-shower.src │ └── coffee-after-shower.groovy ├── imbrianj ├── door-knocker.src │ └── door-knocker.groovy ├── forgiving-security.src │ └── forgiving-security.groovy ├── hall-light-welcome-home.src │ └── hall-light-welcome-home.groovy ├── nobody-home.src │ └── nobody-home.groovy ├── ready-for-rain.src │ └── ready-for-rain.groovy ├── safe-watch.src │ └── safe-watch.groovy └── thermostat-window-check.src │ └── thermostat-window-check.groovy ├── initialstate-events └── initial-state-event-streamer.src │ └── initial-state-event-streamer.groovy ├── jls └── my-light-toggle.src │ └── my-light-toggle.groovy ├── jonathan-a └── auto-humidity-vent.src │ └── auto-humidity-vent.groovy ├── juano2310 ├── jawbone-button-notifier.src │ └── jawbone-button-notifier.groovy └── jawbone-up-connect.src │ └── jawbone-up-connect.groovy ├── kristopherkubicki └── turn-off-with-motion.src │ └── turn-off-with-motion.groovy ├── lock-auto-super-enhanced └── enhanced-auto-lock-door.src │ └── enhanced-auto-lock-door.groovy ├── mager └── weather-underground-pws-connect.src │ └── weather-underground-pws-connect.groovy ├── michaelstruck ├── color-coordinator.src │ └── color-coordinator.groovy ├── smart-home-ventilation.src │ └── smart-home-ventilation.groovy ├── switch-activates-home-phrase-or-mode.src │ └── switch-activates-home-phrase-or-mode.groovy ├── switch-activates-home-phrase.src │ └── switch-activates-home-phrase.groovy ├── switch-changes-mode.src │ └── switch-changes-mode.groovy └── talking-alarm-clock.src │ └── talking-alarm-clock.groovy ├── naissan └── lights-off-with-no-motion-and-presence.src │ └── lights-off-with-no-motion-and-presence.groovy ├── pope └── smart-light-timer-x-minutes-unless-already-on.src │ └── smart-light-timer-x-minutes-unless-already-on.groovy ├── resteele └── monitor-on-sense.src │ └── monitor-on-sense.groovy ├── shabbatholidaymode └── shabbat-and-holiday-modes.src │ └── shabbat-and-holiday-modes.groovy ├── sheikhsphere └── smart-humidifier.src │ └── smart-humidifier.groovy ├── sidjohn1 ├── smart-turn-it-on.src │ └── smart-turn-it-on.groovy └── thinking-cleanerer-neato-botvac-edition.src │ └── thinking-cleanerer-neato-botvac-edition.groovy ├── skp19 └── door-lock-code-distress-message.src │ └── door-lock-code-distress-message.groovy ├── smart-auto-lock-unlock └── smart-auto-lock-unlock.src │ └── smart-auto-lock-unlock.groovy ├── smartthings ├── beacon-control.src │ └── beacon-control.groovy ├── big-turn-off.src │ └── big-turn-off.groovy ├── big-turn-on.src │ └── big-turn-on.groovy ├── bon-voyage.src │ └── bon-voyage.groovy ├── bose-soundtouch-connect.src │ └── bose-soundtouch-connect.groovy ├── brighten-dark-places.src │ └── brighten-dark-places.groovy ├── brighten-my-path.src │ └── brighten-my-path.groovy ├── button-controller.src │ └── button-controller.groovy ├── camera-power-scheduler.src │ └── camera-power-scheduler.groovy ├── cameras-on-when-im-away.src │ └── cameras-on-when-im-away.groovy ├── carpool-notifier.src │ └── carpool-notifier.groovy ├── close-the-valve.src │ └── close-the-valve.groovy ├── curling-iron.src │ └── curling-iron.groovy ├── darken-behind-me.src │ └── darken-behind-me.groovy ├── double-tap.src │ └── double-tap.groovy ├── dry-the-wetspot.src │ └── dry-the-wetspot.groovy ├── ecobee-connect.src │ └── ecobee-connect.groovy ├── elder-care-daily-routine.src │ └── elder-care-daily-routine.groovy ├── elder-care-slip-fall.src │ └── elder-care-slip-fall.groovy ├── energy-alerts.src │ └── energy-alerts.groovy ├── energy-saver.src │ └── energy-saver.groovy ├── examples │ └── every-element.src │ │ └── every-element.groovy ├── feed-my-pet.src │ └── feed-my-pet.groovy ├── flood-alert.src │ └── flood-alert.groovy ├── foscam-connect.src │ └── foscam-connect.groovy ├── garage-door-monitor.src │ └── garage-door-monitor.groovy ├── garage-door-opener.src │ └── garage-door-opener.groovy ├── gentle-wake-up.src │ └── gentle-wake-up.groovy ├── good-night.src │ └── good-night.groovy ├── greetings-earthling.src │ └── greetings-earthling.groovy ├── habit-helper.src │ └── habit-helper.groovy ├── has-barkley-been-fed.src │ └── has-barkley-been-fed.groovy ├── hub-ip-notifier.src │ └── hub-ip-notifier.groovy ├── hue-connect.src │ └── hue-connect.groovy ├── hue-mood-lighting.src │ └── hue-mood-lighting.groovy ├── ifttt.src │ └── ifttt.groovy ├── it-moved.src │ └── it-moved.groovy ├── its-too-cold.src │ └── its-too-cold.groovy ├── its-too-hot.src │ └── its-too-hot.groovy ├── keep-me-cozy-ii.src │ └── keep-me-cozy-ii.groovy ├── keep-me-cozy.src │ └── keep-me-cozy.groovy ├── laundry-monitor.src │ └── laundry-monitor.groovy ├── left-it-open.src │ └── left-it-open.groovy ├── let-there-be-light.src │ └── let-there-be-light.groovy ├── life360-connect.src │ └── life360-connect.groovy ├── lifx-connect.src │ └── lifx-connect.groovy ├── light-follows-me.src │ └── light-follows-me.groovy ├── light-up-the-night.src │ └── light-up-the-night.groovy ├── lights-off-when-closed.src │ └── lights-off-when-closed.groovy ├── lock-it-when-i-leave.src │ └── lock-it-when-i-leave.groovy ├── logitech-harmony-connect.src │ └── logitech-harmony-connect.groovy ├── mail-arrived.src │ └── mail-arrived.groovy ├── make-it-so.src │ └── make-it-so.groovy ├── medicine-reminder.src │ └── medicine-reminder.groovy ├── mini-hue-controller.src │ └── mini-hue-controller.groovy ├── mood-cube.src │ └── mood-cube.groovy ├── nfc-tag-toggle.src │ └── nfc-tag-toggle.groovy ├── notify-me-when-it-opens.src │ └── notify-me-when-it-opens.groovy ├── notify-me-when.src │ └── notify-me-when.groovy ├── notify-me-with-hue.src │ └── notify-me-with-hue.groovy ├── once-a-day.src │ └── once-a-day.groovy ├── photo-burst-when.src │ └── photo-burst-when.groovy ├── power-allowance.src │ └── power-allowance.groovy ├── presence-change-push.src │ └── presence-change-push.groovy ├── presence-change-text.src │ └── presence-change-text.groovy ├── ridiculously-automated-garage-door.src │ └── ridiculously-automated-garage-door.groovy ├── rise-and-shine.src │ └── rise-and-shine.groovy ├── samsung-tv-connect.src │ └── samsung-tv-connect.groovy ├── scheduled-mode-change.src │ └── scheduled-mode-change.groovy ├── send-ham-bridge-command-when.src │ └── send-ham-bridge-command-when.groovy ├── severe-weather-alert.src │ └── severe-weather-alert.groovy ├── single-button-controller.src │ └── single-button-controller.groovy ├── sleepy-time.src │ └── sleepy-time.groovy ├── smart-nightlight.src │ └── smart-nightlight.groovy ├── smart-security.src │ └── smart-security.groovy ├── smartweather-station-controller.src │ └── smartweather-station-controller.groovy ├── sonos-music-modes.src │ └── sonos-music-modes.groovy ├── sonos-remote-control.src │ └── sonos-remote-control.groovy ├── speaker-control.src │ └── speaker-control.groovy ├── speaker-mood-music.src │ └── speaker-mood-music.groovy ├── speaker-notify-with-sound.src │ └── speaker-notify-with-sound.groovy ├── speaker-weather-forecast.src │ └── speaker-weather-forecast.groovy ├── step-notifier.src │ └── step-notifier.groovy ├── sunrise-sunset.src │ └── sunrise-sunset.groovy ├── tesla-connect.src │ └── tesla-connect.groovy ├── text-me-when-it-opens.src │ └── text-me-when-it-opens.groovy ├── text-me-when-theres-motion-and-im-not-here.src │ └── text-me-when-theres-motion-and-im-not-here.groovy ├── the-big-switch.src │ └── the-big-switch.groovy ├── the-flasher.src │ └── the-flasher.groovy ├── the-gun-case-moved.src │ └── the-gun-case-moved.groovy ├── turn-it-on-for-5-minutes.src │ └── turn-it-on-for-5-minutes.groovy ├── turn-it-on-when-im-here.src │ └── turn-it-on-when-im-here.groovy ├── turn-it-on-when-it-opens.src │ └── turn-it-on-when-it-opens.groovy ├── turn-on-only-if-i-arrive-after-sunset.src │ └── turn-on-only-if-i-arrive-after-sunset.groovy ├── ubi.src │ └── ubi.groovy ├── undead-early-warning.src │ └── undead-early-warning.groovy ├── unlock-it-when-i-arrive.src │ └── unlock-it-when-i-arrive.groovy ├── virtual-thermostat.src │ └── virtual-thermostat.groovy ├── wattvision-manager.src │ └── wattvision-manager.groovy ├── wemo-connect.src │ └── wemo-connect.groovy ├── when-its-going-to-rain.src │ └── when-its-going-to-rain.groovy ├── withings-manager.src │ └── withings-manager.groovy ├── withings.src │ └── withings.groovy └── yoics-connect.src │ └── yoics-connect.groovy ├── sprayercontroller └── sprayer-controller-2.src │ └── sprayer-controller-2.groovy ├── statusbits └── smart-alarm.src │ └── smart-alarm.groovy ├── tslagle13 ├── hello-home-phrase-director.src │ └── hello-home-phrase-director.groovy ├── lighting-director.src │ └── lighting-director.groovy ├── routine-director.src │ └── routine-director.groovy ├── thermostat-mode-director.src │ └── thermostat-mode-director.groovy └── vacation-lighting-director.src │ └── vacation-lighting-director.groovy ├── user8798 └── lock-it-at-a-specific-time.src │ └── lock-it-at-a-specific-time.groovy ├── vlaminck ├── alfred-workflow.src │ └── alfred-workflow.groovy └── minecraft │ ├── smartblock-chat-sender.src │ └── smartblock-chat-sender.groovy │ ├── smartblock-linker.src │ └── smartblock-linker.groovy │ ├── smartblock-manager.src │ └── smartblock-manager.groovy │ └── smartblock-notifier.src │ └── smartblock-notifier.groovy ├── wackford ├── quirky-connect.src │ └── quirky-connect.groovy └── tcp-bulbs-connect.src │ └── tcp-bulbs-connect.groovy └── weatherbug └── weatherbug-home.src └── weatherbug-home.groovy /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/README.md -------------------------------------------------------------------------------- /devicetypes/alyc100/auto-charge-resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/auto-charge-resume.png -------------------------------------------------------------------------------- /devicetypes/alyc100/best-pet-hair-cleaning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/best-pet-hair-cleaning.png -------------------------------------------------------------------------------- /devicetypes/alyc100/eight-sleep-mattress.src/eight-sleep-mattress.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/eight-sleep-mattress.src/eight-sleep-mattress.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/empty.png -------------------------------------------------------------------------------- /devicetypes/alyc100/hive-active-light-colour-tuneable.src/hive-active-light-colour-tuneable.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/hive-active-light-colour-tuneable.src/hive-active-light-colour-tuneable.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/hive-active-light-tuneable.src/hive-active-light-tuneable.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/hive-active-light-tuneable.src/hive-active-light-tuneable.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/hive-active-light.src/hive-active-light.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/hive-active-light.src/hive-active-light.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/hive-active-plug.src/hive-active-plug.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/hive-active-plug.src/hive-active-plug.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/hive-heating.src/hive-heating.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/hive-heating.src/hive-heating.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/hive-hot-water.src/hive-hot-water.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/hive-hot-water.src/hive-hot-water.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/hive-trv.src/hive-trv.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/hive-trv.src/hive-trv.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/laser-guided-navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/laser-guided-navigation.png -------------------------------------------------------------------------------- /devicetypes/alyc100/mihome-adapter-plus.src/mihome-adapter-plus.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/mihome-adapter-plus.src/mihome-adapter-plus.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/mihome-adapter.src/mihome-adapter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/mihome-adapter.src/mihome-adapter.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/mihome-etrv.src/mihome-etrv.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/mihome-etrv.src/mihome-etrv.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/mihome-monitor.src/mihome-monitor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/mihome-monitor.src/mihome-monitor.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/mihome-motion-sensor.src/mihome-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/mihome-motion-sensor.src/mihome-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/mihome_etrv_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/mihome_etrv_icon.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato-botvac-connected-series.src/neato-botvac-connected-series.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato-botvac-connected-series.src/neato-botvac-connected-series.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/neato-icons_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato-icons_1x.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_botvac_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_botvac_image.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_charging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_charging.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_eco_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_eco_icon.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_findme_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_findme_icon.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_floor_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_floor_icon.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_logo.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_no_schedule_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_no_schedule_icon.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_notcharging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_notcharging.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_schedule_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_schedule_icon.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_staub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_staub.png -------------------------------------------------------------------------------- /devicetypes/alyc100/neato_turbo_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/neato_turbo_icon.png -------------------------------------------------------------------------------- /devicetypes/alyc100/ovo-energy-meter-v2-0.src/ovo-energy-meter-v2-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/ovo-energy-meter-v2-0.src/ovo-energy-meter-v2-0.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/reset_schedule_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/reset_schedule_icon.png -------------------------------------------------------------------------------- /devicetypes/alyc100/sure-petcare-hub.src/sure-petcare-hub.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/sure-petcare-hub.src/sure-petcare-hub.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/sure-petcare-pet-door-connect.src/sure-petcare-pet-door-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/sure-petcare-pet-door-connect.src/sure-petcare-pet-door-connect.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/sure-petcare-pet.src/sure-petcare-pet.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/sure-petcare-pet.src/sure-petcare-pet.groovy -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-flap-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-flap-in.png -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-flap-lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-flap-lock.png -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-flap-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-flap-out.png -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-flap-unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-flap-unlock.png -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-hub-bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-hub-bright.png -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-hub-dim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-hub-dim.png -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-hub-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-hub-off.png -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-inside-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-inside-location.png -------------------------------------------------------------------------------- /devicetypes/alyc100/surepetcare-outside-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/surepetcare-outside-location.png -------------------------------------------------------------------------------- /devicetypes/alyc100/warmup-4ie.src/warmup-4ie.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/alyc100/warmup-4ie.src/warmup-4ie.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/acceleration-sensor-capability.src/acceleration-sensor-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/acceleration-sensor-capability.src/acceleration-sensor-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/alarm-capability.src/alarm-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/alarm-capability.src/alarm-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/button-capability.src/button-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/button-capability.src/button-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/contact-sensor-capability.src/contact-sensor-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/contact-sensor-capability.src/contact-sensor-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/illuminance-measurement-capability.src/illuminance-measurement-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/illuminance-measurement-capability.src/illuminance-measurement-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/lock-capability.src/lock-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/lock-capability.src/lock-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/momentary-capability.src/momentary-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/momentary-capability.src/momentary-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/motion-sensor-capability.src/motion-sensor-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/motion-sensor-capability.src/motion-sensor-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/presence-sensor-capability.src/presence-sensor-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/presence-sensor-capability.src/presence-sensor-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/relative-humidity-measurement-capability.src/relative-humidity-measurement-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/relative-humidity-measurement-capability.src/relative-humidity-measurement-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/switch-capability.src/switch-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/switch-capability.src/switch-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/switch-level-capability.src/switch-level-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/switch-level-capability.src/switch-level-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/temperature-measurement-capability.src/temperature-measurement-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/temperature-measurement-capability.src/temperature-measurement-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/thermostat-capability.src/thermostat-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/thermostat-capability.src/thermostat-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/three-axis-capability.src/three-axis-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/three-axis-capability.src/three-axis-capability.groovy -------------------------------------------------------------------------------- /devicetypes/capabilities/water-sensor-capability.src/water-sensor-capability.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/capabilities/water-sensor-capability.src/water-sensor-capability.groovy -------------------------------------------------------------------------------- /devicetypes/com-obycode/obything-music.src/obything-music.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/com-obycode/obything-music.src/obything-music.groovy -------------------------------------------------------------------------------- /devicetypes/dianoga/netatmo-additional-module.src/netatmo-additional-module.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/dianoga/netatmo-additional-module.src/netatmo-additional-module.groovy -------------------------------------------------------------------------------- /devicetypes/dianoga/netatmo-basestation.src/netatmo-basestation.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/dianoga/netatmo-basestation.src/netatmo-basestation.groovy -------------------------------------------------------------------------------- /devicetypes/dianoga/netatmo-outdoor-module.src/netatmo-outdoor-module.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/dianoga/netatmo-outdoor-module.src/netatmo-outdoor-module.groovy -------------------------------------------------------------------------------- /devicetypes/dianoga/netatmo-rain.src/netatmo-rain.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/dianoga/netatmo-rain.src/netatmo-rain.groovy -------------------------------------------------------------------------------- /devicetypes/juano2310/jawbone-user.src/jawbone-user.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/juano2310/jawbone-user.src/jawbone-user.groovy -------------------------------------------------------------------------------- /devicetypes/keen-home/keen-home-smart-vent.src/keen-home-smart-vent.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/keen-home/keen-home-smart-vent.src/keen-home-smart-vent.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-home-energy-meter-c3.src/aeon-home-energy-meter-c3.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-home-energy-meter-c3.src/aeon-home-energy-meter-c3.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-home-energy-meter.src/aeon-home-energy-meter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-home-energy-meter.src/aeon-home-energy-meter.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-illuminator-module.src/aeon-illuminator-module.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-illuminator-module.src/aeon-illuminator-module.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-key-fob.src/aeon-key-fob.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-key-fob.src/aeon-key-fob.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-led-bulb.src/aeon-led-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-led-bulb.src/aeon-led-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-minimote.src/aeon-minimote.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-minimote.src/aeon-minimote.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-multisensor-6.src/aeon-multisensor-6.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-multisensor-6.src/aeon-multisensor-6.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-multisensor-gen5.src/aeon-multisensor-gen5.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-multisensor-gen5.src/aeon-multisensor-gen5.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-multisensor.src/aeon-multisensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-multisensor.src/aeon-multisensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-outlet.src/aeon-outlet.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-outlet.src/aeon-outlet.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-secure-smart-energy-switch-uk.src/aeon-secure-smart-energy-switch-uk.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-secure-smart-energy-switch-uk.src/aeon-secure-smart-energy-switch-uk.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-siren.src/aeon-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-siren.src/aeon-siren.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/aeon-smartstrip.src/aeon-smartstrip.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/aeon-smartstrip.src/aeon-smartstrip.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/arduino-thingshield.src/arduino-thingshield.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/arduino-thingshield.src/arduino-thingshield.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/arrival-sensor.src/arrival-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/arrival-sensor.src/arrival-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/bose-soundtouch.src/bose-soundtouch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/bose-soundtouch.src/bose-soundtouch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/centralite-dimmer.src/centralite-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/centralite-dimmer.src/centralite-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/centralite-thermostat.src/centralite-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/centralite-thermostat.src/centralite-thermostat.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/cooper-rf9500.src/cooper-rf9500.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/cooper-rf9500.src/cooper-rf9500.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/cree-bulb.src/cree-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/cree-bulb.src/cree-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/ct100-thermostat.src/ct100-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/ct100-thermostat.src/ct100-thermostat.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/danalock.src/danalock.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/danalock.src/danalock.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/dimmer-switch.src/dimmer-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/dimmer-switch.src/dimmer-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/door-shield.src/door-shield.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/door-shield.src/door-shield.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/econet-vent.src/econet-vent.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/econet-vent.src/econet-vent.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/everspring-flood-sensor.src/everspring-flood-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/everspring-flood-sensor.src/everspring-flood-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/fibaro-dimmer.src/fibaro-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/fibaro-dimmer.src/fibaro-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/fibaro-door-window-sensor.src/fibaro-door-window-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/fibaro-door-window-sensor.src/fibaro-door-window-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/fibaro-flood-sensor.src/fibaro-flood-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/fibaro-flood-sensor.src/fibaro-flood-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/fibaro-motion-sensor.src/fibaro-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/fibaro-motion-sensor.src/fibaro-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/fibaro-rgbw-controller.src/fibaro-rgbw-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/fibaro-rgbw-controller.src/fibaro-rgbw-controller.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/fibaro-smoke-sensor.src/fibaro-smoke-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/fibaro-smoke-sensor.src/fibaro-smoke-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/fidure-thermostat.src/fidure-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/fidure-thermostat.src/fidure-thermostat.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/fortrezz-water-valve.src/fortrezz-water-valve.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/fortrezz-water-valve.src/fortrezz-water-valve.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/foscam.src/foscam.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/foscam.src/foscam.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/ge-link-bulb.src/ge-link-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/ge-link-bulb.src/ge-link-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/ge-zigbee-dimmer.src/ge-zigbee-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/ge-zigbee-dimmer.src/ge-zigbee-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/ge-zigbee-switch.src/ge-zigbee-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/ge-zigbee-switch.src/ge-zigbee-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/harmony-activity.src/harmony-activity.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/harmony-activity.src/harmony-activity.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/home-energy-meter.src/home-energy-meter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/home-energy-meter.src/home-energy-meter.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/homeseer-multisensor.src/homeseer-multisensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/homeseer-multisensor.src/homeseer-multisensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/hue-bulb.src/hue-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/hue-bulb.src/hue-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/hue-lux-bulb.src/hue-lux-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/hue-lux-bulb.src/hue-lux-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/life360-user.src/life360-user.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/life360-user.src/life360-user.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/light-sensor.src/light-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/light-sensor.src/light-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/logitech-harmony-hub-c2c.src/logitech-harmony-hub-c2c.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/logitech-harmony-hub-c2c.src/logitech-harmony-hub-c2c.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/mimolite-garage-door-controller.src/mimolite-garage-door-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/mimolite-garage-door-controller.src/mimolite-garage-door-controller.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/mobile-presence.src/mobile-presence.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/mobile-presence.src/mobile-presence.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/momentary-button-tile.src/momentary-button-tile.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/momentary-button-tile.src/momentary-button-tile.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/motion-detector.src/motion-detector.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/motion-detector.src/motion-detector.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/nyce-motion-sensor.src/nyce-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/nyce-motion-sensor.src/nyce-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/nyce-open-closed-sensor.src/nyce-open-closed-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/nyce-open-closed-sensor.src/nyce-open-closed-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/on-off-button-tile.src/on-off-button-tile.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/on-off-button-tile.src/on-off-button-tile.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/on-off-shield.src/on-off-shield.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/on-off-shield.src/on-off-shield.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/open-closed-sensor.src/open-closed-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/open-closed-sensor.src/open-closed-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/osram-lightify-gardenspot-mini-rgb.src/osram-lightify-gardenspot-mini-rgb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/osram-lightify-gardenspot-mini-rgb.src/osram-lightify-gardenspot-mini-rgb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/osram-lightify-led-flexible-strip-rgbw.src/osram-lightify-led-flexible-strip-rgbw.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/osram-lightify-led-flexible-strip-rgbw.src/osram-lightify-led-flexible-strip-rgbw.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/osram-lightify-led-tunable-white-60w.src/osram-lightify-led-tunable-white-60w.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/osram-lightify-led-tunable-white-60w.src/osram-lightify-led-tunable-white-60w.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/particulate-detector.src/particulate-detector.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/particulate-detector.src/particulate-detector.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/pet-feeder-shield.src/pet-feeder-shield.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/pet-feeder-shield.src/pet-feeder-shield.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/plant-link.src/plant-link.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/plant-link.src/plant-link.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/rgbw-light.src/rgbw-light.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/rgbw-light.src/rgbw-light.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/samsung-smart-tv.src/samsung-smart-tv.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/samsung-smart-tv.src/samsung-smart-tv.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/secure-dimmer.src/secure-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/secure-dimmer.src/secure-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smart-body-analyzer.src/smart-body-analyzer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smart-body-analyzer.src/smart-body-analyzer.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartalert-siren.src/smartalert-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartalert-siren.src/smartalert-siren.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartpower-dimming-outlet.src/smartpower-dimming-outlet.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartpower-dimming-outlet.src/smartpower-dimming-outlet.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartpower-outlet-v1.src/smartpower-outlet-v1.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartpower-outlet-v1.src/smartpower-outlet-v1.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartpower-outlet.src/smartpower-outlet.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartpower-outlet.src/smartpower-outlet.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-garage-door-multi.src/smartsense-garage-door-multi.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-garage-door-multi.src/smartsense-garage-door-multi.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-garage-door-sensor-button.src/smartsense-garage-door-sensor-button.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-garage-door-sensor-button.src/smartsense-garage-door-sensor-button.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-moisture.src/smartsense-moisture.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-moisture.src/smartsense-moisture.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-motion-sensor.src/smartsense-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-motion-sensor.src/smartsense-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-motion-temp-sensor.src/smartsense-motion-temp-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-motion-temp-sensor.src/smartsense-motion-temp-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-motion.src/smartsense-motion.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-motion.src/smartsense-motion.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-multi.src/smartsense-multi.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-multi.src/smartsense-multi.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-open-closed-accelerometer-sensor.src/smartsense-open-closed-accelerometer-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-open-closed-accelerometer-sensor.src/smartsense-open-closed-accelerometer-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-open-closed-sensor.src/smartsense-open-closed-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-open-closed-sensor.src/smartsense-open-closed-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-temp-humidity-sensor.src/smartsense-temp-humidity-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-temp-humidity-sensor.src/smartsense-temp-humidity-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartsense-virtual-open-closed.src/smartsense-virtual-open-closed.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartsense-virtual-open-closed.src/smartsense-virtual-open-closed.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/smartweather-station-tile.src/smartweather-station-tile.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/smartweather-station-tile.src/smartweather-station-tile.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/spark.src/spark.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/spark.src/spark.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/sylvania-ultra-iq.src/sylvania-ultra-iq.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/sylvania-ultra-iq.src/sylvania-ultra-iq.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/temperature-sensor.src/temperature-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/temperature-sensor.src/temperature-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-alarm.src/simulated-alarm.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-alarm.src/simulated-alarm.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-button.src/simulated-button.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-button.src/simulated-button.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-color-control.src/simulated-color-control.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-color-control.src/simulated-color-control.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-contact-sensor.src/simulated-contact-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-contact-sensor.src/simulated-contact-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-garage-door-opener.src/simulated-garage-door-opener.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-garage-door-opener.src/simulated-garage-door-opener.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-lock.src/simulated-lock.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-lock.src/simulated-lock.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-minimote.src/simulated-minimote.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-minimote.src/simulated-minimote.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-motion-sensor.src/simulated-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-motion-sensor.src/simulated-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-presence-sensor.src/simulated-presence-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-presence-sensor.src/simulated-presence-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-smoke-alarm.src/simulated-smoke-alarm.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-smoke-alarm.src/simulated-smoke-alarm.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-switch.src/simulated-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-switch.src/simulated-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-temperature-sensor.src/simulated-temperature-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-temperature-sensor.src/simulated-temperature-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-thermostat.src/simulated-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-thermostat.src/simulated-thermostat.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-water-sensor.src/simulated-water-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-water-sensor.src/simulated-water-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/testing/simulated-water-valve.src/simulated-water-valve.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/testing/simulated-water-valve.src/simulated-water-valve.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/thing.src/thing.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/thing.src/thing.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/tyco-door-window-sensor.src/tyco-door-window-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/tyco-door-window-sensor.src/tyco-door-window-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/unknown.src/unknown.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/unknown.src/unknown.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/wattvision.src/wattvision.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/wattvision.src/wattvision.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/wemo-bulb.src/wemo-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/wemo-bulb.src/wemo-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/wemo-light-switch.src/wemo-light-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/wemo-light-switch.src/wemo-light-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/wemo-motion.src/wemo-motion.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/wemo-motion.src/wemo-motion.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/wemo-switch.src/wemo-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/wemo-switch.src/wemo-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/wireless-scale.src/wireless-scale.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/wireless-scale.src/wireless-scale.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-dimmer-power.src/zigbee-dimmer-power.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zigbee-dimmer-power.src/zigbee-dimmer-power.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-hue-bulb.src/zigbee-hue-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zigbee-hue-bulb.src/zigbee-hue-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-lock.src/zigbee-lock.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zigbee-lock.src/zigbee-lock.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-switch-power.src/zigbee-switch-power.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zigbee-switch-power.src/zigbee-switch-power.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-switch.src/zigbee-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zigbee-switch.src/zigbee-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-valve.src/zigbee-valve.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zigbee-valve.src/zigbee-valve.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/zigbee-white-color-temperature-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zigbee-white-color-temperature-bulb.src/zigbee-white-color-temperature-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-controller.src/zwave-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-controller.src/zwave-controller.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-device-multichannel.src/zwave-device-multichannel.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-device-multichannel.src/zwave-device-multichannel.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-device.src/zwave-device.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-device.src/zwave-device.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-door-window-sensor.src/zwave-door-window-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-door-window-sensor.src/zwave-door-window-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-garage-door-opener.src/zwave-garage-door-opener.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-garage-door-opener.src/zwave-garage-door-opener.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-lock.src/zwave-lock.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-lock.src/zwave-lock.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-metering-dimmer.src/zwave-metering-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-metering-dimmer.src/zwave-metering-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-metering-switch.src/zwave-metering-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-metering-switch.src/zwave-metering-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-motion-sensor.src/zwave-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-motion-sensor.src/zwave-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-relay.src/zwave-relay.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-relay.src/zwave-relay.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-remote.src/zwave-remote.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-remote.src/zwave-remote.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-sensor.src/zwave-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-sensor.src/zwave-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-smoke-alarm.src/zwave-smoke-alarm.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-smoke-alarm.src/zwave-smoke-alarm.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-switch-secure.src/zwave-switch-secure.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-switch-secure.src/zwave-switch-secure.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-switch.src/zwave-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-switch.src/zwave-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-thermostat.src/zwave-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-thermostat.src/zwave-thermostat.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-virtual-momentary-contact-switch.src/zwave-virtual-momentary-contact-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-virtual-momentary-contact-switch.src/zwave-virtual-momentary-contact-switch.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-water-sensor.src/zwave-water-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-water-sensor.src/zwave-water-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/smartthings/zwave-water-valve.src/zwave-water-valve.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/smartthings/zwave-water-valve.src/zwave-water-valve.groovy -------------------------------------------------------------------------------- /devicetypes/vlaminck/minecraft/smart-block.src/smart-block.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/vlaminck/minecraft/smart-block.src/smart-block.groovy -------------------------------------------------------------------------------- /devicetypes/wackford/quirky-wink-eggtray.src/quirky-wink-eggtray.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/wackford/quirky-wink-eggtray.src/quirky-wink-eggtray.groovy -------------------------------------------------------------------------------- /devicetypes/wackford/quirky-wink-nimbus.src/quirky-wink-nimbus.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/wackford/quirky-wink-nimbus.src/quirky-wink-nimbus.groovy -------------------------------------------------------------------------------- /devicetypes/wackford/quirky-wink-porkfolio.src/quirky-wink-porkfolio.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/wackford/quirky-wink-porkfolio.src/quirky-wink-porkfolio.groovy -------------------------------------------------------------------------------- /devicetypes/wackford/quirky-wink-powerstrip.src/quirky-wink-powerstrip.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/wackford/quirky-wink-powerstrip.src/quirky-wink-powerstrip.groovy -------------------------------------------------------------------------------- /devicetypes/wackford/quirky-wink-spotter.src/quirky-wink-spotter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/wackford/quirky-wink-spotter.src/quirky-wink-spotter.groovy -------------------------------------------------------------------------------- /devicetypes/wackford/tcp-bulb.src/tcp-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/wackford/tcp-bulb.src/tcp-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/devicetypes/zenwithin/zen-thermostat.src/zen-thermostat.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/10457773_334250273417145_3395772416845089626_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/10457773_334250273417145_3395772416845089626_n.png -------------------------------------------------------------------------------- /smartapps/alyc100/8slp-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/8slp-icon.png -------------------------------------------------------------------------------- /smartapps/alyc100/eight-sleep-connect.src/eight-sleep-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/eight-sleep-connect.src/eight-sleep-connect.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/eightsleep-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/eightsleep-device.png -------------------------------------------------------------------------------- /smartapps/alyc100/hive-activeplug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/hive-activeplug.jpg -------------------------------------------------------------------------------- /smartapps/alyc100/hive-bulb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/hive-bulb.jpg -------------------------------------------------------------------------------- /smartapps/alyc100/hive-colouredbulb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/hive-colouredbulb.jpg -------------------------------------------------------------------------------- /smartapps/alyc100/hive-colouredbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/hive-colouredbulb.png -------------------------------------------------------------------------------- /smartapps/alyc100/hive-connect.src/hive-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/hive-connect.src/hive-connect.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/hive-tunablebulb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/hive-tunablebulb.jpg -------------------------------------------------------------------------------- /smartapps/alyc100/hive-window-door-sensor-815702baa8f484d342f2ebf3eb38ab971acecba02586d0ec485c588f2646c935.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/hive-window-door-sensor-815702baa8f484d342f2ebf3eb38ab971acecba02586d0ec485c588f2646c935.jpg -------------------------------------------------------------------------------- /smartapps/alyc100/icon175x175.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/icon175x175.jpeg -------------------------------------------------------------------------------- /smartapps/alyc100/light-switch-force-sync.src/light-switch-force-sync.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/light-switch-force-sync.src/light-switch-force-sync.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/mihome-adapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome-adapter.png -------------------------------------------------------------------------------- /smartapps/alyc100/mihome-connect.src/mihome-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome-connect.src/mihome-connect.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/mihome-extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome-extension.png -------------------------------------------------------------------------------- /smartapps/alyc100/mihome-icon-89db7a9bfb5c8b066ffb4e50c8d68235.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome-icon-89db7a9bfb5c8b066ffb4e50c8d68235.png -------------------------------------------------------------------------------- /smartapps/alyc100/mihome-monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome-monitor.png -------------------------------------------------------------------------------- /smartapps/alyc100/mihome-motion-sensor-ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome-motion-sensor-ir.png -------------------------------------------------------------------------------- /smartapps/alyc100/mihome2-socket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome2-socket.png -------------------------------------------------------------------------------- /smartapps/alyc100/mihome3_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome3_switch.png -------------------------------------------------------------------------------- /smartapps/alyc100/mihome4-01bc8a0e478b385df3248b55cc2df7ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome4-01bc8a0e478b385df3248b55cc2df7ca.png -------------------------------------------------------------------------------- /smartapps/alyc100/mihome5-adapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/mihome5-adapter.png -------------------------------------------------------------------------------- /smartapps/alyc100/neato-connect.src/neato-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/neato-connect.src/neato-connect.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/neato_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/neato_icon.png -------------------------------------------------------------------------------- /smartapps/alyc100/ovo-energy-connect.src/ovo-energy-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/ovo-energy-connect.src/ovo-energy-connect.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/ovowebsitessuite-carousel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/ovowebsitessuite-carousel.png -------------------------------------------------------------------------------- /smartapps/alyc100/sure-petcare-connect.src/sure-petcare-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/sure-petcare-connect.src/sure-petcare-connect.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/surepetcare-catflap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/surepetcare-catflap.png -------------------------------------------------------------------------------- /smartapps/alyc100/surepetcare-hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/surepetcare-hub.png -------------------------------------------------------------------------------- /smartapps/alyc100/surepetcare-pet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/surepetcare-pet.png -------------------------------------------------------------------------------- /smartapps/alyc100/surepetcare-petdoor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/surepetcare-petdoor.png -------------------------------------------------------------------------------- /smartapps/alyc100/thermostat-frame-6c75d5394d102f52cb8cf73704855446.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/thermostat-frame-6c75d5394d102f52cb8cf73704855446.png -------------------------------------------------------------------------------- /smartapps/alyc100/warmup-4ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/warmup-4ie.png -------------------------------------------------------------------------------- /smartapps/alyc100/warmup-connect.src/warmup-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/warmup-connect.src/warmup-connect.groovy -------------------------------------------------------------------------------- /smartapps/alyc100/warmup-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/warmup-icon.png -------------------------------------------------------------------------------- /smartapps/alyc100/warmup-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/alyc100/warmup-location.png -------------------------------------------------------------------------------- /smartapps/arno/bright-when-dark-and-or-bright-after-sunset.src/bright-when-dark-and-or-bright-after-sunset.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/arno/bright-when-dark-and-or-bright-after-sunset.src/bright-when-dark-and-or-bright-after-sunset.groovy -------------------------------------------------------------------------------- /smartapps/charette-joseph-gmail-com/good-night-house.src/good-night-house.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/charette-joseph-gmail-com/good-night-house.src/good-night-house.groovy -------------------------------------------------------------------------------- /smartapps/chrisb/goodnight-ubi.src/goodnight-ubi.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/chrisb/goodnight-ubi.src/goodnight-ubi.groovy -------------------------------------------------------------------------------- /smartapps/com-andrewreitz/jenkins-notifier.src/jenkins-notifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/com-andrewreitz/jenkins-notifier.src/jenkins-notifier.groovy -------------------------------------------------------------------------------- /smartapps/com-obycode/obything-music-connect.src/obything-music-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/com-obycode/obything-music-connect.src/obything-music-connect.groovy -------------------------------------------------------------------------------- /smartapps/com-sudarkoff/working-from-home.src/working-from-home.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/com-sudarkoff/working-from-home.src/working-from-home.groovy -------------------------------------------------------------------------------- /smartapps/curb/curb-control.src/curb-control.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/curb/curb-control.src/curb-control.groovy -------------------------------------------------------------------------------- /smartapps/dianoga/netatmo-connect.src/netatmo-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/dianoga/netatmo-connect.src/netatmo-connect.groovy -------------------------------------------------------------------------------- /smartapps/dianoga/thermostat-auto-off.src/thermostat-auto-off.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/dianoga/thermostat-auto-off.src/thermostat-auto-off.groovy -------------------------------------------------------------------------------- /smartapps/dianoga/whole-house-fan.src/whole-house-fan.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/dianoga/whole-house-fan.src/whole-house-fan.groovy -------------------------------------------------------------------------------- /smartapps/docwisdom/humidity-alert.src/humidity-alert.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/docwisdom/humidity-alert.src/humidity-alert.groovy -------------------------------------------------------------------------------- /smartapps/dooglave/let-there-be-dark.src/let-there-be-dark.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/dooglave/let-there-be-dark.src/let-there-be-dark.groovy -------------------------------------------------------------------------------- /smartapps/egid/smart-windows.src/smart-windows.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/egid/smart-windows.src/smart-windows.groovy -------------------------------------------------------------------------------- /smartapps/egid/weather-windows.src/weather-windows.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/egid/weather-windows.src/weather-windows.groovy -------------------------------------------------------------------------------- /smartapps/hwustrack/coffee-after-shower.src/coffee-after-shower.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/hwustrack/coffee-after-shower.src/coffee-after-shower.groovy -------------------------------------------------------------------------------- /smartapps/imbrianj/door-knocker.src/door-knocker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/imbrianj/door-knocker.src/door-knocker.groovy -------------------------------------------------------------------------------- /smartapps/imbrianj/forgiving-security.src/forgiving-security.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/imbrianj/forgiving-security.src/forgiving-security.groovy -------------------------------------------------------------------------------- /smartapps/imbrianj/hall-light-welcome-home.src/hall-light-welcome-home.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/imbrianj/hall-light-welcome-home.src/hall-light-welcome-home.groovy -------------------------------------------------------------------------------- /smartapps/imbrianj/nobody-home.src/nobody-home.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/imbrianj/nobody-home.src/nobody-home.groovy -------------------------------------------------------------------------------- /smartapps/imbrianj/ready-for-rain.src/ready-for-rain.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/imbrianj/ready-for-rain.src/ready-for-rain.groovy -------------------------------------------------------------------------------- /smartapps/imbrianj/safe-watch.src/safe-watch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/imbrianj/safe-watch.src/safe-watch.groovy -------------------------------------------------------------------------------- /smartapps/imbrianj/thermostat-window-check.src/thermostat-window-check.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/imbrianj/thermostat-window-check.src/thermostat-window-check.groovy -------------------------------------------------------------------------------- /smartapps/initialstate-events/initial-state-event-streamer.src/initial-state-event-streamer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/initialstate-events/initial-state-event-streamer.src/initial-state-event-streamer.groovy -------------------------------------------------------------------------------- /smartapps/jls/my-light-toggle.src/my-light-toggle.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/jls/my-light-toggle.src/my-light-toggle.groovy -------------------------------------------------------------------------------- /smartapps/jonathan-a/auto-humidity-vent.src/auto-humidity-vent.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/jonathan-a/auto-humidity-vent.src/auto-humidity-vent.groovy -------------------------------------------------------------------------------- /smartapps/juano2310/jawbone-button-notifier.src/jawbone-button-notifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/juano2310/jawbone-button-notifier.src/jawbone-button-notifier.groovy -------------------------------------------------------------------------------- /smartapps/juano2310/jawbone-up-connect.src/jawbone-up-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/juano2310/jawbone-up-connect.src/jawbone-up-connect.groovy -------------------------------------------------------------------------------- /smartapps/kristopherkubicki/turn-off-with-motion.src/turn-off-with-motion.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/kristopherkubicki/turn-off-with-motion.src/turn-off-with-motion.groovy -------------------------------------------------------------------------------- /smartapps/lock-auto-super-enhanced/enhanced-auto-lock-door.src/enhanced-auto-lock-door.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/lock-auto-super-enhanced/enhanced-auto-lock-door.src/enhanced-auto-lock-door.groovy -------------------------------------------------------------------------------- /smartapps/mager/weather-underground-pws-connect.src/weather-underground-pws-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/mager/weather-underground-pws-connect.src/weather-underground-pws-connect.groovy -------------------------------------------------------------------------------- /smartapps/michaelstruck/color-coordinator.src/color-coordinator.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/michaelstruck/color-coordinator.src/color-coordinator.groovy -------------------------------------------------------------------------------- /smartapps/michaelstruck/smart-home-ventilation.src/smart-home-ventilation.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/michaelstruck/smart-home-ventilation.src/smart-home-ventilation.groovy -------------------------------------------------------------------------------- /smartapps/michaelstruck/switch-activates-home-phrase-or-mode.src/switch-activates-home-phrase-or-mode.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/michaelstruck/switch-activates-home-phrase-or-mode.src/switch-activates-home-phrase-or-mode.groovy -------------------------------------------------------------------------------- /smartapps/michaelstruck/switch-activates-home-phrase.src/switch-activates-home-phrase.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/michaelstruck/switch-activates-home-phrase.src/switch-activates-home-phrase.groovy -------------------------------------------------------------------------------- /smartapps/michaelstruck/switch-changes-mode.src/switch-changes-mode.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/michaelstruck/switch-changes-mode.src/switch-changes-mode.groovy -------------------------------------------------------------------------------- /smartapps/michaelstruck/talking-alarm-clock.src/talking-alarm-clock.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/michaelstruck/talking-alarm-clock.src/talking-alarm-clock.groovy -------------------------------------------------------------------------------- /smartapps/naissan/lights-off-with-no-motion-and-presence.src/lights-off-with-no-motion-and-presence.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/naissan/lights-off-with-no-motion-and-presence.src/lights-off-with-no-motion-and-presence.groovy -------------------------------------------------------------------------------- /smartapps/pope/smart-light-timer-x-minutes-unless-already-on.src/smart-light-timer-x-minutes-unless-already-on.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/pope/smart-light-timer-x-minutes-unless-already-on.src/smart-light-timer-x-minutes-unless-already-on.groovy -------------------------------------------------------------------------------- /smartapps/resteele/monitor-on-sense.src/monitor-on-sense.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/resteele/monitor-on-sense.src/monitor-on-sense.groovy -------------------------------------------------------------------------------- /smartapps/shabbatholidaymode/shabbat-and-holiday-modes.src/shabbat-and-holiday-modes.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/shabbatholidaymode/shabbat-and-holiday-modes.src/shabbat-and-holiday-modes.groovy -------------------------------------------------------------------------------- /smartapps/sheikhsphere/smart-humidifier.src/smart-humidifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/sheikhsphere/smart-humidifier.src/smart-humidifier.groovy -------------------------------------------------------------------------------- /smartapps/sidjohn1/smart-turn-it-on.src/smart-turn-it-on.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/sidjohn1/smart-turn-it-on.src/smart-turn-it-on.groovy -------------------------------------------------------------------------------- /smartapps/sidjohn1/thinking-cleanerer-neato-botvac-edition.src/thinking-cleanerer-neato-botvac-edition.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/sidjohn1/thinking-cleanerer-neato-botvac-edition.src/thinking-cleanerer-neato-botvac-edition.groovy -------------------------------------------------------------------------------- /smartapps/skp19/door-lock-code-distress-message.src/door-lock-code-distress-message.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/skp19/door-lock-code-distress-message.src/door-lock-code-distress-message.groovy -------------------------------------------------------------------------------- /smartapps/smart-auto-lock-unlock/smart-auto-lock-unlock.src/smart-auto-lock-unlock.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smart-auto-lock-unlock/smart-auto-lock-unlock.src/smart-auto-lock-unlock.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/beacon-control.src/beacon-control.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/beacon-control.src/beacon-control.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/big-turn-off.src/big-turn-off.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/big-turn-off.src/big-turn-off.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/big-turn-on.src/big-turn-on.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/big-turn-on.src/big-turn-on.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/bon-voyage.src/bon-voyage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/bon-voyage.src/bon-voyage.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/bose-soundtouch-connect.src/bose-soundtouch-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/bose-soundtouch-connect.src/bose-soundtouch-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/brighten-dark-places.src/brighten-dark-places.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/brighten-dark-places.src/brighten-dark-places.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/brighten-my-path.src/brighten-my-path.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/brighten-my-path.src/brighten-my-path.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/button-controller.src/button-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/button-controller.src/button-controller.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/camera-power-scheduler.src/camera-power-scheduler.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/camera-power-scheduler.src/camera-power-scheduler.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/cameras-on-when-im-away.src/cameras-on-when-im-away.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/cameras-on-when-im-away.src/cameras-on-when-im-away.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/carpool-notifier.src/carpool-notifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/carpool-notifier.src/carpool-notifier.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/close-the-valve.src/close-the-valve.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/close-the-valve.src/close-the-valve.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/curling-iron.src/curling-iron.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/curling-iron.src/curling-iron.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/darken-behind-me.src/darken-behind-me.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/darken-behind-me.src/darken-behind-me.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/double-tap.src/double-tap.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/double-tap.src/double-tap.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/dry-the-wetspot.src/dry-the-wetspot.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/dry-the-wetspot.src/dry-the-wetspot.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/elder-care-daily-routine.src/elder-care-daily-routine.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/elder-care-daily-routine.src/elder-care-daily-routine.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/elder-care-slip-fall.src/elder-care-slip-fall.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/elder-care-slip-fall.src/elder-care-slip-fall.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/energy-alerts.src/energy-alerts.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/energy-alerts.src/energy-alerts.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/energy-saver.src/energy-saver.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/energy-saver.src/energy-saver.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/examples/every-element.src/every-element.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/examples/every-element.src/every-element.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/feed-my-pet.src/feed-my-pet.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/feed-my-pet.src/feed-my-pet.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/flood-alert.src/flood-alert.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/flood-alert.src/flood-alert.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/foscam-connect.src/foscam-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/foscam-connect.src/foscam-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/garage-door-monitor.src/garage-door-monitor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/garage-door-monitor.src/garage-door-monitor.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/garage-door-opener.src/garage-door-opener.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/garage-door-opener.src/garage-door-opener.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/good-night.src/good-night.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/good-night.src/good-night.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/greetings-earthling.src/greetings-earthling.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/greetings-earthling.src/greetings-earthling.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/habit-helper.src/habit-helper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/habit-helper.src/habit-helper.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/has-barkley-been-fed.src/has-barkley-been-fed.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/has-barkley-been-fed.src/has-barkley-been-fed.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/hub-ip-notifier.src/hub-ip-notifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/hub-ip-notifier.src/hub-ip-notifier.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/hue-connect.src/hue-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/hue-connect.src/hue-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/hue-mood-lighting.src/hue-mood-lighting.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/hue-mood-lighting.src/hue-mood-lighting.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/ifttt.src/ifttt.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/ifttt.src/ifttt.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/it-moved.src/it-moved.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/it-moved.src/it-moved.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/its-too-cold.src/its-too-cold.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/its-too-cold.src/its-too-cold.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/its-too-hot.src/its-too-hot.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/its-too-hot.src/its-too-hot.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy-ii.src/keep-me-cozy-ii.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/keep-me-cozy-ii.src/keep-me-cozy-ii.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/keep-me-cozy.src/keep-me-cozy.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/keep-me-cozy.src/keep-me-cozy.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/laundry-monitor.src/laundry-monitor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/laundry-monitor.src/laundry-monitor.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/left-it-open.src/left-it-open.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/left-it-open.src/left-it-open.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/let-there-be-light.src/let-there-be-light.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/let-there-be-light.src/let-there-be-light.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/life360-connect.src/life360-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/life360-connect.src/life360-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/lifx-connect.src/lifx-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/lifx-connect.src/lifx-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/light-follows-me.src/light-follows-me.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/light-follows-me.src/light-follows-me.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/light-up-the-night.src/light-up-the-night.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/light-up-the-night.src/light-up-the-night.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/lights-off-when-closed.src/lights-off-when-closed.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/lights-off-when-closed.src/lights-off-when-closed.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/lock-it-when-i-leave.src/lock-it-when-i-leave.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/lock-it-when-i-leave.src/lock-it-when-i-leave.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/logitech-harmony-connect.src/logitech-harmony-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/logitech-harmony-connect.src/logitech-harmony-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/mail-arrived.src/mail-arrived.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/mail-arrived.src/mail-arrived.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/make-it-so.src/make-it-so.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/make-it-so.src/make-it-so.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/medicine-reminder.src/medicine-reminder.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/medicine-reminder.src/medicine-reminder.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/mini-hue-controller.src/mini-hue-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/mini-hue-controller.src/mini-hue-controller.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/mood-cube.src/mood-cube.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/mood-cube.src/mood-cube.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/nfc-tag-toggle.src/nfc-tag-toggle.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/nfc-tag-toggle.src/nfc-tag-toggle.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/notify-me-when-it-opens.src/notify-me-when-it-opens.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/notify-me-when-it-opens.src/notify-me-when-it-opens.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/notify-me-when.src/notify-me-when.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/notify-me-with-hue.src/notify-me-with-hue.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/notify-me-with-hue.src/notify-me-with-hue.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/once-a-day.src/once-a-day.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/once-a-day.src/once-a-day.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/photo-burst-when.src/photo-burst-when.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/photo-burst-when.src/photo-burst-when.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/power-allowance.src/power-allowance.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/power-allowance.src/power-allowance.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/presence-change-push.src/presence-change-push.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/presence-change-push.src/presence-change-push.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/presence-change-text.src/presence-change-text.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/presence-change-text.src/presence-change-text.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/ridiculously-automated-garage-door.src/ridiculously-automated-garage-door.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/ridiculously-automated-garage-door.src/ridiculously-automated-garage-door.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/rise-and-shine.src/rise-and-shine.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/rise-and-shine.src/rise-and-shine.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/samsung-tv-connect.src/samsung-tv-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/samsung-tv-connect.src/samsung-tv-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/scheduled-mode-change.src/scheduled-mode-change.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/scheduled-mode-change.src/scheduled-mode-change.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/send-ham-bridge-command-when.src/send-ham-bridge-command-when.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/send-ham-bridge-command-when.src/send-ham-bridge-command-when.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/severe-weather-alert.src/severe-weather-alert.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/severe-weather-alert.src/severe-weather-alert.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/single-button-controller.src/single-button-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/single-button-controller.src/single-button-controller.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/sleepy-time.src/sleepy-time.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/sleepy-time.src/sleepy-time.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/smart-nightlight.src/smart-nightlight.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/smart-nightlight.src/smart-nightlight.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/smart-security.src/smart-security.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/smart-security.src/smart-security.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/smartweather-station-controller.src/smartweather-station-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/smartweather-station-controller.src/smartweather-station-controller.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/sonos-music-modes.src/sonos-music-modes.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/sonos-music-modes.src/sonos-music-modes.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/sonos-remote-control.src/sonos-remote-control.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/sonos-remote-control.src/sonos-remote-control.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/speaker-control.src/speaker-control.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/speaker-control.src/speaker-control.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/speaker-notify-with-sound.src/speaker-notify-with-sound.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/speaker-notify-with-sound.src/speaker-notify-with-sound.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/speaker-weather-forecast.src/speaker-weather-forecast.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/speaker-weather-forecast.src/speaker-weather-forecast.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/step-notifier.src/step-notifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/step-notifier.src/step-notifier.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/sunrise-sunset.src/sunrise-sunset.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/sunrise-sunset.src/sunrise-sunset.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/tesla-connect.src/tesla-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/tesla-connect.src/tesla-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/text-me-when-it-opens.src/text-me-when-it-opens.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/text-me-when-it-opens.src/text-me-when-it-opens.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/text-me-when-theres-motion-and-im-not-here.src/text-me-when-theres-motion-and-im-not-here.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/text-me-when-theres-motion-and-im-not-here.src/text-me-when-theres-motion-and-im-not-here.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/the-big-switch.src/the-big-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/the-big-switch.src/the-big-switch.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/the-flasher.src/the-flasher.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/the-flasher.src/the-flasher.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/the-gun-case-moved.src/the-gun-case-moved.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/the-gun-case-moved.src/the-gun-case-moved.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/turn-it-on-for-5-minutes.src/turn-it-on-for-5-minutes.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/turn-it-on-for-5-minutes.src/turn-it-on-for-5-minutes.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/turn-it-on-when-im-here.src/turn-it-on-when-im-here.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/turn-it-on-when-im-here.src/turn-it-on-when-im-here.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/turn-it-on-when-it-opens.src/turn-it-on-when-it-opens.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/turn-it-on-when-it-opens.src/turn-it-on-when-it-opens.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/turn-on-only-if-i-arrive-after-sunset.src/turn-on-only-if-i-arrive-after-sunset.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/turn-on-only-if-i-arrive-after-sunset.src/turn-on-only-if-i-arrive-after-sunset.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/ubi.src/ubi.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/ubi.src/ubi.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/undead-early-warning.src/undead-early-warning.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/undead-early-warning.src/undead-early-warning.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/unlock-it-when-i-arrive.src/unlock-it-when-i-arrive.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/unlock-it-when-i-arrive.src/unlock-it-when-i-arrive.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/virtual-thermostat.src/virtual-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/virtual-thermostat.src/virtual-thermostat.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/wattvision-manager.src/wattvision-manager.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/wattvision-manager.src/wattvision-manager.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/wemo-connect.src/wemo-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/wemo-connect.src/wemo-connect.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/when-its-going-to-rain.src/when-its-going-to-rain.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/when-its-going-to-rain.src/when-its-going-to-rain.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/withings-manager.src/withings-manager.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/withings-manager.src/withings-manager.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/withings.src/withings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/withings.src/withings.groovy -------------------------------------------------------------------------------- /smartapps/smartthings/yoics-connect.src/yoics-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/smartthings/yoics-connect.src/yoics-connect.groovy -------------------------------------------------------------------------------- /smartapps/sprayercontroller/sprayer-controller-2.src/sprayer-controller-2.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/sprayercontroller/sprayer-controller-2.src/sprayer-controller-2.groovy -------------------------------------------------------------------------------- /smartapps/statusbits/smart-alarm.src/smart-alarm.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/statusbits/smart-alarm.src/smart-alarm.groovy -------------------------------------------------------------------------------- /smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy -------------------------------------------------------------------------------- /smartapps/tslagle13/lighting-director.src/lighting-director.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/tslagle13/lighting-director.src/lighting-director.groovy -------------------------------------------------------------------------------- /smartapps/tslagle13/routine-director.src/routine-director.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/tslagle13/routine-director.src/routine-director.groovy -------------------------------------------------------------------------------- /smartapps/tslagle13/thermostat-mode-director.src/thermostat-mode-director.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/tslagle13/thermostat-mode-director.src/thermostat-mode-director.groovy -------------------------------------------------------------------------------- /smartapps/tslagle13/vacation-lighting-director.src/vacation-lighting-director.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/tslagle13/vacation-lighting-director.src/vacation-lighting-director.groovy -------------------------------------------------------------------------------- /smartapps/user8798/lock-it-at-a-specific-time.src/lock-it-at-a-specific-time.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/user8798/lock-it-at-a-specific-time.src/lock-it-at-a-specific-time.groovy -------------------------------------------------------------------------------- /smartapps/vlaminck/alfred-workflow.src/alfred-workflow.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/vlaminck/alfred-workflow.src/alfred-workflow.groovy -------------------------------------------------------------------------------- /smartapps/vlaminck/minecraft/smartblock-chat-sender.src/smartblock-chat-sender.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/vlaminck/minecraft/smartblock-chat-sender.src/smartblock-chat-sender.groovy -------------------------------------------------------------------------------- /smartapps/vlaminck/minecraft/smartblock-linker.src/smartblock-linker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/vlaminck/minecraft/smartblock-linker.src/smartblock-linker.groovy -------------------------------------------------------------------------------- /smartapps/vlaminck/minecraft/smartblock-manager.src/smartblock-manager.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/vlaminck/minecraft/smartblock-manager.src/smartblock-manager.groovy -------------------------------------------------------------------------------- /smartapps/vlaminck/minecraft/smartblock-notifier.src/smartblock-notifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/vlaminck/minecraft/smartblock-notifier.src/smartblock-notifier.groovy -------------------------------------------------------------------------------- /smartapps/wackford/quirky-connect.src/quirky-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/wackford/quirky-connect.src/quirky-connect.groovy -------------------------------------------------------------------------------- /smartapps/wackford/tcp-bulbs-connect.src/tcp-bulbs-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/wackford/tcp-bulbs-connect.src/tcp-bulbs-connect.groovy -------------------------------------------------------------------------------- /smartapps/weatherbug/weatherbug-home.src/weatherbug-home.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alyc100/SmartThingsPublic/HEAD/smartapps/weatherbug/weatherbug-home.src/weatherbug-home.groovy --------------------------------------------------------------------------------