2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

Space or quote in model name causes FHEMWEB-javascript to crash

git-svn-id: https://svn.fhem.de/fhem/trunk@3158 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-05-06 11:19:55 +00:00
parent 5d0c138dfe
commit 051aa3fef9

View File

@ -13,10 +13,7 @@ sub FBDECT_Set($@);
sub FBDECT_Get($@);
sub FBDECT_Cmd($$@);
my @fbdect_models = qw(
"AVM FRITZ!Dect Powerline 546E"
"AVM FRITZ!Dect 200"
);
my @fbdect_models = qw(Powerline546E Dect200);
my %fbdect_payload = (
7 => { n=>"connected" },