Skip to content

Releases: dfrommi/rehaktor

Use official HAP-Java

13 Feb 18:03
562922f
Compare
Choose a tag to compare
adjust to changed `HomekitAuthInfo` interface #3

HAP-Java changed the interface to have a `hasUser` method, which indicated whether a user was paired already or not.
This interface change remained undetected, because it has a default implementation.

The effect of not implementing the method is that HAP-Java will always be in pairing mode. A restart of the app will lead to 'no response' displayed in the home app.

Fixed-value constructors

23 Oct 22:18
8c37452
Compare
Choose a tag to compare
  • Add secondary constructor that accepts fixed values to characteristics
  • Improve code-generation by using KotlinPoet instead of string-templates

Initial release

18 Oct 14:39
Compare
Choose a tag to compare
0.5

initial commit