2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

98_ModbusAttr.pm: small bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@8567 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ststrobel 2015-05-11 18:07:16 +00:00
parent a11edf0b6c
commit 22a5fad4c9

View File

@ -38,6 +38,7 @@ ModbusAttr_Initialize($)
my ($modHash) = @_;
require "$attr{global}{modpath}/FHEM/98_Modbus.pm";
require "$attr{global}{modpath}/FHEM/DevIo.pm";
ModbusLD_Initialize($modHash); # Generic function of the Modbus module does the rest