From 7a47cd33cf6a55cf3e9bbf401827f44db596bb3b Mon Sep 17 00:00:00 2001 From: Morgan Rae Reschenberg Date: Tue, 19 Mar 2024 14:23:47 -0700 Subject: [PATCH 1/2] Specify AXAPI behaviour for `low`, `high`, and `optimum` meter attributes. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index ee61589..6c9deb4 100644 --- a/index.html +++ b/index.html @@ -11709,7 +11709,7 @@

`high`

AX -
Not mapped
+
Expose "optimal value" via `AXValueDescription` if <value> is greater than or equal to <high>. Expose "suboptial value" if <value> is less than <high> and greater than or equal to <low>.
@@ -12739,7 +12739,7 @@

`low`

AX -
Not mapped
+
Expose "suboptial value" via `AXValueDescription` if <value> is greater than or equal to <low> and less than <high>. If <value> is less than <low>, expose "critical value".
@@ -13995,7 +13995,7 @@

`optimum`

AX -
Not mapped
+
Expose "optimal value" via `AXValueDescription` if <value> is greater than or equal to <optimum>.
From fcaaf191459def9e2135100dcc2528afc2d9fabd Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 20 Mar 2024 08:45:31 -0400 Subject: [PATCH 2/2] Update index.html Co-authored-by: James Nurthen --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6c9deb4..9a697ed 100644 --- a/index.html +++ b/index.html @@ -11709,7 +11709,7 @@

`high`

AX -
Expose "optimal value" via `AXValueDescription` if <value> is greater than or equal to <high>. Expose "suboptial value" if <value> is less than <high> and greater than or equal to <low>.
+
Expose "optimal value" via `AXValueDescription` if <value> is greater than or equal to <high>. Expose "suboptimal value" if <value> is less than <high> and greater than or equal to <low>.