Hello, I'm trying to understand what's the difference between:
- HeartRateZoneAlert: static func heartRate(zone: Int) -> Self
- PowerZoneAlert : static func power(zone: Int) -> Self
And also, why HeartRate alerts support range, but Power doesn't support Range?