1[
2    {
3        "Name": "REBOOT_ACK",
4        "LineName": "host0-reboot-ack-n",
5        "EventMon": "FALLING",
6        "Target": "ampere-host-reboot@0.service",
7        "Continue": true
8    },
9    {
10        "Name": "SHUTDOWN_ACK",
11        "LineName": "host0-shd-ack-n",
12        "EventMon": "FALLING",
13        "Target": "ampere-host-shutdown-ack@0.service",
14        "Continue": true
15    },
16    {
17        "Name": "S0_OVERTEMP",
18        "LineName": "s0-overtemp-n",
19        "EventMon": "FALLING",
20        "Target": "ampere_overtemp@0.service",
21        "Continue": true
22    },
23    {
24        "Name": "S1_OVERTEMP",
25        "LineName": "s1-overtemp-n",
26        "EventMon": "FALLING",
27        "Target": "ampere_overtemp@1.service",
28        "Continue": true
29    },
30    {
31        "Name": "S0_HIGHTEMP",
32        "LineName": "s0-hightemp-n",
33        "EventMon": "BOTH",
34        "Targets": {
35          "FALLING": ["ampere_hightemp_start@0.service"],
36          "RISING": ["ampere_hightemp_stop@0.service"]
37        },
38        "Continue": true
39    },
40    {
41        "Name": "S1_HIGHTEMP",
42        "LineName": "s1-hightemp-n",
43        "EventMon": "BOTH",
44        "Targets": {
45          "FALLING": ["ampere_hightemp_start@1.service"],
46          "RISING": ["ampere_hightemp_stop@1.service"]
47        },
48        "Continue": true
49    }
50]
51