Welcome to the homewizard4j documentation page!

This Java API allows you to effortlessly connect with HomeWizard devices. It is a wrapper of their official web API. You can read more about it on their official documentation.

Installation

This project is available at Maven Central. Below are code snippets for Maven and Gradle:

Maven

<dependency>
    <groupId>io.github.thijzert123</groupId>
    <artifactId>homewizard4j</artifactId>
    <version>2.0.0</version>
</dependency>

Gradle

implementation group: 'io.github.thijzert123', name: 'homewizard4j', version: '2.0.0'

Javadoc

The Javadoc is available at javadoc.io. It is always up-to-date with the newest version on Maven Central.

Code examples

All the code examples in this documentation are available on GitHub.