From ad328aa59f64bae95c9711512b90d418bc666b3a Mon Sep 17 00:00:00 2001 From: Byte09 <> Date: Sun, 14 Apr 2019 15:18:36 +0000 Subject: [PATCH] 98_MSwitch.pm:Fix - fix attr stateformat - stateFormat:textField-long git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19182 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_MSwitch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/98_MSwitch.pm b/FHEM/98_MSwitch.pm index 11929fd12..f81d73104 100644 --- a/FHEM/98_MSwitch.pm +++ b/FHEM/98_MSwitch.pm @@ -207,7 +207,7 @@ sub MSwitch_Initialize($) { $hash->{AttrList} = " disable:0,1" . " disabledForIntervals" - . " stateFormat" + . " stateFormat:textField-long" . " MSwitch_Comments:0,1" . " MSwitch_Read_Log:0,1" . " MSwitch_Help:0,1"