1.0.1
Provides a way to debug the responses from the GROHE API.
Debug API Response
In order to get the debug output for received responses from the GROHE API you need to start your application with a specific property (or set it during runtime):
org.grohe.ondus.api.client::debug
The property needs to be set to 1
in order to enable the debug output, any other value (or not set at all) otherwise.
E.g., to enable the debug mode from the command line, just add the following system property to the java
command invocation:
-Dorg.grohe.ondus.api.client::debug=1