mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
55_Volumio.pm: just for fun
git-svn-id: https://svn.fhem.de/fhem/trunk@23508 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
308e80d62d
commit
c34aa44be3
@ -62,7 +62,7 @@ sub Initialize {
|
||||
sub Discover {
|
||||
my $hash = shift;
|
||||
|
||||
unless $init_done {
|
||||
unless ($init_done) {
|
||||
InternalTimer(time()+3, \&Discover, $hash, 0);
|
||||
} else {
|
||||
my $param = {
|
||||
|
Loading…
Reference in New Issue
Block a user