We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
itead-sonoff-dual-r2
1.18.0-gita518080a+github240830
After changing event type (Disabled, Calendar, Relative) and come back again to the Schedule page, events types are all displayed as "Disabled"
We can confirm that it's only a display problem using terminal. Using keys command we can check, for relative schedules:
keys
> schType0 => "3" > schType1 => "3"
That corresponds to definitions in code/espurna/scheduler.cpp:
code/espurna/scheduler.cpp
enum class Type : int { Unknown = 0, Disabled, Calendar, Relative, };
PlatformIO
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Device
itead-sonoff-dual-r2
Version
1.18.0-gita518080a+github240830
Bug description
After changing event type (Disabled, Calendar, Relative) and come back again to the Schedule page, events types are all displayed as "Disabled"
Steps to reproduce
We can confirm that it's only a display problem using terminal. Using
keys
command we can check, for relative schedules:That corresponds to definitions in
code/espurna/scheduler.cpp
:Build tools used
PlatformIO
Any relevant log output (when available)
No response
Decoded stack trace (when available)
No response
The text was updated successfully, but these errors were encountered: