UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

55 lines (54 loc) 1.21 kB
export declare const DT_EVENT_TYPES: { DEVICE: { DEVICE: { CREATED: string; UPDATED: string; DELETED: string; }; STATE: { SET: string; UNKNOWN: string; UPDATED: string; CHANGED: string; }; STATUS: { SET: string; ONLINE: string; OFFLINE: string; UNKNOWN: string; UPDATED: string; CHANGED: string; }; BATTERY: { SET: string; UNKNOWN: string; LOW: string; CRITICAL: string; UPDATED: string; CHANGED: string; }; META_DATA: { SET: string; UPDATED: string; CHANGED: string; }; }; CONNECTION: { CONNECTION: { CREATED: string; UPDATED: string; DELETED: string; }; }; PROPERTY: { PROPERTY: { CREATED: string; UPDATED: string; DELETED: string; }; PREFERENCES: { UPDATED: string; CREATED: string; }; }; };