Skip to content

Commit 1df51cc

Browse files
committed
final edits based on meeting feedback
1 parent 2d4faca commit 1df51cc

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Common.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ \section{Big List of Attributes}\label{sec:BLOA}
873873
\aGovDesc
874874
\aWaterFlowDesc
875875
\aDewPointDesc
876+
\aHumidityDesc
876877
\aPumpSpeedDesc
877878
\aPressureDiffDesc
878879
\aValvePositionDesc

PowerAPI_Community.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,14 +472,17 @@
472472
\newcommand{\aDewPointDesc}{%
473473
\attribute{DewPoint} {\aG }{\dbl }{The dew point temperature in degrees Celsius.}
474474
}
475+
\newcommand{\aHumidityDesc}{%
476+
\attribute{Humidity} {\aG }{\dbl }{The current relative humidity in percentage.}
477+
}
475478
\newcommand{\aPumpSpeedDesc}{%
476-
\attribute{PumpSpeed} {\aG }{\dbl }{The current speed of a pump expressed in percentage of maximum speed.}
479+
\attribute{PumpSpeed} {\aGS }{\dbl }{The current speed of a pump expressed in percentage of maximum speed.}
477480
}
478481
\newcommand{\aPressureDiffDesc}{%
479482
\attribute{PressureDiff} {\aG }{\dbl }{The liquid pressure differential at the object expressed in kPa.}
480483
}
481484
\newcommand{\aValvePositionDesc}{%
482-
\attribute{Valve Position} {\aG }{\dbl }{The current valve position of the associated liquid valve.}
485+
\attribute{Valve Position} {\aGS }{\dbl }{The current valve position of the associated liquid valve.}
483486
}
484487
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
485488
%%% The big list of metadata
@@ -625,7 +628,7 @@
625628
%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
626629
%\texttt{PWR\_MD\_LIQUID\_MAX\_PRESSUE} & Get & double & The maxmium pressure in the cooling liquid line.\\
627630
\newcommand{\mLiquidMaxPressure}{%
628-
\metadata{liquid\_max\_pressure} {\aG}{\dbl}{Denotes the maximum pressue in Bar or PSI?????.}%
631+
\metadata{liquid\_max\_pressure} {\aG}{\dbl}{Denotes the maximum pressue in kPa.}%
629632
}
630633
%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
631634

0 commit comments

Comments
 (0)