kaklakariada / fritzbox-java-api

Java API for managing FritzBox HomeAutomation
GNU General Public License v3.0
20 stars 14 forks source link

Fix compatibility with Comet DECT #10

Closed philippn closed 4 years ago

philippn commented 4 years ago

Hi there,

First of all, thanks for making this library, it's really of great help. I have been playing with pumping the Device Stats into a prometheus and ran into the following problem:

My Fritzbox (a 7490 with FW 7.12) reports back some fields that are missing in the elements. Please see the details in the class.

For reference I will also attach the full XML as returned by getdevicelistinfos, see devicelist.zip.

Thanks and keep up the good work!

kaklakariada commented 4 years ago

Thanks for your pull request!

I just released version 0.7.0 with your changes.