initCommand$json top-level constant

  1. @Deprecated('Use initCommandDescriptor instead')
Map<String, Object> const initCommand$json

Implementation

@$core.Deprecated('Use initCommandDescriptor instead')
const initCommand$json = {
  '1': 'InitCommand',
  '2': [
    {'1': 'fw_version', '3': 1, '4': 1, '5': 13, '10': 'fwVersion'},
    {'1': 'hw_version', '3': 2, '4': 1, '5': 13, '10': 'hwVersion'},
    {
      '1': 'sd_req',
      '3': 3,
      '4': 3,
      '5': 13,
      '8': {'2': true},
      '10': 'sdReq',
    },
    {'1': 'type', '3': 4, '4': 1, '5': 14, '6': '.dfu.FwType', '10': 'type'},
    {'1': 'sd_size', '3': 5, '4': 1, '5': 13, '10': 'sdSize'},
    {'1': 'bl_size', '3': 6, '4': 1, '5': 13, '10': 'blSize'},
    {'1': 'app_size', '3': 7, '4': 1, '5': 13, '10': 'appSize'},
    {'1': 'hash', '3': 8, '4': 1, '5': 11, '6': '.dfu.Hash', '10': 'hash'},
    {'1': 'is_debug', '3': 9, '4': 1, '5': 8, '7': 'false', '10': 'isDebug'},
    {'1': 'boot_validation', '3': 10, '4': 3, '5': 11, '6': '.dfu.BootValidation', '10': 'bootValidation'},
  ],
};