├── LICENSE ├── README.md ├── aeotec-illumino-switch ├── config.yml ├── fingerprints.yml ├── profiles │ ├── aeotec-illumino-dimmer.yml │ └── aeotec-illumino-switch.yml └── src │ ├── init.lua │ ├── preferences.lua │ └── split_assoc_string.lua ├── aeotec-smart-switch-6 ├── config.yml ├── fingerprints.yml ├── profiles │ └── aeotec-smart-switch-6.yml └── src │ ├── init.lua │ ├── preferences.lua │ └── split_assoc_string.lua ├── aeotec-smart-switch-7 ├── config.yml ├── fingerprints.yml ├── profiles │ └── aeotec-smart-switch-7.yml └── src │ ├── init.lua │ ├── preferences.lua │ └── split_assoc_string.lua ├── aeotec-wallmote-7 ├── config.yml ├── fingerprints.yml ├── profiles │ └── aeotec-wallmote-7.yml └── src │ ├── init.lua │ ├── preferences.lua │ └── split_assoc_string.lua ├── aeotec-wallmote ├── config.yml ├── fingerprints.yml ├── profiles │ └── aeotec-wallmote.yml └── src │ ├── init.lua │ ├── preferences.lua │ └── split_assoc_string.lua └── docs └── device specifications ├── ES - Aeotec WallMote 7_US.pdf ├── ES - Smart Switch 6.pdf ├── ES - Smart Switch 7 US.pdf.pdf ├── ES - WallMote Duo.pdf ├── ES - illumino Dimmer Switch_US.pdf ├── ES - illumino Wall Switch_US.pdf └── Engineering Spec - Aeotec Wall Switch_US - 202204.pdf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/README.md -------------------------------------------------------------------------------- /aeotec-illumino-switch/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-illumino-switch/config.yml -------------------------------------------------------------------------------- /aeotec-illumino-switch/fingerprints.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-illumino-switch/fingerprints.yml -------------------------------------------------------------------------------- /aeotec-illumino-switch/profiles/aeotec-illumino-dimmer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-illumino-switch/profiles/aeotec-illumino-dimmer.yml -------------------------------------------------------------------------------- /aeotec-illumino-switch/profiles/aeotec-illumino-switch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-illumino-switch/profiles/aeotec-illumino-switch.yml -------------------------------------------------------------------------------- /aeotec-illumino-switch/src/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-illumino-switch/src/init.lua -------------------------------------------------------------------------------- /aeotec-illumino-switch/src/preferences.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-illumino-switch/src/preferences.lua -------------------------------------------------------------------------------- /aeotec-illumino-switch/src/split_assoc_string.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-illumino-switch/src/split_assoc_string.lua -------------------------------------------------------------------------------- /aeotec-smart-switch-6/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-6/config.yml -------------------------------------------------------------------------------- /aeotec-smart-switch-6/fingerprints.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-6/fingerprints.yml -------------------------------------------------------------------------------- /aeotec-smart-switch-6/profiles/aeotec-smart-switch-6.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-6/profiles/aeotec-smart-switch-6.yml -------------------------------------------------------------------------------- /aeotec-smart-switch-6/src/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-6/src/init.lua -------------------------------------------------------------------------------- /aeotec-smart-switch-6/src/preferences.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-6/src/preferences.lua -------------------------------------------------------------------------------- /aeotec-smart-switch-6/src/split_assoc_string.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-6/src/split_assoc_string.lua -------------------------------------------------------------------------------- /aeotec-smart-switch-7/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-7/config.yml -------------------------------------------------------------------------------- /aeotec-smart-switch-7/fingerprints.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-7/fingerprints.yml -------------------------------------------------------------------------------- /aeotec-smart-switch-7/profiles/aeotec-smart-switch-7.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-7/profiles/aeotec-smart-switch-7.yml -------------------------------------------------------------------------------- /aeotec-smart-switch-7/src/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-7/src/init.lua -------------------------------------------------------------------------------- /aeotec-smart-switch-7/src/preferences.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-7/src/preferences.lua -------------------------------------------------------------------------------- /aeotec-smart-switch-7/src/split_assoc_string.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-smart-switch-7/src/split_assoc_string.lua -------------------------------------------------------------------------------- /aeotec-wallmote-7/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote-7/config.yml -------------------------------------------------------------------------------- /aeotec-wallmote-7/fingerprints.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote-7/fingerprints.yml -------------------------------------------------------------------------------- /aeotec-wallmote-7/profiles/aeotec-wallmote-7.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote-7/profiles/aeotec-wallmote-7.yml -------------------------------------------------------------------------------- /aeotec-wallmote-7/src/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote-7/src/init.lua -------------------------------------------------------------------------------- /aeotec-wallmote-7/src/preferences.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote-7/src/preferences.lua -------------------------------------------------------------------------------- /aeotec-wallmote-7/src/split_assoc_string.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote-7/src/split_assoc_string.lua -------------------------------------------------------------------------------- /aeotec-wallmote/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote/config.yml -------------------------------------------------------------------------------- /aeotec-wallmote/fingerprints.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote/fingerprints.yml -------------------------------------------------------------------------------- /aeotec-wallmote/profiles/aeotec-wallmote.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote/profiles/aeotec-wallmote.yml -------------------------------------------------------------------------------- /aeotec-wallmote/src/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote/src/init.lua -------------------------------------------------------------------------------- /aeotec-wallmote/src/preferences.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote/src/preferences.lua -------------------------------------------------------------------------------- /aeotec-wallmote/src/split_assoc_string.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/aeotec-wallmote/src/split_assoc_string.lua -------------------------------------------------------------------------------- /docs/device specifications/ES - Aeotec WallMote 7_US.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/docs/device specifications/ES - Aeotec WallMote 7_US.pdf -------------------------------------------------------------------------------- /docs/device specifications/ES - Smart Switch 6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/docs/device specifications/ES - Smart Switch 6.pdf -------------------------------------------------------------------------------- /docs/device specifications/ES - Smart Switch 7 US.pdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/docs/device specifications/ES - Smart Switch 7 US.pdf.pdf -------------------------------------------------------------------------------- /docs/device specifications/ES - WallMote Duo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/docs/device specifications/ES - WallMote Duo.pdf -------------------------------------------------------------------------------- /docs/device specifications/ES - illumino Dimmer Switch_US.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/docs/device specifications/ES - illumino Dimmer Switch_US.pdf -------------------------------------------------------------------------------- /docs/device specifications/ES - illumino Wall Switch_US.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/docs/device specifications/ES - illumino Wall Switch_US.pdf -------------------------------------------------------------------------------- /docs/device specifications/Engineering Spec - Aeotec Wall Switch_US - 202204.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommanderQ/SmartThings-Edge-Drivers/HEAD/docs/device specifications/Engineering Spec - Aeotec Wall Switch_US - 202204.pdf --------------------------------------------------------------------------------