remove FHEM::Meta deklaration

This commit is contained in:
Marko Oldenburg 2021-03-27 15:52:02 +01:00
parent a11af96e97
commit 240465cca1
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
UPD 2021-03-27_15:47:11 6982 FHEM/46_TeslaPowerwall2AC.pm
UPD 2021-03-27_15:36:03 28803 lib/FHEM/Tesla/Powerwall.pm
UPD 2021-03-27_15:51:48 28787 lib/FHEM/Tesla/Powerwall.pm

View File

@ -56,7 +56,6 @@ package FHEM::Tesla::Poerwall;
use strict;
use warnings;
use FHEM::Meta;
use GPUtils qw(GP_Import GP_Export);
use HttpUtils;
use Data::Dumper;