2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 19:32:42 +00:00

ZWave: fixing parse strings for sensor_binary

git-svn-id: https://svn.fhem.de/fhem/trunk@5027 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-02-23 10:35:59 +00:00
parent 9a23b1a6bb
commit 98566d3437

View File

@ -63,8 +63,8 @@ my %zwave_class = (
get => { sbStatus => "02", },
parse => { "03300300" => "state:closed",
"033003ff" => "state:open",
"043003(..)0c" => "motion:$1", #Philio PHI_PSP01, PSM02-1
"043003(..)08" => "tamper:$1", #Philio PHI_PSP01, PSM02-1
"043003(..)0c" => '"motion:$1"', #Philio PHI_PSP01, PSM02-1
"043003(..)08" => '"tamper:$1"', #Philio PHI_PSP01, PSM02-1
"043003000a" => "state:closed", #Philio PSM02-1
"043003ff0a" => "state:open", #Philio PSM02-1
},},