00_MQTT: support readingFnAttributes

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10418 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2016-01-08 23:28:27 +00:00
parent 61c1f08ed2
commit 80d8b8d514

View File

@@ -54,7 +54,7 @@ sub MQTT_Initialize($) {
$hash->{SetFn} = "MQTT::Set"; $hash->{SetFn} = "MQTT::Set";
$hash->{NotifyFn} = "MQTT::Notify"; $hash->{NotifyFn} = "MQTT::Notify";
$hash->{AttrList} = "keep-alive"; $hash->{AttrList} = "keep-alive ".$main::readingFnAttributes;
} }
package MQTT; package MQTT;