DeebotUniverse / client.py

Deebot client library in python
https://deebot.readthedocs.io
GNU General Public License v3.0
27 stars 41 forks source link

Update error codes #490

Closed Ulfmerbold2000 closed 3 months ago

Ulfmerbold2000 commented 3 months ago

Data actualized from https://github.com/mrbungle64/ecovacs-deebot.js/blob/master/library/errorCodes.json

!!!Last Entry has SAME "," at the End as it was before the changes!!!

I have just added the newer errorcodes including that comma at the last entry. Since i've not familiar with python i choosed this way of editing instead deleting that last comma.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.25%. Comparing base (9a0748a) to head (92583ef).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #490 +/- ## ======================================= Coverage 85.25% 85.25% ======================================= Files 85 85 Lines 3194 3194 Branches 527 527 ======================================= Hits 2723 2723 Misses 421 421 Partials 50 50 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

edenhaus commented 3 months ago

pre-commit.ci autofix