FlexDevicePreferenceScheduleSetting
Fields
The unique id of the device preference schedule setting.
The maximum value a preference can be set to (inclusive).
The constraint applied to the max value.
The minimum value a preference can be set to (inclusive).
The constraint applied to the min value.
The step size preference can be set to.
The constraint applied to the target value.
The minimum time a preference can be set to (inclusive).
The step amount (in minutes) a preference schedule time can be set.
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": 49463177,
"max": "1.0",
"maxConstraint": PreferenceConstraint,
"min": "1.0",
"minConstraint": PreferenceConstraint,
"step": "1.0",
"targetConstraint": PreferenceConstraint,
"timeFrom": "22:00:05.992963",
"timeStep": 92,
"timeTo": "03:31:48.228501"
}