mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 10:54:55 +00:00
fixed communityUuid
This commit is contained in:
@ -915,6 +915,7 @@ export class DeviceService {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
async getDeviceLogs(deviceUuid: string, query: GetDeviceLogsDto) {
|
||||
try {
|
||||
const deviceDetails = await this.getDeviceByDeviceUuid(deviceUuid);
|
||||
|
||||
Reference in New Issue
Block a user