blob: 639fa43b8b949fba2e4afffa50374d89b40fea0f [file] [log] [blame]
Michael Tritz6f69ae52017-08-02 16:13:24 -05001description: >
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
Adriana Kobylak6a16d702019-05-01 13:48:39 -050010 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.
Michael Tritz6f69ae52017-08-02 16:13:24 -050013 default: false
Adriana Kobylak6a16d702019-05-01 13:48:39 -050014 errors:
15 - xyz.openbmc_project.Common.Error.NotAllowed