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