Merge branch 'main' of gitlab.com:skyrainstudioindonesia-group/vega-cloud
This commit is contained in:
@@ -19,6 +19,7 @@ export const router = new Elysia({
|
||||
}
|
||||
return result
|
||||
}, {
|
||||
verifyKey: true,
|
||||
body: deviceCommandBody,
|
||||
response: deviceCommandResponseSchema,
|
||||
detail: {
|
||||
@@ -49,6 +50,7 @@ export const router = new Elysia({
|
||||
return { status: 'internal_error', message: 'Server error' }
|
||||
}
|
||||
}, {
|
||||
verifyKey: true,
|
||||
query: deviceQueryParams,
|
||||
response: deviceQueryResponseSchema,
|
||||
detail: {
|
||||
|
||||
Reference in New Issue
Block a user