Skip to content

Commit

Permalink
Merge pull request #1141 from RFD-FHEM/master-3.5.4
Browse files Browse the repository at this point in the history
Release Version 3.5.4 (SVN updated)
  • Loading branch information
sidey79 authored Jan 6, 2023
2 parents ae37584 + 9ff6d6c commit 9424abf
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 27 deletions.
14 changes: 8 additions & 6 deletions FHEM/00_SIGNALduino.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: 00_SIGNALduino.pm v3.5.4 2022-11-26 22:39:42Z elektron-bbs $
# $Id: 00_SIGNALduino.pm 26977 2023-01-06 12:07:45Z sidey79 $
# v3.5.4 - https://github.com/RFD-FHEM/RFFHEM/tree/master
# The module is inspired by the FHEMduino project and modified in serval ways for processing the incoming messages
# see http://www.fhemwiki.de/wiki/SIGNALDuino
Expand All @@ -8,7 +8,7 @@
#
# 2014-2015 S.Butzek, N.Butzek
# 2016-2019 S.Butzek, Ralf9
# 2019-2022 S.Butzek, HomeAutoUser, elektron-bbs
# 2019-2023 S.Butzek, HomeAutoUser, elektron-bbs


package main;
Expand Down Expand Up @@ -41,7 +41,7 @@ use List::Util qw(first);


use constant {
SDUINO_VERSION => '3.5.4+20221126', # Datum wird automatisch bei jedem pull request aktualisiert
SDUINO_VERSION => '3.5.4', # Datum wird automatisch bei jedem pull request aktualisiert
SDUINO_INIT_WAIT_XQ => 1.5, # wait disable device
SDUINO_INIT_WAIT => 2,
SDUINO_INIT_MAXRETRY => 3,
Expand Down Expand Up @@ -5528,7 +5528,8 @@ USB-connected devices (SIGNALduino):<br>
"strict": "0",
"warnings": "0",
"Time::HiRes": "0",
"JSON": "0"
"JSON": "0",
"Storable": "0"
},
"recommends": {
"Data::Dumper": "0"
Expand All @@ -5547,6 +5548,7 @@ USB-connected devices (SIGNALduino):<br>
"warnings": "0",
"Data::Dumper": "0",
"Time::HiRes": "0",
"FHEM::Core::Timer::Helper": "0",
"JSON": "0"
},
"suggests": {
Expand Down Expand Up @@ -5575,7 +5577,7 @@ USB-connected devices (SIGNALduino):<br>
"type": "git",
"url": "https://github.com/RFD-FHEM/RFFHEM.git",
"web": "https://github.com/RFD-FHEM/RFFHEM/tree/master",
"x_branch": "dev-r34",
"x_branch": "master",
"x_filepath": "FHEM/",
"x_raw": "https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/master/FHEM/00_SIGNALduino.pm"
}
Expand All @@ -5597,7 +5599,7 @@ USB-connected devices (SIGNALduino):<br>
"web": "https://wiki.fhem.de/wiki/SIGNALduino"
}
},
"version": "v3.5.1"
"version": "v3.5.4"
}
=end :application/json;q=META.json
=cut
2 changes: 1 addition & 1 deletion FHEM/10_FS10.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################
# $Id: 10_FS10.pm 11 2022-12-29 23:35:50Z sidey79 $
# $Id: 10_FS10.pm 26984 2023-01-06 12:07:45Z sidey79 $
#
# FS10 basierend auf dem FS20 Modul angepasst fuer SIGNALduino, elektron-bbs
#
Expand Down
2 changes: 1 addition & 1 deletion FHEM/10_SD_GT.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#################################################################
# $Id: 10_SD_GT.pm 1 2022-12-29 23:35:50Z sidey79 $
# $Id: 10_SD_GT.pm 26985 2023-01-06 12:07:45Z sidey79 $
#
# The file is part of the SIGNALduino project.
#
Expand Down
3 changes: 2 additions & 1 deletion FHEM/14_Hideki.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################
# $Id: 14_Hideki.pm 21666 2022-12-29 23:35:50Z sidey79 $
# $Id: 14_Hideki.pm 26983 2023-01-06 12:07:45Z sidey79 $
# The file is taken from the SIGNALduino project
# see http://www.fhemwiki.de/wiki/SIGNALduino
# and was modified by a few additions
Expand Down Expand Up @@ -594,6 +594,7 @@ sub wind {
Beispielwert: 1.25<br>
Standardwert: 1<br>
</li> <br>
</ul>
</ul>
=end html_DE
Expand Down
2 changes: 1 addition & 1 deletion FHEM/14_SD_WS.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: 14_SD_WS.pm v3.5.4 2022-12-29 23:35:50Z sidey79 $
# $Id: 14_SD_WS.pm 26982 2023-01-06 12:07:45Z sidey79 $
#
# The purpose of this module is to support serval
# weather sensors which use various protocol
Expand Down
2 changes: 1 addition & 1 deletion FHEM/14_SD_WS07.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################
# $Id: 14_SD_WS07.pm 21666 2022-12-29 23:35:50Z sidey79 $
# $Id: 14_SD_WS07.pm 26981 2023-01-06 12:07:45Z sidey79 $
#
# The purpose of this module is to support serval eurochron
# weather sensors like eas8007 which use the same protocol
Expand Down
2 changes: 1 addition & 1 deletion FHEM/14_SD_WS09.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################
# $Id: 14_SD_WS09.pm 3.5.4 2022-12-29 23:35:50Z sidey79 $
# $Id: 14_SD_WS09.pm 26980 2023-01-06 12:07:45Z sidey79 $
#
# The purpose of this module is to support serval
# weather sensors like WS-0101 (Sender 868MHz ASK Epmfänger RX868SH-DV elv)
Expand Down
2 changes: 1 addition & 1 deletion FHEM/14_SD_WS_Maverick.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################
# $Id: 14_SD_WS_Maverick.pm 21666 2022-12-29 23:35:50Z sidey79 $
# $Id: 14_SD_WS_Maverick.pm 26979 2023-01-06 12:07:45Z sidey79 $
#
# The purpose of this module is to support Maverick sensors
# Sidey79 & Cruizer 2016
Expand Down
2 changes: 1 addition & 1 deletion FHEM/41_OREGON.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#################################################################################
# $Id: 41_OREGON.pm 34476 2022-12-29 23:35:50Z sidey79 $
# $Id: 41_OREGON.pm 26978 2023-01-06 12:07:45Z sidey79 $
#
# Module for FHEM to decode Oregon sensor messages
#
Expand Down
2 changes: 1 addition & 1 deletion FHEM/lib/SD_ProtocolData.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: SD_ProtocolData.pm 3.5.4 2023-01-04 17:35:33Z elektron-bbs $
# $Id: SD_ProtocolData.pm 26975 2023-01-06 12:07:45Z sidey79 $
# The file is part of the SIGNALduino project.
# All protocol definitions are contained in this file.
#
Expand Down
2 changes: 1 addition & 1 deletion FHEM/lib/SD_Protocols.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# $Id: SD_ProtocolData.pm 3.5.x 2022-05-30 20:10:51Z sidey79 $
# $Id: SD_Protocols.pm 26975 2023-01-06 12:07:45Z sidey79 $
#
# The file is part of the SIGNALduino project
# v3.5.x - https://github.com/RFD-FHEM/RFFHEM
Expand Down
22 changes: 11 additions & 11 deletions controls_signalduino.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
UPD 2022-11-27_14:14:19 235514 FHEM/00_SIGNALduino.pm
UPD 2023-01-01_18:10:40 20079 FHEM/10_FS10.pm
UPD 2023-01-01_18:10:40 22655 FHEM/10_SD_GT.pm
UPD 2023-01-06_13:06:07 235565 FHEM/00_SIGNALduino.pm
UPD 2023-01-06_13:06:07 20082 FHEM/10_FS10.pm
UPD 2023-01-06_13:06:07 22659 FHEM/10_SD_GT.pm
UPD 2023-01-01_18:10:40 25403 FHEM/10_SD_Rojaflex.pm
UPD 2023-01-01_18:10:40 10096 FHEM/14_BresserTemeo.pm
UPD 2023-01-01_18:10:40 16260 FHEM/14_FLAMINGO.pm
UPD 2023-01-01_18:10:40 23141 FHEM/14_Hideki.pm
UPD 2023-01-06_13:06:07 23149 FHEM/14_Hideki.pm
UPD 2023-01-01_18:10:40 13225 FHEM/14_SD_AS.pm
UPD 2023-01-01_18:10:40 29419 FHEM/14_SD_BELL.pm
UPD 2023-01-04_21:24:03 187527 FHEM/14_SD_UT.pm
UPD 2023-01-01_18:10:40 138342 FHEM/14_SD_WS.pm
UPD 2023-01-01_18:10:40 21042 FHEM/14_SD_WS07.pm
UPD 2023-01-01_18:10:40 37841 FHEM/14_SD_WS09.pm
UPD 2023-01-01_18:10:40 16476 FHEM/14_SD_WS_Maverick.pm
UPD 2023-01-01_18:10:40 40385 FHEM/41_OREGON.pm
UPD 2023-01-06_13:06:07 138341 FHEM/14_SD_WS.pm
UPD 2023-01-06_13:06:07 21042 FHEM/14_SD_WS07.pm
UPD 2023-01-06_13:06:07 37841 FHEM/14_SD_WS09.pm
UPD 2023-01-06_13:06:07 16476 FHEM/14_SD_WS_Maverick.pm
UPD 2023-01-06_13:06:07 40385 FHEM/41_OREGON.pm
UPD 2020-12-17_23:16:30 15582 FHEM/90_SIGNALduino_un.pm
UPD 2023-01-04_21:24:03 236328 FHEM/lib/SD_ProtocolData.pm
UPD 2022-05-31_17:12:21 79342 FHEM/lib/SD_Protocols.pm
UPD 2023-01-06_13:06:07 236323 FHEM/lib/SD_ProtocolData.pm
UPD 2023-01-06_13:06:07 79339 FHEM/lib/SD_Protocols.pm

0 comments on commit 9424abf

Please sign in to comment.