2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 06:08:44 +00:00

37_fakeRoku.pm: fixed erroneous connect call

git-svn-id: https://svn.fhem.de/fhem/trunk@11175 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-04-03 07:47:43 +00:00
parent 00b4e12040
commit a2a6b144f0

View File

@ -98,8 +98,6 @@ fakeRoku_Define($$)
fakeRoku_startDiscovery($hash);
fakeRoku_startListener($hash);
fakeRoku_Connect($hash);
} elsif( $hash->{STATE} ne "???" ) {
$hash->{STATE} = "Initialized";