Skip to main content

Input fields

deviceId : ID! required

The ID of the device.

mode : PreferencesModeChoices! required

The mode of the schedule.

schedules : [PreferencesScheduleInput]! required

The schedule with the preference details.

unit : PreferencesUnitChoices! required

The unit of the min and max values in the preferences schedule.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "deviceId": "15509940", "mode": "CHARGE", "schedules": PreferencesScheduleInput, "unit": "CELSIUS" }