ClusterInstance: MutableCluster<{
    attributes: {
        hardwareVersion: OptionalFixedAttribute<number, any>;
        hardwareVersionString: OptionalFixedAttribute<string, any>;
        manufacturingDate: OptionalFixedAttribute<string, any>;
        nodeLabel: OptionalWritableAttribute<string, any>;
        partNumber: OptionalFixedAttribute<string, any>;
        productAppearance: OptionalFixedAttribute<., any>;
        productLabel: OptionalFixedAttribute<string, any>;
        productName: OptionalFixedAttribute<string, any>;
        productUrl: OptionalFixedAttribute<string, any>;
        reachable: Attribute<boolean, any>;
        serialNumber: OptionalFixedAttribute<string, any>;
        softwareVersion: OptionalFixedAttribute<number, any>;
        softwareVersionString: OptionalFixedAttribute<string, any>;
        uniqueId: OptionalFixedAttribute<string, any>;
        vendorId: OptionalFixedAttribute<VendorId, any>;
        vendorName: OptionalFixedAttribute<string, any>;
    };
    events: {
        leave: OptionalEvent<void, any>;
        reachableChanged: Event<., any>;
        shutDown: OptionalEvent<void, any>;
        startUp: OptionalEvent<., any>;
    };
    id: 57;
    name: "BridgedDeviceBasicInformation";
    revision: 3;
}, []>

Type declaration