mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 14:16:42 +00:00
98_MSwitch.pm:FIX changed define
git-svn-id: https://svn.fhem.de/fhem/trunk@20461 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f7cb4789a2
commit
fc1346f20f
@ -3678,6 +3678,15 @@ sub MSwitch_fhemwebFn($$$$) {
|
|||||||
|
|
||||||
# lösche saveddevicecmd #
|
# lösche saveddevicecmd #
|
||||||
|
|
||||||
|
if ( ReadingsVal( $Name, '.First_init', 'undef' ) ne 'done' )
|
||||||
|
{
|
||||||
|
MSwitch_LoadHelper($hash);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
my $cmdfrombase = "0";
|
my $cmdfrombase = "0";
|
||||||
MSwitch_del_savedcmds($hash);
|
MSwitch_del_savedcmds($hash);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user