From 1de42f2454b44f847cba9fc324d5234aca3bd861 Mon Sep 17 00:00:00 2001 From: Risiko <> Date: Sat, 8 Apr 2017 17:11:22 +0000 Subject: [PATCH] 10_pilight_ctrl: support contact sensor GS-iwds07 git-svn-id: https://svn.fhem.de/fhem/trunk@13935 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/10_pilight_ctrl.pm | 2 ++ 2 files changed, 3 insertions(+) diff --git a/fhem/CHANGED b/fhem/CHANGED index 4423a05f6..58c30da56 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - new: 10_pilight_ctrl: support contact sensor GS-iwds07 - new: 59_LuftdatenInfo: introducing new module to fetch PM, temperature and humidity data from Luftdaten.info - change: 93_DbRep: new version 4.12.1, get tableinfo changed for MySQL diff --git a/fhem/FHEM/10_pilight_ctrl.pm b/fhem/FHEM/10_pilight_ctrl.pm index 9ba128261..38c398741 100644 --- a/fhem/FHEM/10_pilight_ctrl.pm +++ b/fhem/FHEM/10_pilight_ctrl.pm @@ -46,6 +46,7 @@ # V 1.19 2016-09-20 - FIX: PERL WARNING: Subroutine from Blocking.pm redefined # V 1.20 2016-10-27 - FIX: ContactAsSwitch protocol independend # V 1.21 2016-11-13 - NEW: support contact sensors +# V 1.22 2017-04-08 - NEW: support contact sensor GS-iwds07 ############################################## package main; @@ -841,6 +842,7 @@ sub pilight_ctrl_Parse($$) case m/contact/ {$protoID = 3;} case m/ev1527/ {$protoID = 3;} case m/sc2262/ {$protoID = 3;} + case m/GW-iwds07/ {$protoID = 3;} #Weather Stations temperature, humidity case m/alecto/ {$protoID = 4;}