├── ReadMe.md ├── devicetypes ├── ReadMe.md ├── dome │ └── dome-siren.src │ │ └── dome-siren.groovy ├── homeseer │ ├── homeseer-fan-controller-hs-fc200.src │ │ └── homeseer-fan-controller-hs-fc200.groovy │ ├── homeseer-floodlight-sensor-hs-fls100-g2.src │ │ └── homeseer-floodlight-sensor-hs-fls100-g2.groovy │ ├── homeseer-indicator-light-sensor-hs-fs100-l.src │ │ └── homeseer-indicator-light-sensor-hs-fs100-l.groovy │ ├── homeseer-motion-sensor-hs-ms100.src │ │ └── homeseer-motion-sensor-hs-ms100.groovy │ ├── homeseer-multi-sensor-hsm200.src │ │ └── homeseer-multi-sensor-hsm200.groovy │ ├── homeseer-normal-mode-child.src │ │ └── homeseer-normal-mode-child.groovy │ ├── homeseer-perimeter-water-sensor-hs-fs100-w.src │ │ └── homeseer-perimeter-water-sensor-hs-fs100-w.groovy │ ├── homeseer-status-led-blink-frequency-child.src │ │ └── homeseer-status-led-blink-frequency-child.groovy │ ├── homeseer-status-led-blinking-color-child.src │ │ └── homeseer-status-led-blinking-color-child.groovy │ ├── homeseer-status-led-color-child.src │ │ └── homeseer-status-led-color-child.groovy │ ├── homeseer-wall-dimmer-hs-wd200.src │ │ └── homeseer-wall-dimmer-hs-wd200.groovy │ └── homeseer-wall-switch-hs-ws200.src │ │ └── homeseer-wall-switch-hs-ws200.groovy ├── krlaframboise │ ├── aeon-labs-multifunction-doorbell.src │ │ └── aeon-labs-multifunction-doorbell.groovy │ ├── aeon-labs-multifunction-siren.src │ │ └── aeon-labs-multifunction-siren.groovy │ ├── aeotec-doorbell-6-button.src │ │ └── aeotec-doorbell-6-button.groovy │ ├── aeotec-doorbell-6.src │ │ └── aeotec-doorbell-6.groovy │ ├── aeotec-doorbell.src │ │ └── aeotec-doorbell.groovy │ ├── aeotec-led-bulb-6-multi-white.src │ │ └── aeotec-led-bulb-6-multi-white.groovy │ ├── aeotec-nanomote.src │ │ └── aeotec-nanomote.groovy │ ├── aeotec-siren-6.src │ │ └── aeotec-siren-6.groovy │ ├── aeotec-trisensor.src │ │ └── aeotec-trisensor.groovy │ ├── alarm-switch.src │ │ └── alarm-switch.groovy │ ├── besense-door-window-sensor-zwave-plus.src │ │ └── besense-door-window-sensor-zwave-plus.groovy │ ├── besense-motion-sensor-zwave-plus.src │ │ └── besense-motion-sensor-zwave-plus.groovy │ ├── child-button.src │ │ └── child-button.groovy │ ├── child-dimmer.src │ │ └── child-dimmer.groovy │ ├── child-switch.src │ │ └── child-switch.groovy │ ├── child-usb-port.src │ │ └── child-usb-port.groovy │ ├── component-button.src │ │ └── component-button.groovy │ ├── dome-door-sensor.src │ │ └── dome-door-sensor.groovy │ ├── dome-door-window-sensor-pro.src │ │ └── dome-door-window-sensor-pro.groovy │ ├── dome-leak-sensor.src │ │ └── dome-leak-sensor.groovy │ ├── dome-motion-sensor.src │ │ └── dome-motion-sensor.groovy │ ├── dome-mouser.src │ │ └── dome-mouser.groovy │ ├── dome-on-off-plug.src │ │ └── dome-on-off-plug.groovy │ ├── dome-siren.src │ │ └── dome-siren.groovy │ ├── dome-water-shut-off.src │ │ └── dome-water-shut-off.groovy │ ├── dome-wireless-zwave-plus-siren.src │ │ └── dome-wireless-zwave-plus-siren.groovy │ ├── ecolink-motion-sensor.src │ │ └── ecolink-motion-sensor.groovy │ ├── ecolink-siren.src │ │ └── ecolink-siren.groovy │ ├── ecolink-wireless-switch.src │ │ └── ecolink-wireless-switch.groovy │ ├── eva-logik-in-wall-smart-dimmer.src │ │ └── eva-logik-in-wall-smart-dimmer.groovy │ ├── eva-logik-in-wall-smart-switch.src │ │ └── eva-logik-in-wall-smart-switch.groovy │ ├── everspring-motion-detector.src │ │ └── everspring-motion-detector.groovy │ ├── everspring-temperature-humidity-detector.src │ │ └── everspring-temperature-humidity-detector.groovy │ ├── fibaro-door-window-sensor-2.src │ │ └── fibaro-door-window-sensor-2.groovy │ ├── fibaro-motion-sensor-zw5.src │ │ └── fibaro-motion-sensor-zw5.groovy │ ├── fibaro-swipe-gesture-controller.src │ │ └── fibaro-swipe-gesture-controller.groovy │ ├── forcible-mobile-presence.src │ │ └── forcible-mobile-presence.groovy │ ├── gocontrol-contact-sensor.src │ │ └── gocontrol-contact-sensor.groovy │ ├── gocontrol-external-contact-sensor.src │ │ └── gocontrol-external-contact-sensor.groovy │ ├── gocontrol-motion-sensor.src │ │ └── gocontrol-motion-sensor.groovy │ ├── gocontrol-multifunction-contact-sensor.src │ │ └── gocontrol-multifunction-contact-sensor.groovy │ ├── gocontrol-multifunction-siren.src │ │ └── gocontrol-multifunction-siren.groovy │ ├── hank-rgbw-led-bulb.src │ │ └── hank-rgbw-led-bulb.groovy │ ├── homeseer-flex-sensor.src │ │ └── homeseer-flex-sensor.groovy │ ├── leaksmart-water-valve.src │ │ └── leaksmart-water-valve.groovy │ ├── monoprice-zwave-plus-door-window-sensor.src │ │ └── monoprice-zwave-plus-door-window-sensor.groovy │ ├── neo-coolcam-door-sensor.src │ │ └── neo-coolcam-door-sensor.groovy │ ├── neo-coolcam-light-switch-2ch.src │ │ └── neo-coolcam-light-switch-2ch.groovy │ ├── neo-coolcam-motion-sensor.src │ │ └── neo-coolcam-motion-sensor.groovy │ ├── neo-coolcam-power-plug.src │ │ └── neo-coolcam-power-plug.groovy │ ├── neo-coolcam-siren.src │ │ └── neo-coolcam-siren.groovy │ ├── polling-cree-bulb.src │ │ └── polling-cree-bulb.groovy │ ├── polling-ge-link-bulb.src │ │ └── polling-ge-link-bulb.groovy │ ├── polling-smartpower-outlet.src │ │ └── polling-smartpower-outlet.groovy │ ├── polling-zwave-smoke-co-alarm.src │ │ └── polling-zwave-smoke-co-alarm.groovy │ ├── qubino-roller-shade-controller.src │ │ └── qubino-roller-shade-controller.groovy │ ├── remotec-zxt-310-device.src │ │ └── remotec-zxt-310-device.groovy │ ├── remotec-zxt-310-ir-extender.src │ │ └── remotec-zxt-310-ir-extender.groovy │ ├── sensative-strips-comfort.src │ │ └── sensative-strips-comfort.groovy │ ├── sensative-strips-drip.src │ │ └── sensative-strips-drip.groovy │ ├── strips-multi-sensor.src │ │ └── strips-multi-sensor.groovy │ ├── thingshield-timer.src │ │ ├── SmartThingsTimer-Sketch.ino │ │ └── thingshield-timer.groovy │ ├── virtual-aeon-labs-multifunction-doorbell.src │ │ └── virtual-aeon-labs-multifunction-doorbell.groovy │ ├── virtual-presence-sensor.src │ │ └── virtual-presence-sensor.groovy │ ├── virtual-switch.src │ │ └── virtual-switch.groovy │ ├── vision-recessed-door-sensor.src │ │ └── vision-recessed-door-sensor.groovy │ ├── vision-shock-sensor.src │ │ └── vision-shock-sensor.groovy │ ├── wireless-smoke-detector-sensor.src │ │ └── wireless-smoke-detector-sensor.groovy │ ├── zipato-multisound-siren.src │ │ └── zipato-multisound-siren.groovy │ ├── zooz-4-in-1-sensor.src │ │ ├── test.txt │ │ └── zooz-4-in-1-sensor.groovy │ ├── zooz-double-plug-outlet.src │ │ └── zooz-double-plug-outlet.groovy │ ├── zooz-double-plug.src │ │ └── zooz-double-plug.groovy │ ├── zooz-double-switch.src │ │ └── zooz-double-switch.groovy │ ├── zooz-motion-sensor-zse18.src │ │ └── zooz-motion-sensor-zse18.groovy │ ├── zooz-multirelay.src │ │ └── zooz-multirelay.groovy │ ├── zooz-outdoor-motion-sensor-2-0.src │ │ └── zooz-outdoor-motion-sensor-2-0.groovy │ ├── zooz-outdoor-motion-sensor.src │ │ └── zooz-outdoor-motion-sensor.groovy │ ├── zooz-power-strip-outlet-ver-2-0.src │ │ └── zooz-power-strip-outlet-ver-2-0.groovy │ ├── zooz-power-strip-usb-ver-2-0.src │ │ └── zooz-power-strip-usb-ver-2-0.groovy │ ├── zooz-power-strip-ver-2-0.src │ │ └── zooz-power-strip-ver-2-0.groovy │ ├── zooz-power-strip.src │ │ └── zooz-power-strip.groovy │ ├── zooz-power-switch.src │ │ └── zooz-power-switch.groovy │ ├── zooz-rgbw-dimmer.src │ │ └── zooz-rgbw-dimmer.groovy │ ├── zooz-s2-multisiren.src │ │ └── zooz-s2-multisiren.groovy │ ├── zooz-smart-chime.src │ │ └── zooz-smart-chime.groovy │ ├── zooz-smart-plug.src │ │ └── zooz-smart-plug.groovy │ └── zooz-water-sensor.src │ │ └── zooz-water-sensor.groovy ├── sensative │ ├── sensative-strips-drip-700.src │ │ └── sensative-strips-drip-700.groovy │ └── sensative-strips-guard-700.src │ │ └── sensative-strips-guard-700.groovy └── zooz │ ├── zooz-child-switch-button.src │ └── zooz-child-switch-button.groovy │ ├── zooz-garage-door-lock.src │ └── zooz-garage-door-lock.groovy │ ├── zooz-garage-door.src │ └── zooz-garage-door.groovy │ ├── zooz-q-sensor.src │ └── zooz-q-sensor.groovy │ ├── zooz-remote-switch-zen34.src │ └── zooz-remote-switch-zen34.groovy │ ├── zooz-scene-controller-button.src │ └── zooz-scene-controller-button.groovy │ ├── zooz-scene-controller.src │ └── zooz-scene-controller.groovy │ ├── zooz-universal-relay.src │ └── zooz-universal-relay.groovy │ ├── zooz-zac36-titan-valve-actuator.src │ └── zooz-zac36-titan-valve-actuator.groovy │ ├── zooz-zen21-on-off-switch-ver-4-0.src │ └── zooz-zen21-on-off-switch-ver-4-0.groovy │ ├── zooz-zen22-dimmer-ver-4-0.src │ └── zooz-zen22-dimmer-ver-4-0.groovy │ ├── zooz-zen26-s2-on-off-switch-ver-3-0.src │ └── zooz-zen26-s2-on-off-switch-ver-3-0.groovy │ ├── zooz-zen27-s2-dimmer-ver-3-0.src │ └── zooz-zen27-s2-dimmer-ver-3-0.groovy │ ├── zooz-zen51-dry-contact-relay.src │ └── zooz-zen51-dry-contact-relay.groovy │ ├── zooz-zen52-double-relay.src │ └── zooz-zen52-double-relay.groovy │ ├── zooz-zen71-700-switch.src │ └── zooz-zen71-700-switch.groovy │ ├── zooz-zen72-700-dimmer.src │ └── zooz-zen72-700-dimmer.groovy │ ├── zooz-zen73-700-toggle-switch.src │ └── zooz-zen73-700-toggle-switch.groovy │ ├── zooz-zen74-700-toggle-dimmer.src │ └── zooz-zen74-700-toggle-dimmer.groovy │ ├── zooz-zen76-700-s2-switch.src │ └── zooz-zen76-700-s2-switch.groovy │ ├── zooz-zen77-700-s2-dimmer.src │ └── zooz-zen77-700-s2-dimmer.groovy │ ├── zooz-zse41-xs-open-close-sensor.src │ └── zooz-zse41-xs-open-close-sensor.groovy │ ├── zooz-zse42-xs-water-leak-sensor.src │ └── zooz-zse42-xs-water-leak-sensor.groovy │ ├── zooz-zse43-tilt-shock-xs-sensor.src │ └── zooz-zse43-tilt-shock-xs-sensor.groovy │ └── zooz-zse44-temperature-humidity-xs-sensor.src │ └── zooz-zse44-temperature-humidity-xs-sensor.groovy └── smartapps ├── ReadMe.md ├── krlaframboise ├── home-presence-manager.src │ └── home-presence-manager.groovy ├── remotec-zxt-310-device-manager.src │ └── remotec-zxt-310-device-manager.groovy ├── simple-device-viewer.src │ └── simple-device-viewer.groovy ├── simple-event-logger.src │ ├── Code.gs │ ├── ReadMe.md │ ├── simple-event-logger.groovy │ └── test.groovy ├── simple-zone-monitor.src │ ├── ReadMe.md │ └── simple-zone-monitor.groovy └── zooz-power-strip-helper.src │ └── zooz-power-strip-helper.groovy └── zooz └── zooz-garage-door-opener.src └── zooz-garage-door-opener.groovy /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/ReadMe.md -------------------------------------------------------------------------------- /devicetypes/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/ReadMe.md -------------------------------------------------------------------------------- /devicetypes/dome/dome-siren.src/dome-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/dome/dome-siren.src/dome-siren.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-fan-controller-hs-fc200.src/homeseer-fan-controller-hs-fc200.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-fan-controller-hs-fc200.src/homeseer-fan-controller-hs-fc200.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-floodlight-sensor-hs-fls100-g2.src/homeseer-floodlight-sensor-hs-fls100-g2.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-floodlight-sensor-hs-fls100-g2.src/homeseer-floodlight-sensor-hs-fls100-g2.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-indicator-light-sensor-hs-fs100-l.src/homeseer-indicator-light-sensor-hs-fs100-l.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-indicator-light-sensor-hs-fs100-l.src/homeseer-indicator-light-sensor-hs-fs100-l.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-motion-sensor-hs-ms100.src/homeseer-motion-sensor-hs-ms100.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-motion-sensor-hs-ms100.src/homeseer-motion-sensor-hs-ms100.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-multi-sensor-hsm200.src/homeseer-multi-sensor-hsm200.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-multi-sensor-hsm200.src/homeseer-multi-sensor-hsm200.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-normal-mode-child.src/homeseer-normal-mode-child.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-normal-mode-child.src/homeseer-normal-mode-child.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-perimeter-water-sensor-hs-fs100-w.src/homeseer-perimeter-water-sensor-hs-fs100-w.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-perimeter-water-sensor-hs-fs100-w.src/homeseer-perimeter-water-sensor-hs-fs100-w.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-status-led-blink-frequency-child.src/homeseer-status-led-blink-frequency-child.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-status-led-blink-frequency-child.src/homeseer-status-led-blink-frequency-child.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-status-led-blinking-color-child.src/homeseer-status-led-blinking-color-child.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-status-led-blinking-color-child.src/homeseer-status-led-blinking-color-child.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-status-led-color-child.src/homeseer-status-led-color-child.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-status-led-color-child.src/homeseer-status-led-color-child.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-wall-dimmer-hs-wd200.src/homeseer-wall-dimmer-hs-wd200.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-wall-dimmer-hs-wd200.src/homeseer-wall-dimmer-hs-wd200.groovy -------------------------------------------------------------------------------- /devicetypes/homeseer/homeseer-wall-switch-hs-ws200.src/homeseer-wall-switch-hs-ws200.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/homeseer/homeseer-wall-switch-hs-ws200.src/homeseer-wall-switch-hs-ws200.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeon-labs-multifunction-doorbell.src/aeon-labs-multifunction-doorbell.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeon-labs-multifunction-doorbell.src/aeon-labs-multifunction-doorbell.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeon-labs-multifunction-siren.src/aeon-labs-multifunction-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeon-labs-multifunction-siren.src/aeon-labs-multifunction-siren.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeotec-doorbell-6-button.src/aeotec-doorbell-6-button.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeotec-doorbell-6-button.src/aeotec-doorbell-6-button.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeotec-doorbell-6.src/aeotec-doorbell-6.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeotec-doorbell-6.src/aeotec-doorbell-6.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeotec-doorbell.src/aeotec-doorbell.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeotec-doorbell.src/aeotec-doorbell.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeotec-led-bulb-6-multi-white.src/aeotec-led-bulb-6-multi-white.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeotec-led-bulb-6-multi-white.src/aeotec-led-bulb-6-multi-white.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeotec-nanomote.src/aeotec-nanomote.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeotec-nanomote.src/aeotec-nanomote.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeotec-siren-6.src/aeotec-siren-6.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeotec-siren-6.src/aeotec-siren-6.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/aeotec-trisensor.src/aeotec-trisensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/aeotec-trisensor.src/aeotec-trisensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/alarm-switch.src/alarm-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/alarm-switch.src/alarm-switch.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/besense-door-window-sensor-zwave-plus.src/besense-door-window-sensor-zwave-plus.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/besense-door-window-sensor-zwave-plus.src/besense-door-window-sensor-zwave-plus.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/besense-motion-sensor-zwave-plus.src/besense-motion-sensor-zwave-plus.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/besense-motion-sensor-zwave-plus.src/besense-motion-sensor-zwave-plus.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/child-button.src/child-button.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/child-button.src/child-button.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/child-dimmer.src/child-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/child-dimmer.src/child-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/child-switch.src/child-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/child-switch.src/child-switch.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/child-usb-port.src/child-usb-port.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/child-usb-port.src/child-usb-port.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/component-button.src/component-button.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/component-button.src/component-button.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-door-sensor.src/dome-door-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-door-sensor.src/dome-door-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-door-window-sensor-pro.src/dome-door-window-sensor-pro.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-door-window-sensor-pro.src/dome-door-window-sensor-pro.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-leak-sensor.src/dome-leak-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-leak-sensor.src/dome-leak-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-motion-sensor.src/dome-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-motion-sensor.src/dome-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-mouser.src/dome-mouser.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-mouser.src/dome-mouser.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-on-off-plug.src/dome-on-off-plug.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-on-off-plug.src/dome-on-off-plug.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-siren.src/dome-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-siren.src/dome-siren.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-water-shut-off.src/dome-water-shut-off.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-water-shut-off.src/dome-water-shut-off.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/dome-wireless-zwave-plus-siren.src/dome-wireless-zwave-plus-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/dome-wireless-zwave-plus-siren.src/dome-wireless-zwave-plus-siren.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/ecolink-motion-sensor.src/ecolink-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/ecolink-motion-sensor.src/ecolink-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/ecolink-siren.src/ecolink-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/ecolink-siren.src/ecolink-siren.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/ecolink-wireless-switch.src/ecolink-wireless-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/ecolink-wireless-switch.src/ecolink-wireless-switch.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/eva-logik-in-wall-smart-dimmer.src/eva-logik-in-wall-smart-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/eva-logik-in-wall-smart-dimmer.src/eva-logik-in-wall-smart-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/eva-logik-in-wall-smart-switch.src/eva-logik-in-wall-smart-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/eva-logik-in-wall-smart-switch.src/eva-logik-in-wall-smart-switch.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/everspring-motion-detector.src/everspring-motion-detector.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/everspring-motion-detector.src/everspring-motion-detector.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/everspring-temperature-humidity-detector.src/everspring-temperature-humidity-detector.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/everspring-temperature-humidity-detector.src/everspring-temperature-humidity-detector.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/fibaro-door-window-sensor-2.src/fibaro-door-window-sensor-2.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/fibaro-door-window-sensor-2.src/fibaro-door-window-sensor-2.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/fibaro-motion-sensor-zw5.src/fibaro-motion-sensor-zw5.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/fibaro-motion-sensor-zw5.src/fibaro-motion-sensor-zw5.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/fibaro-swipe-gesture-controller.src/fibaro-swipe-gesture-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/fibaro-swipe-gesture-controller.src/fibaro-swipe-gesture-controller.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/forcible-mobile-presence.src/forcible-mobile-presence.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/forcible-mobile-presence.src/forcible-mobile-presence.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/gocontrol-contact-sensor.src/gocontrol-contact-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/gocontrol-contact-sensor.src/gocontrol-contact-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/gocontrol-external-contact-sensor.src/gocontrol-external-contact-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/gocontrol-external-contact-sensor.src/gocontrol-external-contact-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/gocontrol-motion-sensor.src/gocontrol-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/gocontrol-motion-sensor.src/gocontrol-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/gocontrol-multifunction-contact-sensor.src/gocontrol-multifunction-contact-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/gocontrol-multifunction-contact-sensor.src/gocontrol-multifunction-contact-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/gocontrol-multifunction-siren.src/gocontrol-multifunction-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/gocontrol-multifunction-siren.src/gocontrol-multifunction-siren.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/hank-rgbw-led-bulb.src/hank-rgbw-led-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/hank-rgbw-led-bulb.src/hank-rgbw-led-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/homeseer-flex-sensor.src/homeseer-flex-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/homeseer-flex-sensor.src/homeseer-flex-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/leaksmart-water-valve.src/leaksmart-water-valve.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/leaksmart-water-valve.src/leaksmart-water-valve.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/monoprice-zwave-plus-door-window-sensor.src/monoprice-zwave-plus-door-window-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/monoprice-zwave-plus-door-window-sensor.src/monoprice-zwave-plus-door-window-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/neo-coolcam-door-sensor.src/neo-coolcam-door-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/neo-coolcam-door-sensor.src/neo-coolcam-door-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/neo-coolcam-light-switch-2ch.src/neo-coolcam-light-switch-2ch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/neo-coolcam-light-switch-2ch.src/neo-coolcam-light-switch-2ch.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/neo-coolcam-motion-sensor.src/neo-coolcam-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/neo-coolcam-motion-sensor.src/neo-coolcam-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/neo-coolcam-power-plug.src/neo-coolcam-power-plug.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/neo-coolcam-power-plug.src/neo-coolcam-power-plug.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/neo-coolcam-siren.src/neo-coolcam-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/neo-coolcam-siren.src/neo-coolcam-siren.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/polling-cree-bulb.src/polling-cree-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/polling-cree-bulb.src/polling-cree-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/polling-ge-link-bulb.src/polling-ge-link-bulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/polling-ge-link-bulb.src/polling-ge-link-bulb.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/polling-smartpower-outlet.src/polling-smartpower-outlet.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/polling-smartpower-outlet.src/polling-smartpower-outlet.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/polling-zwave-smoke-co-alarm.src/polling-zwave-smoke-co-alarm.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/polling-zwave-smoke-co-alarm.src/polling-zwave-smoke-co-alarm.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/qubino-roller-shade-controller.src/qubino-roller-shade-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/qubino-roller-shade-controller.src/qubino-roller-shade-controller.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/remotec-zxt-310-device.src/remotec-zxt-310-device.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/remotec-zxt-310-device.src/remotec-zxt-310-device.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/remotec-zxt-310-ir-extender.src/remotec-zxt-310-ir-extender.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/remotec-zxt-310-ir-extender.src/remotec-zxt-310-ir-extender.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/sensative-strips-comfort.src/sensative-strips-comfort.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/sensative-strips-comfort.src/sensative-strips-comfort.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/sensative-strips-drip.src/sensative-strips-drip.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/sensative-strips-drip.src/sensative-strips-drip.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/strips-multi-sensor.src/strips-multi-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/strips-multi-sensor.src/strips-multi-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/thingshield-timer.src/SmartThingsTimer-Sketch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/thingshield-timer.src/SmartThingsTimer-Sketch.ino -------------------------------------------------------------------------------- /devicetypes/krlaframboise/thingshield-timer.src/thingshield-timer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/thingshield-timer.src/thingshield-timer.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/virtual-aeon-labs-multifunction-doorbell.src/virtual-aeon-labs-multifunction-doorbell.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/virtual-aeon-labs-multifunction-doorbell.src/virtual-aeon-labs-multifunction-doorbell.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/virtual-presence-sensor.src/virtual-presence-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/virtual-presence-sensor.src/virtual-presence-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/virtual-switch.src/virtual-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/virtual-switch.src/virtual-switch.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/vision-recessed-door-sensor.src/vision-recessed-door-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/vision-recessed-door-sensor.src/vision-recessed-door-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/vision-shock-sensor.src/vision-shock-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/vision-shock-sensor.src/vision-shock-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/wireless-smoke-detector-sensor.src/wireless-smoke-detector-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/wireless-smoke-detector-sensor.src/wireless-smoke-detector-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zipato-multisound-siren.src/zipato-multisound-siren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zipato-multisound-siren.src/zipato-multisound-siren.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-4-in-1-sensor.src/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-4-in-1-sensor.src/test.txt -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-4-in-1-sensor.src/zooz-4-in-1-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-4-in-1-sensor.src/zooz-4-in-1-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-double-plug-outlet.src/zooz-double-plug-outlet.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-double-plug-outlet.src/zooz-double-plug-outlet.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-double-plug.src/zooz-double-plug.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-double-plug.src/zooz-double-plug.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-double-switch.src/zooz-double-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-double-switch.src/zooz-double-switch.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-motion-sensor-zse18.src/zooz-motion-sensor-zse18.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-motion-sensor-zse18.src/zooz-motion-sensor-zse18.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-multirelay.src/zooz-multirelay.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-multirelay.src/zooz-multirelay.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-outdoor-motion-sensor-2-0.src/zooz-outdoor-motion-sensor-2-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-outdoor-motion-sensor-2-0.src/zooz-outdoor-motion-sensor-2-0.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-outdoor-motion-sensor.src/zooz-outdoor-motion-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-outdoor-motion-sensor.src/zooz-outdoor-motion-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-power-strip-outlet-ver-2-0.src/zooz-power-strip-outlet-ver-2-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-power-strip-outlet-ver-2-0.src/zooz-power-strip-outlet-ver-2-0.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-power-strip-usb-ver-2-0.src/zooz-power-strip-usb-ver-2-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-power-strip-usb-ver-2-0.src/zooz-power-strip-usb-ver-2-0.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-power-strip-ver-2-0.src/zooz-power-strip-ver-2-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-power-strip-ver-2-0.src/zooz-power-strip-ver-2-0.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-power-strip.src/zooz-power-strip.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-power-strip.src/zooz-power-strip.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-power-switch.src/zooz-power-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-power-switch.src/zooz-power-switch.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-rgbw-dimmer.src/zooz-rgbw-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-rgbw-dimmer.src/zooz-rgbw-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-s2-multisiren.src/zooz-s2-multisiren.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-s2-multisiren.src/zooz-s2-multisiren.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-smart-chime.src/zooz-smart-chime.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-smart-chime.src/zooz-smart-chime.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-smart-plug.src/zooz-smart-plug.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-smart-plug.src/zooz-smart-plug.groovy -------------------------------------------------------------------------------- /devicetypes/krlaframboise/zooz-water-sensor.src/zooz-water-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/krlaframboise/zooz-water-sensor.src/zooz-water-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/sensative/sensative-strips-drip-700.src/sensative-strips-drip-700.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/sensative/sensative-strips-drip-700.src/sensative-strips-drip-700.groovy -------------------------------------------------------------------------------- /devicetypes/sensative/sensative-strips-guard-700.src/sensative-strips-guard-700.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/sensative/sensative-strips-guard-700.src/sensative-strips-guard-700.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-child-switch-button.src/zooz-child-switch-button.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-child-switch-button.src/zooz-child-switch-button.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-garage-door-lock.src/zooz-garage-door-lock.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-garage-door-lock.src/zooz-garage-door-lock.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-garage-door.src/zooz-garage-door.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-garage-door.src/zooz-garage-door.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-q-sensor.src/zooz-q-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-q-sensor.src/zooz-q-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-remote-switch-zen34.src/zooz-remote-switch-zen34.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-remote-switch-zen34.src/zooz-remote-switch-zen34.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-scene-controller-button.src/zooz-scene-controller-button.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-scene-controller-button.src/zooz-scene-controller-button.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-scene-controller.src/zooz-scene-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-scene-controller.src/zooz-scene-controller.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-universal-relay.src/zooz-universal-relay.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-universal-relay.src/zooz-universal-relay.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zac36-titan-valve-actuator.src/zooz-zac36-titan-valve-actuator.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zac36-titan-valve-actuator.src/zooz-zac36-titan-valve-actuator.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen21-on-off-switch-ver-4-0.src/zooz-zen21-on-off-switch-ver-4-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen21-on-off-switch-ver-4-0.src/zooz-zen21-on-off-switch-ver-4-0.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen22-dimmer-ver-4-0.src/zooz-zen22-dimmer-ver-4-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen22-dimmer-ver-4-0.src/zooz-zen22-dimmer-ver-4-0.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen26-s2-on-off-switch-ver-3-0.src/zooz-zen26-s2-on-off-switch-ver-3-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen26-s2-on-off-switch-ver-3-0.src/zooz-zen26-s2-on-off-switch-ver-3-0.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen27-s2-dimmer-ver-3-0.src/zooz-zen27-s2-dimmer-ver-3-0.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen27-s2-dimmer-ver-3-0.src/zooz-zen27-s2-dimmer-ver-3-0.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen51-dry-contact-relay.src/zooz-zen51-dry-contact-relay.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen51-dry-contact-relay.src/zooz-zen51-dry-contact-relay.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen52-double-relay.src/zooz-zen52-double-relay.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen52-double-relay.src/zooz-zen52-double-relay.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen71-700-switch.src/zooz-zen71-700-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen71-700-switch.src/zooz-zen71-700-switch.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen72-700-dimmer.src/zooz-zen72-700-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen72-700-dimmer.src/zooz-zen72-700-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen73-700-toggle-switch.src/zooz-zen73-700-toggle-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen73-700-toggle-switch.src/zooz-zen73-700-toggle-switch.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen74-700-toggle-dimmer.src/zooz-zen74-700-toggle-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen74-700-toggle-dimmer.src/zooz-zen74-700-toggle-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen76-700-s2-switch.src/zooz-zen76-700-s2-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen76-700-s2-switch.src/zooz-zen76-700-s2-switch.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zen77-700-s2-dimmer.src/zooz-zen77-700-s2-dimmer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zen77-700-s2-dimmer.src/zooz-zen77-700-s2-dimmer.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zse41-xs-open-close-sensor.src/zooz-zse41-xs-open-close-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zse41-xs-open-close-sensor.src/zooz-zse41-xs-open-close-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zse42-xs-water-leak-sensor.src/zooz-zse42-xs-water-leak-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zse42-xs-water-leak-sensor.src/zooz-zse42-xs-water-leak-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zse43-tilt-shock-xs-sensor.src/zooz-zse43-tilt-shock-xs-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zse43-tilt-shock-xs-sensor.src/zooz-zse43-tilt-shock-xs-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/zooz/zooz-zse44-temperature-humidity-xs-sensor.src/zooz-zse44-temperature-humidity-xs-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/devicetypes/zooz/zooz-zse44-temperature-humidity-xs-sensor.src/zooz-zse44-temperature-humidity-xs-sensor.groovy -------------------------------------------------------------------------------- /smartapps/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/ReadMe.md -------------------------------------------------------------------------------- /smartapps/krlaframboise/home-presence-manager.src/home-presence-manager.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/home-presence-manager.src/home-presence-manager.groovy -------------------------------------------------------------------------------- /smartapps/krlaframboise/remotec-zxt-310-device-manager.src/remotec-zxt-310-device-manager.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/remotec-zxt-310-device-manager.src/remotec-zxt-310-device-manager.groovy -------------------------------------------------------------------------------- /smartapps/krlaframboise/simple-device-viewer.src/simple-device-viewer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/simple-device-viewer.src/simple-device-viewer.groovy -------------------------------------------------------------------------------- /smartapps/krlaframboise/simple-event-logger.src/Code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/simple-event-logger.src/Code.gs -------------------------------------------------------------------------------- /smartapps/krlaframboise/simple-event-logger.src/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/simple-event-logger.src/ReadMe.md -------------------------------------------------------------------------------- /smartapps/krlaframboise/simple-event-logger.src/simple-event-logger.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/simple-event-logger.src/simple-event-logger.groovy -------------------------------------------------------------------------------- /smartapps/krlaframboise/simple-event-logger.src/test.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/simple-event-logger.src/test.groovy -------------------------------------------------------------------------------- /smartapps/krlaframboise/simple-zone-monitor.src/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/simple-zone-monitor.src/ReadMe.md -------------------------------------------------------------------------------- /smartapps/krlaframboise/simple-zone-monitor.src/simple-zone-monitor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/simple-zone-monitor.src/simple-zone-monitor.groovy -------------------------------------------------------------------------------- /smartapps/krlaframboise/zooz-power-strip-helper.src/zooz-power-strip-helper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/krlaframboise/zooz-power-strip-helper.src/zooz-power-strip-helper.groovy -------------------------------------------------------------------------------- /smartapps/zooz/zooz-garage-door-opener.src/zooz-garage-door-opener.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krlaframboise/SmartThings/HEAD/smartapps/zooz/zooz-garage-door-opener.src/zooz-garage-door-opener.groovy --------------------------------------------------------------------------------