skeldjs
    Preparing search index...

    Interface SecurityCameraEvent<RoomType>

    interface SecurityCameraEvent<RoomType extends StatefulRoom> {
        room: RoomType;
        security: SecurityCameraSystem<RoomType>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    room: RoomType

    The room or client that the event came from.

    The security cameras that the event is for.