UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

11 lines (10 loc) 212 B
export interface IZone { id: string; name: string; propertyId: string; parentId?: string; zoneTypeId: string; deviceHiveNetworkId?: string; createdAt: string; updatedAt: string; }