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

WMBUS extension to dispatch messages #1252

Merged
merged 11 commits into from
Apr 25, 2024
Merged

WMBUS extension to dispatch messages #1252

merged 11 commits into from
Apr 25, 2024

Conversation

HomeAutoUser
Copy link
Contributor

@HomeAutoUser HomeAutoUser commented Apr 22, 2024

  • Please check if the PR fulfills these requirements
  • Tests for the changes have been added / modified (needed for for bug fixes / features)
  • commandref has been added / updated (needed for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
  • What is the current behavior?
    (You can also link to an open issue here, if this describes the current behavior)
    -- no dispatch

  • What is the new behavior (if this is a feature change)?
    -- you can dispatch a WMBUS message to clientmodule

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:
    -- in order to receive messages yourself, the firmware must be adapted (later step)
    -- new PR after discussion WMBUS extension to dispatch messages - old discussion #1248
    -- codecov/patch isn'r required to pass for version Update.

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 71.59%. Comparing base (664ac52) to head (c2cafc4).

Files Patch % Lines
FHEM/00_SIGNALduino.pm 50.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1252      +/-   ##
==========================================
+ Coverage   70.92%   71.59%   +0.66%     
==========================================
  Files         137      141       +4     
  Lines       10140    10184      +44     
  Branches     1584     1585       +1     
==========================================
+ Hits         7192     7291      +99     
+ Misses       1625     1569      -56     
- Partials     1323     1324       +1     
Flag Coverage Δ
fhem 62.33% <50.00%> (+0.82%) ⬆️
modules 71.59% <50.00%> (+0.66%) ⬆️
perl 89.09% <ø> (ø)
unittests 71.59% <50.00%> (+0.66%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

FHEM/00_SIGNALduino.pm Outdated Show resolved Hide resolved
@sidey79 sidey79 mentioned this pull request Apr 23, 2024
7 tasks
@HomeAutoUser HomeAutoUser merged commit f814e4f into master Apr 25, 2024
17 of 18 checks passed
@HomeAutoUser HomeAutoUser deleted the master_WMBUS branch April 25, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants