Added support for cubic meters per second (CMS)

This commit is contained in:
Luke Butler
2023-02-20 09:43:42 -05:00
parent 639e0377d6
commit 843f1f4e37
14 changed files with 52 additions and 9 deletions

View File

@@ -87,6 +87,7 @@
#define w_MLD "MLD"
#define w_CMH "CMH"
#define w_CMD "CMD"
#define w_CMS "CMS"
#define w_SI "SI"
#define w_PSI "PSI"
@@ -236,6 +237,7 @@
#define u_IMGD "Imgd"
#define u_LPS "L/s"
#define u_LPM "Lpm"
#define u_CMS "m3/s"
#define u_CMH "m3/h"
#define u_CMD "m3/d"
#define u_MLD "ML/d"