blob: 5ccaeae9c72e8a88639380b105dd424f8f5b08cd [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:
Patrick Williams8da396c2022-03-14 14:21:02 -050015 - xyz.openbmc_project.Common.Error.NotAllowed