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:
parent
3ef023be97
commit
2b2e967ff2
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user