fix Undefined subroutine &main::TeslaPowerwall2AC_Write

This commit is contained in:
Marko Oldenburg 2021-03-27 22:29:45 +01:00
parent 4f6a361c80
commit a1f26f462c
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
UPD 2021-03-27_18:14:46 6992 FHEM/46_TeslaPowerwall2AC.pm
UPD 2021-03-27_18:15:26 28873 lib/FHEM/Tesla/Powerwall.pm
UPD 2021-03-27_18:40:42 6992 FHEM/46_TeslaPowerwall2AC.pm
UPD 2021-03-27_22:29:33 28871 lib/FHEM/Tesla/Powerwall.pm

View File

@ -564,7 +564,7 @@ sub ErrorHandling {
}
#### End Error Handling
InternalTimer( gettimeofday() + 3, 'TeslaPowerwall2AC_Write', $hash )
InternalTimer( gettimeofday() + 3, 'Tesla_Powerwall_Write', $hash )
if ( defined( $hash->{actionQueue} )
&& scalar( @{ $hash->{actionQueue} } ) > 0 );