Skip to content

Commit

Permalink
change tank/temp error "disconnected" to "open circuit"
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkjanfaber committed May 28, 2024
1 parent d73a9d2 commit 5d9a588
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -4790,9 +4790,10 @@
"name": "Tank sensor status",
"enum": {
"0": "Ok",
"1": "Disconnected",
"1": "Open circuit",
"2": "Short circuited",
"3": "Unknown"
"3": "Reverse polarity",
"4": "Unknown"
}
}
]
Expand Down Expand Up @@ -4851,7 +4852,7 @@
"name": "Sensor status",
"enum": {
"0": "Ok",
"1": "Disconnected",
"1": "Open circuit",
"2": "Short circuited",
"3": "Reverse polarity",
"4": "Unknown"
Expand Down

0 comments on commit 5d9a588

Please sign in to comment.