├── README.md └── devicetypes └── iquix ├── aqara-tvoc-air-monitor.src └── aqara-tvoc-air-monitor.groovy ├── contact-trigger-switch.src └── contact-trigger-switch.groovy ├── galaxyhome-music-switch.src └── galaxyhome-music-switch.groovy ├── hue-dimmer-switch.src └── hue-dimmer-switch.groovy ├── ikea-tradfri-shortcut-button.src └── ikea-tradfri-shortcut-button.groovy ├── power-trigger-switch.src └── power-trigger-switch.groovy ├── stateless-tuya-window-shade.src └── stateless-tuya-window-shade.groovy ├── tasmota-ir-air-conditioner-preview.src └── tasmota-ir-air-conditioner-preview.groovy ├── tuya-temp-humidity-sensor-dashboard-patch.src └── tuya-temp-humidity-sensor-dashboard-patch.groovy ├── tuya-temp-humidity-sensor.src └── tuya-temp-humidity-sensor.groovy ├── tuya-thermostat.src └── tuya-thermostat.groovy ├── tuya-window-shade.src └── tuya-window-shade.groovy ├── twc-lowesttemp.src └── twc-lowesttemp.groovy ├── twc-outsidetemp.src └── twc-outsidetemp.groovy ├── virtual-elevator.src └── virtual-elevator.groovy ├── zigbee-metering-plug-patched.src └── zigbee-metering-plug-patched.groovy ├── zigbee-switch-power-patched.src └── zigbee-switch-power-patched.groovy ├── zll-dimmer-bulb-patched.src └── zll-dimmer-bulb-patched.groovy ├── zll-rgbw-bulb-phillips-hue-color-loop.src └── zll-rgbw-bulb-phillips-hue-color-loop.groovy ├── zll-rgbw-bulb-phillips-hue-transition-patched.src └── zll-rgbw-bulb-phillips-hue-transition-patched.groovy └── zll-white-color-temperature-bulb-phillips-hue-transition-patched.src └── zll-white-color-temperature-bulb-phillips-hue-transition-patched.groovy /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/README.md -------------------------------------------------------------------------------- /devicetypes/iquix/aqara-tvoc-air-monitor.src/aqara-tvoc-air-monitor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/aqara-tvoc-air-monitor.src/aqara-tvoc-air-monitor.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/contact-trigger-switch.src/contact-trigger-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/contact-trigger-switch.src/contact-trigger-switch.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/galaxyhome-music-switch.src/galaxyhome-music-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/galaxyhome-music-switch.src/galaxyhome-music-switch.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/hue-dimmer-switch.src/hue-dimmer-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/hue-dimmer-switch.src/hue-dimmer-switch.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/ikea-tradfri-shortcut-button.src/ikea-tradfri-shortcut-button.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/ikea-tradfri-shortcut-button.src/ikea-tradfri-shortcut-button.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/power-trigger-switch.src/power-trigger-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/power-trigger-switch.src/power-trigger-switch.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/stateless-tuya-window-shade.src/stateless-tuya-window-shade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/stateless-tuya-window-shade.src/stateless-tuya-window-shade.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/tasmota-ir-air-conditioner-preview.src/tasmota-ir-air-conditioner-preview.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/tasmota-ir-air-conditioner-preview.src/tasmota-ir-air-conditioner-preview.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/tuya-temp-humidity-sensor-dashboard-patch.src/tuya-temp-humidity-sensor-dashboard-patch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/tuya-temp-humidity-sensor-dashboard-patch.src/tuya-temp-humidity-sensor-dashboard-patch.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/tuya-temp-humidity-sensor.src/tuya-temp-humidity-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/tuya-temp-humidity-sensor.src/tuya-temp-humidity-sensor.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/tuya-thermostat.src/tuya-thermostat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/tuya-thermostat.src/tuya-thermostat.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/tuya-window-shade.src/tuya-window-shade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/tuya-window-shade.src/tuya-window-shade.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/twc-lowesttemp.src/twc-lowesttemp.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/twc-lowesttemp.src/twc-lowesttemp.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/twc-outsidetemp.src/twc-outsidetemp.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/twc-outsidetemp.src/twc-outsidetemp.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/virtual-elevator.src/virtual-elevator.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/virtual-elevator.src/virtual-elevator.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/zigbee-metering-plug-patched.src/zigbee-metering-plug-patched.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/zigbee-metering-plug-patched.src/zigbee-metering-plug-patched.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/zigbee-switch-power-patched.src/zigbee-switch-power-patched.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/zigbee-switch-power-patched.src/zigbee-switch-power-patched.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/zll-dimmer-bulb-patched.src/zll-dimmer-bulb-patched.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/zll-dimmer-bulb-patched.src/zll-dimmer-bulb-patched.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/zll-rgbw-bulb-phillips-hue-color-loop.src/zll-rgbw-bulb-phillips-hue-color-loop.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/zll-rgbw-bulb-phillips-hue-color-loop.src/zll-rgbw-bulb-phillips-hue-color-loop.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/zll-rgbw-bulb-phillips-hue-transition-patched.src/zll-rgbw-bulb-phillips-hue-transition-patched.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/zll-rgbw-bulb-phillips-hue-transition-patched.src/zll-rgbw-bulb-phillips-hue-transition-patched.groovy -------------------------------------------------------------------------------- /devicetypes/iquix/zll-white-color-temperature-bulb-phillips-hue-transition-patched.src/zll-white-color-temperature-bulb-phillips-hue-transition-patched.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iquix/Smartthings/HEAD/devicetypes/iquix/zll-white-color-temperature-bulb-phillips-hue-transition-patched.src/zll-white-color-temperature-bulb-phillips-hue-transition-patched.groovy --------------------------------------------------------------------------------