UpdateSetpoints
setpoints object[]
Array [
sensor_uuidstring<uuid>required
value
]
fallback_timeout_minutesinteger
Used as a kill switch. Once specified, a command must follow within the timeout. If not, the setpoints are set as previously sent.
fallback_setpoints object[]
If timeout of fallback_timeout_minutes expires, all these setpoints are set.
Array [
sensor_uuidstring<uuid>required
value
]
UpdateSetpoints
{
"setpoints": [
{
"sensor_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"value": {}
}
],
"fallback_timeout_minutes": 0,
"fallback_setpoints": [
{
"sensor_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"value": {}
}
]
}