homebridge
    Preparing search index...

    Enumeration ChildMatterMessageType

    IPC message types for Matter child bridges These message types coordinate communication between the main process and Matter child bridge processes

    Index
    ADD_ACCESSORY: "addAccessory"

    Sent to/from child process to add a Matter accessory

    ERROR: "error"

    Sent from child process when an error occurs

    LOAD: "load"

    Sent to child process with bridge configuration

    LOADED: "loaded"

    Sent from child process when configuration has been loaded

    ONLINE: "online"

    Sent from child process when Matter bridge is online and advertising

    READY: "ready"

    Sent from child process when ready to accept configuration

    REMOVE_ACCESSORY: "removeAccessory"

    Sent to/from child process to remove a Matter accessory

    SHUTDOWN: "shutdown"

    Sent to child process to initiate graceful shutdown

    START: "start"

    Sent to child process to start the Matter bridge

    STATUS_UPDATE: "statusUpdate"

    Sent from child process with commissioning and operational status updates