We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7d9401 + 90d08cd commit aab3f0fCopy full SHA for aab3f0f
docs/devices/57004000.md
@@ -23,7 +23,14 @@ pageClass: device-page
23
24
25
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
26
+## Notes
27
+This device can be setup in different modes: control, switch, sensors/blinds and scenes.
28
29
+In switch mode, this device has a rather long internal debounce (waiting for 2x the switch flipped for 50% brightness, or
30
+3x for 100% brightness). This causes a noteable delay before sending a e1_toggle or e2_toggle.
31
+
32
+For a simple lights on/off scenario you can avoid this delay by putting the device into sensor mode, and call a lights
33
+toggle function on both e1_on / e1_off actions.
34
35
<!-- Notes END: Do not edit below this line -->
36
0 commit comments