From 4d5c4ce9124875f972cc9f30c0816efb56d2335b Mon Sep 17 00:00:00 2001 From: David Sanner <741986+davidsanner@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:06:11 -0800 Subject: [PATCH] Add description to 2nd tank volume calc Help with any confusion about the two conflicting currentVolume calculations. --- calcs/tankVolume2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/calcs/tankVolume2.js b/calcs/tankVolume2.js index 71b2f8a..de9bca5 100644 --- a/calcs/tankVolume2.js +++ b/calcs/tankVolume2.js @@ -6,6 +6,7 @@ module.exports = function (app, plugin) { group: 'tanks', optionKey: 'tankVolume2_' + instance, title: 'Tank ' + instance + ' Volume', + title: 'Tank ' + instance + ' Volume (alternate currentVolume calculation using currentLevel and capacity, select only one calculation per tank.)', derivedFrom: function () { return [ 'tanks.' + instance + '.currentLevel',