summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/Mode.interface.yaml
blob: ff7e0b0d83011d20df6eceab713aadda3133298f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
description: >
    Implement to provide manual control for an object.  Also provides
    for the notion of a fail-safe mode.

    Control.Mode.Manual is read/write.
    Control.Mode.FailSafe is read/write, however not all implementations
    may respect having this property set externally.

properties:
    - name: Manual
      type: boolean
      description: >
          Whether the object should be in manual or automatic mode.
    - name: FailSafe
      type: boolean
      description: >
          Whether the object is in fail-safe mode or not.

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud