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