Table of Contents

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 int? EntityId { get; init; }

Property Value

int?

EntityName

The entity name as configured in the Rust+ app.

public string? EntityName { get; init; }

Property Value

string

EntityType

Entity type: 1 = Smart Switch, 2 = Smart Alarm, 3 = Storage Monitor.

public int? EntityType { get; init; }

Property Value

int?