Preparing search index...
    Index

    Methods

    • Retrieves historical values for the specified query parameters.

      For aggregation methods that require parameters (sma, ema), implementations should use sensible defaults if the parameter array is empty in the PathSpec. For example: sma could default to 5 samples, ema could default to 0.2 alpha.

      Parameters

      Returns Promise<ValuesResponse>

      A promise that resolves to a ValuesResponse containing the requested historical data.