@homebridge/hap-nodejs
    Preparing search index...

    Interface SerializedAccessory

    interface SerializedAccessory {
        category: Categories;
        controllers?: SerializedControllerContext[];
        displayName: string;
        lastKnownUsername?: string;
        linkedServices?: Record<string, string[]>;
        services: SerializedService[];
        UUID: string;
    }
    Index

    Properties

    category: Categories
    displayName: string
    lastKnownUsername?: string
    linkedServices?: Record<string, string[]>
    services: SerializedService[]
    UUID: string