feat: update PowerClamp routes to support historical data retrieval

This commit is contained in:
faris Aljohari
2025-04-24 15:08:54 +03:00
parent 1bdb13846f
commit 72e65882b1
2 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export class PowerClampController {
@ApiBearerAuth()
@UseGuards(JwtAuthGuard)
@Get(':powerClampUuid')
@Get(':powerClampUuid/historical')
@ApiOperation({
summary: ControllerRoute.PowerClamp.ACTIONS.GET_ENERGY_SUMMARY,
description: ControllerRoute.PowerClamp.ACTIONS.GET_ENERGY_DESCRIPTION,