skeldjs
    Preparing search index...

    Interface ElectricalEvent<RoomType>

    interface ElectricalEvent<RoomType extends StatefulRoom> {
        room: RoomType;
        switchsystem: SwitchSystem<RoomType>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    room: RoomType

    The room or client that the event came from.

    switchsystem: SwitchSystem<RoomType>

    The electrical system that the event is for.