Add new fields to CrOSFieldName

This commit is contained in:
Ross Scroggs
2024-05-17 11:05:03 -07:00
parent 5a5b98cccb
commit 16ef9e60d5
8 changed files with 46 additions and 10 deletions

View File

@@ -23221,6 +23221,7 @@ CROS_FIELDS_CHOICE_MAP = {
'asset': 'annotatedAssetId',
'assetid': 'annotatedAssetId',
'autoupdateexpiration': 'autoUpdateExpiration',
'autoupdatethrough': 'autoUpdateThrough',
'backlightinfo': 'backlightInfo',
'bootmode': 'bootMode',
'cpuinfo': 'cpuInfo',
@@ -23233,6 +23234,9 @@ CROS_FIELDS_CHOICE_MAP = {
'dockmacaddress': 'dockMacAddress',
'ethernetmacaddress': 'ethernetMacAddress',
'ethernetmacaddress0': 'ethernetMacAddress0',
'extendedsupporteligible': 'extendedSupportEligible',
'extendedsupportstart': 'extendedSupportStart',
'extendedsupportenabled': 'extendedSupportEnabled',
'firmwareversion': 'firmwareVersion',
'firstenrollmenttime': 'firstEnrollmentTime',
'lastdeprovisiontimestamp': 'lastDeprovisionTimestamp',