feat: enhance device status DTO and service with optional properties and environment checks

This commit is contained in:
faris Aljohari
2025-06-18 05:33:43 -06:00
parent 7520b8d9c7
commit 4bf43dab2b
2 changed files with 118 additions and 51 deletions

View File

@ -13,6 +13,7 @@ class StatusDto {
@IsNotEmpty()
value: any;
t?: string | number | Date;
}
export class AddDeviceStatusDto {