Class SmartDeviceEventArg
- Namespace
- RustPlusApi.Data.Events
- Assembly
- RustPlusApi.dll
Event argument raised when a subscribed binary-state smart device (a smart switch or a smart alarm) changes state.
public sealed record SmartDeviceEventArg : SmartDeviceInfo, IEquatable<SmartDeviceInfo>, IEquatable<SmartDeviceEventArg>
- Inheritance
-
SmartDeviceEventArg
- Implements
- Inherited Members
Properties
Id
Entity ID of the smart device that changed.
public ulong Id { get; init; }