Skip to content

Commit 3d986e0

Browse files
committed
Fix alertState property type in schema doc.
1 parent c1fbcac commit 3d986e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Example document.
199199
* _**_alarmed_**_ [Boolean] - When true means the point is alarmed. **Mandatory parameter**.
200200
* _**_alarmRange_**_ [Double] - Current alarm range for analog tags. 0=normal, 1=hiLimit violated, -1=loLimit violated. **Mandatory parameter**.
201201
* _**_alerted_**_ [Boolean] - When true means the point is alerted (Grafana alert). **Optional parameter**.
202-
* _**_alertState_**_ [Boolean] - Grafana alert state name. **Optional parameter**.
202+
* _**_alertState_**_ [String] - Grafana alert state name. **Optional parameter**.
203203
* _**_historianLastValue_**_ [Double] - Last value sent to historian (for dead band processing). Only for analog tags. **Mandatory parameter**.
204204
* _**_invalid_**_ [Boolean] - When true value is considered old or not trusted. **Mandatory parameter**.
205205
* _**_overflow_**_ [Boolean] - Overflow detected for _type=analog_ value. **Mandatory parameter**.

0 commit comments

Comments
 (0)