├── LICENSE ├── README.md ├── get_dps.py ├── plugin.py ├── turnOFF.py └── turnON.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tixi/Domoticz-Tuya-SmartPlug-Plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tixi/Domoticz-Tuya-SmartPlug-Plugin/HEAD/README.md -------------------------------------------------------------------------------- /get_dps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tixi/Domoticz-Tuya-SmartPlug-Plugin/HEAD/get_dps.py -------------------------------------------------------------------------------- /plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tixi/Domoticz-Tuya-SmartPlug-Plugin/HEAD/plugin.py -------------------------------------------------------------------------------- /turnOFF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tixi/Domoticz-Tuya-SmartPlug-Plugin/HEAD/turnOFF.py -------------------------------------------------------------------------------- /turnON.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tixi/Domoticz-Tuya-SmartPlug-Plugin/HEAD/turnON.py --------------------------------------------------------------------------------