zigbee-herdsman
    Preparing search index...

    Interface DeviceInterviewPayload

    interface DeviceInterviewPayload {
        device: Device;
        status: "started" | "successful" | "failed";
    }
    Index

    Properties

    Properties

    device: Device
    status: "started" | "successful" | "failed"