From d3399e56f51f6f2968570f27e27426bb16fd11b0 Mon Sep 17 00:00:00 2001 From: risiko79 <> Date: Thu, 2 Jun 2016 18:35:42 +0000 Subject: [PATCH] NEW: protocol oregon_21 (temp) git-svn-id: https://svn.fhem.de/fhem/trunk@11598 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_pilight_ctrl.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/FHEM/10_pilight_ctrl.pm b/fhem/FHEM/10_pilight_ctrl.pm index eb3120b14..60152df4d 100644 --- a/fhem/FHEM/10_pilight_ctrl.pm +++ b/fhem/FHEM/10_pilight_ctrl.pm @@ -40,6 +40,7 @@ # V 1.13 2015-11-10 - FIX: POSIX isdigit is deprecated replaced by own isDigit # V 1.14 2016-03-20 - FIX: send delimiter to signal end of stream if length of data > 1024 # V 1.15 2016-03-28 - NEW: protocol daycom (switch) +# V 1.16 2016-06-02 - NEW: protocol oregon_21 (temp) ############################################## package main; @@ -833,6 +834,7 @@ sub pilight_ctrl_Parse($$) case m/ninjablocks/ {$protoID = 4;} case m/tfa/ {$protoID = 4;} case m/teknihall/ {$protoID = 4;} + case m/oregon_21/ {$protoID = 4;} #gpio temperature, humidity sensors case m/dht11/ {$protoID = 4;}