Last modified by Hera Guo on 2024/11/11 17:08

From version 50.1
edited by Hera Guo
on 2024/11/07 09:55
Change comment: There is no comment for this version
To version 34.1
edited by Hera Guo
on 2024/11/06 14:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,10 @@
1 +**Table of Contents:**
1 1  
3 +{{toc/}}
2 2  
3 3  
6 +
7 +
4 4  = 1. About this demo =
5 5  
6 6  This demo is to show the installation for various sensors in Dragino Office, Dragino Facotry & ThingsEye Office. It covers various types of sensors such as Temperature, Humidity, CO2, Water Flow, Vibration & many many.
... ... @@ -250,10 +250,7 @@
250 250  return res;
251 251  {{/code}}
252 252  
253 -(% class="wikigeneratedid" %)
254 -[[image:1730770875793-351.png]]
255 -
256 -(% class="wikigeneratedid" %)
257 +(% class="wikigeneratedid" id="H" %)
257 257  **Actions:**We need to implement the function of entering the details interface through the corresponding device icon, so in this module, we need to add actions to achieve redirection
258 258  
259 259  {{code language="none"}}
... ... @@ -327,7 +327,7 @@
327 327  [[image:1730771228766-212.png]]
328 328  
329 329  (% class="wikigeneratedid" id="HEditdeviceFF1A" %)
330 -**Edit device:**Implementation function: Device editing
331 +Edit device:Implementation function: Device editing
331 331  
332 332  [[image:1730771256045-238.png]]
333 333  
... ... @@ -427,7 +427,8 @@
427 427  }
428 428  {{/code}}
429 429  
430 -**Delete device:**Implementation function: Device deletion
431 +(% class="wikigeneratedid" id="H" %)
432 +Delete device:Implementation function: Device deletion
431 431  
432 432  [[image:1730771318657-502.png]]
433 433  
... ... @@ -460,7 +460,7 @@
460 460  
461 461  {{/code}}
462 462  
463 -**jump:I**mplementation function: Jump to the device details page
465 +jump:Implementation function: Jump to the device details page
464 464  
465 465  [[image:1730771386258-676.png]]
466 466  
... ... @@ -522,7 +522,7 @@
522 522  {{/code}}
523 523  
524 524  (% class="wikigeneratedid" id="H-1" %)
525 -**Add device:**Implementation function: Add device
527 +Add device:Implementation function: Add device
526 526  
527 527  [[image:1730771441589-122.png]]
528 528  
... ... @@ -591,7 +591,7 @@
591 591  
592 592  ==== ====
593 593  
594 -===== 4.1.2.2.3 Asset Alarm: =====
596 +===== **4.1.2.2.3 Asset Alarm:** =====
595 595  
596 596  **Data:**
597 597  
... ... @@ -599,19 +599,17 @@
599 599  
600 600  ==== 4.1.2.3、Configure the first layer menu interface ====
601 601  
602 -===== 4.1.2.3.1 Map: =====
604 +===== 4.1.2.3.1 **Map:** =====
603 603  
604 604  **Data:**
605 605  
606 -===== =====
607 -
608 608  [[image:1730710271230-716.png||height="729" width="1427"]]
609 609  
610 -**Actions**:The map interface has two actions, among which Select supermarket can refresh the device list and related alarms on the right side to enter the location, and Supermarket_detail can jump to the second level physical interface to view the details of the location based on the selected location
610 +Actions:The map interface has two actions, among which Select supermarket can refresh the device list and related alarms on the right side to enter the location, and Supermarket_detail can jump to the second level physical interface to view the details of the location based on the selected location
611 611  
612 612  [[image:1730710850458-781.png||height="770" width="1429"]]
613 613  
614 -**Select supermarket:**Implementation function: Refresh the side page
614 +Select supermarket:Implementation function: Refresh the side page
615 615  
616 616  {{code language="none"}}
617 617  var params = widgetContext.stateController.getStateParams();
... ... @@ -626,7 +626,7 @@
626 626  
627 627  [[image:1730710875401-848.png||height="767" width="1429"]]
628 628  
629 -**Supermarket_detail:**Implementation function: Jump to the asset details page
629 +Supermarket_detail:Implementation function: Jump to the asset details page
630 630  
631 631  {{code language="none"}}
632 632  var params = JSON.parse(JSON.stringify(widgetContext.stateController.getStateParams()));
... ... @@ -663,7 +663,7 @@
663 663  
664 664  [[image:1730710693066-349.png||height="772" width="1439"]]
665 665  
666 -**Actions:**The Assets List interface has an action, which is the same as the Supermarket_details in the Map. You can jump to the second level entity interface to view the details of the selected location based on its location
666 +Actions:The Assets List interface has an action, which is the same as the Supermarket_details in the Map. You can jump to the second level entity interface to view the details of the selected location based on its location
667 667  
668 668  [[image:1730712335338-750.png||height="751" width="1423"]]
669 669