mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
10_pilight_ctrl: support contact sensor GS-iwds07
git-svn-id: https://svn.fhem.de/fhem/trunk@13935 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1ae9e1b194
commit
1de42f2454
@ -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
|
||||
|
@ -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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user