summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Led/Physical.interface.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/xyz/openbmc_project/Led/Physical.interface.yaml b/xyz/openbmc_project/Led/Physical.interface.yaml
index d0ca460..c0ca00e 100644
--- a/xyz/openbmc_project/Led/Physical.interface.yaml
+++ b/xyz/openbmc_project/Led/Physical.interface.yaml
@@ -4,7 +4,7 @@ description: >
properties:
- name: State
type: enum[self.Action]
- default: Off
+ default: 'Off'
description: >
Current State of the LED.
@@ -25,13 +25,13 @@ enumerations:
description: >
Possible states a LED can be in.
values:
- - name: Off
+ - name: 'Off'
description: >
LED is in OFF state
- - name: On
+ - name: 'On'
description: >
LED is in solid ON state
- - name: Blink
+ - name: 'Blink'
description: >
LED is blinking
OpenPOWER on IntegriCloud