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
@adpmdrones thanks for reporting this issue, I just pushed a possible fix.
I am currently traveling and thus could not test it on a real ESP32, but it should be fine now (I hope).
The /api/switches/status and /api/switches/status?id= does not return a correct JSON
i.e.
{
status: 0000000000000011
}
the correct JSON must be
{
"status": "0000000000000011"
}
The text was updated successfully, but these errors were encountered: