diff options
author | Kaufman Home Automation <[email protected]> | 2022-10-05 09:13:33 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-05 09:13:33 -0700 |
commit | 81e9bc896b656bcc6411122115d09ba080908778 (patch) | |
tree | 9970d6219da99453df3a2423c4291db44df3353c | |
parent | 5a0ec5a9545c95742b6fd34f9fc53ee37465c8d9 (diff) | |
parent | e03e742b34fe17b885b280b5c5623fc037a5cb47 (diff) | |
download | PLF10-81e9bc896b656bcc6411122115d09ba080908778.tar.gz PLF10-81e9bc896b656bcc6411122115d09ba080908778.zip |
Merge pull request #8 from warthog9/patch-1
Update Tasmota template w/ ButtonDebounce
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ General troubleshooting ideas applicable to all products are located in the [Com ## Recommended Tasmota Template ``` -{"NAME":"KAUF Plug","GPIO":[576,0,320,0,224,2720,0,0,2624,32,2656,0,0,0],"FLAG":0,"BASE":18, "CMND":"SwitchDebounce 100"} +{"NAME":"KAUF Plug","GPIO":[576,0,320,0,224,2720,0,0,2624,32,2656,0,0,0],"FLAG":0,"BASE":18, "CMND":"SwitchDebounce 100", "CMND":"ButtonDebounce 100"} ``` ## Links |