patch-VariableIsNotImported #7
@ -1,2 +1,2 @@
|
|||||||
UPD 2023-01-04_18:24:55 16959 FHEM/70_Matrix.pm
|
UPD 2023-01-04_18:41:07 16959 FHEM/70_Matrix.pm
|
||||||
UPD 2023-01-04_17:59:18 51844 lib/FHEM/Devices/Matrix/Client.pm
|
UPD 2023-01-04_19:01:30 51934 lib/FHEM/Devices/Matrix/Client.pm
|
||||||
|
@ -179,7 +179,10 @@ sub _Init { # wir machen daraus eine privat function (CoolTux)
|
|||||||
|
|
||||||
# Update necessary?
|
# Update necessary?
|
||||||
Log3( $name, 1,
|
Log3( $name, 1,
|
||||||
$name . ': Start V' . $hash->{VERSION} . ' -> V' . $VERSION )
|
$name
|
||||||
|
. ': Start V'
|
||||||
|
. $hash->{VERSION} . ' -> V'
|
||||||
|
. FHEM::Meta::Get( $hash, 'version' ) )
|
||||||
if ( $hash->{VERSION} );
|
if ( $hash->{VERSION} );
|
||||||
|
|
||||||
return ::readingsSingleUpdate( $hash, 'state', 'please set password first',
|
return ::readingsSingleUpdate( $hash, 'state', 'please set password first',
|
||||||
@ -1632,6 +1635,9 @@ sub _SyncNextRequest {
|
|||||||
my $hash = shift;
|
my $hash = shift;
|
||||||
my $nextRequest = shift;
|
my $nextRequest = shift;
|
||||||
|
|
||||||
|
my $def;
|
||||||
|
my $value;
|
||||||
|
|
||||||
if ( $nextRequest eq 'sync' && $hash->{helper}->{repeat} ) {
|
if ( $nextRequest eq 'sync' && $hash->{helper}->{repeat} ) {
|
||||||
$def = $hash->{helper}->{repeat}->{def};
|
$def = $hash->{helper}->{repeat}->{def};
|
||||||
$value = $hash->{helper}->{repeat}->{value};
|
$value = $hash->{helper}->{repeat}->{value};
|
||||||
|
Loading…
Reference in New Issue
Block a user