thermalState property
For THERMAL_STATE_CHANGED — engine-defined state string (e.g. "nominal", "fair", "serious", "critical"; Apple-specific names preserved as strings to avoid platform-coupled enums).
Implementation
@$pb.TagNumber(3)
$core.String get thermalState => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set thermalState($core.String value) => $_setString(2, value);