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
TimeSTD and TimeDST return an invalid JSON string: « "Offset":xx" ». The last quote is invalid.
Bug confirmed to appear on fw 6.1.1
20:42:53 MQT: tasmota/anet/stat/RESULT = {"TimeStd":{"Hemisphere":0,"Week":0,"Month":10,"Day":1,"Hour":3,"Offset":60"}} 20:42:53 MQT: tasmota/anet/stat/RESULT = {"TimeDst":{"Hemisphere":0,"Week":0,"Month":3,"Day":1,"Hour":2,"Offset":120"}}
The text was updated successfully, but these errors were encountered:
Ok.
I could reproduce it. @arendst
is "Offset":60" and should be "Offset":60
"Offset":60"
"Offset":60
Thanks for pointing this out 👍
Sorry, something went wrong.
Fix invalid JSON
9376b6f
Fix command TimeDst/TimeStd invalid JSON (#3322)
Tested ok!
Thanks 👍
7d22a69
Fix command TimeDst/TimeStd invalid JSON (arendst#3322)
No branches or pull requests
TimeSTD and TimeDST return an invalid JSON string: « "Offset":xx" ». The last quote is invalid.
Bug confirmed to appear on fw 6.1.1
The text was updated successfully, but these errors were encountered: