-
Notifications
You must be signed in to change notification settings - Fork 12
/
zone_conditions.yaml
32 lines (30 loc) · 1.13 KB
/
zone_conditions.yaml
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
#Example zone conditions for phosphor-fan-control
#conditions:
# - name: [A unique name for this condition.]
# type: [The type of condition. Currently, the only supported type is
# getProperty]
# properties:
# - property: [The Dbus property name on the interface.]
# interface: [The Dbus interface that contains the property.]
# path: [The Dbus path where the interface is located.]
# type: [The property type for this property.]
# value: [The property value for this condition to be set.]
#Example:
#conditions:
# - name: air_cooled_chassis
# type: getProperty
# properties:
# - property: WaterCooled
# interface: xyz.openbmc_project.Inventory.Decorator.CoolingType
# path: /xyz/openbmc_project/inventory/system/chassis
# type: bool
# value: false
#
# - name: water_and_air_cooled_chassis
# type: getProperty
# properties:
# - property: WaterCooled
# interface: xyz.openbmc_project.Inventory.Decorator.CoolingType
# path: /xyz/openbmc_project/inventory/system/chassis
# type: bool
# value: true