2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +00:00

14_Hideki.pm: fixed partial carp error (Forum #135145)

git-svn-id: https://svn.fhem.de/fhem/trunk@28054 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
sidey79 2023-10-15 10:55:58 +00:00
parent 91d3badbf2
commit ee4e7dbc15
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- bugfix: 14_Hideki.pm: fixed partial carp error
- feature: 70_ESCVP21net: add reading stateP for on/off
- feature: 74_AutomowerConnect: Commandref update, add Setter for work zone
start and stay out zone enabling/disabling.

View File

@ -24,7 +24,7 @@ use strict;
use warnings;
use POSIX;
use FHEM::Meta;
use Carp;
eval {use Data::Dumper qw(Dumper);1};
#use Data::Dumper;