Merge pull request #3152 from johnsonshih/assignedaccesscsp

Add missing enumeration value
This commit is contained in:
Jeanie Decker 2019-04-03 12:48:43 -07:00 committed by GitHub
commit a013fee45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -895,6 +895,7 @@ Status Get
<xs:enumeration value="RestartShell" /> <xs:enumeration value="RestartShell" />
<xs:enumeration value="RestartDevice" /> <xs:enumeration value="RestartDevice" />
<xs:enumeration value="ShutdownDevice" /> <xs:enumeration value="ShutdownDevice" />
<xs:enumeration value="DoNothing" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>