File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nisystemlink/clients/alarm/models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments