subsystemConfigs property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(1)
Map<String, DeviceSubsystemConfig> get subsystemConfigs

subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
$core.Map<$core.String, DeviceSubsystemConfig> get subsystemConfigs => $_getMap(0);