Skip to main content

Fields

id : Int! required

The unique id of the device preference schedule setting.

max : Decimal

The maximum value a preference can be set to (inclusive).

maxConstraint : PreferenceConstraint

The constraint applied to the max value.

min : Decimal

The minimum value a preference can be set to (inclusive).

minConstraint : PreferenceConstraint

The constraint applied to the min value.

step : Decimal! required

The step size preference can be set to.

targetConstraint : PreferenceConstraint

The constraint applied to the target value.

timeFrom : Time

The minimum time a preference can be set to (inclusive).

timeStep : Int! required

The step amount (in minutes) a preference schedule time can be set.

timeTo : Time

The maximum time a preference can be set to (inclusive).

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

{ "id": 79892892, "max": "1.0", "maxConstraint": PreferenceConstraint, "min": "1.0", "minConstraint": PreferenceConstraint, "step": "1.0", "targetConstraint": PreferenceConstraint, "timeFrom": "21:13:05.637142", "timeStep": 96, "timeTo": "18:00:39.106612" }