Add EventLogType as enum of EventLog

This commit is contained in:
Sylvain Berfini 2017-10-24 14:37:28 +02:00
parent 8aa93022dd
commit 9bfaca593e

View file

@ -51,6 +51,7 @@ ENUMS_LIST = {
'ConfiguringState': 'Core',
'CoreLogCollectionUploadState': 'Core',
'EcCalibratorStatus': 'Core',
'EventLogType': 'EventLog',
'GlobalState': 'Core',
'FriendListStatus': 'FriendList',
'IceState': 'CallStats',