diff --git a/FHEM/10_MAX.pm b/FHEM/10_MAX.pm index 23a9bbf08..ba9813654 100755 --- a/FHEM/10_MAX.pm +++ b/FHEM/10_MAX.pm @@ -498,8 +498,8 @@ MAX_Parse($$) The <addr> is a 6 digit hex number. You should never need to specify this by yourself, the autocreate module will do it for you.
It's advisable to set event-on-change-reading, like - attr Heater_0 event-on-change-reading battery,desiredTemperature,valveposition - because the polling mechanism will otherwise create events every 10 seconds. + attr MAX_123456 event-on-change-reading .* + because the polling mechanism will otherwise create events every 10 seconds.
Example: