Merge branch 'master' of https://gitea.mjm-staging.developers-homelab.net/BIMS/BIMS
This commit is contained in:
commit
e5b20132ad
@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
data.point_name == norDevPoiName &&
|
data.point_name == norDevPoiName &&
|
||||||
data.value == matchDevice.device_normal_point_value &&
|
(data.value == matchDevice.device_normal_point_value || norDevPoiName === errDevPoiName) &&
|
||||||
!deviceNormalArr.some(
|
!deviceNormalArr.some(
|
||||||
({ device_number }) => device_number === matchDevice.device_number
|
({ device_number }) => device_number === matchDevice.device_number
|
||||||
)
|
)
|
||||||
|
@ -624,7 +624,7 @@
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
data.point_name == norDevPoiName &&
|
data.point_name == norDevPoiName &&
|
||||||
data.value == matchDevice.device_normal_point_value &&
|
(data.value == matchDevice.device_normal_point_value || norDevPoiName === errDevPoiName) &&
|
||||||
!deviceScatterNormalArr.some(
|
!deviceScatterNormalArr.some(
|
||||||
({ device_number }) => data.device_number_full === device_number
|
({ device_number }) => data.device_number_full === device_number
|
||||||
)
|
)
|
||||||
|
@ -910,6 +910,7 @@ async function testNewLight(dataList) {
|
|||||||
|
|
||||||
//------------------- 加入熱點 -----------------
|
//------------------- 加入熱點 -----------------
|
||||||
async function addHotPoint(data) {
|
async function addHotPoint(data) {
|
||||||
|
if (pageAct.sysMainTag == null && pageAct.sysSubTag == null) return
|
||||||
var viewer = data.target ? data.target : data;
|
var viewer = data.target ? data.target : data;
|
||||||
const dataVizExtn = await viewer.loadExtension("Autodesk.DataVisualization");
|
const dataVizExtn = await viewer.loadExtension("Autodesk.DataVisualization");
|
||||||
const DataVizCore = Autodesk.DataVisualization.Core;
|
const DataVizCore = Autodesk.DataVisualization.Core;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user