Changes for page Outdoor & Indoor signal measuring Solution End User Guide V1.2
Last modified by Hera Guo on 2025/06/10 15:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -102,7 +102,7 @@ 102 102 var data = {}; 103 103 if (bytes.length >= 9) { 104 104 data.flag = bytes[0]; 105 -data.Node_type = " CalculateAVG";105 +data.Node_type = "Dragino_Mapper"; 106 106 data.latitude = parseFloat(((bytes[1] << 24 >>> 0 | bytes[2] << 16 | bytes[3] << 8 | bytes[4]) / 1e6).toFixed(6)); 107 107 data.longitude = parseFloat(((bytes[5] << 24 >>> 0 | bytes[6] << 16 | bytes[7] << 8 | bytes[8]) / 1e6).toFixed(6)); 108 108 ... ... @@ -154,7 +154,7 @@ 154 154 } 155 155 else if(bytes.length==9){ 156 156 data.doorflg = doorflg 157 - data.Node_type = " CalculateAVG"157 + data.Node_type = "Dragino_Mapper" 158 158 data.latitude=parseFloat(((bytes[1]<<24|bytes[2]<<16|bytes[3]<<8|bytes[4])/1000000).toFixed(6)); 159 159 data.longitude=parseFloat(((bytes[5]<<24|bytes[6]<<16|bytes[7]<<8|bytes[8])/1000000).toFixed(6)); 160 160 return data; ... ... @@ -199,7 +199,7 @@ 199 199 200 200 **Subscribe Topic: **The default for Topic is: application/**chirpstack application id**/device/+/event/up(Replace"**chirpstack application id**" with the one which is actually used) 201 201 202 -**SSL Certificates: ** Copy the contents of the certificates and paste them into the linked file below, a total of three certificates are required(Integrated Certificate File demo Download:) 202 +**SSL Certificates: ** Copy the contents of the certificates and paste them into the linked file below, a total of three certificates are required(Integrated Certificate File demo Download: [[Demo.pem>>attach:demo.pem]]) 203 203 204 204 205 205 ----