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
Method: getGuestWLAN
The method queries data.lua and the request works fine. On my FRITZ!OS-Version 07.12 data.lua responds with json but the current implementation assumes html. Therefore no valid data is extracted.
I fixed what I need in my fork for the newer FRITZ!OS-Version. To merge this one would need a setting/toggle/switch to choose the right parsing or try the other parsing if the first one fails. Furthermore my current implementation does support parsing of a subset of values only. But I don't have time/need to fix this properly.
Thanks for making this lib public 👍
Method:
getGuestWLAN
The method queries
data.lua
and the request works fine. On my FRITZ!OS-Version 07.12data.lua
responds with json but the current implementation assumes html. Therefore no valid data is extracted.Example response - click to expand
I checked if the same is true for data.lua with page
homeNet
but this API returns still HTML.The text was updated successfully, but these errors were encountered: