An example of how to interact with the Z-Way API in Java, created for teaching purposes.
It employs the Z-Way library for Java: its jar is available in the lib folder of the project. All dependencies are handled with gradle.
The example shows how to:
- authenticate on the available Z-Way server
- get all the
SwitchBinarydevices - get all the
SensorMultilevelandSensorBinarydevices - turn
SwitchBinarydevices on and off - get different type of measures from the
SensorMultileveland `SensorBinary`` devices