Skip to content
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

ESP8266 0.5.77 Werte für rstNAvail und rstComstop im WebGui vertauscht. #648

Closed
fsck-block opened this issue Feb 4, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working fixed dev fixed

Comments

@fsck-block
Copy link
Contributor

Die Werte für rstNAvail und rstComstop sind vertauscht.
Im WebGui ist bei mir selektiert

rstWeb

aber die RestApi zeigt
RestApi

Das könnte an folgendem Code liegen (Web.h @ 553)

            mConfig->mqtt.rstValsNotAvail  = (request->arg("mqttRstComStop") == "on");
            mConfig->mqtt.rstValsCommStop  = (request->arg("mqttRstNotAvail") == "on");
@lumapu lumapu self-assigned this Feb 5, 2023
@lumapu lumapu added the fixed dev fixed label Feb 5, 2023
lumapu added a commit that referenced this issue Feb 5, 2023
fixed `mCbAlarm` if MQTT is not used #653
@stefan123t stefan123t added the bug Something isn't working label Feb 8, 2023
@lumapu lumapu closed this as completed Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed dev fixed
Projects
None yet
Development

No branches or pull requests

3 participants