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.
1 parent ce67a50 commit 89cbe59Copy full SHA for 89cbe59
tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_tasmota.ino
@@ -121,7 +121,7 @@ extern "C" {
121
int32_t top = be_top(vm); // Get the number of arguments
122
if (top == 0 || (top == 1 && be_isint(vm, 1))) { // only 1 argument of type string accepted
123
uint32_t delay = 0;
124
- if (top == 2) {
+ if (top == 1) {
125
delay = be_toint(vm, 1);
126
}
127
uint32_t ret_millis = millis() + delay;
0 commit comments