Skip to content

Commit ce249a6

Browse files
committed
Bugfix: Support nested device fields in visual
- Update RxMER Profile Performance visual payload mapping - Read device info from with legacy fallback - Keep MacAddress and Device Info table populated for both shapes - Refresh header update timestamp and visual-rules reference - 2026-03-02 00:59:28
1 parent b180aa5 commit ce249a6

11 files changed

Lines changed: 100 additions & 64 deletions

docs/visual-previews/MultiCapture/RxMER/Ofdm-RxMER-Analysis-Heat-Map.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/visual-previews/MultiCapture/RxMER/Ofdm-RxMER-Analysis-Min-Avg-Max.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/visual-previews/MultiCapture/RxMER/Ofdm-RxMER-Analysis-Profile-Performance-1.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/visual/MultiCapture/RxMER/Ofdm-RxMER-Analysis-Heat-Map.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -585,17 +585,23 @@ Preview is best-effort. Some templates may rely on Postman-specific APIs that ar
585585

586586
````json
587587
{
588+
"system_description": {
589+
"HW_REV": "1.0",
590+
"VENDOR": "LANCity",
591+
"BOOTR": "NONE",
592+
"SW_REV": "1.0.0",
593+
"MODEL": "LCPET-3"
594+
},
588595
"status": 0,
589596
"message": "Analysis RXMER_HEAT_MAP completed for group 0529a910c8b34b2f",
590597
"device": {
591-
"mac_address": "b0:f5:30:83:69:c0",
598+
"mac_address": "aa:bb:cc:dd:ee:ff",
592599
"system_description": {
593-
"HW_REV": "0B",
594-
"VENDOR": "Hitron Technologies",
595-
"BOOTR": "2022.01-MXL-v-4.0.369",
596-
"SW_REV": "8.5.0.0.1b4",
597-
"MODEL": "CGNDP4",
598-
"is_empty": false
600+
"HW_REV": "1.0",
601+
"VENDOR": "LANCity",
602+
"BOOTR": "NONE",
603+
"SW_REV": "1.0.0",
604+
"MODEL": "LCPET-3"
599605
}
600606
},
601607
"data": {

docs/visual/MultiCapture/RxMER/Ofdm-RxMER-Analysis-Min-Avg-Max.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -412,11 +412,11 @@ function constructVisualizerPayload() {
412412

413413
let deviceInfo = {
414414
macAddress: sanitizeMac(device.mac_address || response.mac_address, ''),
415-
MODEL: '',
416-
VENDOR: '',
417-
SW_REV: '',
418-
HW_REV: '',
419-
BOOTR: ''
415+
MODEL: 'LCPET-3',
416+
VENDOR: 'LANCity',
417+
SW_REV: '1.0.0',
418+
HW_REV: '1.0',
419+
BOOTR: 'NONE'
420420
};
421421
let captureTime = null;
422422

@@ -473,17 +473,23 @@ pm.visualizer.set(template, constructVisualizerPayload());
473473

474474
````json
475475
{
476+
"system_description": {
477+
"HW_REV": "1.0",
478+
"VENDOR": "LANCity",
479+
"BOOTR": "NONE",
480+
"SW_REV": "1.0.0",
481+
"MODEL": "LCPET-3"
482+
},
476483
"status": 0,
477484
"message": "Analysis MIN_AVG_MAX completed for group ac9aae4629ef4296",
478485
"device": {
479-
"mac_address": "b0:f5:30:83:69:c0",
486+
"mac_address": "aa:bb:cc:dd:ee:ff",
480487
"system_description": {
481-
"HW_REV": "0B",
482-
"VENDOR": "Hitron Technologies",
483-
"BOOTR": "2022.01-MXL-v-4.0.369",
484-
"SW_REV": "8.5.0.0.1b4",
485-
"MODEL": "CGNDP4",
486-
"is_empty": false
488+
"HW_REV": "1.0",
489+
"VENDOR": "LANCity",
490+
"BOOTR": "NONE",
491+
"SW_REV": "1.0.0",
492+
"MODEL": "LCPET-3"
487493
}
488494
},
489495
"data": {

docs/visual/MultiCapture/RxMER/Ofdm-RxMER-Analysis-Profile-Performance-1.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -509,17 +509,23 @@ pm.visualizer.set(template, constructVisualizerPayload());
509509

510510
````json
511511
{
512+
"system_description": {
513+
"HW_REV": "1.0",
514+
"VENDOR": "LANCity",
515+
"BOOTR": "NONE",
516+
"SW_REV": "1.0.0",
517+
"MODEL": "LCPET-3"
518+
},
512519
"status": 0,
513520
"message": "Analysis OFDM_PROFILE_PERFORMANCE_1 completed for group 0529a910c8b34b2f",
514521
"device": {
515-
"mac_address": "b0:f5:30:83:69:c0",
522+
"mac_address": "aa:bb:cc:dd:ee:ff",
516523
"system_description": {
517-
"HW_REV": "0B",
518-
"VENDOR": "Hitron Technologies",
519-
"BOOTR": "2022.01-MXL-v-4.0.369",
520-
"SW_REV": "8.5.0.0.1b4",
521-
"MODEL": "CGNDP4",
522-
"is_empty": false
524+
"HW_REV": "1.0",
525+
"VENDOR": "LANCity",
526+
"BOOTR": "NONE",
527+
"SW_REV": "1.0.0",
528+
"MODEL": "LCPET-3"
523529
}
524530
},
525531
"data": {

0 commit comments

Comments
 (0)