Type Alias ReadCharacteristicsCallback

ReadCharacteristicsCallback: (
    error: HAPHttpError | undefined,
    response?: CharacteristicsReadResponse,
) => void

Type declaration