2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 22:09:21 +00:00

98_HTTPMOD.pm: add hint textField long also for replacement values

git-svn-id: https://svn.fhem.de/fhem/trunk@24148 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
StefanStrobel 2021-04-04 19:13:33 +00:00
parent 6c6cf6de73
commit 429d634fe3

View File

@ -246,8 +246,8 @@ my $AttrList = join (' ',
'replacement[0-9]+Regex',
'replacement[0-9]+Mode:reading,internal,text,expression,key', # defaults to text
'replacement[0-9]+Value', # device:reading, device:internal, text, replacement expression
'[gs]et[0-9]*Replacement[0-9]+Value', # can overwrite a global replacement value - todo: auch für auth?
'replacement[0-9]+Value:textField-long', # device:reading, device:internal, text, replacement expression
'[gs]et[0-9]*Replacement[0-9]+Value:textField-long', # can overwrite a global replacement value - todo: auch für auth?
'do_not_notify:1,0',
'disable:0,1',