kaklakariada / fritzbox-java-api

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

Added support for FRITZ!OS 7 #9

Closed kseb closed 5 years ago

kseb commented 5 years ago

With FRITZ!OS 7 the xml for PowerMeter got a new element "voltage". To be safe for more new elements in the future I added strict = false for the @Root annotation.

kaklakariada commented 5 years ago

Thanks for your contribution!