You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the web app import and apply the above template
in the 'Change Startup Command Text' page (http://1.2.3.4/startup_command) note that the text only contains the first word "addChangehandler" instead of the full command specified in the template.
The text was updated successfully, but these errors were encountered:
Describe the bug
Importing a template containing a command entry truncates the command after the first word
Firmware:
{
"vendor": "Tuya",
"bDetailed": "0",
"name": "Tuya Smart Switch TYWB 4ch-RF AC/DC 7-32V Configured as Door Opener",
"model": "TYWB 4ch-RF",
"chip": "BK7231N",
"board": "DC 7-32V",
"flags": "136316032",
"keywords": ["Door Opener"],
"pins": {
"8": "Btn;1",
"22": "WifiLED_n;0",
"24": "Rel;1"
},
"command": "addChangeHandler Channel1 == 1 addRepeatingEvent 0.5 1 setChannel 1 0"
}
To Reproduce
The text was updated successfully, but these errors were encountered: