mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-24 21:29:21 +00:00
14_CUL_MAX.pm: add svn version to internals
git-svn-id: https://svn.fhem.de/fhem/trunk@21921 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3b735764a3
commit
26ff8fc083
@ -250,8 +250,6 @@ sub CUL_MAX_Define
|
||||
return $ret;
|
||||
}
|
||||
|
||||
$modules{CUL_MAX}{defptr} = $hash;
|
||||
|
||||
$hash->{addr} = $MAXid;
|
||||
$hash->{STATE} = "Defined";
|
||||
$hash->{cnt} = 0;
|
||||
@ -261,6 +259,9 @@ sub CUL_MAX_Define
|
||||
$hash->{sq} = 0;
|
||||
$hash->{LASTInputDev} = '';
|
||||
$hash->{'.culids'} = '';
|
||||
$hash->{SVN} = (qw($Id$))[2];
|
||||
|
||||
$modules{CUL_MAX}{defptr} = $hash;
|
||||
|
||||
RemoveInternalTimer($hash);
|
||||
InternalTimer(gettimeofday()+5, 'CUL_MAX_updateConfig', $hash, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user