98_MSwitch.pm: ADD INTERNAL Supportthread

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20315 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Byte09 2019-10-05 08:02:49 +00:00
parent 4869e82234
commit 084c35e722

View File

@ -679,6 +679,7 @@ sub MSwitch_Define($$) {
$hash->{Version_Datenstruktur} = $vupdate; $hash->{Version_Datenstruktur} = $vupdate;
$hash->{Version_autoupdate} = $autoupdate; $hash->{Version_autoupdate} = $autoupdate;
$hash->{MODEL} = $startmode; $hash->{MODEL} = $startmode;
$hash->{Support_Fhemforum} = "https://forum.fhem.de/index.php/topic,86199.0.html";
if ( $defstring ne "" and $defstring =~ m/(\(.+?\))/ ) { if ( $defstring ne "" and $defstring =~ m/(\(.+?\))/ ) {