atrovato / Gladys

A privacy-first, open-source home assistant
https://gladysassistant.com
Apache License 2.0
0 stars 0 forks source link

Zigbee set value #35

Closed atrovato closed 2 years ago

atrovato commented 2 years ago

Pull Request check-list

To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

Please provide a description of the change here. It's always best with screenshots, so don't hesitate to add some!

codecov[bot] commented 2 years ago

Codecov Report

Merging #35 (18cdf78) into master (3b6fe44) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 18cdf78 differs from pull request most recent head 6af0671. Consider uploading reports for the commit 6af0671 to get more accurate results

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   96.59%   96.59%           
=======================================
  Files         616      617    +1     
  Lines        8898     8905    +7     
=======================================
+ Hits         8595     8602    +7     
  Misses        303      303           
Impacted Files Coverage Δ
server/services/zigbee2mqtt/exposes/binaryType.js 100.00% <100.00%> (ø)
...rver/services/zigbee2mqtt/exposes/compositeType.js 100.00% <100.00%> (ø)
server/services/zigbee2mqtt/exposes/enumType.js 100.00% <100.00%> (ø)
server/services/zigbee2mqtt/exposes/numericType.js 100.00% <100.00%> (ø)
...ver/services/zigbee2mqtt/lib/findMatchingExpose.js 100.00% <100.00%> (ø)
...r/services/zigbee2mqtt/lib/getDiscoveredDevices.js 100.00% <100.00%> (ø)
...rver/services/zigbee2mqtt/lib/handleMqttMessage.js 100.00% <100.00%> (ø)
server/services/zigbee2mqtt/lib/index.js 100.00% <100.00%> (ø)
server/services/zigbee2mqtt/lib/readValue.js 100.00% <100.00%> (ø)
server/services/zigbee2mqtt/lib/setValue.js 100.00% <100.00%> (ø)
... and 5 more

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 3b6fe44...6af0671. Read the comment docs.