Skip to content

Commit

Permalink
add dock state Waste water tank full
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkhe committed May 31, 2022
1 parent 4a40aff commit 66d748c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ The supported commands are:
-->
## **WORK IN PROGRESS**
* (deher) add missed Vacuum states
* (deher) add dock state Waste water tank full

### 3.4.0 (2022-05-28)
* (Apollon77) Fix several potential crash cases reported by Sentry
Expand Down
3 changes: 2 additions & 1 deletion lib/objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,8 @@ module.exports = {
max: 255,
states: {
0: 'ok',
38: 'water empty'
38: 'water empty',
39: 'Waste water tank full'
}
},
native: {}
Expand Down

0 comments on commit 66d748c

Please sign in to comment.