hap-nodejs
    Preparing search index...

    Interface SerializedCharacteristic

    interface SerializedCharacteristic {
        constructorName?: string;
        displayName: string;
        eventOnlyCharacteristic: boolean;
        props: CharacteristicProps;
        UUID: string;
        value: Nullable<CharacteristicValue>;
    }
    Index

    Properties

    constructorName?: string
    displayName: string
    eventOnlyCharacteristic: boolean
    UUID: string