u9n / dlms-cosem

A Python library for DLMS/COSEM
Other
80 stars 41 forks source link

(fix) proper support for ACTION #29

Closed Krolken closed 3 years ago

Krolken commented 3 years ago

The only state management that was implemented for ACTION was when it was used in HLS. But not the state has general ACTION handling implemented.

codecov-io commented 3 years ago

Codecov Report

Merging #29 (29fb241) into master (aed55a8) will decrease coverage by 0.20%. The diff coverage is 5.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   76.83%   76.62%   -0.21%     
==========================================
  Files          49       49              
  Lines        3971     3983      +12     
==========================================
+ Hits         3051     3052       +1     
- Misses        920      931      +11     
Impacted Files Coverage Δ
dlms_cosem/clients/dlms_client.py 0.00% <0.00%> (ø)
dlms_cosem/state.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aed55a8...29fb241. Read the comment docs.