diff --git a/fhem/FHEM/10_MQTT2_DEVICE.pm b/fhem/FHEM/10_MQTT2_DEVICE.pm
index a4bf28e60..d9ce44acf 100644
--- a/fhem/FHEM/10_MQTT2_DEVICE.pm
+++ b/fhem/FHEM/10_MQTT2_DEVICE.pm
@@ -1057,12 +1057,13 @@ zigbee2mqtt_devStateIcon255($;$$)
Notes:
- arguments to the set command will be appended to the message
- published (not for the perl expression)
+ published (this is not valid not for the perl expression)
- the command arguments are available as $EVENT, $EVTPART0, etc.,
the name of the device as $NAME, both in the perl expression and the
"normal" topic variant.
- the perl expression must return a string containing the topic and
- the message separated by a space.
+ the message separated by a space. If it returns "", undef or 0, no
+ MQTT message will be sent.
- SetExtensions is activated
- if the topic name ends with :r, then the retain flag is set