---
title: level
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetseatsettingsincarintent/level-94975
---

# level

An integer value indicating the desired level for the seat setting.

## Declaration

```swift
@nonobjc final var level: Int? { get }
```

## Discussion

Discussion The value in this property maps to the heating, cooling, or massage level for the seat. For example, the value 1 corresponds to the first position of the corresponding knob, the value 2 corresponds to the second position of the knob, and so on. Use this property to change the corresponding seat setting to the level requested by the user. The intent object contains a value for this property or the relativeLevelSetting property, but not both.

## See Also

### Getting the New Settings

- [enableCooling](intents/insetseatsettingsincarintent/enablecooling-8qqx3.md)
- [enableHeating](intents/insetseatsettingsincarintent/enableheating-8auz2.md)
- [enableMassage](intents/insetseatsettingsincarintent/enablemassage-46ndx.md)
- [relativeLevelSetting](intents/insetseatsettingsincarintent/relativelevelsetting.md)
