Skip to content

1.0.1

Compare
Choose a tag to compare
@FlorianSW FlorianSW released this 25 Apr 15:45
· 8 commits to master since this release

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