Class SmartSwitchInfo
- Namespace
- RustPlusApi.Data.Entities
- Assembly
- RustPlusApi.dll
State of a smart switch entity.
public record SmartSwitchInfo : IEquatable<SmartSwitchInfo>
- Inheritance
-
SmartSwitchInfo
- Implements
- Derived
- Inherited Members
Properties
IsActive
true if the switch is currently on.
public bool IsActive { get; init; }