skeldjs
Preparing search index...
core/lib
ElectricalEvent
Interface ElectricalEvent<RoomType>
interface
ElectricalEvent
<
RoomType
extends
StatefulRoom
>
{
room
:
RoomType
;
switchsystem
:
SwitchSystem
<
RoomType
>
;
}
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
RoomEvent
<
RoomType
>
ElectricalEvent
Implemented by
ElectricalSwitchFlipEvent
Index
Properties
room
switchsystem
Properties
room
room
:
RoomType
The room or client that the event came from.
switchsystem
switchsystem
:
SwitchSystem
<
RoomType
>
The electrical system that the event is for.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
room
switchsystem
skeldjs
Loading...
The room or client that the event came from.