2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

FRM: add FRM_STEPPER and FRM_ROTENC to list of clients

git-svn-id: https://svn.fhem.de/fhem/trunk@5215 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess 2014-03-13 15:42:18 +00:00
parent 79419c2f51
commit 0ca892035c

View File

@ -38,7 +38,7 @@ sub FRM_Initialize($) {
require "$main::attr{global}{modpath}/FHEM/DevIo.pm"; require "$main::attr{global}{modpath}/FHEM/DevIo.pm";
# Provider # Provider
$hash->{Clients} = ":FRM_IN:FRM_OUT:FRM_AD:FRM_PWM:FRM_I2C:FRM_SERVO:OWX:FRM_LCD:FRM_RGB:"; $hash->{Clients} = ":FRM_IN:FRM_OUT:FRM_AD:FRM_PWM:FRM_I2C:FRM_SERVO:OWX:FRM_LCD:FRM_RGB:FRM_ROTENC:FRM_STEPPER:";
$hash->{ReadyFn} = "FRM_Ready"; $hash->{ReadyFn} = "FRM_Ready";
$hash->{ReadFn} = "FRM_Read"; $hash->{ReadFn} = "FRM_Read";