deploy: change method to get status from device

This commit is contained in:
2025-10-15 10:54:05 +07:00
parent c5545ddde2
commit c167f4ec43
6 changed files with 32 additions and 260 deletions
-15
View File
@@ -25,27 +25,12 @@ export const swaggerPlugin = openapi({
],
'components': {
securitySchemes: {
basicAuth: {
type: 'http',
scheme: 'basic',
},
bearerAuth: {
type: 'http',
scheme: 'bearer',
bearerFormat: 'JWT',
},
apiKey: {
type: 'apiKey',
in: 'header',
name: 'X-API-Key',
description: 'API key for authentication',
},
timestamp: {
type: 'apiKey',
in: 'header',
name: 'X-Timestamp',
description: 'UTC timestamp in ISO8601 format',
},
},
},
} as OpenApiDocumentation,