2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 20:06:18 +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:
Byte09 2019-11-06 05:27:56 +00:00
parent f7cb4789a2
commit fc1346f20f

View File

@ -3678,6 +3678,15 @@ sub MSwitch_fhemwebFn($$$$) {
# lösche saveddevicecmd #
if ( ReadingsVal( $Name, '.First_init', 'undef' ) ne 'done' )
{
MSwitch_LoadHelper($hash);
}
my $cmdfrombase = "0";
MSwitch_del_savedcmds($hash);