Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 3.4.4 #864

Merged
merged 41 commits into from
Jul 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
83cdfd1
Bump dev-r34 to v3.4.4
sidey79 Apr 13, 2020
97d2e33
Automatic updated controls and CHANGED
actions-user Apr 13, 2020
11dbc70
00_SIGNALduino.pm
sidey79 Apr 14, 2020
e1a34b7
Automatic updated controls and CHANGED
actions-user Apr 14, 2020
eceb58d
Merge pull request #833 from RFD-FHEM/dev-r34_stringref2coderefs
sidey79 Apr 15, 2020
9166c0c
00_SIGNALduino.pm
sidey79 Apr 15, 2020
463eb26
Automatic updated controls and CHANGED
actions-user Apr 15, 2020
f433d08
90_SIGNALduino_un.pm
sidey79 Apr 15, 2020
ea7d0da
14_SD_WS09.pm
sidey79 Apr 15, 2020
e994338
14_SD_WS.pm
sidey79 Apr 15, 2020
db60a45
Merge branch 'dev-r34_operatorFixes' of github.com:RFD-FHEM/RFFHEM in…
sidey79 Apr 15, 2020
49578b0
Automatic updated controls and CHANGED
actions-user Apr 15, 2020
d3719d0
10_SD_GT.pm
sidey79 Apr 15, 2020
aaa65d6
Merge branch 'dev-r34_operatorFixes' of github.com:RFD-FHEM/RFFHEM in…
sidey79 Apr 15, 2020
fc17057
Automatic updated controls and CHANGED
actions-user Apr 15, 2020
4351e39
10_SD_GT.pm
sidey79 Apr 16, 2020
40a83b8
Automatic updated controls and CHANGED
actions-user Apr 16, 2020
b6536d3
dev-r34 revised tests to V2 (#837)
HomeAutoUser Apr 16, 2020
23d3020
new protocol 98 for wireless door bell GEA-028DB (#839)
elektron-bbs Apr 21, 2020
42e2ad5
Automatic updated controls and CHANGED
actions-user Apr 21, 2020
f189170
new protocol 99 NAVARIS touch light switch (#841)
elektron-bbs Apr 21, 2020
5fdcf47
Automatic updated controls and CHANGED
actions-user Apr 21, 2020
56e5606
Merge branch 'dev-r34' into dev-r34_operatorFixes
sidey79 Apr 22, 2020
ce67314
Automatic updated controls and CHANGED
actions-user Apr 22, 2020
f22cb98
Merge pull request #843 from RFD-FHEM/dev-r34_operatorFixes
sidey79 Apr 23, 2020
0bc3acc
new protocol 104 for remote control TR60C-1 (#844)
elektron-bbs May 2, 2020
e398f2c
Automatic updated controls and CHANGED
actions-user May 2, 2020
2208498
add attribute UTfrequency in 14_SD_UT.pm (#845)
elektron-bbs May 25, 2020
3e50066
Automatic updated controls and CHANGED
actions-user May 25, 2020
9dccda2
10_SD_GT revised for perlcritic (#847)
elektron-bbs May 26, 2020
088a307
Automatic updated controls and CHANGED
actions-user May 26, 2020
fd21022
Dev r34 - id56 - #848 (#849)
HomeAutoUser May 28, 2020
045a6e1
Automatic updated controls and CHANGED
actions-user May 28, 2020
f2a7463
SD_UT wrong DEF (#857)
elektron-bbs Jun 6, 2020
dd1c0ce
Automatic updated controls and CHANGED
actions-user Jun 6, 2020
9e910ac
10_FS10 revised for perlcritic (#860)
elektron-bbs Jun 15, 2020
88bfe62
Automatic updated controls and CHANGED
actions-user Jun 15, 2020
f18a97d
Fix some perlcritic 5 warnings in 3.4 (#863)
sidey79 Jul 4, 2020
f3a4ff2
Automatic updated controls and CHANGED
actions-user Jul 4, 2020
c58f6a7
Merge branch 'master' into rel-3.4.4
sidey79 Jul 4, 2020
7dd665a
Automatic updated controls and CHANGED
actions-user Jul 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion CHANGED
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
2020-04-13 - Update to svn revision number
2020-07-04 - Merge branch 'master' into rel-3.4.4
07.05.2020
00_SIGNALduino.pm:
Bugfix: Fix some perlcritic 5 warnings
Bugfix: some operator fixes #835
Bugfix: Changed stingrefs to coderefs
10_FS10
Bugfix: revised for perlcritic
10_SD_GT
Bugfix: revised for perlcritic (#847)

14_SD_UT.pm
Feature: add attribute UTfrequency in (#845)
change: delete "$attr{$name}{room} = "SD_UT" if( not defined( $attr{$name}{room} ) );"

SD_ProtocolData.pm
feature: new protocol 104 for remote control TR60C-1 (#844)
feature: new protocol 99 NAVARIS touch light switch (#841)
feature: new protocol 98 for wireless door bell GEA-028DB (#839)

2020-04-13 -
Update to svn revision number

13.04.2020
00_SIGNALduino.pm
Workaround for bug #823, sending muliple commands causes collison
Expand Down
Loading