Skip to content

Commit

Permalink
Leak state typo fixed (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-quandify authored Oct 21, 2024
1 parent 5123d83 commit a1ab482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/quandify/cubicmeter-1-1-uplink.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ var responseTypes = {
/* Smaller water leakages only availble when using Quandify platform API
as it requires cloud analytics */
var leakStates = {
2: 'medium',
3: 'large',
3: 'medium',
4: 'large',
};

var pipeTypes = {
Expand Down

0 comments on commit a1ab482

Please sign in to comment.