blob: bf797d94c2d044cc013e5de5e6b3081b5540aeed [file] [log] [blame]
Matt Spinler47162542021-03-02 15:00:09 -06001{
2 "condition":
3 {
4 "path": "system/chassis/motherboard",
5 "interface": "com.ibm.ipzvpd.VSBP",
6 "property": "IM",
7 "values": [
8 [80, 0, 48, 0]
9 ]
10 },
11 "associations":
12 [
13 {
14 "path": "system/chassis/motherboard/fan0",
15 "endpoints":
16 [
17 {
18 "types":
19 {
20 "rType": "inventory",
21 "fType": "sensors"
22 },
23 "paths":
24 [
25 "/xyz/openbmc_project/sensors/fan_tach/fan0_0",
26 "/xyz/openbmc_project/sensors/fan_tach/fan0_1"
27 ]
28 }
29 ]
30 },
31 {
32 "path": "system/chassis/motherboard/fan1",
33 "endpoints":
34 [
35 {
36 "types":
37 {
38 "rType": "inventory",
39 "fType": "sensors"
40 },
41 "paths":
42 [
43 "/xyz/openbmc_project/sensors/fan_tach/fan1_0",
44 "/xyz/openbmc_project/sensors/fan_tach/fan1_1"
45 ]
46 }
47 ]
48 },
49 {
50 "path": "system/chassis/motherboard/fan2",
51 "endpoints":
52 [
53 {
54 "types":
55 {
56 "rType": "inventory",
57 "fType": "sensors"
58 },
59 "paths":
60 [
61 "/xyz/openbmc_project/sensors/fan_tach/fan2_0",
62 "/xyz/openbmc_project/sensors/fan_tach/fan2_1"
63 ]
64 }
65 ]
66 },
67 {
68 "path": "system/chassis/motherboard/fan3",
69 "endpoints":
70 [
71 {
72 "types":
73 {
74 "rType": "inventory",
75 "fType": "sensors"
76 },
77 "paths":
78 [
79 "/xyz/openbmc_project/sensors/fan_tach/fan3_0",
80 "/xyz/openbmc_project/sensors/fan_tach/fan3_1"
81 ]
82 }
83 ]
84 },
85 {
86 "path": "system/chassis",
87 "endpoints":
88 [
89 {
90 "types":
91 {
92 "rType": "chassis",
93 "fType": "all_sensors"
94 },
95 "paths":
96 [
97 "/xyz/openbmc_project/sensors/fan_tach/fan0_0",
98 "/xyz/openbmc_project/sensors/fan_tach/fan0_1",
99 "/xyz/openbmc_project/sensors/fan_tach/fan1_0",
100 "/xyz/openbmc_project/sensors/fan_tach/fan1_1",
101 "/xyz/openbmc_project/sensors/fan_tach/fan2_0",
102 "/xyz/openbmc_project/sensors/fan_tach/fan2_1",
103 "/xyz/openbmc_project/sensors/fan_tach/fan3_0",
104 "/xyz/openbmc_project/sensors/fan_tach/fan3_1"
105 ]
106 }
107 ]
108 }
109 ]
110}
111