diff --git a/fhem/FHEM/70_ZoneMinder.pm b/fhem/FHEM/70_ZoneMinder.pm
index 4a8325e41..0e95f5450 100755
--- a/fhem/FHEM/70_ZoneMinder.pm
+++ b/fhem/FHEM/70_ZoneMinder.pm
@@ -852,6 +852,7 @@ sub ZoneMinder_Ready {
apiTimeout <seconds>
This defines the request timeout in seconds for calls to the ZoneMinder API (right now, only for the login)
+ apiVersion
If you use ZoneMinder 1.32, this must be set to 'post132'
publicAddress <address>
This configures public accessibility of your LAN (eg your ddns address). Define a valid URL here, eg https://my.own.domain:2344
webConsoleContext <path>
If not set, this defaults to /zm
. This is used for building the URL to the ZoneMinder web console.
usePublicUrlForZmWeb
If a public address is defined, this setting will use the public address for connecting to ZoneMinder API, instead of trying to use the IP-address.