Merge branch 'master' of https://gitea.mjm-staging.developers-homelab.net/BIMS/BIMS
This commit is contained in:
commit
b49177cd5f
@ -1152,7 +1152,7 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
|
||||
getAlarmSub(data);
|
||||
}
|
||||
|
||||
alarmIconBlink();
|
||||
alarmIconBlink(data);
|
||||
});
|
||||
getAlarm();
|
||||
});
|
||||
|
@ -780,7 +780,7 @@ function getOtherAlarmByBaja(
|
||||
startUrl +
|
||||
"timestamp.millis <= " +
|
||||
endDate_millisecond +
|
||||
" and normalTime " +
|
||||
" and sourceState " +
|
||||
_recoverState +
|
||||
" and ackState " +
|
||||
_ackState +
|
||||
@ -820,10 +820,10 @@ function getOtherAlarmByBaja(
|
||||
main.ackedTime = record.get("ackTime").$cEncStr;
|
||||
main.ackState = record.get("ackState").$ordinal;
|
||||
if (_sourceTmp.includes("undefined")) {
|
||||
main.buildingFloorName_zh = "無";
|
||||
main.alarmClass = "系統/設備異常";
|
||||
main.sourceTmp = "無";
|
||||
main.msgText = "";
|
||||
main.buildingFloorName_zh = "";
|
||||
//main.alarmClass = "系統異常";
|
||||
main.sourceTmp = "";
|
||||
//main.msgText = "";
|
||||
_result.data.push(main);
|
||||
}
|
||||
|
||||
@ -901,10 +901,10 @@ function getAllDeviceAlarmByBaja(
|
||||
main.ackState = record.get("ackState").$ordinal;
|
||||
if (_sourceTmp.includes("undefined")) {
|
||||
// console.log(main.ackState)
|
||||
main.buildingFloorName_zh = "無";
|
||||
main.alarmClass = "系統/設備異常";
|
||||
main.sourceTmp = "無";
|
||||
main.msgText = "";
|
||||
main.buildingFloorName_zh = "";
|
||||
//main.alarmClass = "系統異常";
|
||||
main.sourceTmp = "";
|
||||
//main.msgText = "";
|
||||
}
|
||||
_result.data.push(main);
|
||||
_index++;
|
||||
|
Loading…
Reference in New Issue
Block a user