98_ModbusAttr.pm: small bugfix

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8567 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ststrobel
2015-05-11 18:07:16 +00:00
parent 576a02cbd2
commit 021dc9d93b

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