2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-26 10:15:48 +00:00

98_MSwitch.pm:Fix - fix attr stateformat - stateFormat:textField-long

git-svn-id: https://svn.fhem.de/fhem/trunk@19182 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Byte09 2019-04-14 15:18:36 +00:00
parent b7fb4372f1
commit a6a52daec8

View File

@ -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"