Skip to content

Commit 9282075

Browse files
authored
fix: Alarm Client Severity Level Documentation Changes (#184)
1 parent ee6e16e commit 9282075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nisystemlink/clients/alarm/models/_alarm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class AlarmTransition(JsonModel):
5757
Valid values for CLEAR transitions are [-1, -1].
5858
Valid values for SET transitions are [1, 2147483647].
5959
Note that the SystemLink Alarm UI only has display strings for SET severities in the range [1, 4].
60-
The AlarmSeverityLevel enum provides values for standard severity levels.
60+
The :class:`AlarmSeverityLevel` enum provides values for standard severity levels.
6161
"""
6262

6363
value: str

nisystemlink/clients/alarm/models/_create_or_update_alarm_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CreateAlarmTransition(JsonModel):
2222
Valid values for CLEAR transitions are [-1, -1].
2323
Valid values for SET transitions are [1, 2147483647].
2424
Note that the SystemLink Alarm UI only has display strings for SET severities in the range [1, 4].
25-
The AlarmSeverityLevel enum provides values for standard severity levels.
25+
The :class:`AlarmSeverityLevel` enum provides values for standard severity levels.
2626
"""
2727

2828
value: str | None = None

0 commit comments

Comments
 (0)