Class SmartDeviceInfo
- Namespace
- RustPlusApi.Data.Entities
- Assembly
- RustPlusApi.dll
State of a binary-state smart device (a smart switch or a smart alarm).
public record SmartDeviceInfo : IEquatable<SmartDeviceInfo>
- Inheritance
-
SmartDeviceInfo
- Implements
- Derived
- Inherited Members
Properties
IsActive
true if the device is currently on / triggered.
public bool IsActive { get; init; }