mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +00:00
10_EnOcean: profile "actuator.01" changed
git-svn-id: https://svn.fhem.de/fhem/trunk@17903 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7c91bfc974
commit
6208cb45a7
@ -4533,7 +4533,7 @@ sub EnOcean_Set($@)
|
||||
} else {
|
||||
$defaultStateCmd = 0;
|
||||
}
|
||||
my $localControl = ReadingsVal($name, "localControl", "disabled");
|
||||
my $localControl = ReadingsVal($name, "localControl", "enabled");
|
||||
my $localControlCmd = ($localControl eq "enabled")? 1:0;
|
||||
my $overCurrentShutdown = ReadingsVal($name, "overCurrentShutdown", "off");
|
||||
my $overCurrentShutdownCmd = ($overCurrentShutdown eq "restart")? 1:0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user