mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +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:
parent
f160e3a504
commit
57f0d5d152
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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: 70_ESCVP21net: add reading stateP for on/off
|
||||||
- feature: 74_AutomowerConnect: Commandref update, add Setter for work zone
|
- feature: 74_AutomowerConnect: Commandref update, add Setter for work zone
|
||||||
start and stay out zone enabling/disabling.
|
start and stay out zone enabling/disabling.
|
||||||
|
@ -24,7 +24,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use POSIX;
|
use POSIX;
|
||||||
use FHEM::Meta;
|
use FHEM::Meta;
|
||||||
|
use Carp;
|
||||||
|
|
||||||
eval {use Data::Dumper qw(Dumper);1};
|
eval {use Data::Dumper qw(Dumper);1};
|
||||||
#use Data::Dumper;
|
#use Data::Dumper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user