Class EntityEvent
- Namespace
- RustPlusApi.Fcm.Data.Events
- Assembly
- RustPlusApi.Fcm.dll
Identifies a Rust+ entity (smart switch, alarm, or storage monitor) in a pairing notification.
public sealed record EntityEvent : IEquatable<EntityEvent>
- Inheritance
-
EntityEvent
- Implements
- Inherited Members
Properties
EntityId
The entity's Rust+ ID.
public ulong? EntityId { get; init; }
Property Value
EntityName
The entity name as configured in the Rust+ app.
public string? EntityName { get; init; }
Property Value
EntityType
Entity type: Smart Switch, Smart Alarm, or Storage Monitor.
public EntityType? EntityType { get; init; }