xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml (revision a1347418307d31a94bd21f22897aa508df938dcf)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1description: >
2    Host selector interface is used to keep the position of the host selector HW
3    switch as a property.This host selector position value decides which host or
4    bmc is currently selected in a multihost bmc system so that the power and
5    reset button events are routed to the currently selected host or bmc's power
6    control events.
7
8properties:
9    - name: Position
10      type: size
11      default: 0
12      description: >
13          The current position of the selector. Position 1 to N selects Host
14          Instance t to N,Position 0 selects the BMC ( N is maximum number of
15          hosts ).
16    - name: MaxPosition
17      type: size
18      default: 0
19      flags:
20          - readonly
21      description: >
22          Maximum number for position value.
23

served by {OpenGrok

Last Index Update: Sun May 18 03:01:11 CDT 2025