mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
; changet to , in warning
git-svn-id: https://svn.fhem.de/fhem/trunk@970 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f026ba204a
commit
d8c643064c
@ -500,11 +500,11 @@ FHT_Parse($$)
|
||||
$nLowTemp = "warn";
|
||||
}
|
||||
if($val &32) {
|
||||
$nVal .= "; " if($nVal); $nVal .= "Window open";
|
||||
$nVal .= ", " if($nVal); $nVal .= "Window open";
|
||||
$nWindow = "open";
|
||||
}
|
||||
if($val &16) {
|
||||
$nVal .= "; " if($nVal); $nVal .= "Fault on window sensor";
|
||||
$nVal .= ", " if($nVal); $nVal .= "Fault on window sensor";
|
||||
$nSensor = "fault";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user