fix Undefined subroutine &main::TeslaPowerwall2AC_Write

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

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 );