2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

00_MQTT: Initialize RenameFn

git-svn-id: https://svn.fhem.de/fhem/trunk@17111 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
eisler 2018-08-09 07:51:21 +00:00
parent 3ef023be97
commit 2b2e967ff2

View File

@ -54,6 +54,7 @@ sub MQTT_Initialize($) {
$hash->{DefFn} = "MQTT::Define";
$hash->{UndefFn} = "MQTT::Undef";
$hash->{DeleteFn} = "MQTT::Delete";
$hash->{RenameFn} = "MQTT::Rename";
$hash->{ShutdownFn} = "MQTT::Shutdown";
$hash->{SetFn} = "MQTT::Set";
$hash->{NotifyFn} = "MQTT::Notify";