Searched refs:supportedCollectionFunctions (Results 1 – 1 of 1) sorted by relevance
98 nlohmann::json::array_t supportedCollectionFunctions; in handleTelemetryServiceGet() local99 supportedCollectionFunctions.emplace_back("Maximum"); in handleTelemetryServiceGet()100 supportedCollectionFunctions.emplace_back("Minimum"); in handleTelemetryServiceGet()101 supportedCollectionFunctions.emplace_back("Average"); in handleTelemetryServiceGet()102 supportedCollectionFunctions.emplace_back("Summation"); in handleTelemetryServiceGet()105 std::move(supportedCollectionFunctions); in handleTelemetryServiceGet()