From 1c96f28531c271a30db2db4f59274f3a2a95cf24 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Fri, 16 May 2014 07:16:41 +0000 Subject: [PATCH] ZWave: protection class by hschnmitt, forum #23405 git-svn-id: https://svn.fhem.de/fhem/trunk@5872 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_ZWave.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/10_ZWave.pm b/fhem/FHEM/10_ZWave.pm index 5a9ac1483..ee69ed974 100755 --- a/fhem/FHEM/10_ZWave.pm +++ b/fhem/FHEM/10_ZWave.pm @@ -174,9 +174,9 @@ my %zwave_class = ( protectionSeq => "0101", protectionOn => "0102", }, get => { protection => "02", }, - parse => { "032600" => "protection:off", - "032601" => "protection:seq", - "032602" => "protection:on", }, }, + parse => { "03750300" => "protection:off", + "03750301" => "protection:seq", + "03750302" => "protection:on", }, }, LOCK => { id => '76', }, NODE_NAMING => { id => '77', }, FIRMWARE_UPDATE_MD => { id => '7a', },