Add avg power and NP to activity summary; NP uses Coggan 30s rolling-average method
This commit is contained in:
@@ -109,6 +109,7 @@ export interface Timeseries {
|
||||
export interface ActivityDetail extends Omit<ActivitySummary, 'detail_url' | 'track_url' | 'preview_coords'> {
|
||||
description: string | null;
|
||||
elevation_loss_m: number | null;
|
||||
np_power_w: number | null;
|
||||
max_power_w: number | null;
|
||||
gear: string | null;
|
||||
device: string | null;
|
||||
|
||||
Reference in New Issue
Block a user