Class AlarmEvent
- Namespace
- RustPlusApi.Fcm.Data.Events
- Assembly
- RustPlusApi.Fcm.dll
Describes a Rust+ smart alarm that has been triggered.
public sealed record AlarmEvent : IEquatable<AlarmEvent>
- Inheritance
-
AlarmEvent
- Implements
- Inherited Members
Properties
Message
The alarm message configured in the Rust+ app.
public string Message { get; init; }
Property Value
Title
The alarm title configured in the Rust+ app.
public string Title { get; init; }