From b6b35ef86e7e715787a273a9ff0c8c58afb475da Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 15 Nov 2020 16:59:22 +0100 Subject: [PATCH] Add shelly dimmer template info --- tasmota/xdrv_45_shelly_dimmer.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/xdrv_45_shelly_dimmer.ino b/tasmota/xdrv_45_shelly_dimmer.ino index bfdc3b455..03b51affc 100644 --- a/tasmota/xdrv_45_shelly_dimmer.ino +++ b/tasmota/xdrv_45_shelly_dimmer.ino @@ -21,6 +21,10 @@ #ifdef USE_SHELLY_DIMMER /*********************************************************************************************\ * Shelly WiFi Dimmer v1 and v2 (ESP8266 w/ separate co-processor dimmer) + * + * {"NAME":"Shelly Dimmer 1","GPIO":[0,3200,0,3232,5568,5600,0,0,192,0,193,288,0,4736],"FLAG":0,"BASE":18} + * {"NAME":"Shelly Dimmer 2","GPIO":[0,3200,0,3232,5568,5600,0,0,193,0,192,0,320,4736],"FLAG":0,"BASE":18} + * * https://shelly.cloud/wifi-smart-home-automation-shelly-dimmer/ * https://shelly.cloud/products/shelly-dimmer-2-smart-home-light-controller/ \*********************************************************************************************/