From bb73350613cdbb71fe883fc61738a54ff28d1097 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 14 Jun 2023 08:43:08 -0700 Subject: [PATCH] Minor edit --- buildscript/constants.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildscript/constants.toml b/buildscript/constants.toml index 6a1e1e6..450c1a0 100644 --- a/buildscript/constants.toml +++ b/buildscript/constants.toml @@ -75,6 +75,12 @@ strings = "ppq" value = "1e-15" unit = true +[[constant]] +enum_name = "WH" +strings = "Wh" +value = "W * hour" +unit = true + [[constant]] enum_name = "KWH" strings = "kWh"