Smarteon / loxone-java

Java implementation of the Loxone™ communication protocol (Web Socket)
BSD 3-Clause "New" or "Revised" License
15 stars 10 forks source link

Introduce LoxoneTime helper #190

Closed jimirocks closed 1 year ago

jimirocks commented 1 year ago

Resolves #187

codecov[bot] commented 1 year ago

Codecov Report

Base: 79.04% // Head: 78.91% // Decreases project coverage by -0.13% :warning:

Coverage data is based on head (63086ff) compared to base (bd48f9f). Patch coverage: 87.50% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #190 +/- ## ============================================ - Coverage 79.04% 78.91% -0.14% - Complexity 714 716 +2 ============================================ Files 99 100 +1 Lines 2057 2058 +1 Branches 162 162 ============================================ - Hits 1626 1624 -2 - Misses 338 341 +3 Partials 93 93 ``` | [Impacted Files](https://codecov.io/gh/Smarteon/loxone-java/pull/190?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smarteon) | Coverage Δ | | |---|---|---| | [src/main/java/cz/smarteon/loxone/LoxoneTime.java](https://codecov.io/gh/Smarteon/loxone-java/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smarteon#diff-c3JjL21haW4vamF2YS9jei9zbWFydGVvbi9sb3hvbmUvTG94b25lVGltZS5qYXZh) | `75.00% <75.00%> (ø)` | | | [...rc/main/java/cz/smarteon/loxone/message/Token.java](https://codecov.io/gh/Smarteon/loxone-java/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smarteon#diff-c3JjL21haW4vamF2YS9jei9zbWFydGVvbi9sb3hvbmUvbWVzc2FnZS9Ub2tlbi5qYXZh) | `89.65% <100.00%> (-0.35%)` | :arrow_down: | | [src/main/java/cz/smarteon/loxone/user/User.java](https://codecov.io/gh/Smarteon/loxone-java/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smarteon#diff-c3JjL21haW4vamF2YS9jei9zbWFydGVvbi9sb3hvbmUvdXNlci9Vc2VyLmphdmE=) | `59.25% <100.00%> (-2.81%)` | :arrow_down: | | [.../main/java/cz/smarteon/loxone/LoxoneWebSocket.java](https://codecov.io/gh/Smarteon/loxone-java/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smarteon#diff-c3JjL21haW4vamF2YS9jei9zbWFydGVvbi9sb3hvbmUvTG94b25lV2ViU29ja2V0LmphdmE=) | `66.08% <0.00%> (-0.87%)` | :arrow_down: | | [src/main/java/cz/smarteon/loxone/Codec.java](https://codecov.io/gh/Smarteon/loxone-java/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smarteon#diff-c3JjL21haW4vamF2YS9jei9zbWFydGVvbi9sb3hvbmUvQ29kZWMuamF2YQ==) | `94.31% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smarteon). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smarteon)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.