INSetClimateSettingsInCarIntentHandling
The handler interface for changing a vehicle’s climate control settings.
Declaration
protocol INSetClimateSettingsInCarIntentHandling : NSObjectProtocolOverview
Automotive vendors can support the INSetClimateSettingsInCarIntentHandling protocol in an Intents extension that they ship with their automotive apps. Use the methods of this protocol to resolve, confirm, and handle requests to change the vehicle’s current climate control settings. Your extension should be able to communicate with the vehicle and make the necessary changes.
Siri delivers an INSetClimateSettingsInCarIntent object to your handler when the user asks to change any climate settings. The provided intent object contains information that you use to determine which settings changed and what the new settings should be.
Topics
Resolving the Intent Parameters
resolveEnableFan(for:with:)resolveEnableAirConditioner(for:with:)resolveEnableClimateControl(for:with:)resolveEnableAutoMode(for:with:)resolveAirCirculationMode(for:with:)resolveFanSpeedIndex(for:with:)resolveFanSpeedPercentage(for:with:)resolveRelativeFanSpeedSetting(for:with:)resolveTemperature(for:with:)resolveRelativeTemperatureSetting(for:with:)resolveClimateZone(for:with:)resolveCarName(for:with:)