blob: 8b3ca35eddffa8a9cf5efb03cb2a19271d7f91aa [file] [log] [blame]
Vishwanatha Subbannac1c00882021-04-21 10:12:30 -05001{
2 "leds" : [
3 {
4 "group" : "bmc_booted",
5 "members" : [
6 {
7 "Name" : "front_sys_pwron0",
8 "Action" : "Blink",
9 "DutyOn" : 50,
10 "Period" : 1000,
11 "Priority" : "On"
12 }
13 ]
14 },
15 {
16 "group" : "power_on",
17 "members" : [
18 {
19 "Name" : "front_sys_pwron0",
20 "Action" : "On",
21 "DutyOn" : 50,
22 "Period" : 0,
23 "Priority" : "On"
24 }
25 ]
26 },
27 {
28 "group" : "partition_system_attention_indicator",
29 "members" : [
30 {
31 "Name" : "front_check_log0",
32 "Action" : "On",
33 "DutyOn" : 50,
34 "Period" : 0,
35 "Priority" : "Blink"
36 }
37 ]
38 },
39 {
40 "group" : "platform_system_attention_indicator",
41 "members" : [
42 {
43 "Name" : "front_check_log0",
44 "Action" : "On",
45 "DutyOn" : 50,
46 "Period" : 0,
47 "Priority" : "Blink"
48 }
49 ]
50 },
51 {
52 "group" : "enclosure_fault",
53 "members" : [
54 {
55 "Name" : "front_enc_fault1",
56 "Action" : "On",
57 "DutyOn" : 50,
58 "Period" : 0,
59 "Priority" : "Blink"
60 },
61 {
62 "Name" : "rear_enc_fault0",
63 "Action" : "On",
64 "DutyOn" : 50,
65 "Period" : 0,
66 "Priority" : "Blink"
67 },
68 {
69 "Name" : "virtual_enc_fault",
70 "Action" : "On",
71 "DutyOn" : 50,
72 "Period" : 0,
73 "Priority" : "Blink"
74 }
75 ]
76 },
77 {
78 "group" : "enclosure_identify",
79 "members" : [
80 {
81 "Name" : "front_sys_id0",
82 "Action" : "Blink",
83 "DutyOn" : 50,
84 "Period" : 1000,
85 "Priority" : "Blink"
86 },
87 {
88 "Name" : "rear_enc_id0",
89 "Action" : "Blink",
90 "DutyOn" : 50,
91 "Period" : 1000,
92 "Priority" : "Blink"
93 },
94 {
95 "Name" : "virtual_enc_id",
96 "Action" : "Blink",
97 "DutyOn" : 50,
98 "Period" : 1000,
99 "Priority" : "Blink"
100 }
101 ]
102 },
103 {
104 "group" : "fan0_fault",
105 "members" : [
106 {
107 "Name" : "fan0",
108 "Action" : "On",
109 "DutyOn" : 50,
110 "Period" : 0,
111 "Priority" : "Blink"
112 },
113 {
114 "Name" : "front_enc_fault1",
115 "Action" : "On",
116 "DutyOn" : 50,
117 "Period" : 0,
118 "Priority" : "Blink"
119 },
120 {
121 "Name" : "rear_enc_fault0",
122 "Action" : "On",
123 "DutyOn" : 50,
124 "Period" : 0,
125 "Priority" : "Blink"
126 },
127 {
128 "Name" : "virtual_enc_fault",
129 "Action" : "On",
130 "DutyOn" : 50,
131 "Period" : 0,
132 "Priority" : "Blink"
133 }
134 ]
135 },
136 {
137 "group" : "fan0_identify",
138 "members" : [
139 {
140 "Name" : "fan0",
141 "Action" : "Blink",
142 "DutyOn" : 50,
143 "Period" : 1000,
144 "Priority" : "Blink"
145 },
146 {
147 "Name" : "front_sys_id0",
148 "Action" : "On",
149 "DutyOn" : 50,
150 "Period" : 0,
151 "Priority" : "Blink"
152 },
153 {
154 "Name" : "rear_enc_id0",
155 "Action" : "On",
156 "DutyOn" : 50,
157 "Period" : 0,
158 "Priority" : "Blink"
159 },
160 {
161 "Name" : "virtual_enc_id",
162 "Action" : "On",
163 "DutyOn" : 50,
164 "Period" : 0,
165 "Priority" : "Blink"
166 }
167 ]
168 },
169 {
170 "group" : "fan1_fault",
171 "members" : [
172 {
173 "Name" : "fan1",
174 "Action" : "On",
175 "DutyOn" : 50,
176 "Period" : 0,
177 "Priority" : "Blink"
178 },
179 {
180 "Name" : "front_enc_fault1",
181 "Action" : "On",
182 "DutyOn" : 50,
183 "Period" : 0,
184 "Priority" : "Blink"
185 },
186 {
187 "Name" : "rear_enc_fault0",
188 "Action" : "On",
189 "DutyOn" : 50,
190 "Period" : 0,
191 "Priority" : "Blink"
192 },
193 {
194 "Name" : "virtual_enc_fault",
195 "Action" : "On",
196 "DutyOn" : 50,
197 "Period" : 0,
198 "Priority" : "Blink"
199 }
200 ]
201 },
202 {
203 "group" : "fan1_identify",
204 "members" : [
205 {
206 "Name" : "fan1",
207 "Action" : "Blink",
208 "DutyOn" : 50,
209 "Period" : 1000,
210 "Priority" : "Blink"
211 },
212 {
213 "Name" : "front_sys_id0",
214 "Action" : "On",
215 "DutyOn" : 50,
216 "Period" : 0,
217 "Priority" : "Blink"
218 },
219 {
220 "Name" : "rear_enc_id0",
221 "Action" : "On",
222 "DutyOn" : 50,
223 "Period" : 0,
224 "Priority" : "Blink"
225 },
226 {
227 "Name" : "virtual_enc_id",
228 "Action" : "On",
229 "DutyOn" : 50,
230 "Period" : 0,
231 "Priority" : "Blink"
232 }
233 ]
234 },
235 {
236 "group" : "fan2_fault",
237 "members" : [
238 {
239 "Name" : "fan2",
240 "Action" : "On",
241 "DutyOn" : 50,
242 "Period" : 0,
243 "Priority" : "Blink"
244 },
245 {
246 "Name" : "front_enc_fault1",
247 "Action" : "On",
248 "DutyOn" : 50,
249 "Period" : 0,
250 "Priority" : "Blink"
251 },
252 {
253 "Name" : "rear_enc_fault0",
254 "Action" : "On",
255 "DutyOn" : 50,
256 "Period" : 0,
257 "Priority" : "Blink"
258 },
259 {
260 "Name" : "virtual_enc_fault",
261 "Action" : "On",
262 "DutyOn" : 50,
263 "Period" : 0,
264 "Priority" : "Blink"
265 }
266 ]
267 },
268 {
269 "group" : "fan2_identify",
270 "members" : [
271 {
272 "Name" : "fan2",
273 "Action" : "Blink",
274 "DutyOn" : 50,
275 "Period" : 1000,
276 "Priority" : "Blink"
277 },
278 {
279 "Name" : "front_sys_id0",
280 "Action" : "On",
281 "DutyOn" : 50,
282 "Period" : 0,
283 "Priority" : "Blink"
284 },
285 {
286 "Name" : "rear_enc_id0",
287 "Action" : "On",
288 "DutyOn" : 50,
289 "Period" : 0,
290 "Priority" : "Blink"
291 },
292 {
293 "Name" : "virtual_enc_id",
294 "Action" : "On",
295 "DutyOn" : 50,
296 "Period" : 0,
297 "Priority" : "Blink"
298 }
299 ]
300 },
301 {
302 "group" : "fan3_fault",
303 "members" : [
304 {
305 "Name" : "fan3",
306 "Action" : "On",
307 "DutyOn" : 50,
308 "Period" : 0,
309 "Priority" : "Blink"
310 },
311 {
312 "Name" : "front_enc_fault1",
313 "Action" : "On",
314 "DutyOn" : 50,
315 "Period" : 0,
316 "Priority" : "Blink"
317 },
318 {
319 "Name" : "rear_enc_fault0",
320 "Action" : "On",
321 "DutyOn" : 50,
322 "Period" : 0,
323 "Priority" : "Blink"
324 },
325 {
326 "Name" : "virtual_enc_fault",
327 "Action" : "On",
328 "DutyOn" : 50,
329 "Period" : 0,
330 "Priority" : "Blink"
331 }
332 ]
333 },
334 {
335 "group" : "fan3_identify",
336 "members" : [
337 {
338 "Name" : "fan3",
339 "Action" : "Blink",
340 "DutyOn" : 50,
341 "Period" : 1000,
342 "Priority" : "Blink"
343 },
344 {
345 "Name" : "front_sys_id0",
346 "Action" : "On",
347 "DutyOn" : 50,
348 "Period" : 0,
349 "Priority" : "Blink"
350 },
351 {
352 "Name" : "rear_enc_id0",
353 "Action" : "On",
354 "DutyOn" : 50,
355 "Period" : 0,
356 "Priority" : "Blink"
357 },
358 {
359 "Name" : "virtual_enc_id",
360 "Action" : "On",
361 "DutyOn" : 50,
362 "Period" : 0,
363 "Priority" : "Blink"
364 }
365 ]
Vishwanatha Subbannad6dbb0d2021-04-21 10:04:59 -0500366 },
367 {
368 "group" : "cpu0_fault",
369 "members" : [
370 {
371 "Name" : "cpu0",
372 "Action" : "On",
373 "DutyOn" : 50,
374 "Period" : 0,
375 "Priority" : "Blink"
376 },
377 {
378 "Name" : "front_enc_fault1",
379 "Action" : "On",
380 "DutyOn" : 50,
381 "Period" : 0,
382 "Priority" : "Blink"
383 },
384 {
385 "Name" : "rear_enc_fault0",
386 "Action" : "On",
387 "DutyOn" : 50,
388 "Period" : 0,
389 "Priority" : "Blink"
390 },
391 {
392 "Name" : "virtual_enc_fault",
393 "Action" : "On",
394 "DutyOn" : 50,
395 "Period" : 0,
396 "Priority" : "Blink"
397 }
398 ]
399 },
400 {
401 "group" : "cpu0_identify",
402 "members" : [
403 {
404 "Name" : "cpu0",
405 "Action" : "Blink",
406 "DutyOn" : 50,
407 "Period" : 1000,
408 "Priority" : "Blink"
409 },
410 {
411 "Name" : "front_sys_id0",
412 "Action" : "On",
413 "DutyOn" : 50,
414 "Period" : 0,
415 "Priority" : "Blink"
416 },
417 {
418 "Name" : "rear_enc_id0",
419 "Action" : "On",
420 "DutyOn" : 50,
421 "Period" : 0,
422 "Priority" : "Blink"
423 },
424 {
425 "Name" : "virtual_enc_id",
426 "Action" : "On",
427 "DutyOn" : 50,
428 "Period" : 0,
429 "Priority" : "Blink"
430 }
431 ]
432 },
433 {
434 "group" : "cpu1_fault",
435 "members" : [
436 {
437 "Name" : "cpu1",
438 "Action" : "On",
439 "DutyOn" : 50,
440 "Period" : 0,
441 "Priority" : "Blink"
442 },
443 {
444 "Name" : "front_enc_fault1",
445 "Action" : "On",
446 "DutyOn" : 50,
447 "Period" : 0,
448 "Priority" : "Blink"
449 },
450 {
451 "Name" : "rear_enc_fault0",
452 "Action" : "On",
453 "DutyOn" : 50,
454 "Period" : 0,
455 "Priority" : "Blink"
456 },
457 {
458 "Name" : "virtual_enc_fault",
459 "Action" : "On",
460 "DutyOn" : 50,
461 "Period" : 0,
462 "Priority" : "Blink"
463 }
464 ]
465 },
466 {
467 "group" : "cpu1_identify",
468 "members" : [
469 {
470 "Name" : "cpu1",
471 "Action" : "Blink",
472 "DutyOn" : 50,
473 "Period" : 1000,
474 "Priority" : "Blink"
475 },
476 {
477 "Name" : "front_sys_id0",
478 "Action" : "On",
479 "DutyOn" : 50,
480 "Period" : 0,
481 "Priority" : "Blink"
482 },
483 {
484 "Name" : "rear_enc_id0",
485 "Action" : "On",
486 "DutyOn" : 50,
487 "Period" : 0,
488 "Priority" : "Blink"
489 },
490 {
491 "Name" : "virtual_enc_id",
492 "Action" : "On",
493 "DutyOn" : 50,
494 "Period" : 0,
495 "Priority" : "Blink"
496 }
497 ]
498 },
499 {
500 "group" : "cpu2_fault",
501 "members" : [
502 {
503 "Name" : "cpu2",
504 "Action" : "On",
505 "DutyOn" : 50,
506 "Period" : 0,
507 "Priority" : "Blink"
508 },
509 {
510 "Name" : "front_enc_fault1",
511 "Action" : "On",
512 "DutyOn" : 50,
513 "Period" : 0,
514 "Priority" : "Blink"
515 },
516 {
517 "Name" : "rear_enc_fault0",
518 "Action" : "On",
519 "DutyOn" : 50,
520 "Period" : 0,
521 "Priority" : "Blink"
522 },
523 {
524 "Name" : "virtual_enc_fault",
525 "Action" : "On",
526 "DutyOn" : 50,
527 "Period" : 0,
528 "Priority" : "Blink"
529 }
530 ]
531 },
532 {
533 "group" : "cpu2_identify",
534 "members" : [
535 {
536 "Name" : "cpu2",
537 "Action" : "Blink",
538 "DutyOn" : 50,
539 "Period" : 1000,
540 "Priority" : "Blink"
541 },
542 {
543 "Name" : "front_sys_id0",
544 "Action" : "On",
545 "DutyOn" : 50,
546 "Period" : 0,
547 "Priority" : "Blink"
548 },
549 {
550 "Name" : "rear_enc_id0",
551 "Action" : "On",
552 "DutyOn" : 50,
553 "Period" : 0,
554 "Priority" : "Blink"
555 },
556 {
557 "Name" : "virtual_enc_id",
558 "Action" : "On",
559 "DutyOn" : 50,
560 "Period" : 0,
561 "Priority" : "Blink"
562 }
563 ]
564 },
565 {
566 "group" : "cpu3_fault",
567 "members" : [
568 {
569 "Name" : "cpu3",
570 "Action" : "On",
571 "DutyOn" : 50,
572 "Period" : 0,
573 "Priority" : "Blink"
574 },
575 {
576 "Name" : "front_enc_fault1",
577 "Action" : "On",
578 "DutyOn" : 50,
579 "Period" : 0,
580 "Priority" : "Blink"
581 },
582 {
583 "Name" : "rear_enc_fault0",
584 "Action" : "On",
585 "DutyOn" : 50,
586 "Period" : 0,
587 "Priority" : "Blink"
588 },
589 {
590 "Name" : "virtual_enc_fault",
591 "Action" : "On",
592 "DutyOn" : 50,
593 "Period" : 0,
594 "Priority" : "Blink"
595 }
596 ]
597 },
598 {
599 "group" : "cpu3_identify",
600 "members" : [
601 {
602 "Name" : "cpu3",
603 "Action" : "Blink",
604 "DutyOn" : 50,
605 "Period" : 1000,
606 "Priority" : "Blink"
607 },
608 {
609 "Name" : "front_sys_id0",
610 "Action" : "On",
611 "DutyOn" : 50,
612 "Period" : 0,
613 "Priority" : "Blink"
614 },
615 {
616 "Name" : "rear_enc_id0",
617 "Action" : "On",
618 "DutyOn" : 50,
619 "Period" : 0,
620 "Priority" : "Blink"
621 },
622 {
623 "Name" : "virtual_enc_id",
624 "Action" : "On",
625 "DutyOn" : 50,
626 "Period" : 0,
627 "Priority" : "Blink"
628 }
629 ]
Vishwanatha Subbanna28058462021-04-21 10:09:36 -0500630 },
631 {
632 "group" : "vrm0_fault",
633 "members" : [
634 {
635 "Name" : "vrm0",
636 "Action" : "On",
637 "DutyOn" : 50,
638 "Period" : 0,
639 "Priority" : "Blink"
640 },
641 {
642 "Name" : "front_enc_fault1",
643 "Action" : "On",
644 "DutyOn" : 50,
645 "Period" : 0,
646 "Priority" : "Blink"
647 },
648 {
649 "Name" : "rear_enc_fault0",
650 "Action" : "On",
651 "DutyOn" : 50,
652 "Period" : 0,
653 "Priority" : "Blink"
654 },
655 {
656 "Name" : "virtual_enc_fault",
657 "Action" : "On",
658 "DutyOn" : 50,
659 "Period" : 0,
660 "Priority" : "Blink"
661 }
662 ]
663 },
664 {
665 "group" : "vrm0_identify",
666 "members" : [
667 {
668 "Name" : "vrm0",
669 "Action" : "Blink",
670 "DutyOn" : 50,
671 "Period" : 1000,
672 "Priority" : "Blink"
673 },
674 {
675 "Name" : "front_sys_id0",
676 "Action" : "On",
677 "DutyOn" : 50,
678 "Period" : 0,
679 "Priority" : "Blink"
680 },
681 {
682 "Name" : "rear_enc_id0",
683 "Action" : "On",
684 "DutyOn" : 50,
685 "Period" : 0,
686 "Priority" : "Blink"
687 },
688 {
689 "Name" : "virtual_enc_id",
690 "Action" : "On",
691 "DutyOn" : 50,
692 "Period" : 0,
693 "Priority" : "Blink"
694 }
695 ]
696 },
697 {
698 "group" : "vrm1_fault",
699 "members" : [
700 {
701 "Name" : "vrm1",
702 "Action" : "On",
703 "DutyOn" : 50,
704 "Period" : 0,
705 "Priority" : "Blink"
706 },
707 {
708 "Name" : "front_enc_fault1",
709 "Action" : "On",
710 "DutyOn" : 50,
711 "Period" : 0,
712 "Priority" : "Blink"
713 },
714 {
715 "Name" : "rear_enc_fault0",
716 "Action" : "On",
717 "DutyOn" : 50,
718 "Period" : 0,
719 "Priority" : "Blink"
720 },
721 {
722 "Name" : "virtual_enc_fault",
723 "Action" : "On",
724 "DutyOn" : 50,
725 "Period" : 0,
726 "Priority" : "Blink"
727 }
728 ]
729 },
730 {
731 "group" : "vrm1_identify",
732 "members" : [
733 {
734 "Name" : "vrm1",
735 "Action" : "Blink",
736 "DutyOn" : 50,
737 "Period" : 1000,
738 "Priority" : "Blink"
739 },
740 {
741 "Name" : "front_sys_id0",
742 "Action" : "On",
743 "DutyOn" : 50,
744 "Period" : 0,
745 "Priority" : "Blink"
746 },
747 {
748 "Name" : "rear_enc_id0",
749 "Action" : "On",
750 "DutyOn" : 50,
751 "Period" : 0,
752 "Priority" : "Blink"
753 },
754 {
755 "Name" : "virtual_enc_id",
756 "Action" : "On",
757 "DutyOn" : 50,
758 "Period" : 0,
759 "Priority" : "Blink"
760 }
761 ]
762 },
763 {
764 "group" : "vrm2_fault",
765 "members" : [
766 {
767 "Name" : "vrm2",
768 "Action" : "On",
769 "DutyOn" : 50,
770 "Period" : 0,
771 "Priority" : "Blink"
772 },
773 {
774 "Name" : "front_enc_fault1",
775 "Action" : "On",
776 "DutyOn" : 50,
777 "Period" : 0,
778 "Priority" : "Blink"
779 },
780 {
781 "Name" : "rear_enc_fault0",
782 "Action" : "On",
783 "DutyOn" : 50,
784 "Period" : 0,
785 "Priority" : "Blink"
786 },
787 {
788 "Name" : "virtual_enc_fault",
789 "Action" : "On",
790 "DutyOn" : 50,
791 "Period" : 0,
792 "Priority" : "Blink"
793 }
794 ]
795 },
796 {
797 "group" : "vrm2_identify",
798 "members" : [
799 {
800 "Name" : "vrm2",
801 "Action" : "Blink",
802 "DutyOn" : 50,
803 "Period" : 1000,
804 "Priority" : "Blink"
805 },
806 {
807 "Name" : "front_sys_id0",
808 "Action" : "On",
809 "DutyOn" : 50,
810 "Period" : 0,
811 "Priority" : "Blink"
812 },
813 {
814 "Name" : "rear_enc_id0",
815 "Action" : "On",
816 "DutyOn" : 50,
817 "Period" : 0,
818 "Priority" : "Blink"
819 },
820 {
821 "Name" : "virtual_enc_id",
822 "Action" : "On",
823 "DutyOn" : 50,
824 "Period" : 0,
825 "Priority" : "Blink"
826 }
827 ]
828 },
829 {
830 "group" : "vrm3_fault",
831 "members" : [
832 {
833 "Name" : "vrm3",
834 "Action" : "On",
835 "DutyOn" : 50,
836 "Period" : 0,
837 "Priority" : "Blink"
838 },
839 {
840 "Name" : "front_enc_fault1",
841 "Action" : "On",
842 "DutyOn" : 50,
843 "Period" : 0,
844 "Priority" : "Blink"
845 },
846 {
847 "Name" : "rear_enc_fault0",
848 "Action" : "On",
849 "DutyOn" : 50,
850 "Period" : 0,
851 "Priority" : "Blink"
852 },
853 {
854 "Name" : "virtual_enc_fault",
855 "Action" : "On",
856 "DutyOn" : 50,
857 "Period" : 0,
858 "Priority" : "Blink"
859 }
860 ]
861 },
862 {
863 "group" : "vrm3_identify",
864 "members" : [
865 {
866 "Name" : "vrm3",
867 "Action" : "Blink",
868 "DutyOn" : 50,
869 "Period" : 1000,
870 "Priority" : "Blink"
871 },
872 {
873 "Name" : "front_sys_id0",
874 "Action" : "On",
875 "DutyOn" : 50,
876 "Period" : 0,
877 "Priority" : "Blink"
878 },
879 {
880 "Name" : "rear_enc_id0",
881 "Action" : "On",
882 "DutyOn" : 50,
883 "Period" : 0,
884 "Priority" : "Blink"
885 },
886 {
887 "Name" : "virtual_enc_id",
888 "Action" : "On",
889 "DutyOn" : 50,
890 "Period" : 0,
891 "Priority" : "Blink"
892 }
893 ]
894 },
895 {
896 "group" : "vrm4_fault",
897 "members" : [
898 {
899 "Name" : "vrm4",
900 "Action" : "On",
901 "DutyOn" : 50,
902 "Period" : 0,
903 "Priority" : "Blink"
904 },
905 {
906 "Name" : "front_enc_fault1",
907 "Action" : "On",
908 "DutyOn" : 50,
909 "Period" : 0,
910 "Priority" : "Blink"
911 },
912 {
913 "Name" : "rear_enc_fault0",
914 "Action" : "On",
915 "DutyOn" : 50,
916 "Period" : 0,
917 "Priority" : "Blink"
918 },
919 {
920 "Name" : "virtual_enc_fault",
921 "Action" : "On",
922 "DutyOn" : 50,
923 "Period" : 0,
924 "Priority" : "Blink"
925 }
926 ]
927 },
928 {
929 "group" : "vrm4_identify",
930 "members" : [
931 {
932 "Name" : "vrm4",
933 "Action" : "Blink",
934 "DutyOn" : 50,
935 "Period" : 1000,
936 "Priority" : "Blink"
937 },
938 {
939 "Name" : "front_sys_id0",
940 "Action" : "On",
941 "DutyOn" : 50,
942 "Period" : 0,
943 "Priority" : "Blink"
944 },
945 {
946 "Name" : "rear_enc_id0",
947 "Action" : "On",
948 "DutyOn" : 50,
949 "Period" : 0,
950 "Priority" : "Blink"
951 },
952 {
953 "Name" : "virtual_enc_id",
954 "Action" : "On",
955 "DutyOn" : 50,
956 "Period" : 0,
957 "Priority" : "Blink"
958 }
959 ]
960 },
961 {
962 "group" : "vrm5_fault",
963 "members" : [
964 {
965 "Name" : "vrm5",
966 "Action" : "On",
967 "DutyOn" : 50,
968 "Period" : 0,
969 "Priority" : "Blink"
970 },
971 {
972 "Name" : "front_enc_fault1",
973 "Action" : "On",
974 "DutyOn" : 50,
975 "Period" : 0,
976 "Priority" : "Blink"
977 },
978 {
979 "Name" : "rear_enc_fault0",
980 "Action" : "On",
981 "DutyOn" : 50,
982 "Period" : 0,
983 "Priority" : "Blink"
984 },
985 {
986 "Name" : "virtual_enc_fault",
987 "Action" : "On",
988 "DutyOn" : 50,
989 "Period" : 0,
990 "Priority" : "Blink"
991 }
992 ]
993 },
994 {
995 "group" : "vrm5_identify",
996 "members" : [
997 {
998 "Name" : "vrm5",
999 "Action" : "Blink",
1000 "DutyOn" : 50,
1001 "Period" : 1000,
1002 "Priority" : "Blink"
1003 },
1004 {
1005 "Name" : "front_sys_id0",
1006 "Action" : "On",
1007 "DutyOn" : 50,
1008 "Period" : 0,
1009 "Priority" : "Blink"
1010 },
1011 {
1012 "Name" : "rear_enc_id0",
1013 "Action" : "On",
1014 "DutyOn" : 50,
1015 "Period" : 0,
1016 "Priority" : "Blink"
1017 },
1018 {
1019 "Name" : "virtual_enc_id",
1020 "Action" : "On",
1021 "DutyOn" : 50,
1022 "Period" : 0,
1023 "Priority" : "Blink"
1024 }
1025 ]
1026 },
1027 {
1028 "group" : "vrm6_fault",
1029 "members" : [
1030 {
1031 "Name" : "vrm6",
1032 "Action" : "On",
1033 "DutyOn" : 50,
1034 "Period" : 0,
1035 "Priority" : "Blink"
1036 },
1037 {
1038 "Name" : "front_enc_fault1",
1039 "Action" : "On",
1040 "DutyOn" : 50,
1041 "Period" : 0,
1042 "Priority" : "Blink"
1043 },
1044 {
1045 "Name" : "rear_enc_fault0",
1046 "Action" : "On",
1047 "DutyOn" : 50,
1048 "Period" : 0,
1049 "Priority" : "Blink"
1050 },
1051 {
1052 "Name" : "virtual_enc_fault",
1053 "Action" : "On",
1054 "DutyOn" : 50,
1055 "Period" : 0,
1056 "Priority" : "Blink"
1057 }
1058 ]
1059 },
1060 {
1061 "group" : "vrm6_identify",
1062 "members" : [
1063 {
1064 "Name" : "vrm6",
1065 "Action" : "Blink",
1066 "DutyOn" : 50,
1067 "Period" : 1000,
1068 "Priority" : "Blink"
1069 },
1070 {
1071 "Name" : "front_sys_id0",
1072 "Action" : "On",
1073 "DutyOn" : 50,
1074 "Period" : 0,
1075 "Priority" : "Blink"
1076 },
1077 {
1078 "Name" : "rear_enc_id0",
1079 "Action" : "On",
1080 "DutyOn" : 50,
1081 "Period" : 0,
1082 "Priority" : "Blink"
1083 },
1084 {
1085 "Name" : "virtual_enc_id",
1086 "Action" : "On",
1087 "DutyOn" : 50,
1088 "Period" : 0,
1089 "Priority" : "Blink"
1090 }
1091 ]
1092 },
1093 {
1094 "group" : "vrm7_fault",
1095 "members" : [
1096 {
1097 "Name" : "vrm7",
1098 "Action" : "On",
1099 "DutyOn" : 50,
1100 "Period" : 0,
1101 "Priority" : "Blink"
1102 },
1103 {
1104 "Name" : "front_enc_fault1",
1105 "Action" : "On",
1106 "DutyOn" : 50,
1107 "Period" : 0,
1108 "Priority" : "Blink"
1109 },
1110 {
1111 "Name" : "rear_enc_fault0",
1112 "Action" : "On",
1113 "DutyOn" : 50,
1114 "Period" : 0,
1115 "Priority" : "Blink"
1116 },
1117 {
1118 "Name" : "virtual_enc_fault",
1119 "Action" : "On",
1120 "DutyOn" : 50,
1121 "Period" : 0,
1122 "Priority" : "Blink"
1123 }
1124 ]
1125 },
1126 {
1127 "group" : "vrm7_identify",
1128 "members" : [
1129 {
1130 "Name" : "vrm7",
1131 "Action" : "Blink",
1132 "DutyOn" : 50,
1133 "Period" : 1000,
1134 "Priority" : "Blink"
1135 },
1136 {
1137 "Name" : "front_sys_id0",
1138 "Action" : "On",
1139 "DutyOn" : 50,
1140 "Period" : 0,
1141 "Priority" : "Blink"
1142 },
1143 {
1144 "Name" : "rear_enc_id0",
1145 "Action" : "On",
1146 "DutyOn" : 50,
1147 "Period" : 0,
1148 "Priority" : "Blink"
1149 },
1150 {
1151 "Name" : "virtual_enc_id",
1152 "Action" : "On",
1153 "DutyOn" : 50,
1154 "Period" : 0,
1155 "Priority" : "Blink"
1156 }
1157 ]
1158 },
1159 {
1160 "group" : "vrm8_fault",
1161 "members" : [
1162 {
1163 "Name" : "vrm8",
1164 "Action" : "On",
1165 "DutyOn" : 50,
1166 "Period" : 0,
1167 "Priority" : "Blink"
1168 },
1169 {
1170 "Name" : "front_enc_fault1",
1171 "Action" : "On",
1172 "DutyOn" : 50,
1173 "Period" : 0,
1174 "Priority" : "Blink"
1175 },
1176 {
1177 "Name" : "rear_enc_fault0",
1178 "Action" : "On",
1179 "DutyOn" : 50,
1180 "Period" : 0,
1181 "Priority" : "Blink"
1182 },
1183 {
1184 "Name" : "virtual_enc_fault",
1185 "Action" : "On",
1186 "DutyOn" : 50,
1187 "Period" : 0,
1188 "Priority" : "Blink"
1189 }
1190 ]
1191 },
1192 {
1193 "group" : "vrm8_identify",
1194 "members" : [
1195 {
1196 "Name" : "vrm8",
1197 "Action" : "Blink",
1198 "DutyOn" : 50,
1199 "Period" : 1000,
1200 "Priority" : "Blink"
1201 },
1202 {
1203 "Name" : "front_sys_id0",
1204 "Action" : "On",
1205 "DutyOn" : 50,
1206 "Period" : 0,
1207 "Priority" : "Blink"
1208 },
1209 {
1210 "Name" : "rear_enc_id0",
1211 "Action" : "On",
1212 "DutyOn" : 50,
1213 "Period" : 0,
1214 "Priority" : "Blink"
1215 },
1216 {
1217 "Name" : "virtual_enc_id",
1218 "Action" : "On",
1219 "DutyOn" : 50,
1220 "Period" : 0,
1221 "Priority" : "Blink"
1222 }
1223 ]
1224 },
1225 {
1226 "group" : "vrm9_fault",
1227 "members" : [
1228 {
1229 "Name" : "vrm9",
1230 "Action" : "On",
1231 "DutyOn" : 50,
1232 "Period" : 0,
1233 "Priority" : "Blink"
1234 },
1235 {
1236 "Name" : "front_enc_fault1",
1237 "Action" : "On",
1238 "DutyOn" : 50,
1239 "Period" : 0,
1240 "Priority" : "Blink"
1241 },
1242 {
1243 "Name" : "rear_enc_fault0",
1244 "Action" : "On",
1245 "DutyOn" : 50,
1246 "Period" : 0,
1247 "Priority" : "Blink"
1248 },
1249 {
1250 "Name" : "virtual_enc_fault",
1251 "Action" : "On",
1252 "DutyOn" : 50,
1253 "Period" : 0,
1254 "Priority" : "Blink"
1255 }
1256 ]
1257 },
1258 {
1259 "group" : "vrm9_identify",
1260 "members" : [
1261 {
1262 "Name" : "vrm9",
1263 "Action" : "Blink",
1264 "DutyOn" : 50,
1265 "Period" : 1000,
1266 "Priority" : "Blink"
1267 },
1268 {
1269 "Name" : "front_sys_id0",
1270 "Action" : "On",
1271 "DutyOn" : 50,
1272 "Period" : 0,
1273 "Priority" : "Blink"
1274 },
1275 {
1276 "Name" : "rear_enc_id0",
1277 "Action" : "On",
1278 "DutyOn" : 50,
1279 "Period" : 0,
1280 "Priority" : "Blink"
1281 },
1282 {
1283 "Name" : "virtual_enc_id",
1284 "Action" : "On",
1285 "DutyOn" : 50,
1286 "Period" : 0,
1287 "Priority" : "Blink"
1288 }
1289 ]
1290 },
1291 {
1292 "group" : "vrm10_fault",
1293 "members" : [
1294 {
1295 "Name" : "vrm10",
1296 "Action" : "On",
1297 "DutyOn" : 50,
1298 "Period" : 0,
1299 "Priority" : "Blink"
1300 },
1301 {
1302 "Name" : "front_enc_fault1",
1303 "Action" : "On",
1304 "DutyOn" : 50,
1305 "Period" : 0,
1306 "Priority" : "Blink"
1307 },
1308 {
1309 "Name" : "rear_enc_fault0",
1310 "Action" : "On",
1311 "DutyOn" : 50,
1312 "Period" : 0,
1313 "Priority" : "Blink"
1314 },
1315 {
1316 "Name" : "virtual_enc_fault",
1317 "Action" : "On",
1318 "DutyOn" : 50,
1319 "Period" : 0,
1320 "Priority" : "Blink"
1321 }
1322 ]
1323 },
1324 {
1325 "group" : "vrm10_identify",
1326 "members" : [
1327 {
1328 "Name" : "vrm10",
1329 "Action" : "Blink",
1330 "DutyOn" : 50,
1331 "Period" : 1000,
1332 "Priority" : "Blink"
1333 },
1334 {
1335 "Name" : "front_sys_id0",
1336 "Action" : "On",
1337 "DutyOn" : 50,
1338 "Period" : 0,
1339 "Priority" : "Blink"
1340 },
1341 {
1342 "Name" : "rear_enc_id0",
1343 "Action" : "On",
1344 "DutyOn" : 50,
1345 "Period" : 0,
1346 "Priority" : "Blink"
1347 },
1348 {
1349 "Name" : "virtual_enc_id",
1350 "Action" : "On",
1351 "DutyOn" : 50,
1352 "Period" : 0,
1353 "Priority" : "Blink"
1354 }
1355 ]
1356 },
1357 {
1358 "group" : "vrm11_fault",
1359 "members" : [
1360 {
1361 "Name" : "vrm11",
1362 "Action" : "On",
1363 "DutyOn" : 50,
1364 "Period" : 0,
1365 "Priority" : "Blink"
1366 },
1367 {
1368 "Name" : "front_enc_fault1",
1369 "Action" : "On",
1370 "DutyOn" : 50,
1371 "Period" : 0,
1372 "Priority" : "Blink"
1373 },
1374 {
1375 "Name" : "rear_enc_fault0",
1376 "Action" : "On",
1377 "DutyOn" : 50,
1378 "Period" : 0,
1379 "Priority" : "Blink"
1380 },
1381 {
1382 "Name" : "virtual_enc_fault",
1383 "Action" : "On",
1384 "DutyOn" : 50,
1385 "Period" : 0,
1386 "Priority" : "Blink"
1387 }
1388 ]
1389 },
1390 {
1391 "group" : "vrm11_identify",
1392 "members" : [
1393 {
1394 "Name" : "vrm11",
1395 "Action" : "Blink",
1396 "DutyOn" : 50,
1397 "Period" : 1000,
1398 "Priority" : "Blink"
1399 },
1400 {
1401 "Name" : "front_sys_id0",
1402 "Action" : "On",
1403 "DutyOn" : 50,
1404 "Period" : 0,
1405 "Priority" : "Blink"
1406 },
1407 {
1408 "Name" : "rear_enc_id0",
1409 "Action" : "On",
1410 "DutyOn" : 50,
1411 "Period" : 0,
1412 "Priority" : "Blink"
1413 },
1414 {
1415 "Name" : "virtual_enc_id",
1416 "Action" : "On",
1417 "DutyOn" : 50,
1418 "Period" : 0,
1419 "Priority" : "Blink"
1420 }
1421 ]
1422 },
1423 {
1424 "group" : "vrm12_fault",
1425 "members" : [
1426 {
1427 "Name" : "vrm12",
1428 "Action" : "On",
1429 "DutyOn" : 50,
1430 "Period" : 0,
1431 "Priority" : "Blink"
1432 },
1433 {
1434 "Name" : "front_enc_fault1",
1435 "Action" : "On",
1436 "DutyOn" : 50,
1437 "Period" : 0,
1438 "Priority" : "Blink"
1439 },
1440 {
1441 "Name" : "rear_enc_fault0",
1442 "Action" : "On",
1443 "DutyOn" : 50,
1444 "Period" : 0,
1445 "Priority" : "Blink"
1446 },
1447 {
1448 "Name" : "virtual_enc_fault",
1449 "Action" : "On",
1450 "DutyOn" : 50,
1451 "Period" : 0,
1452 "Priority" : "Blink"
1453 }
1454 ]
1455 },
1456 {
1457 "group" : "vrm12_identify",
1458 "members" : [
1459 {
1460 "Name" : "vrm12",
1461 "Action" : "Blink",
1462 "DutyOn" : 50,
1463 "Period" : 1000,
1464 "Priority" : "Blink"
1465 },
1466 {
1467 "Name" : "front_sys_id0",
1468 "Action" : "On",
1469 "DutyOn" : 50,
1470 "Period" : 0,
1471 "Priority" : "Blink"
1472 },
1473 {
1474 "Name" : "rear_enc_id0",
1475 "Action" : "On",
1476 "DutyOn" : 50,
1477 "Period" : 0,
1478 "Priority" : "Blink"
1479 },
1480 {
1481 "Name" : "virtual_enc_id",
1482 "Action" : "On",
1483 "DutyOn" : 50,
1484 "Period" : 0,
1485 "Priority" : "Blink"
1486 }
1487 ]
1488 },
1489 {
1490 "group" : "vrm13_fault",
1491 "members" : [
1492 {
1493 "Name" : "vrm13",
1494 "Action" : "On",
1495 "DutyOn" : 50,
1496 "Period" : 0,
1497 "Priority" : "Blink"
1498 },
1499 {
1500 "Name" : "front_enc_fault1",
1501 "Action" : "On",
1502 "DutyOn" : 50,
1503 "Period" : 0,
1504 "Priority" : "Blink"
1505 },
1506 {
1507 "Name" : "rear_enc_fault0",
1508 "Action" : "On",
1509 "DutyOn" : 50,
1510 "Period" : 0,
1511 "Priority" : "Blink"
1512 },
1513 {
1514 "Name" : "virtual_enc_fault",
1515 "Action" : "On",
1516 "DutyOn" : 50,
1517 "Period" : 0,
1518 "Priority" : "Blink"
1519 }
1520 ]
1521 },
1522 {
1523 "group" : "vrm13_identify",
1524 "members" : [
1525 {
1526 "Name" : "vrm13",
1527 "Action" : "Blink",
1528 "DutyOn" : 50,
1529 "Period" : 1000,
1530 "Priority" : "Blink"
1531 },
1532 {
1533 "Name" : "front_sys_id0",
1534 "Action" : "On",
1535 "DutyOn" : 50,
1536 "Period" : 0,
1537 "Priority" : "Blink"
1538 },
1539 {
1540 "Name" : "rear_enc_id0",
1541 "Action" : "On",
1542 "DutyOn" : 50,
1543 "Period" : 0,
1544 "Priority" : "Blink"
1545 },
1546 {
1547 "Name" : "virtual_enc_id",
1548 "Action" : "On",
1549 "DutyOn" : 50,
1550 "Period" : 0,
1551 "Priority" : "Blink"
1552 }
1553 ]
1554 },
1555 {
1556 "group" : "vrm14_fault",
1557 "members" : [
1558 {
1559 "Name" : "vrm14",
1560 "Action" : "On",
1561 "DutyOn" : 50,
1562 "Period" : 0,
1563 "Priority" : "Blink"
1564 },
1565 {
1566 "Name" : "front_enc_fault1",
1567 "Action" : "On",
1568 "DutyOn" : 50,
1569 "Period" : 0,
1570 "Priority" : "Blink"
1571 },
1572 {
1573 "Name" : "rear_enc_fault0",
1574 "Action" : "On",
1575 "DutyOn" : 50,
1576 "Period" : 0,
1577 "Priority" : "Blink"
1578 },
1579 {
1580 "Name" : "virtual_enc_fault",
1581 "Action" : "On",
1582 "DutyOn" : 50,
1583 "Period" : 0,
1584 "Priority" : "Blink"
1585 }
1586 ]
1587 },
1588 {
1589 "group" : "vrm14_identify",
1590 "members" : [
1591 {
1592 "Name" : "vrm14",
1593 "Action" : "Blink",
1594 "DutyOn" : 50,
1595 "Period" : 1000,
1596 "Priority" : "Blink"
1597 },
1598 {
1599 "Name" : "front_sys_id0",
1600 "Action" : "On",
1601 "DutyOn" : 50,
1602 "Period" : 0,
1603 "Priority" : "Blink"
1604 },
1605 {
1606 "Name" : "rear_enc_id0",
1607 "Action" : "On",
1608 "DutyOn" : 50,
1609 "Period" : 0,
1610 "Priority" : "Blink"
1611 },
1612 {
1613 "Name" : "virtual_enc_id",
1614 "Action" : "On",
1615 "DutyOn" : 50,
1616 "Period" : 0,
1617 "Priority" : "Blink"
1618 }
1619 ]
1620 },
1621 {
1622 "group" : "vrm15_fault",
1623 "members" : [
1624 {
1625 "Name" : "vrm15",
1626 "Action" : "On",
1627 "DutyOn" : 50,
1628 "Period" : 0,
1629 "Priority" : "Blink"
1630 },
1631 {
1632 "Name" : "front_enc_fault1",
1633 "Action" : "On",
1634 "DutyOn" : 50,
1635 "Period" : 0,
1636 "Priority" : "Blink"
1637 },
1638 {
1639 "Name" : "rear_enc_fault0",
1640 "Action" : "On",
1641 "DutyOn" : 50,
1642 "Period" : 0,
1643 "Priority" : "Blink"
1644 },
1645 {
1646 "Name" : "virtual_enc_fault",
1647 "Action" : "On",
1648 "DutyOn" : 50,
1649 "Period" : 0,
1650 "Priority" : "Blink"
1651 }
1652 ]
1653 },
1654 {
1655 "group" : "vrm15_identify",
1656 "members" : [
1657 {
1658 "Name" : "vrm15",
1659 "Action" : "Blink",
1660 "DutyOn" : 50,
1661 "Period" : 1000,
1662 "Priority" : "Blink"
1663 },
1664 {
1665 "Name" : "front_sys_id0",
1666 "Action" : "On",
1667 "DutyOn" : 50,
1668 "Period" : 0,
1669 "Priority" : "Blink"
1670 },
1671 {
1672 "Name" : "rear_enc_id0",
1673 "Action" : "On",
1674 "DutyOn" : 50,
1675 "Period" : 0,
1676 "Priority" : "Blink"
1677 },
1678 {
1679 "Name" : "virtual_enc_id",
1680 "Action" : "On",
1681 "DutyOn" : 50,
1682 "Period" : 0,
1683 "Priority" : "Blink"
1684 }
1685 ]
Vishwanatha Subbanna74065c02021-04-21 10:15:57 -05001686 },
1687 {
1688 "group" : "pcieslot0_fault",
1689 "members" : [
1690 {
1691 "Name" : "pcieslot0",
1692 "Action" : "On",
1693 "DutyOn" : 50,
1694 "Period" : 0,
1695 "Priority" : "Blink"
1696 },
1697 {
1698 "Name" : "front_enc_fault1",
1699 "Action" : "On",
1700 "DutyOn" : 50,
1701 "Period" : 0,
1702 "Priority" : "Blink"
1703 },
1704 {
1705 "Name" : "rear_enc_fault0",
1706 "Action" : "On",
1707 "DutyOn" : 50,
1708 "Period" : 0,
1709 "Priority" : "Blink"
1710 },
1711 {
1712 "Name" : "virtual_enc_fault",
1713 "Action" : "On",
1714 "DutyOn" : 50,
1715 "Period" : 0,
1716 "Priority" : "Blink"
1717 }
1718 ]
1719 },
1720 {
1721 "group" : "pcieslot0_identify",
1722 "members" : [
1723 {
1724 "Name" : "pcieslot0",
1725 "Action" : "Blink",
1726 "DutyOn" : 50,
1727 "Period" : 1000,
1728 "Priority" : "Blink"
1729 },
1730 {
1731 "Name" : "front_sys_id0",
1732 "Action" : "On",
1733 "DutyOn" : 50,
1734 "Period" : 0,
1735 "Priority" : "Blink"
1736 },
1737 {
1738 "Name" : "rear_enc_id0",
1739 "Action" : "On",
1740 "DutyOn" : 50,
1741 "Period" : 0,
1742 "Priority" : "Blink"
1743 },
1744 {
1745 "Name" : "virtual_enc_id",
1746 "Action" : "On",
1747 "DutyOn" : 50,
1748 "Period" : 0,
1749 "Priority" : "Blink"
1750 }
1751 ]
1752 },
1753 {
1754 "group" : "pcieslot1_fault",
1755 "members" : [
1756 {
1757 "Name" : "pcieslot1",
1758 "Action" : "On",
1759 "DutyOn" : 50,
1760 "Period" : 0,
1761 "Priority" : "Blink"
1762 },
1763 {
1764 "Name" : "front_enc_fault1",
1765 "Action" : "On",
1766 "DutyOn" : 50,
1767 "Period" : 0,
1768 "Priority" : "Blink"
1769 },
1770 {
1771 "Name" : "rear_enc_fault0",
1772 "Action" : "On",
1773 "DutyOn" : 50,
1774 "Period" : 0,
1775 "Priority" : "Blink"
1776 },
1777 {
1778 "Name" : "virtual_enc_fault",
1779 "Action" : "On",
1780 "DutyOn" : 50,
1781 "Period" : 0,
1782 "Priority" : "Blink"
1783 }
1784 ]
1785 },
1786 {
1787 "group" : "pcieslot1_identify",
1788 "members" : [
1789 {
1790 "Name" : "pcieslot1",
1791 "Action" : "Blink",
1792 "DutyOn" : 50,
1793 "Period" : 1000,
1794 "Priority" : "Blink"
1795 },
1796 {
1797 "Name" : "front_sys_id0",
1798 "Action" : "On",
1799 "DutyOn" : 50,
1800 "Period" : 0,
1801 "Priority" : "Blink"
1802 },
1803 {
1804 "Name" : "rear_enc_id0",
1805 "Action" : "On",
1806 "DutyOn" : 50,
1807 "Period" : 0,
1808 "Priority" : "Blink"
1809 },
1810 {
1811 "Name" : "virtual_enc_id",
1812 "Action" : "On",
1813 "DutyOn" : 50,
1814 "Period" : 0,
1815 "Priority" : "Blink"
1816 }
1817 ]
1818 },
1819 {
1820 "group" : "pcieslot2_fault",
1821 "members" : [
1822 {
1823 "Name" : "pcieslot2",
1824 "Action" : "On",
1825 "DutyOn" : 50,
1826 "Period" : 0,
1827 "Priority" : "Blink"
1828 },
1829 {
1830 "Name" : "front_enc_fault1",
1831 "Action" : "On",
1832 "DutyOn" : 50,
1833 "Period" : 0,
1834 "Priority" : "Blink"
1835 },
1836 {
1837 "Name" : "rear_enc_fault0",
1838 "Action" : "On",
1839 "DutyOn" : 50,
1840 "Period" : 0,
1841 "Priority" : "Blink"
1842 },
1843 {
1844 "Name" : "virtual_enc_fault",
1845 "Action" : "On",
1846 "DutyOn" : 50,
1847 "Period" : 0,
1848 "Priority" : "Blink"
1849 }
1850 ]
1851 },
1852 {
1853 "group" : "pcieslot2_identify",
1854 "members" : [
1855 {
1856 "Name" : "pcieslot2",
1857 "Action" : "Blink",
1858 "DutyOn" : 50,
1859 "Period" : 1000,
1860 "Priority" : "Blink"
1861 },
1862 {
1863 "Name" : "front_sys_id0",
1864 "Action" : "On",
1865 "DutyOn" : 50,
1866 "Period" : 0,
1867 "Priority" : "Blink"
1868 },
1869 {
1870 "Name" : "rear_enc_id0",
1871 "Action" : "On",
1872 "DutyOn" : 50,
1873 "Period" : 0,
1874 "Priority" : "Blink"
1875 },
1876 {
1877 "Name" : "virtual_enc_id",
1878 "Action" : "On",
1879 "DutyOn" : 50,
1880 "Period" : 0,
1881 "Priority" : "Blink"
1882 }
1883 ]
1884 },
1885 {
1886 "group" : "pcieslot3_fault",
1887 "members" : [
1888 {
1889 "Name" : "pcieslot3",
1890 "Action" : "On",
1891 "DutyOn" : 50,
1892 "Period" : 0,
1893 "Priority" : "Blink"
1894 },
1895 {
1896 "Name" : "front_enc_fault1",
1897 "Action" : "On",
1898 "DutyOn" : 50,
1899 "Period" : 0,
1900 "Priority" : "Blink"
1901 },
1902 {
1903 "Name" : "rear_enc_fault0",
1904 "Action" : "On",
1905 "DutyOn" : 50,
1906 "Period" : 0,
1907 "Priority" : "Blink"
1908 },
1909 {
1910 "Name" : "virtual_enc_fault",
1911 "Action" : "On",
1912 "DutyOn" : 50,
1913 "Period" : 0,
1914 "Priority" : "Blink"
1915 }
1916 ]
1917 },
1918 {
1919 "group" : "pcieslot3_identify",
1920 "members" : [
1921 {
1922 "Name" : "pcieslot3",
1923 "Action" : "Blink",
1924 "DutyOn" : 50,
1925 "Period" : 1000,
1926 "Priority" : "Blink"
1927 },
1928 {
1929 "Name" : "front_sys_id0",
1930 "Action" : "On",
1931 "DutyOn" : 50,
1932 "Period" : 0,
1933 "Priority" : "Blink"
1934 },
1935 {
1936 "Name" : "rear_enc_id0",
1937 "Action" : "On",
1938 "DutyOn" : 50,
1939 "Period" : 0,
1940 "Priority" : "Blink"
1941 },
1942 {
1943 "Name" : "virtual_enc_id",
1944 "Action" : "On",
1945 "DutyOn" : 50,
1946 "Period" : 0,
1947 "Priority" : "Blink"
1948 }
1949 ]
1950 },
1951 {
1952 "group" : "pcieslot4_fault",
1953 "members" : [
1954 {
1955 "Name" : "pcieslot4",
1956 "Action" : "On",
1957 "DutyOn" : 50,
1958 "Period" : 0,
1959 "Priority" : "Blink"
1960 },
1961 {
1962 "Name" : "front_enc_fault1",
1963 "Action" : "On",
1964 "DutyOn" : 50,
1965 "Period" : 0,
1966 "Priority" : "Blink"
1967 },
1968 {
1969 "Name" : "rear_enc_fault0",
1970 "Action" : "On",
1971 "DutyOn" : 50,
1972 "Period" : 0,
1973 "Priority" : "Blink"
1974 },
1975 {
1976 "Name" : "virtual_enc_fault",
1977 "Action" : "On",
1978 "DutyOn" : 50,
1979 "Period" : 0,
1980 "Priority" : "Blink"
1981 }
1982 ]
1983 },
1984 {
1985 "group" : "pcieslot4_identify",
1986 "members" : [
1987 {
1988 "Name" : "pcieslot4",
1989 "Action" : "Blink",
1990 "DutyOn" : 50,
1991 "Period" : 1000,
1992 "Priority" : "Blink"
1993 },
1994 {
1995 "Name" : "front_sys_id0",
1996 "Action" : "On",
1997 "DutyOn" : 50,
1998 "Period" : 0,
1999 "Priority" : "Blink"
2000 },
2001 {
2002 "Name" : "rear_enc_id0",
2003 "Action" : "On",
2004 "DutyOn" : 50,
2005 "Period" : 0,
2006 "Priority" : "Blink"
2007 },
2008 {
2009 "Name" : "virtual_enc_id",
2010 "Action" : "On",
2011 "DutyOn" : 50,
2012 "Period" : 0,
2013 "Priority" : "Blink"
2014 }
2015 ]
2016 },
2017 {
2018 "group" : "pcieslot5_fault",
2019 "members" : [
2020 {
2021 "Name" : "pcieslot5",
2022 "Action" : "On",
2023 "DutyOn" : 50,
2024 "Period" : 0,
2025 "Priority" : "Blink"
2026 },
2027 {
2028 "Name" : "front_enc_fault1",
2029 "Action" : "On",
2030 "DutyOn" : 50,
2031 "Period" : 0,
2032 "Priority" : "Blink"
2033 },
2034 {
2035 "Name" : "rear_enc_fault0",
2036 "Action" : "On",
2037 "DutyOn" : 50,
2038 "Period" : 0,
2039 "Priority" : "Blink"
2040 },
2041 {
2042 "Name" : "virtual_enc_fault",
2043 "Action" : "On",
2044 "DutyOn" : 50,
2045 "Period" : 0,
2046 "Priority" : "Blink"
2047 }
2048 ]
2049 },
2050 {
2051 "group" : "pcieslot5_identify",
2052 "members" : [
2053 {
2054 "Name" : "pcieslot5",
2055 "Action" : "Blink",
2056 "DutyOn" : 50,
2057 "Period" : 1000,
2058 "Priority" : "Blink"
2059 },
2060 {
2061 "Name" : "front_sys_id0",
2062 "Action" : "On",
2063 "DutyOn" : 50,
2064 "Period" : 0,
2065 "Priority" : "Blink"
2066 },
2067 {
2068 "Name" : "rear_enc_id0",
2069 "Action" : "On",
2070 "DutyOn" : 50,
2071 "Period" : 0,
2072 "Priority" : "Blink"
2073 },
2074 {
2075 "Name" : "virtual_enc_id",
2076 "Action" : "On",
2077 "DutyOn" : 50,
2078 "Period" : 0,
2079 "Priority" : "Blink"
2080 }
2081 ]
2082 },
2083 {
2084 "group" : "pcieslot6_fault",
2085 "members" : [
2086 {
2087 "Name" : "pcieslot6",
2088 "Action" : "On",
2089 "DutyOn" : 50,
2090 "Period" : 0,
2091 "Priority" : "Blink"
2092 },
2093 {
2094 "Name" : "front_enc_fault1",
2095 "Action" : "On",
2096 "DutyOn" : 50,
2097 "Period" : 0,
2098 "Priority" : "Blink"
2099 },
2100 {
2101 "Name" : "rear_enc_fault0",
2102 "Action" : "On",
2103 "DutyOn" : 50,
2104 "Period" : 0,
2105 "Priority" : "Blink"
2106 },
2107 {
2108 "Name" : "virtual_enc_fault",
2109 "Action" : "On",
2110 "DutyOn" : 50,
2111 "Period" : 0,
2112 "Priority" : "Blink"
2113 }
2114 ]
2115 },
2116 {
2117 "group" : "pcieslot6_identify",
2118 "members" : [
2119 {
2120 "Name" : "pcieslot6",
2121 "Action" : "Blink",
2122 "DutyOn" : 50,
2123 "Period" : 1000,
2124 "Priority" : "Blink"
2125 },
2126 {
2127 "Name" : "front_sys_id0",
2128 "Action" : "On",
2129 "DutyOn" : 50,
2130 "Period" : 0,
2131 "Priority" : "Blink"
2132 },
2133 {
2134 "Name" : "rear_enc_id0",
2135 "Action" : "On",
2136 "DutyOn" : 50,
2137 "Period" : 0,
2138 "Priority" : "Blink"
2139 },
2140 {
2141 "Name" : "virtual_enc_id",
2142 "Action" : "On",
2143 "DutyOn" : 50,
2144 "Period" : 0,
2145 "Priority" : "Blink"
2146 }
2147 ]
2148 },
2149 {
2150 "group" : "pcieslot7_fault",
2151 "members" : [
2152 {
2153 "Name" : "pcieslot7",
2154 "Action" : "On",
2155 "DutyOn" : 50,
2156 "Period" : 0,
2157 "Priority" : "Blink"
2158 },
2159 {
2160 "Name" : "front_enc_fault1",
2161 "Action" : "On",
2162 "DutyOn" : 50,
2163 "Period" : 0,
2164 "Priority" : "Blink"
2165 },
2166 {
2167 "Name" : "rear_enc_fault0",
2168 "Action" : "On",
2169 "DutyOn" : 50,
2170 "Period" : 0,
2171 "Priority" : "Blink"
2172 },
2173 {
2174 "Name" : "virtual_enc_fault",
2175 "Action" : "On",
2176 "DutyOn" : 50,
2177 "Period" : 0,
2178 "Priority" : "Blink"
2179 }
2180 ]
2181 },
2182 {
2183 "group" : "pcieslot7_identify",
2184 "members" : [
2185 {
2186 "Name" : "pcieslot7",
2187 "Action" : "Blink",
2188 "DutyOn" : 50,
2189 "Period" : 1000,
2190 "Priority" : "Blink"
2191 },
2192 {
2193 "Name" : "front_sys_id0",
2194 "Action" : "On",
2195 "DutyOn" : 50,
2196 "Period" : 0,
2197 "Priority" : "Blink"
2198 },
2199 {
2200 "Name" : "rear_enc_id0",
2201 "Action" : "On",
2202 "DutyOn" : 50,
2203 "Period" : 0,
2204 "Priority" : "Blink"
2205 },
2206 {
2207 "Name" : "virtual_enc_id",
2208 "Action" : "On",
2209 "DutyOn" : 50,
2210 "Period" : 0,
2211 "Priority" : "Blink"
2212 }
2213 ]
2214 },
2215 {
2216 "group" : "pcieslot8_fault",
2217 "members" : [
2218 {
2219 "Name" : "pcieslot8",
2220 "Action" : "On",
2221 "DutyOn" : 50,
2222 "Period" : 0,
2223 "Priority" : "Blink"
2224 },
2225 {
2226 "Name" : "front_enc_fault1",
2227 "Action" : "On",
2228 "DutyOn" : 50,
2229 "Period" : 0,
2230 "Priority" : "Blink"
2231 },
2232 {
2233 "Name" : "rear_enc_fault0",
2234 "Action" : "On",
2235 "DutyOn" : 50,
2236 "Period" : 0,
2237 "Priority" : "Blink"
2238 },
2239 {
2240 "Name" : "virtual_enc_fault",
2241 "Action" : "On",
2242 "DutyOn" : 50,
2243 "Period" : 0,
2244 "Priority" : "Blink"
2245 }
2246 ]
2247 },
2248 {
2249 "group" : "pcieslot8_identify",
2250 "members" : [
2251 {
2252 "Name" : "pcieslot8",
2253 "Action" : "Blink",
2254 "DutyOn" : 50,
2255 "Period" : 1000,
2256 "Priority" : "Blink"
2257 },
2258 {
2259 "Name" : "front_sys_id0",
2260 "Action" : "On",
2261 "DutyOn" : 50,
2262 "Period" : 0,
2263 "Priority" : "Blink"
2264 },
2265 {
2266 "Name" : "rear_enc_id0",
2267 "Action" : "On",
2268 "DutyOn" : 50,
2269 "Period" : 0,
2270 "Priority" : "Blink"
2271 },
2272 {
2273 "Name" : "virtual_enc_id",
2274 "Action" : "On",
2275 "DutyOn" : 50,
2276 "Period" : 0,
2277 "Priority" : "Blink"
2278 }
2279 ]
2280 },
2281 {
2282 "group" : "pcieslot9_fault",
2283 "members" : [
2284 {
2285 "Name" : "pcieslot9",
2286 "Action" : "On",
2287 "DutyOn" : 50,
2288 "Period" : 0,
2289 "Priority" : "Blink"
2290 },
2291 {
2292 "Name" : "front_enc_fault1",
2293 "Action" : "On",
2294 "DutyOn" : 50,
2295 "Period" : 0,
2296 "Priority" : "Blink"
2297 },
2298 {
2299 "Name" : "rear_enc_fault0",
2300 "Action" : "On",
2301 "DutyOn" : 50,
2302 "Period" : 0,
2303 "Priority" : "Blink"
2304 },
2305 {
2306 "Name" : "virtual_enc_fault",
2307 "Action" : "On",
2308 "DutyOn" : 50,
2309 "Period" : 0,
2310 "Priority" : "Blink"
2311 }
2312 ]
2313 },
2314 {
2315 "group" : "pcieslot9_identify",
2316 "members" : [
2317 {
2318 "Name" : "pcieslot9",
2319 "Action" : "Blink",
2320 "DutyOn" : 50,
2321 "Period" : 1000,
2322 "Priority" : "Blink"
2323 },
2324 {
2325 "Name" : "front_sys_id0",
2326 "Action" : "On",
2327 "DutyOn" : 50,
2328 "Period" : 0,
2329 "Priority" : "Blink"
2330 },
2331 {
2332 "Name" : "rear_enc_id0",
2333 "Action" : "On",
2334 "DutyOn" : 50,
2335 "Period" : 0,
2336 "Priority" : "Blink"
2337 },
2338 {
2339 "Name" : "virtual_enc_id",
2340 "Action" : "On",
2341 "DutyOn" : 50,
2342 "Period" : 0,
2343 "Priority" : "Blink"
2344 }
2345 ]
2346 },
2347 {
2348 "group" : "pcieslot10_fault",
2349 "members" : [
2350 {
2351 "Name" : "pcieslot10",
2352 "Action" : "On",
2353 "DutyOn" : 50,
2354 "Period" : 0,
2355 "Priority" : "Blink"
2356 },
2357 {
2358 "Name" : "front_enc_fault1",
2359 "Action" : "On",
2360 "DutyOn" : 50,
2361 "Period" : 0,
2362 "Priority" : "Blink"
2363 },
2364 {
2365 "Name" : "rear_enc_fault0",
2366 "Action" : "On",
2367 "DutyOn" : 50,
2368 "Period" : 0,
2369 "Priority" : "Blink"
2370 },
2371 {
2372 "Name" : "virtual_enc_fault",
2373 "Action" : "On",
2374 "DutyOn" : 50,
2375 "Period" : 0,
2376 "Priority" : "Blink"
2377 }
2378 ]
2379 },
2380 {
2381 "group" : "pcieslot10_identify",
2382 "members" : [
2383 {
2384 "Name" : "pcieslot10",
2385 "Action" : "Blink",
2386 "DutyOn" : 50,
2387 "Period" : 1000,
2388 "Priority" : "Blink"
2389 },
2390 {
2391 "Name" : "front_sys_id0",
2392 "Action" : "On",
2393 "DutyOn" : 50,
2394 "Period" : 0,
2395 "Priority" : "Blink"
2396 },
2397 {
2398 "Name" : "rear_enc_id0",
2399 "Action" : "On",
2400 "DutyOn" : 50,
2401 "Period" : 0,
2402 "Priority" : "Blink"
2403 },
2404 {
2405 "Name" : "virtual_enc_id",
2406 "Action" : "On",
2407 "DutyOn" : 50,
2408 "Period" : 0,
2409 "Priority" : "Blink"
2410 }
2411 ]
2412 },
2413 {
2414 "group" : "pcieslot11_fault",
2415 "members" : [
2416 {
2417 "Name" : "pcieslot11",
2418 "Action" : "On",
2419 "DutyOn" : 50,
2420 "Period" : 0,
2421 "Priority" : "Blink"
2422 },
2423 {
2424 "Name" : "front_enc_fault1",
2425 "Action" : "On",
2426 "DutyOn" : 50,
2427 "Period" : 0,
2428 "Priority" : "Blink"
2429 },
2430 {
2431 "Name" : "rear_enc_fault0",
2432 "Action" : "On",
2433 "DutyOn" : 50,
2434 "Period" : 0,
2435 "Priority" : "Blink"
2436 },
2437 {
2438 "Name" : "virtual_enc_fault",
2439 "Action" : "On",
2440 "DutyOn" : 50,
2441 "Period" : 0,
2442 "Priority" : "Blink"
2443 }
2444 ]
2445 },
2446 {
2447 "group" : "pcieslot11_identify",
2448 "members" : [
2449 {
2450 "Name" : "pcieslot11",
2451 "Action" : "Blink",
2452 "DutyOn" : 50,
2453 "Period" : 1000,
2454 "Priority" : "Blink"
2455 },
2456 {
2457 "Name" : "front_sys_id0",
2458 "Action" : "On",
2459 "DutyOn" : 50,
2460 "Period" : 0,
2461 "Priority" : "Blink"
2462 },
2463 {
2464 "Name" : "rear_enc_id0",
2465 "Action" : "On",
2466 "DutyOn" : 50,
2467 "Period" : 0,
2468 "Priority" : "Blink"
2469 },
2470 {
2471 "Name" : "virtual_enc_id",
2472 "Action" : "On",
2473 "DutyOn" : 50,
2474 "Period" : 0,
2475 "Priority" : "Blink"
2476 }
2477 ]
Vishwanatha Subbannac105f272021-04-21 10:36:48 -05002478 },
2479 {
2480 "group" : "cablecard0_cxp_top_fault",
2481 "members" : [
2482 {
2483 "Name" : "cablecard0_cxp_top",
2484 "Action" : "On",
2485 "DutyOn" : 50,
2486 "Period" : 0,
2487 "Priority" : "Blink"
2488 },
2489 {
2490 "Name" : "front_enc_fault1",
2491 "Action" : "On",
2492 "DutyOn" : 50,
2493 "Period" : 0,
2494 "Priority" : "Blink"
2495 },
2496 {
2497 "Name" : "rear_enc_fault0",
2498 "Action" : "On",
2499 "DutyOn" : 50,
2500 "Period" : 0,
2501 "Priority" : "Blink"
2502 },
2503 {
2504 "Name" : "virtual_enc_fault",
2505 "Action" : "On",
2506 "DutyOn" : 50,
2507 "Period" : 0,
2508 "Priority" : "Blink"
2509 }
2510 ]
2511 },
2512 {
2513 "group" : "cablecard0_cxp_top_identify",
2514 "members" : [
2515 {
2516 "Name" : "cablecard0_cxp_top",
2517 "Action" : "Blink",
2518 "DutyOn" : 50,
2519 "Period" : 1000,
2520 "Priority" : "Blink"
2521 },
2522 {
2523 "Name" : "front_sys_id0",
2524 "Action" : "On",
2525 "DutyOn" : 50,
2526 "Period" : 0,
2527 "Priority" : "Blink"
2528 },
2529 {
2530 "Name" : "rear_enc_id0",
2531 "Action" : "On",
2532 "DutyOn" : 50,
2533 "Period" : 0,
2534 "Priority" : "Blink"
2535 },
2536 {
2537 "Name" : "virtual_enc_id",
2538 "Action" : "On",
2539 "DutyOn" : 50,
2540 "Period" : 0,
2541 "Priority" : "Blink"
2542 }
2543 ]
2544 },
2545 {
2546 "group" : "cablecard0_cxp_bot_fault",
2547 "members" : [
2548 {
2549 "Name" : "cablecard0_cxp_bot",
2550 "Action" : "On",
2551 "DutyOn" : 50,
2552 "Period" : 0,
2553 "Priority" : "Blink"
2554 },
2555 {
2556 "Name" : "front_enc_fault1",
2557 "Action" : "On",
2558 "DutyOn" : 50,
2559 "Period" : 0,
2560 "Priority" : "Blink"
2561 },
2562 {
2563 "Name" : "rear_enc_fault0",
2564 "Action" : "On",
2565 "DutyOn" : 50,
2566 "Period" : 0,
2567 "Priority" : "Blink"
2568 },
2569 {
2570 "Name" : "virtual_enc_fault",
2571 "Action" : "On",
2572 "DutyOn" : 50,
2573 "Period" : 0,
2574 "Priority" : "Blink"
2575 }
2576 ]
2577 },
2578 {
2579 "group" : "cablecard0_cxp_bot_identify",
2580 "members" : [
2581 {
2582 "Name" : "cablecard0_cxp_bot",
2583 "Action" : "Blink",
2584 "DutyOn" : 50,
2585 "Period" : 1000,
2586 "Priority" : "Blink"
2587 },
2588 {
2589 "Name" : "front_sys_id0",
2590 "Action" : "On",
2591 "DutyOn" : 50,
2592 "Period" : 0,
2593 "Priority" : "Blink"
2594 },
2595 {
2596 "Name" : "rear_enc_id0",
2597 "Action" : "On",
2598 "DutyOn" : 50,
2599 "Period" : 0,
2600 "Priority" : "Blink"
2601 },
2602 {
2603 "Name" : "virtual_enc_id",
2604 "Action" : "On",
2605 "DutyOn" : 50,
2606 "Period" : 0,
2607 "Priority" : "Blink"
2608 }
2609 ]
2610 },
2611 {
2612 "group" : "cablecard2_cxp_top_fault",
2613 "members" : [
2614 {
2615 "Name" : "cablecard2_cxp_top",
2616 "Action" : "On",
2617 "DutyOn" : 50,
2618 "Period" : 0,
2619 "Priority" : "Blink"
2620 },
2621 {
2622 "Name" : "front_enc_fault1",
2623 "Action" : "On",
2624 "DutyOn" : 50,
2625 "Period" : 0,
2626 "Priority" : "Blink"
2627 },
2628 {
2629 "Name" : "rear_enc_fault0",
2630 "Action" : "On",
2631 "DutyOn" : 50,
2632 "Period" : 0,
2633 "Priority" : "Blink"
2634 },
2635 {
2636 "Name" : "virtual_enc_fault",
2637 "Action" : "On",
2638 "DutyOn" : 50,
2639 "Period" : 0,
2640 "Priority" : "Blink"
2641 }
2642 ]
2643 },
2644 {
2645 "group" : "cablecard2_cxp_top_identify",
2646 "members" : [
2647 {
2648 "Name" : "cablecard2_cxp_top",
2649 "Action" : "Blink",
2650 "DutyOn" : 50,
2651 "Period" : 1000,
2652 "Priority" : "Blink"
2653 },
2654 {
2655 "Name" : "front_sys_id0",
2656 "Action" : "On",
2657 "DutyOn" : 50,
2658 "Period" : 0,
2659 "Priority" : "Blink"
2660 },
2661 {
2662 "Name" : "rear_enc_id0",
2663 "Action" : "On",
2664 "DutyOn" : 50,
2665 "Period" : 0,
2666 "Priority" : "Blink"
2667 },
2668 {
2669 "Name" : "virtual_enc_id",
2670 "Action" : "On",
2671 "DutyOn" : 50,
2672 "Period" : 0,
2673 "Priority" : "Blink"
2674 }
2675 ]
2676 },
2677 {
2678 "group" : "cablecard2_cxp_bot_fault",
2679 "members" : [
2680 {
2681 "Name" : "cablecard2_cxp_bot",
2682 "Action" : "On",
2683 "DutyOn" : 50,
2684 "Period" : 0,
2685 "Priority" : "Blink"
2686 },
2687 {
2688 "Name" : "front_enc_fault1",
2689 "Action" : "On",
2690 "DutyOn" : 50,
2691 "Period" : 0,
2692 "Priority" : "Blink"
2693 },
2694 {
2695 "Name" : "rear_enc_fault0",
2696 "Action" : "On",
2697 "DutyOn" : 50,
2698 "Period" : 0,
2699 "Priority" : "Blink"
2700 },
2701 {
2702 "Name" : "virtual_enc_fault",
2703 "Action" : "On",
2704 "DutyOn" : 50,
2705 "Period" : 0,
2706 "Priority" : "Blink"
2707 }
2708 ]
2709 },
2710 {
2711 "group" : "cablecard2_cxp_bot_identify",
2712 "members" : [
2713 {
2714 "Name" : "cablecard2_cxp_bot",
2715 "Action" : "Blink",
2716 "DutyOn" : 50,
2717 "Period" : 1000,
2718 "Priority" : "Blink"
2719 },
2720 {
2721 "Name" : "front_sys_id0",
2722 "Action" : "On",
2723 "DutyOn" : 50,
2724 "Period" : 0,
2725 "Priority" : "Blink"
2726 },
2727 {
2728 "Name" : "rear_enc_id0",
2729 "Action" : "On",
2730 "DutyOn" : 50,
2731 "Period" : 0,
2732 "Priority" : "Blink"
2733 },
2734 {
2735 "Name" : "virtual_enc_id",
2736 "Action" : "On",
2737 "DutyOn" : 50,
2738 "Period" : 0,
2739 "Priority" : "Blink"
2740 }
2741 ]
2742 },
2743 {
2744 "group" : "cablecard3_cxp_top_fault",
2745 "members" : [
2746 {
2747 "Name" : "cablecard3_cxp_top",
2748 "Action" : "On",
2749 "DutyOn" : 50,
2750 "Period" : 0,
2751 "Priority" : "Blink"
2752 },
2753 {
2754 "Name" : "front_enc_fault1",
2755 "Action" : "On",
2756 "DutyOn" : 50,
2757 "Period" : 0,
2758 "Priority" : "Blink"
2759 },
2760 {
2761 "Name" : "rear_enc_fault0",
2762 "Action" : "On",
2763 "DutyOn" : 50,
2764 "Period" : 0,
2765 "Priority" : "Blink"
2766 },
2767 {
2768 "Name" : "virtual_enc_fault",
2769 "Action" : "On",
2770 "DutyOn" : 50,
2771 "Period" : 0,
2772 "Priority" : "Blink"
2773 }
2774 ]
2775 },
2776 {
2777 "group" : "cablecard3_cxp_top_identify",
2778 "members" : [
2779 {
2780 "Name" : "cablecard3_cxp_top",
2781 "Action" : "Blink",
2782 "DutyOn" : 50,
2783 "Period" : 1000,
2784 "Priority" : "Blink"
2785 },
2786 {
2787 "Name" : "front_sys_id0",
2788 "Action" : "On",
2789 "DutyOn" : 50,
2790 "Period" : 0,
2791 "Priority" : "Blink"
2792 },
2793 {
2794 "Name" : "rear_enc_id0",
2795 "Action" : "On",
2796 "DutyOn" : 50,
2797 "Period" : 0,
2798 "Priority" : "Blink"
2799 },
2800 {
2801 "Name" : "virtual_enc_id",
2802 "Action" : "On",
2803 "DutyOn" : 50,
2804 "Period" : 0,
2805 "Priority" : "Blink"
2806 }
2807 ]
2808 },
2809 {
2810 "group" : "cablecard3_cxp_bot_fault",
2811 "members" : [
2812 {
2813 "Name" : "cablecard3_cxp_bot",
2814 "Action" : "On",
2815 "DutyOn" : 50,
2816 "Period" : 0,
2817 "Priority" : "Blink"
2818 },
2819 {
2820 "Name" : "front_enc_fault1",
2821 "Action" : "On",
2822 "DutyOn" : 50,
2823 "Period" : 0,
2824 "Priority" : "Blink"
2825 },
2826 {
2827 "Name" : "rear_enc_fault0",
2828 "Action" : "On",
2829 "DutyOn" : 50,
2830 "Period" : 0,
2831 "Priority" : "Blink"
2832 },
2833 {
2834 "Name" : "virtual_enc_fault",
2835 "Action" : "On",
2836 "DutyOn" : 50,
2837 "Period" : 0,
2838 "Priority" : "Blink"
2839 }
2840 ]
2841 },
2842 {
2843 "group" : "cablecard3_cxp_bot_identify",
2844 "members" : [
2845 {
2846 "Name" : "cablecard3_cxp_bot",
2847 "Action" : "Blink",
2848 "DutyOn" : 50,
2849 "Period" : 1000,
2850 "Priority" : "Blink"
2851 },
2852 {
2853 "Name" : "front_sys_id0",
2854 "Action" : "On",
2855 "DutyOn" : 50,
2856 "Period" : 0,
2857 "Priority" : "Blink"
2858 },
2859 {
2860 "Name" : "rear_enc_id0",
2861 "Action" : "On",
2862 "DutyOn" : 50,
2863 "Period" : 0,
2864 "Priority" : "Blink"
2865 },
2866 {
2867 "Name" : "virtual_enc_id",
2868 "Action" : "On",
2869 "DutyOn" : 50,
2870 "Period" : 0,
2871 "Priority" : "Blink"
2872 }
2873 ]
2874 },
2875 {
2876 "group" : "cablecard4_cxp_top_fault",
2877 "members" : [
2878 {
2879 "Name" : "cablecard4_cxp_top",
2880 "Action" : "On",
2881 "DutyOn" : 50,
2882 "Period" : 0,
2883 "Priority" : "Blink"
2884 },
2885 {
2886 "Name" : "front_enc_fault1",
2887 "Action" : "On",
2888 "DutyOn" : 50,
2889 "Period" : 0,
2890 "Priority" : "Blink"
2891 },
2892 {
2893 "Name" : "rear_enc_fault0",
2894 "Action" : "On",
2895 "DutyOn" : 50,
2896 "Period" : 0,
2897 "Priority" : "Blink"
2898 },
2899 {
2900 "Name" : "virtual_enc_fault",
2901 "Action" : "On",
2902 "DutyOn" : 50,
2903 "Period" : 0,
2904 "Priority" : "Blink"
2905 }
2906 ]
2907 },
2908 {
2909 "group" : "cablecard4_cxp_top_identify",
2910 "members" : [
2911 {
2912 "Name" : "cablecard4_cxp_top",
2913 "Action" : "Blink",
2914 "DutyOn" : 50,
2915 "Period" : 1000,
2916 "Priority" : "Blink"
2917 },
2918 {
2919 "Name" : "front_sys_id0",
2920 "Action" : "On",
2921 "DutyOn" : 50,
2922 "Period" : 0,
2923 "Priority" : "Blink"
2924 },
2925 {
2926 "Name" : "rear_enc_id0",
2927 "Action" : "On",
2928 "DutyOn" : 50,
2929 "Period" : 0,
2930 "Priority" : "Blink"
2931 },
2932 {
2933 "Name" : "virtual_enc_id",
2934 "Action" : "On",
2935 "DutyOn" : 50,
2936 "Period" : 0,
2937 "Priority" : "Blink"
2938 }
2939 ]
2940 },
2941 {
2942 "group" : "cablecard4_cxp_bot_fault",
2943 "members" : [
2944 {
2945 "Name" : "cablecard4_cxp_bot",
2946 "Action" : "On",
2947 "DutyOn" : 50,
2948 "Period" : 0,
2949 "Priority" : "Blink"
2950 },
2951 {
2952 "Name" : "front_enc_fault1",
2953 "Action" : "On",
2954 "DutyOn" : 50,
2955 "Period" : 0,
2956 "Priority" : "Blink"
2957 },
2958 {
2959 "Name" : "rear_enc_fault0",
2960 "Action" : "On",
2961 "DutyOn" : 50,
2962 "Period" : 0,
2963 "Priority" : "Blink"
2964 },
2965 {
2966 "Name" : "virtual_enc_fault",
2967 "Action" : "On",
2968 "DutyOn" : 50,
2969 "Period" : 0,
2970 "Priority" : "Blink"
2971 }
2972 ]
2973 },
2974 {
2975 "group" : "cablecard4_cxp_bot_identify",
2976 "members" : [
2977 {
2978 "Name" : "cablecard4_cxp_bot",
2979 "Action" : "Blink",
2980 "DutyOn" : 50,
2981 "Period" : 1000,
2982 "Priority" : "Blink"
2983 },
2984 {
2985 "Name" : "front_sys_id0",
2986 "Action" : "On",
2987 "DutyOn" : 50,
2988 "Period" : 0,
2989 "Priority" : "Blink"
2990 },
2991 {
2992 "Name" : "rear_enc_id0",
2993 "Action" : "On",
2994 "DutyOn" : 50,
2995 "Period" : 0,
2996 "Priority" : "Blink"
2997 },
2998 {
2999 "Name" : "virtual_enc_id",
3000 "Action" : "On",
3001 "DutyOn" : 50,
3002 "Period" : 0,
3003 "Priority" : "Blink"
3004 }
3005 ]
3006 },
3007 {
3008 "group" : "cablecard5_cxp_top_fault",
3009 "members" : [
3010 {
3011 "Name" : "cablecard5_cxp_top",
3012 "Action" : "On",
3013 "DutyOn" : 50,
3014 "Period" : 0,
3015 "Priority" : "Blink"
3016 },
3017 {
3018 "Name" : "front_enc_fault1",
3019 "Action" : "On",
3020 "DutyOn" : 50,
3021 "Period" : 0,
3022 "Priority" : "Blink"
3023 },
3024 {
3025 "Name" : "rear_enc_fault0",
3026 "Action" : "On",
3027 "DutyOn" : 50,
3028 "Period" : 0,
3029 "Priority" : "Blink"
3030 },
3031 {
3032 "Name" : "virtual_enc_fault",
3033 "Action" : "On",
3034 "DutyOn" : 50,
3035 "Period" : 0,
3036 "Priority" : "Blink"
3037 }
3038 ]
3039 },
3040 {
3041 "group" : "cablecard5_cxp_top_identify",
3042 "members" : [
3043 {
3044 "Name" : "cablecard5_cxp_top",
3045 "Action" : "Blink",
3046 "DutyOn" : 50,
3047 "Period" : 1000,
3048 "Priority" : "Blink"
3049 },
3050 {
3051 "Name" : "front_sys_id0",
3052 "Action" : "On",
3053 "DutyOn" : 50,
3054 "Period" : 0,
3055 "Priority" : "Blink"
3056 },
3057 {
3058 "Name" : "rear_enc_id0",
3059 "Action" : "On",
3060 "DutyOn" : 50,
3061 "Period" : 0,
3062 "Priority" : "Blink"
3063 },
3064 {
3065 "Name" : "virtual_enc_id",
3066 "Action" : "On",
3067 "DutyOn" : 50,
3068 "Period" : 0,
3069 "Priority" : "Blink"
3070 }
3071 ]
3072 },
3073 {
3074 "group" : "cablecard5_cxp_bot_fault",
3075 "members" : [
3076 {
3077 "Name" : "cablecard5_cxp_bot",
3078 "Action" : "On",
3079 "DutyOn" : 50,
3080 "Period" : 0,
3081 "Priority" : "Blink"
3082 },
3083 {
3084 "Name" : "front_enc_fault1",
3085 "Action" : "On",
3086 "DutyOn" : 50,
3087 "Period" : 0,
3088 "Priority" : "Blink"
3089 },
3090 {
3091 "Name" : "rear_enc_fault0",
3092 "Action" : "On",
3093 "DutyOn" : 50,
3094 "Period" : 0,
3095 "Priority" : "Blink"
3096 },
3097 {
3098 "Name" : "virtual_enc_fault",
3099 "Action" : "On",
3100 "DutyOn" : 50,
3101 "Period" : 0,
3102 "Priority" : "Blink"
3103 }
3104 ]
3105 },
3106 {
3107 "group" : "cablecard5_cxp_bot_identify",
3108 "members" : [
3109 {
3110 "Name" : "cablecard5_cxp_bot",
3111 "Action" : "Blink",
3112 "DutyOn" : 50,
3113 "Period" : 1000,
3114 "Priority" : "Blink"
3115 },
3116 {
3117 "Name" : "front_sys_id0",
3118 "Action" : "On",
3119 "DutyOn" : 50,
3120 "Period" : 0,
3121 "Priority" : "Blink"
3122 },
3123 {
3124 "Name" : "rear_enc_id0",
3125 "Action" : "On",
3126 "DutyOn" : 50,
3127 "Period" : 0,
3128 "Priority" : "Blink"
3129 },
3130 {
3131 "Name" : "virtual_enc_id",
3132 "Action" : "On",
3133 "DutyOn" : 50,
3134 "Period" : 0,
3135 "Priority" : "Blink"
3136 }
3137 ]
3138 },
3139 {
3140 "group" : "cablecard7_cxp_top_fault",
3141 "members" : [
3142 {
3143 "Name" : "cablecard7_cxp_top",
3144 "Action" : "On",
3145 "DutyOn" : 50,
3146 "Period" : 0,
3147 "Priority" : "Blink"
3148 },
3149 {
3150 "Name" : "front_enc_fault1",
3151 "Action" : "On",
3152 "DutyOn" : 50,
3153 "Period" : 0,
3154 "Priority" : "Blink"
3155 },
3156 {
3157 "Name" : "rear_enc_fault0",
3158 "Action" : "On",
3159 "DutyOn" : 50,
3160 "Period" : 0,
3161 "Priority" : "Blink"
3162 },
3163 {
3164 "Name" : "virtual_enc_fault",
3165 "Action" : "On",
3166 "DutyOn" : 50,
3167 "Period" : 0,
3168 "Priority" : "Blink"
3169 }
3170 ]
3171 },
3172 {
3173 "group" : "cablecard7_cxp_top_identify",
3174 "members" : [
3175 {
3176 "Name" : "cablecard7_cxp_top",
3177 "Action" : "Blink",
3178 "DutyOn" : 50,
3179 "Period" : 1000,
3180 "Priority" : "Blink"
3181 },
3182 {
3183 "Name" : "front_sys_id0",
3184 "Action" : "On",
3185 "DutyOn" : 50,
3186 "Period" : 0,
3187 "Priority" : "Blink"
3188 },
3189 {
3190 "Name" : "rear_enc_id0",
3191 "Action" : "On",
3192 "DutyOn" : 50,
3193 "Period" : 0,
3194 "Priority" : "Blink"
3195 },
3196 {
3197 "Name" : "virtual_enc_id",
3198 "Action" : "On",
3199 "DutyOn" : 50,
3200 "Period" : 0,
3201 "Priority" : "Blink"
3202 }
3203 ]
3204 },
3205 {
3206 "group" : "cablecard7_cxp_bot_fault",
3207 "members" : [
3208 {
3209 "Name" : "cablecard7_cxp_bot",
3210 "Action" : "On",
3211 "DutyOn" : 50,
3212 "Period" : 0,
3213 "Priority" : "Blink"
3214 },
3215 {
3216 "Name" : "front_enc_fault1",
3217 "Action" : "On",
3218 "DutyOn" : 50,
3219 "Period" : 0,
3220 "Priority" : "Blink"
3221 },
3222 {
3223 "Name" : "rear_enc_fault0",
3224 "Action" : "On",
3225 "DutyOn" : 50,
3226 "Period" : 0,
3227 "Priority" : "Blink"
3228 },
3229 {
3230 "Name" : "virtual_enc_fault",
3231 "Action" : "On",
3232 "DutyOn" : 50,
3233 "Period" : 0,
3234 "Priority" : "Blink"
3235 }
3236 ]
3237 },
3238 {
3239 "group" : "cablecard7_cxp_bot_identify",
3240 "members" : [
3241 {
3242 "Name" : "cablecard7_cxp_bot",
3243 "Action" : "Blink",
3244 "DutyOn" : 50,
3245 "Period" : 1000,
3246 "Priority" : "Blink"
3247 },
3248 {
3249 "Name" : "front_sys_id0",
3250 "Action" : "On",
3251 "DutyOn" : 50,
3252 "Period" : 0,
3253 "Priority" : "Blink"
3254 },
3255 {
3256 "Name" : "rear_enc_id0",
3257 "Action" : "On",
3258 "DutyOn" : 50,
3259 "Period" : 0,
3260 "Priority" : "Blink"
3261 },
3262 {
3263 "Name" : "virtual_enc_id",
3264 "Action" : "On",
3265 "DutyOn" : 50,
3266 "Period" : 0,
3267 "Priority" : "Blink"
3268 }
3269 ]
3270 },
3271 {
3272 "group" : "cablecard8_cxp_top_fault",
3273 "members" : [
3274 {
3275 "Name" : "cablecard8_cxp_top",
3276 "Action" : "On",
3277 "DutyOn" : 50,
3278 "Period" : 0,
3279 "Priority" : "Blink"
3280 },
3281 {
3282 "Name" : "front_enc_fault1",
3283 "Action" : "On",
3284 "DutyOn" : 50,
3285 "Period" : 0,
3286 "Priority" : "Blink"
3287 },
3288 {
3289 "Name" : "rear_enc_fault0",
3290 "Action" : "On",
3291 "DutyOn" : 50,
3292 "Period" : 0,
3293 "Priority" : "Blink"
3294 },
3295 {
3296 "Name" : "virtual_enc_fault",
3297 "Action" : "On",
3298 "DutyOn" : 50,
3299 "Period" : 0,
3300 "Priority" : "Blink"
3301 }
3302 ]
3303 },
3304 {
3305 "group" : "cablecard8_cxp_top_identify",
3306 "members" : [
3307 {
3308 "Name" : "cablecard8_cxp_top",
3309 "Action" : "Blink",
3310 "DutyOn" : 50,
3311 "Period" : 1000,
3312 "Priority" : "Blink"
3313 },
3314 {
3315 "Name" : "front_sys_id0",
3316 "Action" : "On",
3317 "DutyOn" : 50,
3318 "Period" : 0,
3319 "Priority" : "Blink"
3320 },
3321 {
3322 "Name" : "rear_enc_id0",
3323 "Action" : "On",
3324 "DutyOn" : 50,
3325 "Period" : 0,
3326 "Priority" : "Blink"
3327 },
3328 {
3329 "Name" : "virtual_enc_id",
3330 "Action" : "On",
3331 "DutyOn" : 50,
3332 "Period" : 0,
3333 "Priority" : "Blink"
3334 }
3335 ]
3336 },
3337 {
3338 "group" : "cablecard8_cxp_bot_fault",
3339 "members" : [
3340 {
3341 "Name" : "cablecard8_cxp_bot",
3342 "Action" : "On",
3343 "DutyOn" : 50,
3344 "Period" : 0,
3345 "Priority" : "Blink"
3346 },
3347 {
3348 "Name" : "front_enc_fault1",
3349 "Action" : "On",
3350 "DutyOn" : 50,
3351 "Period" : 0,
3352 "Priority" : "Blink"
3353 },
3354 {
3355 "Name" : "rear_enc_fault0",
3356 "Action" : "On",
3357 "DutyOn" : 50,
3358 "Period" : 0,
3359 "Priority" : "Blink"
3360 },
3361 {
3362 "Name" : "virtual_enc_fault",
3363 "Action" : "On",
3364 "DutyOn" : 50,
3365 "Period" : 0,
3366 "Priority" : "Blink"
3367 }
3368 ]
3369 },
3370 {
3371 "group" : "cablecard8_cxp_bot_identify",
3372 "members" : [
3373 {
3374 "Name" : "cablecard8_cxp_bot",
3375 "Action" : "Blink",
3376 "DutyOn" : 50,
3377 "Period" : 1000,
3378 "Priority" : "Blink"
3379 },
3380 {
3381 "Name" : "front_sys_id0",
3382 "Action" : "On",
3383 "DutyOn" : 50,
3384 "Period" : 0,
3385 "Priority" : "Blink"
3386 },
3387 {
3388 "Name" : "rear_enc_id0",
3389 "Action" : "On",
3390 "DutyOn" : 50,
3391 "Period" : 0,
3392 "Priority" : "Blink"
3393 },
3394 {
3395 "Name" : "virtual_enc_id",
3396 "Action" : "On",
3397 "DutyOn" : 50,
3398 "Period" : 0,
3399 "Priority" : "Blink"
3400 }
3401 ]
3402 },
3403 {
3404 "group" : "cablecard10_cxp_top_fault",
3405 "members" : [
3406 {
3407 "Name" : "cablecard10_cxp_top",
3408 "Action" : "On",
3409 "DutyOn" : 50,
3410 "Period" : 0,
3411 "Priority" : "Blink"
3412 },
3413 {
3414 "Name" : "front_enc_fault1",
3415 "Action" : "On",
3416 "DutyOn" : 50,
3417 "Period" : 0,
3418 "Priority" : "Blink"
3419 },
3420 {
3421 "Name" : "rear_enc_fault0",
3422 "Action" : "On",
3423 "DutyOn" : 50,
3424 "Period" : 0,
3425 "Priority" : "Blink"
3426 },
3427 {
3428 "Name" : "virtual_enc_fault",
3429 "Action" : "On",
3430 "DutyOn" : 50,
3431 "Period" : 0,
3432 "Priority" : "Blink"
3433 }
3434 ]
3435 },
3436 {
3437 "group" : "cablecard10_cxp_top_identify",
3438 "members" : [
3439 {
3440 "Name" : "cablecard10_cxp_top",
3441 "Action" : "Blink",
3442 "DutyOn" : 50,
3443 "Period" : 1000,
3444 "Priority" : "Blink"
3445 },
3446 {
3447 "Name" : "front_sys_id0",
3448 "Action" : "On",
3449 "DutyOn" : 50,
3450 "Period" : 0,
3451 "Priority" : "Blink"
3452 },
3453 {
3454 "Name" : "rear_enc_id0",
3455 "Action" : "On",
3456 "DutyOn" : 50,
3457 "Period" : 0,
3458 "Priority" : "Blink"
3459 },
3460 {
3461 "Name" : "virtual_enc_id",
3462 "Action" : "On",
3463 "DutyOn" : 50,
3464 "Period" : 0,
3465 "Priority" : "Blink"
3466 }
3467 ]
3468 },
3469 {
3470 "group" : "cablecard10_cxp_bot_fault",
3471 "members" : [
3472 {
3473 "Name" : "cablecard10_cxp_bot",
3474 "Action" : "On",
3475 "DutyOn" : 50,
3476 "Period" : 0,
3477 "Priority" : "Blink"
3478 },
3479 {
3480 "Name" : "front_enc_fault1",
3481 "Action" : "On",
3482 "DutyOn" : 50,
3483 "Period" : 0,
3484 "Priority" : "Blink"
3485 },
3486 {
3487 "Name" : "rear_enc_fault0",
3488 "Action" : "On",
3489 "DutyOn" : 50,
3490 "Period" : 0,
3491 "Priority" : "Blink"
3492 },
3493 {
3494 "Name" : "virtual_enc_fault",
3495 "Action" : "On",
3496 "DutyOn" : 50,
3497 "Period" : 0,
3498 "Priority" : "Blink"
3499 }
3500 ]
3501 },
3502 {
3503 "group" : "cablecard10_cxp_bot_identify",
3504 "members" : [
3505 {
3506 "Name" : "cablecard10_cxp_bot",
3507 "Action" : "Blink",
3508 "DutyOn" : 50,
3509 "Period" : 1000,
3510 "Priority" : "Blink"
3511 },
3512 {
3513 "Name" : "front_sys_id0",
3514 "Action" : "On",
3515 "DutyOn" : 50,
3516 "Period" : 0,
3517 "Priority" : "Blink"
3518 },
3519 {
3520 "Name" : "rear_enc_id0",
3521 "Action" : "On",
3522 "DutyOn" : 50,
3523 "Period" : 0,
3524 "Priority" : "Blink"
3525 },
3526 {
3527 "Name" : "virtual_enc_id",
3528 "Action" : "On",
3529 "DutyOn" : 50,
3530 "Period" : 0,
3531 "Priority" : "Blink"
3532 }
3533 ]
3534 },
3535 {
3536 "group" : "cablecard11_cxp_top_fault",
3537 "members" : [
3538 {
3539 "Name" : "cablecard11_cxp_top",
3540 "Action" : "On",
3541 "DutyOn" : 50,
3542 "Period" : 0,
3543 "Priority" : "Blink"
3544 },
3545 {
3546 "Name" : "front_enc_fault1",
3547 "Action" : "On",
3548 "DutyOn" : 50,
3549 "Period" : 0,
3550 "Priority" : "Blink"
3551 },
3552 {
3553 "Name" : "rear_enc_fault0",
3554 "Action" : "On",
3555 "DutyOn" : 50,
3556 "Period" : 0,
3557 "Priority" : "Blink"
3558 },
3559 {
3560 "Name" : "virtual_enc_fault",
3561 "Action" : "On",
3562 "DutyOn" : 50,
3563 "Period" : 0,
3564 "Priority" : "Blink"
3565 }
3566 ]
3567 },
3568 {
3569 "group" : "cablecard11_cxp_top_identify",
3570 "members" : [
3571 {
3572 "Name" : "cablecard11_cxp_top",
3573 "Action" : "Blink",
3574 "DutyOn" : 50,
3575 "Period" : 1000,
3576 "Priority" : "Blink"
3577 },
3578 {
3579 "Name" : "front_sys_id0",
3580 "Action" : "On",
3581 "DutyOn" : 50,
3582 "Period" : 0,
3583 "Priority" : "Blink"
3584 },
3585 {
3586 "Name" : "rear_enc_id0",
3587 "Action" : "On",
3588 "DutyOn" : 50,
3589 "Period" : 0,
3590 "Priority" : "Blink"
3591 },
3592 {
3593 "Name" : "virtual_enc_id",
3594 "Action" : "On",
3595 "DutyOn" : 50,
3596 "Period" : 0,
3597 "Priority" : "Blink"
3598 }
3599 ]
3600 },
3601 {
3602 "group" : "cablecard11_cxp_bot_fault",
3603 "members" : [
3604 {
3605 "Name" : "cablecard11_cxp_bot",
3606 "Action" : "On",
3607 "DutyOn" : 50,
3608 "Period" : 0,
3609 "Priority" : "Blink"
3610 },
3611 {
3612 "Name" : "front_enc_fault1",
3613 "Action" : "On",
3614 "DutyOn" : 50,
3615 "Period" : 0,
3616 "Priority" : "Blink"
3617 },
3618 {
3619 "Name" : "rear_enc_fault0",
3620 "Action" : "On",
3621 "DutyOn" : 50,
3622 "Period" : 0,
3623 "Priority" : "Blink"
3624 },
3625 {
3626 "Name" : "virtual_enc_fault",
3627 "Action" : "On",
3628 "DutyOn" : 50,
3629 "Period" : 0,
3630 "Priority" : "Blink"
3631 }
3632 ]
3633 },
3634 {
3635 "group" : "cablecard11_cxp_bot_identify",
3636 "members" : [
3637 {
3638 "Name" : "cablecard11_cxp_bot",
3639 "Action" : "Blink",
3640 "DutyOn" : 50,
3641 "Period" : 1000,
3642 "Priority" : "Blink"
3643 },
3644 {
3645 "Name" : "front_sys_id0",
3646 "Action" : "On",
3647 "DutyOn" : 50,
3648 "Period" : 0,
3649 "Priority" : "Blink"
3650 },
3651 {
3652 "Name" : "rear_enc_id0",
3653 "Action" : "On",
3654 "DutyOn" : 50,
3655 "Period" : 0,
3656 "Priority" : "Blink"
3657 },
3658 {
3659 "Name" : "virtual_enc_id",
3660 "Action" : "On",
3661 "DutyOn" : 50,
3662 "Period" : 0,
3663 "Priority" : "Blink"
3664 }
3665 ]
Vishwanatha Subbannac1c00882021-04-21 10:12:30 -05003666 }
3667 ]
3668}