mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_MSwitch.pm:Bugfix -> Wizard
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21205 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f4314c0946
commit
3aa7cbc710
@ -1116,7 +1116,7 @@ if (AttrVal( $name, 'MSwitch_Language',AttrVal( 'global', 'language', 'EN' ) ) e
|
|||||||
|
|
||||||
if ( AttrVal( $name, 'MSwitch_Mode', 'Notify' ) eq "Dummy" )
|
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" )
|
if ( ReadingsVal( $name, '.lock', 'undef' ) ne "undef" )
|
||||||
@ -3967,7 +3967,7 @@ sub MSwitch_fhemwebconf($$$$) {
|
|||||||
<tr>
|
<tr>
|
||||||
<td style=\"text-align: center; vertical-align: middle;\">
|
<td style=\"text-align: center; vertical-align: middle;\">
|
||||||
<br> <br>
|
<br> <br>
|
||||||
<input name=\"saveconf\" id=\"saveconf\" type=\"button\" disabled=\"disabled\" value=\"save new config\" onclick=\"javascript: saveconfig('rawconfig')\"\">
|
<input name=\"saveconf\" id=\"saveconf\" type=\"button\" disabled=\"disabled\" value=\"save new config\" onclick=\"javascript: saveconfig('rawconfig','wizard')\"\">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user