forked from RFD-FHEM/RFFHEM
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update master #6
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* New Data Model, speparates Protocol Data in Package SD_PrococolData and methods to access the data to SD_Protocols and named the libs with their full qualified name beginning with lib:: lib::SD_Protocols hase some function methods wihich can be accessed by fully qualified name new() LoadHash() exists() getKeys() checkProperty() getProperty() lib::SD_PrococolData provides it data directly to lib::SD_Protocols 00_SIGNALduino.pm Updated SIGNALduino_LoadProtocolHash to use loadHash from lib::SD_PrococolData Makefile added test_SD_Protocols Renamed signalduino_protocols.pm to SD_ProtocolData to match name of Package
* Fixed typo in filename and Package SD_Protocols and SD_ProtocolData
- revised doc
* test/test_SDWS07-definition.txt Added some basic tets for SD_WS07 Module, checks autocreate and pre defined Added Test which checks for bug #527
- revised worng date CHANGED - revised worng syntax in doc
added test of read sub (cherry picked from commit 28889e0)
* fix bug autocreate define fix bug autocreate define remove rssi remove slider for offsets remove reading battery * update CHANGED update CHANGED * small changes * update help * test for already defined devices old and new naming convention test for already defined devices use wrong naming convention (only channel or longid), test for already defined devices use normal naming convention (model_channel or model_lonid) * 14_SD_WS07.pm Migrate wrong DEF to correct ones * test/test_SDWS07-definition.txt removed todo block because this branch fixes #527 * Update Changed and authors in 14_SD_WS07.pm
fix bug autocreate define remove rssi remove slider for offsets remove reading battery Migrate wrong DEF to correct ones (cherry picked from commit 2ebdcd7)
* 00_SIGNALduino.pm Fixed internal versionProtocols
…541) * SD_WS New protocol for refrigerator thermometer NC-3911, NC-3912 14_SD_WS.pm: New protocol for refrigerator thermometer NC-3911, NC-3912 (Rosenstein & Soehne, PEARL) * test/test_SDWS-definition.txt Autocreate test added * test/test_SDWS-definition.txt fixed test and added readingtest
* test/test_set_sendMsg-definition.txt simple sendMsg Test with protocols 0 17 43 72 and cc1101 capability to cover some more lines of code
- revised doc
* 14_SD_WS07.pm if humidity or temperature value is out of range, then do not log at verbose 3. Log only at verbose 4
* Update 88_SIGNALduino_TOOL.pm - fix Dispatch_DMSG option - added internal Version - added Log Output´s - added get option Doc_ProtocolList_from_ProtocolData + Doc_ProtocolList_from_JSONfile (prepared) - fixed die PERL process "or die $!;" - rename GET optionen with better name - added doc - completion dispatch from hash with selection module
* fix bug autocreate define fix bug autocreate define remove rssi remove slider for offsets remove reading battery * update CHANGED update CHANGED * small changes * update help * test for already defined devices old and new naming convention test for already defined devices use wrong naming convention (only channel or longid), test for already defined devices use normal naming convention (model_channel or model_lonid) * 14_SD_WS07.pm Migrate wrong DEF to correct ones * test/test_SDWS07-definition.txt removed todo block because this branch fixes #527 * Update Changed and authors in 14_SD_WS07.pm (cherry picked from commit 2ebdcd7) # Conflicts: # CHANGED # test/test_SDWS07-definition.txt
* new protocol TCM 218943 Definition protocol for weather station TCM 218943 replaces protocol 6 (Eurochron was under development). * 90_SIGNALduino_un.pm. Protocol 6 and 15 removed Protocol 15 was already processed for some time in module SD_BELL.
* 00_SIGNALduino.pm Fiter dummy get commands Remove all exept raw and avialableFirwmare get commands for dummy devices to clean up the list
- text adaptation
Added service stop / kill before and after unittest Install correct perl version
Change JSON URL to existing branch
Update URL in Makefile to current branch
SD_ProtocolData.pm - only revised doc 14_SD_Keeloq.pm - added new model RP_S1_HS_RF11 ##612 - added doc
* Update SD_ProtocolData.pm - ID 9 added reconstructBit - ID 9 reconstructBit need #598 (comment)
Fix build failing on master
remove attr command from test
Syntaxfix
* Update 00_SIGNALduino.pm - suggestion textoutput - logoutput adjusted to standard -> $name,: "sub", "Text" - blank lines removed - sub separation by ############################### * Update test_developid_1-definition.txt - adaptation test ( text changed from "IdList, development protocol is active" to "IdList, development protocol is active" )
Update Changed to summerize content
Update master to 3.4.1
make test compatible with fhem 5.9
fix UnitTests
Projectname and version added at line 1 again
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update master from RFHEM