UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

17 lines (16 loc) 352 B
export interface IDtDevice { id: string; name: string; type: string; zoneId: string; deviceType: string; deviceId: string; deviceNetworkId: string; propertyId: string; connectionId: string; hubId: string; isBatteryLowAlertSent: boolean; createdAt: string; updatedAt: string; isActive: boolean; }