xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FieldMode.interface.yaml (revision 8da396ca4e24c1831d5d8fc9c9afc208002032c1)
1description: >
2    An interface to enable field mode, which, when enabled, indicates that the
3    system is in production.
4
5properties:
6    - name: FieldModeEnabled
7      type: boolean
8      description: >
9          Keeps track of whether the BMC is in field mode. Enabling field mode
10          is intended to be a one-way operation. Therefore the application
11          implementing this interface could return a NotAllowed error when the
12          user attempts to set the property value to false.
13      default: false
14      errors:
15          - xyz.openbmc_project.Common.Error.NotAllowed
16