-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulse Mode #1264
Comments
You can use scripting to do that (located under webapp/filesistem/create file and name it autoexec.bat, and enter: delas_s 5 it will execute on every startup assuming your relay is on channel 1 (ToggleChannel You can also use this as a startup command from your index page, under Config/Change startup command and enter: addRepeatingEvent 5 1 ToggleChannel 1 It will also execute on every startup where addRepeatingEvenet If you need more info let us know. |
Perhaps I expressed myself incorrectly and that is why you misunderstood me. |
Many Thanks!!! |
How to implement pulse mode?
After turning on, I need my relay automatically turn off after a while (for example, 5 seconds).
Tasmota has a special command for this mode:
PulseTime<x> <value>
But here I did not find anything like this in the configuration and documentation.
The text was updated successfully, but these errors were encountered: