2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

NEW: protocol oregon_21 (temp)

git-svn-id: https://svn.fhem.de/fhem/trunk@11598 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
risiko79 2016-06-02 18:35:42 +00:00
parent 01381d4ce2
commit d3399e56f5

View File

@ -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;}