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

    Interface SerializedService

    interface SerializedService {
        characteristics: SerializedCharacteristic[];
        constructorName?: string;
        displayName: string;
        hiddenService?: boolean;
        optionalCharacteristics?: SerializedCharacteristic[];
        primaryService?: boolean;
        subtype?: string;
        UUID: string;
    }
    Index

    Properties

    characteristics: SerializedCharacteristic[]
    constructorName?: string
    displayName: string
    hiddenService?: boolean
    optionalCharacteristics?: SerializedCharacteristic[]
    primaryService?: boolean
    subtype?: string
    UUID: string