From 3aa7cbc710d713a392632b6c6cd00f34b9e32404 Mon Sep 17 00:00:00 2001 From: Byte09 <> Date: Sun, 16 Feb 2020 07:43:54 +0000 Subject: [PATCH] 98_MSwitch.pm:Bugfix -> Wizard git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21205 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_MSwitch.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FHEM/98_MSwitch.pm b/FHEM/98_MSwitch.pm index e16d2dce5..25df16ef7 100644 --- a/FHEM/98_MSwitch.pm +++ b/FHEM/98_MSwitch.pm @@ -1116,7 +1116,7 @@ if (AttrVal( $name, 'MSwitch_Language',AttrVal( 'global', 'language', 'EN' ) ) e if ( AttrVal( $name, 'MSwitch_Mode', 'Notify' ) eq "Dummy" ) { - return "Unknown argument $opt, choose one of Eventlog:timeline,clear support_info:noArg restore_MSwitch_Data:this_Device,all_Devices active_timer:show,delete"; + return "Unknown argument $opt, choose one of Eventlog:timeline,clear config:noArg support_info:noArg restore_MSwitch_Data:this_Device,all_Devices active_timer:show,delete"; } if ( ReadingsVal( $name, '.lock', 'undef' ) ne "undef" ) @@ -3967,7 +3967,7 @@ sub MSwitch_fhemwebconf($$$$) {