[Frontend] 移除燈控的取得資料、熱圖設定成四色
This commit is contained in:
		
							parent
							
								
									b0e9ba73f0
								
							
						
					
					
						commit
						92b6fd6de9
					
				@ -349,7 +349,7 @@
 | 
			
		||||
 | 
			
		||||
    function show3DModel(urn) {
 | 
			
		||||
        $(loadEle).Loading("start");
 | 
			
		||||
        getLightData(allDevList);
 | 
			
		||||
        //getLightData(allDevList);
 | 
			
		||||
        launchViewerForHotspot(urn, (viewer, nodeIds) => {
 | 
			
		||||
            showHeat("[name=forgeHeatBar]");
 | 
			
		||||
            let devDbIds = allDevList.map(x => x.forge_dbid);
 | 
			
		||||
 | 
			
		||||
@ -928,8 +928,8 @@ async function loadHeatmaps(model) {
 | 
			
		||||
 | 
			
		||||
    // Setup surface shading
 | 
			
		||||
    await dataVizExtn.setupSurfaceShading(model, heatmapData);
 | 
			
		||||
 | 
			
		||||
    dataVizExtn.registerSurfaceShadingColors("temperature", [0xff0000, 0x0000ff]);
 | 
			
		||||
    const sensorColors = [0x0000ff, 0x00ff00, 0xffff00, 0xff0000];//0 ~ 1 藍綠黃紅
 | 
			
		||||
    dataVizExtn.registerSurfaceShadingColors("temperature", sensorColors);
 | 
			
		||||
 | 
			
		||||
    function getSensorValue(device, sensorType) {
 | 
			
		||||
        return sensorVals[parseInt(device.id.slice(-1)) - 1];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user