ACPIPowerState: set default property values

The property values should default to 'Unknown' instead of 'S0' (the
first enum).

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ida5362ec29238a14e6b5ce078ad0c0951993dd8b
diff --git a/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml b/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml
index 2f8dd84..d7ae808 100644
--- a/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml
@@ -4,11 +4,13 @@
 properties:
     - name: SysACPIStatus
       type: enum[self.ACPI]
+      default: Unknown
       description: >
           The ACPI system power status.
 
     - name: DevACPIStatus
       type: enum[self.ACPI]
+      default: Unknown
       description: >
           The ACPI device power status.