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:
@@ -54,7 +54,7 @@ sub MQTT_Initialize($) {
|
||||
$hash->{SetFn} = "MQTT::Set";
|
||||
$hash->{NotifyFn} = "MQTT::Notify";
|
||||
|
||||
$hash->{AttrList} = "keep-alive";
|
||||
$hash->{AttrList} = "keep-alive ".$main::readingFnAttributes;
|
||||
}
|
||||
|
||||
package MQTT;
|
||||
|
||||
Reference in New Issue
Block a user