blob: 4f8ea2d3f1ef65d0b99532e03da99deb312aded0 [file] [log] [blame]
description: >
Implement to indicate the power state of the object
properties:
- name: PowerState
type: enum[self.State]
default: Unknown
description: >
The current power status of the object.
enumerations:
- name: State
description: >
Power state enum.
values:
- name: On
description: >
The state of the object is powered on.
- name: Off
description: >
The state of the object is powered off.
- name: PoweringOn
description: >
The object is in a temporary state between off and on.
- name: PoweringOff
description: >
The object is in a temporary state between on and off.
- name: Unknown
description: >
The power state is unknown.