Skip to content

Releases: kaklakariada/fritzbox-java-api

1.7.0: Pbkdf2 login & datetime for devicestats

07 Oct 15:18
96b6ff0
Compare
Choose a tag to compare

Added

  • #29 Add support for login via Pbkdf2 challenge-response (propsed by @linnex81)
  • #58 Datatime attribute added in devicestats XML response since Fritz OS 7.50 (thanks to @LutzHelling)

Fixed

  • #37 Support empty device lists

Refactoring

  • #50 Migrate to Junit 5
  • #59 Upgrade dependencies

Maven Central: https://repo1.maven.org/maven2/com/github/kaklakariada/fritzbox-java-api/1.7.0/

Add attributes

06 Aug 08:55
Compare
Choose a tag to compare

[1.6.0] - 2021-12-04

Added

  • #39 Add new command "getdeviceinfo" (thanks to @odin568)
  • #46 Add additional attributes to group (thanks to TDesjardins)
  • #47 Add hkr attribute supported by FritzOS 7.29 (thanks to philippn)
  • #38 Add commands to set status for hkr (tsoll) and for blind (open, close etc.) (thanks to JunkerMartin)

Updated

  • #45 Upgrade dependencies

Support new device "Blind" and supply device statistics

04 Dec 12:02
Compare
Choose a tag to compare

[1.5.0] - 2021-12-04

Added

  • #34 Support new device "Blind" and supply device statistics (thanks to @JunkerMartin for his contribution!)

Updated

  • #35 Upgraded dependencies

Add support for Fritz!OS 7.25 and device groups

03 Mar 17:26
Compare
Choose a tag to compare

Added

  • #18 Added new fields to be compatible with Fritz!OS 7.25 (thanks to SmokingDevices!)
    • Device (Fritz!Dect440) serves now relative humidity
    • ColorControl (Fritz!Dect500) got some more fields
    • Added some getter for fields that did miss them
  • #19 Support for device groups (thanks to PeterJelitsch!)

Update maven central deployment

27 Feb 09:58
Compare
Choose a tag to compare
1.3.1

Add plugin for releasing to maven central

Migrate to Maven Central

22 Feb 09:30
Compare
Choose a tag to compare
  • Requires Java 11 instead of Java 8

  • Moved from JCenter to Maven Central due to deprecation of JCenter. In your build script use

    repositories {
        mavenCentral()
    }

Implement FritzDect!4XX devices

16 Jan 08:58
Compare
Choose a tag to compare

#17: Update for Fritz-Dect!4XX devices. Thanks to SmokingDevices!

Update for FRITZ-Dect 500 devices

06 Dec 14:03
Compare
Choose a tag to compare

#16: Update for FRITZ-Dect 500 devices. Thanks to @SmokingDevices!

Version 1.2.0 (broken)

06 Dec 13:53
a57e100
Compare
Choose a tag to compare
Pre-release

(broken)

Fix compatibility with FRITZ!OS 7.21

25 Oct 10:16
Compare
Choose a tag to compare