Skip to content

Commit

Permalink
Update tanks.js to report capacity in liters
Browse files Browse the repository at this point in the history
  • Loading branch information
rajlaud authored Jan 29, 2024
1 parent b7b0568 commit d9db83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversions/tanks.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = (app, plugin) => {
"Instance": tank.instanceId,
Type: type,
Level: currentLevel * 100,
Capacity: capacity
Capacity: capacity * 1000
})
}

Expand Down

0 comments on commit d9db83f

Please sign in to comment.