summaryrefslogtreecommitdiffstats
path: root/scripts/sensor-example.yaml
blob: c17b97702cc2dbe7d43d6b33beaa1675c3965bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
0xa6:
  sensorType: 0x0C
  path: /system/chassis/motherboard/dimm0
  sensorReadingType: 0x6F
  interfaces:
    xyz.openbmc_project.State.Decorator.OperationalStatus:
      Functional:
        0x04:
          type: bool
          deassert: "true"
          assert: "false"
    xyz.openbmc_project.Inventory.Item:
      Present:
        0x06:
          type: bool
          assert: "true"
          deassert: "false"
0xa8:
  sensorType: 0x0C
  path: /system/chassis/motherboard/dimm1
  sensorReadingType: 0x6F
  interfaces:
    xyz.openbmc_project.State.Decorator.OperationalStatus:
      Functional:
        0x04:
          type: bool
          deassert: "true"
          assert: "false"
    xyz.openbmc_project.Inventory.Item:
      Present:
        0x06:
          type: bool
          assert: "true"
          deassert: "false"
0xaa:
  sensorType: 0x0C
  path: /system/chassis/motherboard/dimm2
  sensorReadingType: 0x6F
  interfaces:
    xyz.openbmc_project.State.Decorator.OperationalStatus:
      Functional:
        0x04:
          type: bool
          deassert: "true"
          assert: "false"
    xyz.openbmc_project.Inventory.Item:
      Present:
        0x06:
          type: bool
          assert: "true"
          deassert: "false"
0xac:
  sensorType: 0x0C
  path: /system/chassis/motherboard/dimm3
  sensorReadingType: 0x6F
  interfaces:
    xyz.openbmc_project.State.Decorator.OperationalStatus:
      Functional:
        0x04:
          type: bool
          deassert: "true"
          assert: "false"
    xyz.openbmc_project.Inventory.Item:
      Present:
        0x06:
          type: bool
          assert: "true"
          deassert: "false"
OpenPOWER on IntegriCloud