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 2b62999de9
commit 10dd6fe45c

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