From 021dc9d93bf35c063a1a0a9c304c79e718b2ed92 Mon Sep 17 00:00:00 2001 From: ststrobel Date: Mon, 11 May 2015 18:07:16 +0000 Subject: [PATCH] 98_ModbusAttr.pm: small bugfix git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8567 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_ModbusAttr.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/98_ModbusAttr.pm b/fhem/FHEM/98_ModbusAttr.pm index df5844c65..30a9a76ca 100755 --- a/fhem/FHEM/98_ModbusAttr.pm +++ b/fhem/FHEM/98_ModbusAttr.pm @@ -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