homebridge
    Preparing search index...

    Interface IdentifyHandlers

    Identify cluster handler methods

    interface IdentifyHandlers {
        identify?: MatterCommandHandler<IdentifyRequest>;
    }
    Index

    Properties

    Properties

    identify?: MatterCommandHandler<IdentifyRequest>