main
emehmet 3 years ago
parent f1b7115498
commit 5c0d2003e3

@ -275,6 +275,9 @@ export type MongoAssetAlarmSetup = {
ALARM_TYPE: string; ALARM_TYPE: string;
ALARM_PROPS: { ALARM_PROPS: {
SPEED_LIMIT: number; SPEED_LIMIT: number;
START_TIME: number;
END_TIME: number;
SHIFT_TYPE: boolean;
}; };
BY_DEVICE: { BY_DEVICE: {
IN_DEVICE: boolean; IN_DEVICE: boolean;
@ -285,6 +288,7 @@ export type MongoAssetAlarmSetup = {
UPDATED_AT: Date; UPDATED_AT: Date;
}; };
export type MongoAssetAlarmNotification = { export type MongoAssetAlarmNotification = {
_id: ObjectId; _id: ObjectId;
AID: number; AID: number;

Loading…
Cancel
Save