We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4613a31 commit 2a8b11eCopy full SHA for 2a8b11e
examples/alarm/alarm.py
@@ -31,7 +31,6 @@
31
occurred_at=datetime.now(),
32
severity_level=AlarmSeverityLevel.HIGH,
33
condition="Temperature exceeded threshold",
34
- message="Temperature sensor reading: 85°C",
35
),
36
)
37
# Returns instance_id - a server-generated unique identifier for this specific alarm occurrence
@@ -49,7 +48,6 @@
49
48
50
severity_level=AlarmSeverityLevel.CRITICAL,
51
condition="Temperature critically high",
52
- message="Temperature sensor reading: 95°C",
53
54
55
client.create_or_update_alarm(update_request)
0 commit comments