Stub out python client gen

This commit is contained in:
zvecr
2022-07-17 01:53:59 +01:00
parent 70eae6b348
commit 2a1bfafa1a
6 changed files with 87 additions and 12 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class XAPShell(cmd.Cmd):
while 1:
(event, data) = self.device.listen()
if event == XAPEventType.SECURE:
if event == XAPEventType.SECURE_STATUS:
secure_status = XAPSecureStatus(data[0]).name
cli.log.info(' Secure[%s]', secure_status)