@seamapi/types 1.310.0 → 1.311.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +37 -396
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +12 -2330
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +0 -312
- package/lib/seam/connect/models/action-attempts/action-attempt.js +0 -8
- package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +6 -0
- package/lib/seam/connect/openapi.js +23 -311
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -2030
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +0 -8
- package/src/lib/seam/connect/openapi.ts +28 -311
- package/src/lib/seam/connect/route-types.ts +6 -2270
- package/lib/seam/connect/models/action-attempts/set-cool.d.ts +0 -80
- package/lib/seam/connect/models/action-attempts/set-cool.js +0 -25
- package/lib/seam/connect/models/action-attempts/set-cool.js.map +0 -1
- package/lib/seam/connect/models/action-attempts/set-heat-cool.d.ts +0 -80
- package/lib/seam/connect/models/action-attempts/set-heat-cool.js +0 -25
- package/lib/seam/connect/models/action-attempts/set-heat-cool.js.map +0 -1
- package/lib/seam/connect/models/action-attempts/set-heat.d.ts +0 -80
- package/lib/seam/connect/models/action-attempts/set-heat.js +0 -25
- package/lib/seam/connect/models/action-attempts/set-heat.js.map +0 -1
- package/lib/seam/connect/models/action-attempts/set-thermostat-off.d.ts +0 -80
- package/lib/seam/connect/models/action-attempts/set-thermostat-off.js +0 -25
- package/lib/seam/connect/models/action-attempts/set-thermostat-off.js.map +0 -1
- package/src/lib/seam/connect/models/action-attempts/set-cool.ts +0 -33
- package/src/lib/seam/connect/models/action-attempts/set-heat-cool.ts +0 -33
- package/src/lib/seam/connect/models/action-attempts/set-heat.ts +0 -33
- package/src/lib/seam/connect/models/action-attempts/set-thermostat-off.ts +0 -36
package/dist/connect.d.cts
CHANGED
|
@@ -4084,240 +4084,6 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4084
4084
|
status: z.ZodLiteral<"pending">;
|
|
4085
4085
|
result: z.ZodNull;
|
|
4086
4086
|
error: z.ZodNull;
|
|
4087
|
-
}>, {
|
|
4088
|
-
action_type: z.ZodLiteral<"SET_COOL">;
|
|
4089
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4090
|
-
status: "pending";
|
|
4091
|
-
action_attempt_id: string;
|
|
4092
|
-
error: null;
|
|
4093
|
-
result: null;
|
|
4094
|
-
action_type: "SET_COOL";
|
|
4095
|
-
}, {
|
|
4096
|
-
status: "pending";
|
|
4097
|
-
action_attempt_id: string;
|
|
4098
|
-
error: null;
|
|
4099
|
-
result: null;
|
|
4100
|
-
action_type: "SET_COOL";
|
|
4101
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4102
|
-
action_attempt_id: z.ZodString;
|
|
4103
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4104
|
-
}, {
|
|
4105
|
-
status: z.ZodLiteral<"success">;
|
|
4106
|
-
error: z.ZodNull;
|
|
4107
|
-
}>, {
|
|
4108
|
-
action_type: z.ZodLiteral<"SET_COOL">;
|
|
4109
|
-
result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
4110
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4111
|
-
status: "success";
|
|
4112
|
-
action_attempt_id: string;
|
|
4113
|
-
error: null;
|
|
4114
|
-
result: {};
|
|
4115
|
-
action_type: "SET_COOL";
|
|
4116
|
-
}, {
|
|
4117
|
-
status: "success";
|
|
4118
|
-
action_attempt_id: string;
|
|
4119
|
-
error: null;
|
|
4120
|
-
result: {};
|
|
4121
|
-
action_type: "SET_COOL";
|
|
4122
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4123
|
-
action_attempt_id: z.ZodString;
|
|
4124
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4125
|
-
}, {
|
|
4126
|
-
status: z.ZodLiteral<"error">;
|
|
4127
|
-
result: z.ZodNull;
|
|
4128
|
-
}>, {
|
|
4129
|
-
action_type: z.ZodLiteral<"SET_COOL">;
|
|
4130
|
-
error: z.ZodObject<{
|
|
4131
|
-
type: z.ZodString;
|
|
4132
|
-
message: z.ZodString;
|
|
4133
|
-
}, "strip", z.ZodTypeAny, {
|
|
4134
|
-
message: string;
|
|
4135
|
-
type: string;
|
|
4136
|
-
}, {
|
|
4137
|
-
message: string;
|
|
4138
|
-
type: string;
|
|
4139
|
-
}>;
|
|
4140
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4141
|
-
status: "error";
|
|
4142
|
-
action_attempt_id: string;
|
|
4143
|
-
error: {
|
|
4144
|
-
message: string;
|
|
4145
|
-
type: string;
|
|
4146
|
-
};
|
|
4147
|
-
result: null;
|
|
4148
|
-
action_type: "SET_COOL";
|
|
4149
|
-
}, {
|
|
4150
|
-
status: "error";
|
|
4151
|
-
action_attempt_id: string;
|
|
4152
|
-
error: {
|
|
4153
|
-
message: string;
|
|
4154
|
-
type: string;
|
|
4155
|
-
};
|
|
4156
|
-
result: null;
|
|
4157
|
-
action_type: "SET_COOL";
|
|
4158
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4159
|
-
action_attempt_id: z.ZodString;
|
|
4160
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4161
|
-
}, {
|
|
4162
|
-
status: z.ZodLiteral<"pending">;
|
|
4163
|
-
result: z.ZodNull;
|
|
4164
|
-
error: z.ZodNull;
|
|
4165
|
-
}>, {
|
|
4166
|
-
action_type: z.ZodLiteral<"SET_HEAT">;
|
|
4167
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4168
|
-
status: "pending";
|
|
4169
|
-
action_attempt_id: string;
|
|
4170
|
-
error: null;
|
|
4171
|
-
result: null;
|
|
4172
|
-
action_type: "SET_HEAT";
|
|
4173
|
-
}, {
|
|
4174
|
-
status: "pending";
|
|
4175
|
-
action_attempt_id: string;
|
|
4176
|
-
error: null;
|
|
4177
|
-
result: null;
|
|
4178
|
-
action_type: "SET_HEAT";
|
|
4179
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4180
|
-
action_attempt_id: z.ZodString;
|
|
4181
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4182
|
-
}, {
|
|
4183
|
-
status: z.ZodLiteral<"success">;
|
|
4184
|
-
error: z.ZodNull;
|
|
4185
|
-
}>, {
|
|
4186
|
-
action_type: z.ZodLiteral<"SET_HEAT">;
|
|
4187
|
-
result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
4188
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4189
|
-
status: "success";
|
|
4190
|
-
action_attempt_id: string;
|
|
4191
|
-
error: null;
|
|
4192
|
-
result: {};
|
|
4193
|
-
action_type: "SET_HEAT";
|
|
4194
|
-
}, {
|
|
4195
|
-
status: "success";
|
|
4196
|
-
action_attempt_id: string;
|
|
4197
|
-
error: null;
|
|
4198
|
-
result: {};
|
|
4199
|
-
action_type: "SET_HEAT";
|
|
4200
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4201
|
-
action_attempt_id: z.ZodString;
|
|
4202
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4203
|
-
}, {
|
|
4204
|
-
status: z.ZodLiteral<"error">;
|
|
4205
|
-
result: z.ZodNull;
|
|
4206
|
-
}>, {
|
|
4207
|
-
action_type: z.ZodLiteral<"SET_HEAT">;
|
|
4208
|
-
error: z.ZodObject<{
|
|
4209
|
-
type: z.ZodString;
|
|
4210
|
-
message: z.ZodString;
|
|
4211
|
-
}, "strip", z.ZodTypeAny, {
|
|
4212
|
-
message: string;
|
|
4213
|
-
type: string;
|
|
4214
|
-
}, {
|
|
4215
|
-
message: string;
|
|
4216
|
-
type: string;
|
|
4217
|
-
}>;
|
|
4218
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4219
|
-
status: "error";
|
|
4220
|
-
action_attempt_id: string;
|
|
4221
|
-
error: {
|
|
4222
|
-
message: string;
|
|
4223
|
-
type: string;
|
|
4224
|
-
};
|
|
4225
|
-
result: null;
|
|
4226
|
-
action_type: "SET_HEAT";
|
|
4227
|
-
}, {
|
|
4228
|
-
status: "error";
|
|
4229
|
-
action_attempt_id: string;
|
|
4230
|
-
error: {
|
|
4231
|
-
message: string;
|
|
4232
|
-
type: string;
|
|
4233
|
-
};
|
|
4234
|
-
result: null;
|
|
4235
|
-
action_type: "SET_HEAT";
|
|
4236
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4237
|
-
action_attempt_id: z.ZodString;
|
|
4238
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4239
|
-
}, {
|
|
4240
|
-
status: z.ZodLiteral<"pending">;
|
|
4241
|
-
result: z.ZodNull;
|
|
4242
|
-
error: z.ZodNull;
|
|
4243
|
-
}>, {
|
|
4244
|
-
action_type: z.ZodLiteral<"SET_HEAT_COOL">;
|
|
4245
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4246
|
-
status: "pending";
|
|
4247
|
-
action_attempt_id: string;
|
|
4248
|
-
error: null;
|
|
4249
|
-
result: null;
|
|
4250
|
-
action_type: "SET_HEAT_COOL";
|
|
4251
|
-
}, {
|
|
4252
|
-
status: "pending";
|
|
4253
|
-
action_attempt_id: string;
|
|
4254
|
-
error: null;
|
|
4255
|
-
result: null;
|
|
4256
|
-
action_type: "SET_HEAT_COOL";
|
|
4257
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4258
|
-
action_attempt_id: z.ZodString;
|
|
4259
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4260
|
-
}, {
|
|
4261
|
-
status: z.ZodLiteral<"success">;
|
|
4262
|
-
error: z.ZodNull;
|
|
4263
|
-
}>, {
|
|
4264
|
-
action_type: z.ZodLiteral<"SET_HEAT_COOL">;
|
|
4265
|
-
result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
4266
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4267
|
-
status: "success";
|
|
4268
|
-
action_attempt_id: string;
|
|
4269
|
-
error: null;
|
|
4270
|
-
result: {};
|
|
4271
|
-
action_type: "SET_HEAT_COOL";
|
|
4272
|
-
}, {
|
|
4273
|
-
status: "success";
|
|
4274
|
-
action_attempt_id: string;
|
|
4275
|
-
error: null;
|
|
4276
|
-
result: {};
|
|
4277
|
-
action_type: "SET_HEAT_COOL";
|
|
4278
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4279
|
-
action_attempt_id: z.ZodString;
|
|
4280
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4281
|
-
}, {
|
|
4282
|
-
status: z.ZodLiteral<"error">;
|
|
4283
|
-
result: z.ZodNull;
|
|
4284
|
-
}>, {
|
|
4285
|
-
action_type: z.ZodLiteral<"SET_HEAT_COOL">;
|
|
4286
|
-
error: z.ZodObject<{
|
|
4287
|
-
type: z.ZodString;
|
|
4288
|
-
message: z.ZodString;
|
|
4289
|
-
}, "strip", z.ZodTypeAny, {
|
|
4290
|
-
message: string;
|
|
4291
|
-
type: string;
|
|
4292
|
-
}, {
|
|
4293
|
-
message: string;
|
|
4294
|
-
type: string;
|
|
4295
|
-
}>;
|
|
4296
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4297
|
-
status: "error";
|
|
4298
|
-
action_attempt_id: string;
|
|
4299
|
-
error: {
|
|
4300
|
-
message: string;
|
|
4301
|
-
type: string;
|
|
4302
|
-
};
|
|
4303
|
-
result: null;
|
|
4304
|
-
action_type: "SET_HEAT_COOL";
|
|
4305
|
-
}, {
|
|
4306
|
-
status: "error";
|
|
4307
|
-
action_attempt_id: string;
|
|
4308
|
-
error: {
|
|
4309
|
-
message: string;
|
|
4310
|
-
type: string;
|
|
4311
|
-
};
|
|
4312
|
-
result: null;
|
|
4313
|
-
action_type: "SET_HEAT_COOL";
|
|
4314
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4315
|
-
action_attempt_id: z.ZodString;
|
|
4316
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4317
|
-
}, {
|
|
4318
|
-
status: z.ZodLiteral<"pending">;
|
|
4319
|
-
result: z.ZodNull;
|
|
4320
|
-
error: z.ZodNull;
|
|
4321
4087
|
}>, {
|
|
4322
4088
|
action_type: z.ZodLiteral<"SET_FAN_MODE">;
|
|
4323
4089
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -4396,84 +4162,6 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4396
4162
|
status: z.ZodLiteral<"pending">;
|
|
4397
4163
|
result: z.ZodNull;
|
|
4398
4164
|
error: z.ZodNull;
|
|
4399
|
-
}>, {
|
|
4400
|
-
action_type: z.ZodLiteral<"SET_THERMOSTAT_OFF">;
|
|
4401
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4402
|
-
status: "pending";
|
|
4403
|
-
action_attempt_id: string;
|
|
4404
|
-
error: null;
|
|
4405
|
-
result: null;
|
|
4406
|
-
action_type: "SET_THERMOSTAT_OFF";
|
|
4407
|
-
}, {
|
|
4408
|
-
status: "pending";
|
|
4409
|
-
action_attempt_id: string;
|
|
4410
|
-
error: null;
|
|
4411
|
-
result: null;
|
|
4412
|
-
action_type: "SET_THERMOSTAT_OFF";
|
|
4413
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4414
|
-
action_attempt_id: z.ZodString;
|
|
4415
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4416
|
-
}, {
|
|
4417
|
-
status: z.ZodLiteral<"success">;
|
|
4418
|
-
error: z.ZodNull;
|
|
4419
|
-
}>, {
|
|
4420
|
-
action_type: z.ZodLiteral<"SET_THERMOSTAT_OFF">;
|
|
4421
|
-
result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
4422
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4423
|
-
status: "success";
|
|
4424
|
-
action_attempt_id: string;
|
|
4425
|
-
error: null;
|
|
4426
|
-
result: {};
|
|
4427
|
-
action_type: "SET_THERMOSTAT_OFF";
|
|
4428
|
-
}, {
|
|
4429
|
-
status: "success";
|
|
4430
|
-
action_attempt_id: string;
|
|
4431
|
-
error: null;
|
|
4432
|
-
result: {};
|
|
4433
|
-
action_type: "SET_THERMOSTAT_OFF";
|
|
4434
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4435
|
-
action_attempt_id: z.ZodString;
|
|
4436
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4437
|
-
}, {
|
|
4438
|
-
status: z.ZodLiteral<"error">;
|
|
4439
|
-
result: z.ZodNull;
|
|
4440
|
-
}>, {
|
|
4441
|
-
action_type: z.ZodLiteral<"SET_THERMOSTAT_OFF">;
|
|
4442
|
-
error: z.ZodObject<{
|
|
4443
|
-
type: z.ZodString;
|
|
4444
|
-
message: z.ZodString;
|
|
4445
|
-
}, "strip", z.ZodTypeAny, {
|
|
4446
|
-
message: string;
|
|
4447
|
-
type: string;
|
|
4448
|
-
}, {
|
|
4449
|
-
message: string;
|
|
4450
|
-
type: string;
|
|
4451
|
-
}>;
|
|
4452
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4453
|
-
status: "error";
|
|
4454
|
-
action_attempt_id: string;
|
|
4455
|
-
error: {
|
|
4456
|
-
message: string;
|
|
4457
|
-
type: string;
|
|
4458
|
-
};
|
|
4459
|
-
result: null;
|
|
4460
|
-
action_type: "SET_THERMOSTAT_OFF";
|
|
4461
|
-
}, {
|
|
4462
|
-
status: "error";
|
|
4463
|
-
action_attempt_id: string;
|
|
4464
|
-
error: {
|
|
4465
|
-
message: string;
|
|
4466
|
-
type: string;
|
|
4467
|
-
};
|
|
4468
|
-
result: null;
|
|
4469
|
-
action_type: "SET_THERMOSTAT_OFF";
|
|
4470
|
-
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4471
|
-
action_attempt_id: z.ZodString;
|
|
4472
|
-
status: z.ZodEnum<["pending", "success", "error"]>;
|
|
4473
|
-
}, {
|
|
4474
|
-
status: z.ZodLiteral<"pending">;
|
|
4475
|
-
result: z.ZodNull;
|
|
4476
|
-
error: z.ZodNull;
|
|
4477
4165
|
}>, {
|
|
4478
4166
|
action_type: z.ZodLiteral<"SET_HVAC_MODE">;
|
|
4479
4167
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -29211,7 +28899,10 @@ declare const _default: {
|
|
|
29211
28899
|
};
|
|
29212
28900
|
manual_override_allowed: {
|
|
29213
28901
|
default: boolean;
|
|
28902
|
+
deprecated: boolean;
|
|
28903
|
+
description: string;
|
|
29214
28904
|
type: string;
|
|
28905
|
+
'x-deprecated': string;
|
|
29215
28906
|
};
|
|
29216
28907
|
name: {
|
|
29217
28908
|
default: null;
|
|
@@ -29895,6 +29586,7 @@ declare const _default: {
|
|
|
29895
29586
|
};
|
|
29896
29587
|
is_override_allowed: {
|
|
29897
29588
|
default: boolean;
|
|
29589
|
+
description: string;
|
|
29898
29590
|
type: string;
|
|
29899
29591
|
};
|
|
29900
29592
|
max_override_period_minutes: {
|
|
@@ -30230,6 +29922,7 @@ declare const _default: {
|
|
|
30230
29922
|
type: string;
|
|
30231
29923
|
};
|
|
30232
29924
|
is_override_allowed: {
|
|
29925
|
+
description: string;
|
|
30233
29926
|
type: string;
|
|
30234
29927
|
};
|
|
30235
29928
|
max_override_period_minutes: {
|
|
@@ -30325,6 +30018,7 @@ declare const _default: {
|
|
|
30325
30018
|
type: string;
|
|
30326
30019
|
};
|
|
30327
30020
|
is_override_allowed: {
|
|
30021
|
+
description: string;
|
|
30328
30022
|
type: string;
|
|
30329
30023
|
};
|
|
30330
30024
|
max_override_period_minutes: {
|
|
@@ -34067,78 +33761,6 @@ interface Routes {
|
|
|
34067
33761
|
type: string;
|
|
34068
33762
|
message: string;
|
|
34069
33763
|
};
|
|
34070
|
-
} | {
|
|
34071
|
-
/** The ID of the action attempt. */
|
|
34072
|
-
action_attempt_id: string;
|
|
34073
|
-
status: 'pending';
|
|
34074
|
-
result: null;
|
|
34075
|
-
error: null;
|
|
34076
|
-
action_type: 'SET_COOL';
|
|
34077
|
-
} | {
|
|
34078
|
-
/** The ID of the action attempt. */
|
|
34079
|
-
action_attempt_id: string;
|
|
34080
|
-
status: 'success';
|
|
34081
|
-
error: null;
|
|
34082
|
-
action_type: 'SET_COOL';
|
|
34083
|
-
result: {};
|
|
34084
|
-
} | {
|
|
34085
|
-
/** The ID of the action attempt. */
|
|
34086
|
-
action_attempt_id: string;
|
|
34087
|
-
status: 'error';
|
|
34088
|
-
result: null;
|
|
34089
|
-
action_type: 'SET_COOL';
|
|
34090
|
-
error: {
|
|
34091
|
-
type: string;
|
|
34092
|
-
message: string;
|
|
34093
|
-
};
|
|
34094
|
-
} | {
|
|
34095
|
-
/** The ID of the action attempt. */
|
|
34096
|
-
action_attempt_id: string;
|
|
34097
|
-
status: 'pending';
|
|
34098
|
-
result: null;
|
|
34099
|
-
error: null;
|
|
34100
|
-
action_type: 'SET_HEAT';
|
|
34101
|
-
} | {
|
|
34102
|
-
/** The ID of the action attempt. */
|
|
34103
|
-
action_attempt_id: string;
|
|
34104
|
-
status: 'success';
|
|
34105
|
-
error: null;
|
|
34106
|
-
action_type: 'SET_HEAT';
|
|
34107
|
-
result: {};
|
|
34108
|
-
} | {
|
|
34109
|
-
/** The ID of the action attempt. */
|
|
34110
|
-
action_attempt_id: string;
|
|
34111
|
-
status: 'error';
|
|
34112
|
-
result: null;
|
|
34113
|
-
action_type: 'SET_HEAT';
|
|
34114
|
-
error: {
|
|
34115
|
-
type: string;
|
|
34116
|
-
message: string;
|
|
34117
|
-
};
|
|
34118
|
-
} | {
|
|
34119
|
-
/** The ID of the action attempt. */
|
|
34120
|
-
action_attempt_id: string;
|
|
34121
|
-
status: 'pending';
|
|
34122
|
-
result: null;
|
|
34123
|
-
error: null;
|
|
34124
|
-
action_type: 'SET_HEAT_COOL';
|
|
34125
|
-
} | {
|
|
34126
|
-
/** The ID of the action attempt. */
|
|
34127
|
-
action_attempt_id: string;
|
|
34128
|
-
status: 'success';
|
|
34129
|
-
error: null;
|
|
34130
|
-
action_type: 'SET_HEAT_COOL';
|
|
34131
|
-
result: {};
|
|
34132
|
-
} | {
|
|
34133
|
-
/** The ID of the action attempt. */
|
|
34134
|
-
action_attempt_id: string;
|
|
34135
|
-
status: 'error';
|
|
34136
|
-
result: null;
|
|
34137
|
-
action_type: 'SET_HEAT_COOL';
|
|
34138
|
-
error: {
|
|
34139
|
-
type: string;
|
|
34140
|
-
message: string;
|
|
34141
|
-
};
|
|
34142
33764
|
} | {
|
|
34143
33765
|
/** The ID of the action attempt. */
|
|
34144
33766
|
action_attempt_id: string;
|
|
@@ -34163,30 +33785,6 @@ interface Routes {
|
|
|
34163
33785
|
type: string;
|
|
34164
33786
|
message: string;
|
|
34165
33787
|
};
|
|
34166
|
-
} | {
|
|
34167
|
-
/** The ID of the action attempt. */
|
|
34168
|
-
action_attempt_id: string;
|
|
34169
|
-
status: 'pending';
|
|
34170
|
-
result: null;
|
|
34171
|
-
error: null;
|
|
34172
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
34173
|
-
} | {
|
|
34174
|
-
/** The ID of the action attempt. */
|
|
34175
|
-
action_attempt_id: string;
|
|
34176
|
-
status: 'success';
|
|
34177
|
-
error: null;
|
|
34178
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
34179
|
-
result: {};
|
|
34180
|
-
} | {
|
|
34181
|
-
/** The ID of the action attempt. */
|
|
34182
|
-
action_attempt_id: string;
|
|
34183
|
-
status: 'error';
|
|
34184
|
-
result: null;
|
|
34185
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
34186
|
-
error: {
|
|
34187
|
-
type: string;
|
|
34188
|
-
message: string;
|
|
34189
|
-
};
|
|
34190
33788
|
} | {
|
|
34191
33789
|
/** The ID of the action attempt. */
|
|
34192
33790
|
action_attempt_id: string;
|
|
@@ -35090,78 +34688,6 @@ interface Routes {
|
|
|
35090
34688
|
type: string;
|
|
35091
34689
|
message: string;
|
|
35092
34690
|
};
|
|
35093
|
-
} | {
|
|
35094
|
-
/** The ID of the action attempt. */
|
|
35095
|
-
action_attempt_id: string;
|
|
35096
|
-
status: 'pending';
|
|
35097
|
-
result: null;
|
|
35098
|
-
error: null;
|
|
35099
|
-
action_type: 'SET_COOL';
|
|
35100
|
-
} | {
|
|
35101
|
-
/** The ID of the action attempt. */
|
|
35102
|
-
action_attempt_id: string;
|
|
35103
|
-
status: 'success';
|
|
35104
|
-
error: null;
|
|
35105
|
-
action_type: 'SET_COOL';
|
|
35106
|
-
result: {};
|
|
35107
|
-
} | {
|
|
35108
|
-
/** The ID of the action attempt. */
|
|
35109
|
-
action_attempt_id: string;
|
|
35110
|
-
status: 'error';
|
|
35111
|
-
result: null;
|
|
35112
|
-
action_type: 'SET_COOL';
|
|
35113
|
-
error: {
|
|
35114
|
-
type: string;
|
|
35115
|
-
message: string;
|
|
35116
|
-
};
|
|
35117
|
-
} | {
|
|
35118
|
-
/** The ID of the action attempt. */
|
|
35119
|
-
action_attempt_id: string;
|
|
35120
|
-
status: 'pending';
|
|
35121
|
-
result: null;
|
|
35122
|
-
error: null;
|
|
35123
|
-
action_type: 'SET_HEAT';
|
|
35124
|
-
} | {
|
|
35125
|
-
/** The ID of the action attempt. */
|
|
35126
|
-
action_attempt_id: string;
|
|
35127
|
-
status: 'success';
|
|
35128
|
-
error: null;
|
|
35129
|
-
action_type: 'SET_HEAT';
|
|
35130
|
-
result: {};
|
|
35131
|
-
} | {
|
|
35132
|
-
/** The ID of the action attempt. */
|
|
35133
|
-
action_attempt_id: string;
|
|
35134
|
-
status: 'error';
|
|
35135
|
-
result: null;
|
|
35136
|
-
action_type: 'SET_HEAT';
|
|
35137
|
-
error: {
|
|
35138
|
-
type: string;
|
|
35139
|
-
message: string;
|
|
35140
|
-
};
|
|
35141
|
-
} | {
|
|
35142
|
-
/** The ID of the action attempt. */
|
|
35143
|
-
action_attempt_id: string;
|
|
35144
|
-
status: 'pending';
|
|
35145
|
-
result: null;
|
|
35146
|
-
error: null;
|
|
35147
|
-
action_type: 'SET_HEAT_COOL';
|
|
35148
|
-
} | {
|
|
35149
|
-
/** The ID of the action attempt. */
|
|
35150
|
-
action_attempt_id: string;
|
|
35151
|
-
status: 'success';
|
|
35152
|
-
error: null;
|
|
35153
|
-
action_type: 'SET_HEAT_COOL';
|
|
35154
|
-
result: {};
|
|
35155
|
-
} | {
|
|
35156
|
-
/** The ID of the action attempt. */
|
|
35157
|
-
action_attempt_id: string;
|
|
35158
|
-
status: 'error';
|
|
35159
|
-
result: null;
|
|
35160
|
-
action_type: 'SET_HEAT_COOL';
|
|
35161
|
-
error: {
|
|
35162
|
-
type: string;
|
|
35163
|
-
message: string;
|
|
35164
|
-
};
|
|
35165
34691
|
} | {
|
|
35166
34692
|
/** The ID of the action attempt. */
|
|
35167
34693
|
action_attempt_id: string;
|
|
@@ -35186,30 +34712,6 @@ interface Routes {
|
|
|
35186
34712
|
type: string;
|
|
35187
34713
|
message: string;
|
|
35188
34714
|
};
|
|
35189
|
-
} | {
|
|
35190
|
-
/** The ID of the action attempt. */
|
|
35191
|
-
action_attempt_id: string;
|
|
35192
|
-
status: 'pending';
|
|
35193
|
-
result: null;
|
|
35194
|
-
error: null;
|
|
35195
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
35196
|
-
} | {
|
|
35197
|
-
/** The ID of the action attempt. */
|
|
35198
|
-
action_attempt_id: string;
|
|
35199
|
-
status: 'success';
|
|
35200
|
-
error: null;
|
|
35201
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
35202
|
-
result: {};
|
|
35203
|
-
} | {
|
|
35204
|
-
/** The ID of the action attempt. */
|
|
35205
|
-
action_attempt_id: string;
|
|
35206
|
-
status: 'error';
|
|
35207
|
-
result: null;
|
|
35208
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
35209
|
-
error: {
|
|
35210
|
-
type: string;
|
|
35211
|
-
message: string;
|
|
35212
|
-
};
|
|
35213
34715
|
} | {
|
|
35214
34716
|
/** The ID of the action attempt. */
|
|
35215
34717
|
action_attempt_id: string;
|
|
@@ -36331,78 +35833,6 @@ interface Routes {
|
|
|
36331
35833
|
type: string;
|
|
36332
35834
|
message: string;
|
|
36333
35835
|
};
|
|
36334
|
-
} | {
|
|
36335
|
-
/** The ID of the action attempt. */
|
|
36336
|
-
action_attempt_id: string;
|
|
36337
|
-
status: 'pending';
|
|
36338
|
-
result: null;
|
|
36339
|
-
error: null;
|
|
36340
|
-
action_type: 'SET_COOL';
|
|
36341
|
-
} | {
|
|
36342
|
-
/** The ID of the action attempt. */
|
|
36343
|
-
action_attempt_id: string;
|
|
36344
|
-
status: 'success';
|
|
36345
|
-
error: null;
|
|
36346
|
-
action_type: 'SET_COOL';
|
|
36347
|
-
result: {};
|
|
36348
|
-
} | {
|
|
36349
|
-
/** The ID of the action attempt. */
|
|
36350
|
-
action_attempt_id: string;
|
|
36351
|
-
status: 'error';
|
|
36352
|
-
result: null;
|
|
36353
|
-
action_type: 'SET_COOL';
|
|
36354
|
-
error: {
|
|
36355
|
-
type: string;
|
|
36356
|
-
message: string;
|
|
36357
|
-
};
|
|
36358
|
-
} | {
|
|
36359
|
-
/** The ID of the action attempt. */
|
|
36360
|
-
action_attempt_id: string;
|
|
36361
|
-
status: 'pending';
|
|
36362
|
-
result: null;
|
|
36363
|
-
error: null;
|
|
36364
|
-
action_type: 'SET_HEAT';
|
|
36365
|
-
} | {
|
|
36366
|
-
/** The ID of the action attempt. */
|
|
36367
|
-
action_attempt_id: string;
|
|
36368
|
-
status: 'success';
|
|
36369
|
-
error: null;
|
|
36370
|
-
action_type: 'SET_HEAT';
|
|
36371
|
-
result: {};
|
|
36372
|
-
} | {
|
|
36373
|
-
/** The ID of the action attempt. */
|
|
36374
|
-
action_attempt_id: string;
|
|
36375
|
-
status: 'error';
|
|
36376
|
-
result: null;
|
|
36377
|
-
action_type: 'SET_HEAT';
|
|
36378
|
-
error: {
|
|
36379
|
-
type: string;
|
|
36380
|
-
message: string;
|
|
36381
|
-
};
|
|
36382
|
-
} | {
|
|
36383
|
-
/** The ID of the action attempt. */
|
|
36384
|
-
action_attempt_id: string;
|
|
36385
|
-
status: 'pending';
|
|
36386
|
-
result: null;
|
|
36387
|
-
error: null;
|
|
36388
|
-
action_type: 'SET_HEAT_COOL';
|
|
36389
|
-
} | {
|
|
36390
|
-
/** The ID of the action attempt. */
|
|
36391
|
-
action_attempt_id: string;
|
|
36392
|
-
status: 'success';
|
|
36393
|
-
error: null;
|
|
36394
|
-
action_type: 'SET_HEAT_COOL';
|
|
36395
|
-
result: {};
|
|
36396
|
-
} | {
|
|
36397
|
-
/** The ID of the action attempt. */
|
|
36398
|
-
action_attempt_id: string;
|
|
36399
|
-
status: 'error';
|
|
36400
|
-
result: null;
|
|
36401
|
-
action_type: 'SET_HEAT_COOL';
|
|
36402
|
-
error: {
|
|
36403
|
-
type: string;
|
|
36404
|
-
message: string;
|
|
36405
|
-
};
|
|
36406
35836
|
} | {
|
|
36407
35837
|
/** The ID of the action attempt. */
|
|
36408
35838
|
action_attempt_id: string;
|
|
@@ -36427,30 +35857,6 @@ interface Routes {
|
|
|
36427
35857
|
type: string;
|
|
36428
35858
|
message: string;
|
|
36429
35859
|
};
|
|
36430
|
-
} | {
|
|
36431
|
-
/** The ID of the action attempt. */
|
|
36432
|
-
action_attempt_id: string;
|
|
36433
|
-
status: 'pending';
|
|
36434
|
-
result: null;
|
|
36435
|
-
error: null;
|
|
36436
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
36437
|
-
} | {
|
|
36438
|
-
/** The ID of the action attempt. */
|
|
36439
|
-
action_attempt_id: string;
|
|
36440
|
-
status: 'success';
|
|
36441
|
-
error: null;
|
|
36442
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
36443
|
-
result: {};
|
|
36444
|
-
} | {
|
|
36445
|
-
/** The ID of the action attempt. */
|
|
36446
|
-
action_attempt_id: string;
|
|
36447
|
-
status: 'error';
|
|
36448
|
-
result: null;
|
|
36449
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
36450
|
-
error: {
|
|
36451
|
-
type: string;
|
|
36452
|
-
message: string;
|
|
36453
|
-
};
|
|
36454
35860
|
} | {
|
|
36455
35861
|
/** The ID of the action attempt. */
|
|
36456
35862
|
action_attempt_id: string;
|
|
@@ -37341,78 +36747,6 @@ interface Routes {
|
|
|
37341
36747
|
type: string;
|
|
37342
36748
|
message: string;
|
|
37343
36749
|
};
|
|
37344
|
-
} | {
|
|
37345
|
-
/** The ID of the action attempt. */
|
|
37346
|
-
action_attempt_id: string;
|
|
37347
|
-
status: 'pending';
|
|
37348
|
-
result: null;
|
|
37349
|
-
error: null;
|
|
37350
|
-
action_type: 'SET_COOL';
|
|
37351
|
-
} | {
|
|
37352
|
-
/** The ID of the action attempt. */
|
|
37353
|
-
action_attempt_id: string;
|
|
37354
|
-
status: 'success';
|
|
37355
|
-
error: null;
|
|
37356
|
-
action_type: 'SET_COOL';
|
|
37357
|
-
result: {};
|
|
37358
|
-
} | {
|
|
37359
|
-
/** The ID of the action attempt. */
|
|
37360
|
-
action_attempt_id: string;
|
|
37361
|
-
status: 'error';
|
|
37362
|
-
result: null;
|
|
37363
|
-
action_type: 'SET_COOL';
|
|
37364
|
-
error: {
|
|
37365
|
-
type: string;
|
|
37366
|
-
message: string;
|
|
37367
|
-
};
|
|
37368
|
-
} | {
|
|
37369
|
-
/** The ID of the action attempt. */
|
|
37370
|
-
action_attempt_id: string;
|
|
37371
|
-
status: 'pending';
|
|
37372
|
-
result: null;
|
|
37373
|
-
error: null;
|
|
37374
|
-
action_type: 'SET_HEAT';
|
|
37375
|
-
} | {
|
|
37376
|
-
/** The ID of the action attempt. */
|
|
37377
|
-
action_attempt_id: string;
|
|
37378
|
-
status: 'success';
|
|
37379
|
-
error: null;
|
|
37380
|
-
action_type: 'SET_HEAT';
|
|
37381
|
-
result: {};
|
|
37382
|
-
} | {
|
|
37383
|
-
/** The ID of the action attempt. */
|
|
37384
|
-
action_attempt_id: string;
|
|
37385
|
-
status: 'error';
|
|
37386
|
-
result: null;
|
|
37387
|
-
action_type: 'SET_HEAT';
|
|
37388
|
-
error: {
|
|
37389
|
-
type: string;
|
|
37390
|
-
message: string;
|
|
37391
|
-
};
|
|
37392
|
-
} | {
|
|
37393
|
-
/** The ID of the action attempt. */
|
|
37394
|
-
action_attempt_id: string;
|
|
37395
|
-
status: 'pending';
|
|
37396
|
-
result: null;
|
|
37397
|
-
error: null;
|
|
37398
|
-
action_type: 'SET_HEAT_COOL';
|
|
37399
|
-
} | {
|
|
37400
|
-
/** The ID of the action attempt. */
|
|
37401
|
-
action_attempt_id: string;
|
|
37402
|
-
status: 'success';
|
|
37403
|
-
error: null;
|
|
37404
|
-
action_type: 'SET_HEAT_COOL';
|
|
37405
|
-
result: {};
|
|
37406
|
-
} | {
|
|
37407
|
-
/** The ID of the action attempt. */
|
|
37408
|
-
action_attempt_id: string;
|
|
37409
|
-
status: 'error';
|
|
37410
|
-
result: null;
|
|
37411
|
-
action_type: 'SET_HEAT_COOL';
|
|
37412
|
-
error: {
|
|
37413
|
-
type: string;
|
|
37414
|
-
message: string;
|
|
37415
|
-
};
|
|
37416
36750
|
} | {
|
|
37417
36751
|
/** The ID of the action attempt. */
|
|
37418
36752
|
action_attempt_id: string;
|
|
@@ -37437,30 +36771,6 @@ interface Routes {
|
|
|
37437
36771
|
type: string;
|
|
37438
36772
|
message: string;
|
|
37439
36773
|
};
|
|
37440
|
-
} | {
|
|
37441
|
-
/** The ID of the action attempt. */
|
|
37442
|
-
action_attempt_id: string;
|
|
37443
|
-
status: 'pending';
|
|
37444
|
-
result: null;
|
|
37445
|
-
error: null;
|
|
37446
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
37447
|
-
} | {
|
|
37448
|
-
/** The ID of the action attempt. */
|
|
37449
|
-
action_attempt_id: string;
|
|
37450
|
-
status: 'success';
|
|
37451
|
-
error: null;
|
|
37452
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
37453
|
-
result: {};
|
|
37454
|
-
} | {
|
|
37455
|
-
/** The ID of the action attempt. */
|
|
37456
|
-
action_attempt_id: string;
|
|
37457
|
-
status: 'error';
|
|
37458
|
-
result: null;
|
|
37459
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
37460
|
-
error: {
|
|
37461
|
-
type: string;
|
|
37462
|
-
message: string;
|
|
37463
|
-
};
|
|
37464
36774
|
} | {
|
|
37465
36775
|
/** The ID of the action attempt. */
|
|
37466
36776
|
action_attempt_id: string;
|
|
@@ -39700,78 +39010,6 @@ interface Routes {
|
|
|
39700
39010
|
type: string;
|
|
39701
39011
|
message: string;
|
|
39702
39012
|
};
|
|
39703
|
-
} | {
|
|
39704
|
-
/** The ID of the action attempt. */
|
|
39705
|
-
action_attempt_id: string;
|
|
39706
|
-
status: 'pending';
|
|
39707
|
-
result: null;
|
|
39708
|
-
error: null;
|
|
39709
|
-
action_type: 'SET_COOL';
|
|
39710
|
-
} | {
|
|
39711
|
-
/** The ID of the action attempt. */
|
|
39712
|
-
action_attempt_id: string;
|
|
39713
|
-
status: 'success';
|
|
39714
|
-
error: null;
|
|
39715
|
-
action_type: 'SET_COOL';
|
|
39716
|
-
result: {};
|
|
39717
|
-
} | {
|
|
39718
|
-
/** The ID of the action attempt. */
|
|
39719
|
-
action_attempt_id: string;
|
|
39720
|
-
status: 'error';
|
|
39721
|
-
result: null;
|
|
39722
|
-
action_type: 'SET_COOL';
|
|
39723
|
-
error: {
|
|
39724
|
-
type: string;
|
|
39725
|
-
message: string;
|
|
39726
|
-
};
|
|
39727
|
-
} | {
|
|
39728
|
-
/** The ID of the action attempt. */
|
|
39729
|
-
action_attempt_id: string;
|
|
39730
|
-
status: 'pending';
|
|
39731
|
-
result: null;
|
|
39732
|
-
error: null;
|
|
39733
|
-
action_type: 'SET_HEAT';
|
|
39734
|
-
} | {
|
|
39735
|
-
/** The ID of the action attempt. */
|
|
39736
|
-
action_attempt_id: string;
|
|
39737
|
-
status: 'success';
|
|
39738
|
-
error: null;
|
|
39739
|
-
action_type: 'SET_HEAT';
|
|
39740
|
-
result: {};
|
|
39741
|
-
} | {
|
|
39742
|
-
/** The ID of the action attempt. */
|
|
39743
|
-
action_attempt_id: string;
|
|
39744
|
-
status: 'error';
|
|
39745
|
-
result: null;
|
|
39746
|
-
action_type: 'SET_HEAT';
|
|
39747
|
-
error: {
|
|
39748
|
-
type: string;
|
|
39749
|
-
message: string;
|
|
39750
|
-
};
|
|
39751
|
-
} | {
|
|
39752
|
-
/** The ID of the action attempt. */
|
|
39753
|
-
action_attempt_id: string;
|
|
39754
|
-
status: 'pending';
|
|
39755
|
-
result: null;
|
|
39756
|
-
error: null;
|
|
39757
|
-
action_type: 'SET_HEAT_COOL';
|
|
39758
|
-
} | {
|
|
39759
|
-
/** The ID of the action attempt. */
|
|
39760
|
-
action_attempt_id: string;
|
|
39761
|
-
status: 'success';
|
|
39762
|
-
error: null;
|
|
39763
|
-
action_type: 'SET_HEAT_COOL';
|
|
39764
|
-
result: {};
|
|
39765
|
-
} | {
|
|
39766
|
-
/** The ID of the action attempt. */
|
|
39767
|
-
action_attempt_id: string;
|
|
39768
|
-
status: 'error';
|
|
39769
|
-
result: null;
|
|
39770
|
-
action_type: 'SET_HEAT_COOL';
|
|
39771
|
-
error: {
|
|
39772
|
-
type: string;
|
|
39773
|
-
message: string;
|
|
39774
|
-
};
|
|
39775
39013
|
} | {
|
|
39776
39014
|
/** The ID of the action attempt. */
|
|
39777
39015
|
action_attempt_id: string;
|
|
@@ -39796,30 +39034,6 @@ interface Routes {
|
|
|
39796
39034
|
type: string;
|
|
39797
39035
|
message: string;
|
|
39798
39036
|
};
|
|
39799
|
-
} | {
|
|
39800
|
-
/** The ID of the action attempt. */
|
|
39801
|
-
action_attempt_id: string;
|
|
39802
|
-
status: 'pending';
|
|
39803
|
-
result: null;
|
|
39804
|
-
error: null;
|
|
39805
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
39806
|
-
} | {
|
|
39807
|
-
/** The ID of the action attempt. */
|
|
39808
|
-
action_attempt_id: string;
|
|
39809
|
-
status: 'success';
|
|
39810
|
-
error: null;
|
|
39811
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
39812
|
-
result: {};
|
|
39813
|
-
} | {
|
|
39814
|
-
/** The ID of the action attempt. */
|
|
39815
|
-
action_attempt_id: string;
|
|
39816
|
-
status: 'error';
|
|
39817
|
-
result: null;
|
|
39818
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
39819
|
-
error: {
|
|
39820
|
-
type: string;
|
|
39821
|
-
message: string;
|
|
39822
|
-
};
|
|
39823
39037
|
} | {
|
|
39824
39038
|
/** The ID of the action attempt. */
|
|
39825
39039
|
action_attempt_id: string;
|
|
@@ -40617,78 +39831,6 @@ interface Routes {
|
|
|
40617
39831
|
type: string;
|
|
40618
39832
|
message: string;
|
|
40619
39833
|
};
|
|
40620
|
-
} | {
|
|
40621
|
-
/** The ID of the action attempt. */
|
|
40622
|
-
action_attempt_id: string;
|
|
40623
|
-
status: 'pending';
|
|
40624
|
-
result: null;
|
|
40625
|
-
error: null;
|
|
40626
|
-
action_type: 'SET_COOL';
|
|
40627
|
-
} | {
|
|
40628
|
-
/** The ID of the action attempt. */
|
|
40629
|
-
action_attempt_id: string;
|
|
40630
|
-
status: 'success';
|
|
40631
|
-
error: null;
|
|
40632
|
-
action_type: 'SET_COOL';
|
|
40633
|
-
result: {};
|
|
40634
|
-
} | {
|
|
40635
|
-
/** The ID of the action attempt. */
|
|
40636
|
-
action_attempt_id: string;
|
|
40637
|
-
status: 'error';
|
|
40638
|
-
result: null;
|
|
40639
|
-
action_type: 'SET_COOL';
|
|
40640
|
-
error: {
|
|
40641
|
-
type: string;
|
|
40642
|
-
message: string;
|
|
40643
|
-
};
|
|
40644
|
-
} | {
|
|
40645
|
-
/** The ID of the action attempt. */
|
|
40646
|
-
action_attempt_id: string;
|
|
40647
|
-
status: 'pending';
|
|
40648
|
-
result: null;
|
|
40649
|
-
error: null;
|
|
40650
|
-
action_type: 'SET_HEAT';
|
|
40651
|
-
} | {
|
|
40652
|
-
/** The ID of the action attempt. */
|
|
40653
|
-
action_attempt_id: string;
|
|
40654
|
-
status: 'success';
|
|
40655
|
-
error: null;
|
|
40656
|
-
action_type: 'SET_HEAT';
|
|
40657
|
-
result: {};
|
|
40658
|
-
} | {
|
|
40659
|
-
/** The ID of the action attempt. */
|
|
40660
|
-
action_attempt_id: string;
|
|
40661
|
-
status: 'error';
|
|
40662
|
-
result: null;
|
|
40663
|
-
action_type: 'SET_HEAT';
|
|
40664
|
-
error: {
|
|
40665
|
-
type: string;
|
|
40666
|
-
message: string;
|
|
40667
|
-
};
|
|
40668
|
-
} | {
|
|
40669
|
-
/** The ID of the action attempt. */
|
|
40670
|
-
action_attempt_id: string;
|
|
40671
|
-
status: 'pending';
|
|
40672
|
-
result: null;
|
|
40673
|
-
error: null;
|
|
40674
|
-
action_type: 'SET_HEAT_COOL';
|
|
40675
|
-
} | {
|
|
40676
|
-
/** The ID of the action attempt. */
|
|
40677
|
-
action_attempt_id: string;
|
|
40678
|
-
status: 'success';
|
|
40679
|
-
error: null;
|
|
40680
|
-
action_type: 'SET_HEAT_COOL';
|
|
40681
|
-
result: {};
|
|
40682
|
-
} | {
|
|
40683
|
-
/** The ID of the action attempt. */
|
|
40684
|
-
action_attempt_id: string;
|
|
40685
|
-
status: 'error';
|
|
40686
|
-
result: null;
|
|
40687
|
-
action_type: 'SET_HEAT_COOL';
|
|
40688
|
-
error: {
|
|
40689
|
-
type: string;
|
|
40690
|
-
message: string;
|
|
40691
|
-
};
|
|
40692
39834
|
} | {
|
|
40693
39835
|
/** The ID of the action attempt. */
|
|
40694
39836
|
action_attempt_id: string;
|
|
@@ -40713,30 +39855,6 @@ interface Routes {
|
|
|
40713
39855
|
type: string;
|
|
40714
39856
|
message: string;
|
|
40715
39857
|
};
|
|
40716
|
-
} | {
|
|
40717
|
-
/** The ID of the action attempt. */
|
|
40718
|
-
action_attempt_id: string;
|
|
40719
|
-
status: 'pending';
|
|
40720
|
-
result: null;
|
|
40721
|
-
error: null;
|
|
40722
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
40723
|
-
} | {
|
|
40724
|
-
/** The ID of the action attempt. */
|
|
40725
|
-
action_attempt_id: string;
|
|
40726
|
-
status: 'success';
|
|
40727
|
-
error: null;
|
|
40728
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
40729
|
-
result: {};
|
|
40730
|
-
} | {
|
|
40731
|
-
/** The ID of the action attempt. */
|
|
40732
|
-
action_attempt_id: string;
|
|
40733
|
-
status: 'error';
|
|
40734
|
-
result: null;
|
|
40735
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
40736
|
-
error: {
|
|
40737
|
-
type: string;
|
|
40738
|
-
message: string;
|
|
40739
|
-
};
|
|
40740
39858
|
} | {
|
|
40741
39859
|
/** The ID of the action attempt. */
|
|
40742
39860
|
action_attempt_id: string;
|
|
@@ -42824,78 +41942,6 @@ interface Routes {
|
|
|
42824
41942
|
type: string;
|
|
42825
41943
|
message: string;
|
|
42826
41944
|
};
|
|
42827
|
-
} | {
|
|
42828
|
-
/** The ID of the action attempt. */
|
|
42829
|
-
action_attempt_id: string;
|
|
42830
|
-
status: 'pending';
|
|
42831
|
-
result: null;
|
|
42832
|
-
error: null;
|
|
42833
|
-
action_type: 'SET_COOL';
|
|
42834
|
-
} | {
|
|
42835
|
-
/** The ID of the action attempt. */
|
|
42836
|
-
action_attempt_id: string;
|
|
42837
|
-
status: 'success';
|
|
42838
|
-
error: null;
|
|
42839
|
-
action_type: 'SET_COOL';
|
|
42840
|
-
result: {};
|
|
42841
|
-
} | {
|
|
42842
|
-
/** The ID of the action attempt. */
|
|
42843
|
-
action_attempt_id: string;
|
|
42844
|
-
status: 'error';
|
|
42845
|
-
result: null;
|
|
42846
|
-
action_type: 'SET_COOL';
|
|
42847
|
-
error: {
|
|
42848
|
-
type: string;
|
|
42849
|
-
message: string;
|
|
42850
|
-
};
|
|
42851
|
-
} | {
|
|
42852
|
-
/** The ID of the action attempt. */
|
|
42853
|
-
action_attempt_id: string;
|
|
42854
|
-
status: 'pending';
|
|
42855
|
-
result: null;
|
|
42856
|
-
error: null;
|
|
42857
|
-
action_type: 'SET_HEAT';
|
|
42858
|
-
} | {
|
|
42859
|
-
/** The ID of the action attempt. */
|
|
42860
|
-
action_attempt_id: string;
|
|
42861
|
-
status: 'success';
|
|
42862
|
-
error: null;
|
|
42863
|
-
action_type: 'SET_HEAT';
|
|
42864
|
-
result: {};
|
|
42865
|
-
} | {
|
|
42866
|
-
/** The ID of the action attempt. */
|
|
42867
|
-
action_attempt_id: string;
|
|
42868
|
-
status: 'error';
|
|
42869
|
-
result: null;
|
|
42870
|
-
action_type: 'SET_HEAT';
|
|
42871
|
-
error: {
|
|
42872
|
-
type: string;
|
|
42873
|
-
message: string;
|
|
42874
|
-
};
|
|
42875
|
-
} | {
|
|
42876
|
-
/** The ID of the action attempt. */
|
|
42877
|
-
action_attempt_id: string;
|
|
42878
|
-
status: 'pending';
|
|
42879
|
-
result: null;
|
|
42880
|
-
error: null;
|
|
42881
|
-
action_type: 'SET_HEAT_COOL';
|
|
42882
|
-
} | {
|
|
42883
|
-
/** The ID of the action attempt. */
|
|
42884
|
-
action_attempt_id: string;
|
|
42885
|
-
status: 'success';
|
|
42886
|
-
error: null;
|
|
42887
|
-
action_type: 'SET_HEAT_COOL';
|
|
42888
|
-
result: {};
|
|
42889
|
-
} | {
|
|
42890
|
-
/** The ID of the action attempt. */
|
|
42891
|
-
action_attempt_id: string;
|
|
42892
|
-
status: 'error';
|
|
42893
|
-
result: null;
|
|
42894
|
-
action_type: 'SET_HEAT_COOL';
|
|
42895
|
-
error: {
|
|
42896
|
-
type: string;
|
|
42897
|
-
message: string;
|
|
42898
|
-
};
|
|
42899
41945
|
} | {
|
|
42900
41946
|
/** The ID of the action attempt. */
|
|
42901
41947
|
action_attempt_id: string;
|
|
@@ -42920,30 +41966,6 @@ interface Routes {
|
|
|
42920
41966
|
type: string;
|
|
42921
41967
|
message: string;
|
|
42922
41968
|
};
|
|
42923
|
-
} | {
|
|
42924
|
-
/** The ID of the action attempt. */
|
|
42925
|
-
action_attempt_id: string;
|
|
42926
|
-
status: 'pending';
|
|
42927
|
-
result: null;
|
|
42928
|
-
error: null;
|
|
42929
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
42930
|
-
} | {
|
|
42931
|
-
/** The ID of the action attempt. */
|
|
42932
|
-
action_attempt_id: string;
|
|
42933
|
-
status: 'success';
|
|
42934
|
-
error: null;
|
|
42935
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
42936
|
-
result: {};
|
|
42937
|
-
} | {
|
|
42938
|
-
/** The ID of the action attempt. */
|
|
42939
|
-
action_attempt_id: string;
|
|
42940
|
-
status: 'error';
|
|
42941
|
-
result: null;
|
|
42942
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
42943
|
-
error: {
|
|
42944
|
-
type: string;
|
|
42945
|
-
message: string;
|
|
42946
|
-
};
|
|
42947
41969
|
} | {
|
|
42948
41970
|
/** The ID of the action attempt. */
|
|
42949
41971
|
action_attempt_id: string;
|
|
@@ -43696,78 +42718,6 @@ interface Routes {
|
|
|
43696
42718
|
type: string;
|
|
43697
42719
|
message: string;
|
|
43698
42720
|
};
|
|
43699
|
-
} | {
|
|
43700
|
-
/** The ID of the action attempt. */
|
|
43701
|
-
action_attempt_id: string;
|
|
43702
|
-
status: 'pending';
|
|
43703
|
-
result: null;
|
|
43704
|
-
error: null;
|
|
43705
|
-
action_type: 'SET_COOL';
|
|
43706
|
-
} | {
|
|
43707
|
-
/** The ID of the action attempt. */
|
|
43708
|
-
action_attempt_id: string;
|
|
43709
|
-
status: 'success';
|
|
43710
|
-
error: null;
|
|
43711
|
-
action_type: 'SET_COOL';
|
|
43712
|
-
result: {};
|
|
43713
|
-
} | {
|
|
43714
|
-
/** The ID of the action attempt. */
|
|
43715
|
-
action_attempt_id: string;
|
|
43716
|
-
status: 'error';
|
|
43717
|
-
result: null;
|
|
43718
|
-
action_type: 'SET_COOL';
|
|
43719
|
-
error: {
|
|
43720
|
-
type: string;
|
|
43721
|
-
message: string;
|
|
43722
|
-
};
|
|
43723
|
-
} | {
|
|
43724
|
-
/** The ID of the action attempt. */
|
|
43725
|
-
action_attempt_id: string;
|
|
43726
|
-
status: 'pending';
|
|
43727
|
-
result: null;
|
|
43728
|
-
error: null;
|
|
43729
|
-
action_type: 'SET_HEAT';
|
|
43730
|
-
} | {
|
|
43731
|
-
/** The ID of the action attempt. */
|
|
43732
|
-
action_attempt_id: string;
|
|
43733
|
-
status: 'success';
|
|
43734
|
-
error: null;
|
|
43735
|
-
action_type: 'SET_HEAT';
|
|
43736
|
-
result: {};
|
|
43737
|
-
} | {
|
|
43738
|
-
/** The ID of the action attempt. */
|
|
43739
|
-
action_attempt_id: string;
|
|
43740
|
-
status: 'error';
|
|
43741
|
-
result: null;
|
|
43742
|
-
action_type: 'SET_HEAT';
|
|
43743
|
-
error: {
|
|
43744
|
-
type: string;
|
|
43745
|
-
message: string;
|
|
43746
|
-
};
|
|
43747
|
-
} | {
|
|
43748
|
-
/** The ID of the action attempt. */
|
|
43749
|
-
action_attempt_id: string;
|
|
43750
|
-
status: 'pending';
|
|
43751
|
-
result: null;
|
|
43752
|
-
error: null;
|
|
43753
|
-
action_type: 'SET_HEAT_COOL';
|
|
43754
|
-
} | {
|
|
43755
|
-
/** The ID of the action attempt. */
|
|
43756
|
-
action_attempt_id: string;
|
|
43757
|
-
status: 'success';
|
|
43758
|
-
error: null;
|
|
43759
|
-
action_type: 'SET_HEAT_COOL';
|
|
43760
|
-
result: {};
|
|
43761
|
-
} | {
|
|
43762
|
-
/** The ID of the action attempt. */
|
|
43763
|
-
action_attempt_id: string;
|
|
43764
|
-
status: 'error';
|
|
43765
|
-
result: null;
|
|
43766
|
-
action_type: 'SET_HEAT_COOL';
|
|
43767
|
-
error: {
|
|
43768
|
-
type: string;
|
|
43769
|
-
message: string;
|
|
43770
|
-
};
|
|
43771
42721
|
} | {
|
|
43772
42722
|
/** The ID of the action attempt. */
|
|
43773
42723
|
action_attempt_id: string;
|
|
@@ -43792,30 +42742,6 @@ interface Routes {
|
|
|
43792
42742
|
type: string;
|
|
43793
42743
|
message: string;
|
|
43794
42744
|
};
|
|
43795
|
-
} | {
|
|
43796
|
-
/** The ID of the action attempt. */
|
|
43797
|
-
action_attempt_id: string;
|
|
43798
|
-
status: 'pending';
|
|
43799
|
-
result: null;
|
|
43800
|
-
error: null;
|
|
43801
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
43802
|
-
} | {
|
|
43803
|
-
/** The ID of the action attempt. */
|
|
43804
|
-
action_attempt_id: string;
|
|
43805
|
-
status: 'success';
|
|
43806
|
-
error: null;
|
|
43807
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
43808
|
-
result: {};
|
|
43809
|
-
} | {
|
|
43810
|
-
/** The ID of the action attempt. */
|
|
43811
|
-
action_attempt_id: string;
|
|
43812
|
-
status: 'error';
|
|
43813
|
-
result: null;
|
|
43814
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
43815
|
-
error: {
|
|
43816
|
-
type: string;
|
|
43817
|
-
message: string;
|
|
43818
|
-
};
|
|
43819
42745
|
} | {
|
|
43820
42746
|
/** The ID of the action attempt. */
|
|
43821
42747
|
action_attempt_id: string;
|
|
@@ -48628,78 +47554,6 @@ interface Routes {
|
|
|
48628
47554
|
type: string;
|
|
48629
47555
|
message: string;
|
|
48630
47556
|
};
|
|
48631
|
-
} | {
|
|
48632
|
-
/** The ID of the action attempt. */
|
|
48633
|
-
action_attempt_id: string;
|
|
48634
|
-
status: 'pending';
|
|
48635
|
-
result: null;
|
|
48636
|
-
error: null;
|
|
48637
|
-
action_type: 'SET_COOL';
|
|
48638
|
-
} | {
|
|
48639
|
-
/** The ID of the action attempt. */
|
|
48640
|
-
action_attempt_id: string;
|
|
48641
|
-
status: 'success';
|
|
48642
|
-
error: null;
|
|
48643
|
-
action_type: 'SET_COOL';
|
|
48644
|
-
result: {};
|
|
48645
|
-
} | {
|
|
48646
|
-
/** The ID of the action attempt. */
|
|
48647
|
-
action_attempt_id: string;
|
|
48648
|
-
status: 'error';
|
|
48649
|
-
result: null;
|
|
48650
|
-
action_type: 'SET_COOL';
|
|
48651
|
-
error: {
|
|
48652
|
-
type: string;
|
|
48653
|
-
message: string;
|
|
48654
|
-
};
|
|
48655
|
-
} | {
|
|
48656
|
-
/** The ID of the action attempt. */
|
|
48657
|
-
action_attempt_id: string;
|
|
48658
|
-
status: 'pending';
|
|
48659
|
-
result: null;
|
|
48660
|
-
error: null;
|
|
48661
|
-
action_type: 'SET_HEAT';
|
|
48662
|
-
} | {
|
|
48663
|
-
/** The ID of the action attempt. */
|
|
48664
|
-
action_attempt_id: string;
|
|
48665
|
-
status: 'success';
|
|
48666
|
-
error: null;
|
|
48667
|
-
action_type: 'SET_HEAT';
|
|
48668
|
-
result: {};
|
|
48669
|
-
} | {
|
|
48670
|
-
/** The ID of the action attempt. */
|
|
48671
|
-
action_attempt_id: string;
|
|
48672
|
-
status: 'error';
|
|
48673
|
-
result: null;
|
|
48674
|
-
action_type: 'SET_HEAT';
|
|
48675
|
-
error: {
|
|
48676
|
-
type: string;
|
|
48677
|
-
message: string;
|
|
48678
|
-
};
|
|
48679
|
-
} | {
|
|
48680
|
-
/** The ID of the action attempt. */
|
|
48681
|
-
action_attempt_id: string;
|
|
48682
|
-
status: 'pending';
|
|
48683
|
-
result: null;
|
|
48684
|
-
error: null;
|
|
48685
|
-
action_type: 'SET_HEAT_COOL';
|
|
48686
|
-
} | {
|
|
48687
|
-
/** The ID of the action attempt. */
|
|
48688
|
-
action_attempt_id: string;
|
|
48689
|
-
status: 'success';
|
|
48690
|
-
error: null;
|
|
48691
|
-
action_type: 'SET_HEAT_COOL';
|
|
48692
|
-
result: {};
|
|
48693
|
-
} | {
|
|
48694
|
-
/** The ID of the action attempt. */
|
|
48695
|
-
action_attempt_id: string;
|
|
48696
|
-
status: 'error';
|
|
48697
|
-
result: null;
|
|
48698
|
-
action_type: 'SET_HEAT_COOL';
|
|
48699
|
-
error: {
|
|
48700
|
-
type: string;
|
|
48701
|
-
message: string;
|
|
48702
|
-
};
|
|
48703
47557
|
} | {
|
|
48704
47558
|
/** The ID of the action attempt. */
|
|
48705
47559
|
action_attempt_id: string;
|
|
@@ -48724,30 +47578,6 @@ interface Routes {
|
|
|
48724
47578
|
type: string;
|
|
48725
47579
|
message: string;
|
|
48726
47580
|
};
|
|
48727
|
-
} | {
|
|
48728
|
-
/** The ID of the action attempt. */
|
|
48729
|
-
action_attempt_id: string;
|
|
48730
|
-
status: 'pending';
|
|
48731
|
-
result: null;
|
|
48732
|
-
error: null;
|
|
48733
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
48734
|
-
} | {
|
|
48735
|
-
/** The ID of the action attempt. */
|
|
48736
|
-
action_attempt_id: string;
|
|
48737
|
-
status: 'success';
|
|
48738
|
-
error: null;
|
|
48739
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
48740
|
-
result: {};
|
|
48741
|
-
} | {
|
|
48742
|
-
/** The ID of the action attempt. */
|
|
48743
|
-
action_attempt_id: string;
|
|
48744
|
-
status: 'error';
|
|
48745
|
-
result: null;
|
|
48746
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
48747
|
-
error: {
|
|
48748
|
-
type: string;
|
|
48749
|
-
message: string;
|
|
48750
|
-
};
|
|
48751
47581
|
} | {
|
|
48752
47582
|
/** The ID of the action attempt. */
|
|
48753
47583
|
action_attempt_id: string;
|
|
@@ -49501,78 +48331,6 @@ interface Routes {
|
|
|
49501
48331
|
type: string;
|
|
49502
48332
|
message: string;
|
|
49503
48333
|
};
|
|
49504
|
-
} | {
|
|
49505
|
-
/** The ID of the action attempt. */
|
|
49506
|
-
action_attempt_id: string;
|
|
49507
|
-
status: 'pending';
|
|
49508
|
-
result: null;
|
|
49509
|
-
error: null;
|
|
49510
|
-
action_type: 'SET_COOL';
|
|
49511
|
-
} | {
|
|
49512
|
-
/** The ID of the action attempt. */
|
|
49513
|
-
action_attempt_id: string;
|
|
49514
|
-
status: 'success';
|
|
49515
|
-
error: null;
|
|
49516
|
-
action_type: 'SET_COOL';
|
|
49517
|
-
result: {};
|
|
49518
|
-
} | {
|
|
49519
|
-
/** The ID of the action attempt. */
|
|
49520
|
-
action_attempt_id: string;
|
|
49521
|
-
status: 'error';
|
|
49522
|
-
result: null;
|
|
49523
|
-
action_type: 'SET_COOL';
|
|
49524
|
-
error: {
|
|
49525
|
-
type: string;
|
|
49526
|
-
message: string;
|
|
49527
|
-
};
|
|
49528
|
-
} | {
|
|
49529
|
-
/** The ID of the action attempt. */
|
|
49530
|
-
action_attempt_id: string;
|
|
49531
|
-
status: 'pending';
|
|
49532
|
-
result: null;
|
|
49533
|
-
error: null;
|
|
49534
|
-
action_type: 'SET_HEAT';
|
|
49535
|
-
} | {
|
|
49536
|
-
/** The ID of the action attempt. */
|
|
49537
|
-
action_attempt_id: string;
|
|
49538
|
-
status: 'success';
|
|
49539
|
-
error: null;
|
|
49540
|
-
action_type: 'SET_HEAT';
|
|
49541
|
-
result: {};
|
|
49542
|
-
} | {
|
|
49543
|
-
/** The ID of the action attempt. */
|
|
49544
|
-
action_attempt_id: string;
|
|
49545
|
-
status: 'error';
|
|
49546
|
-
result: null;
|
|
49547
|
-
action_type: 'SET_HEAT';
|
|
49548
|
-
error: {
|
|
49549
|
-
type: string;
|
|
49550
|
-
message: string;
|
|
49551
|
-
};
|
|
49552
|
-
} | {
|
|
49553
|
-
/** The ID of the action attempt. */
|
|
49554
|
-
action_attempt_id: string;
|
|
49555
|
-
status: 'pending';
|
|
49556
|
-
result: null;
|
|
49557
|
-
error: null;
|
|
49558
|
-
action_type: 'SET_HEAT_COOL';
|
|
49559
|
-
} | {
|
|
49560
|
-
/** The ID of the action attempt. */
|
|
49561
|
-
action_attempt_id: string;
|
|
49562
|
-
status: 'success';
|
|
49563
|
-
error: null;
|
|
49564
|
-
action_type: 'SET_HEAT_COOL';
|
|
49565
|
-
result: {};
|
|
49566
|
-
} | {
|
|
49567
|
-
/** The ID of the action attempt. */
|
|
49568
|
-
action_attempt_id: string;
|
|
49569
|
-
status: 'error';
|
|
49570
|
-
result: null;
|
|
49571
|
-
action_type: 'SET_HEAT_COOL';
|
|
49572
|
-
error: {
|
|
49573
|
-
type: string;
|
|
49574
|
-
message: string;
|
|
49575
|
-
};
|
|
49576
48334
|
} | {
|
|
49577
48335
|
/** The ID of the action attempt. */
|
|
49578
48336
|
action_attempt_id: string;
|
|
@@ -49597,30 +48355,6 @@ interface Routes {
|
|
|
49597
48355
|
type: string;
|
|
49598
48356
|
message: string;
|
|
49599
48357
|
};
|
|
49600
|
-
} | {
|
|
49601
|
-
/** The ID of the action attempt. */
|
|
49602
|
-
action_attempt_id: string;
|
|
49603
|
-
status: 'pending';
|
|
49604
|
-
result: null;
|
|
49605
|
-
error: null;
|
|
49606
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
49607
|
-
} | {
|
|
49608
|
-
/** The ID of the action attempt. */
|
|
49609
|
-
action_attempt_id: string;
|
|
49610
|
-
status: 'success';
|
|
49611
|
-
error: null;
|
|
49612
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
49613
|
-
result: {};
|
|
49614
|
-
} | {
|
|
49615
|
-
/** The ID of the action attempt. */
|
|
49616
|
-
action_attempt_id: string;
|
|
49617
|
-
status: 'error';
|
|
49618
|
-
result: null;
|
|
49619
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
49620
|
-
error: {
|
|
49621
|
-
type: string;
|
|
49622
|
-
message: string;
|
|
49623
|
-
};
|
|
49624
48358
|
} | {
|
|
49625
48359
|
/** The ID of the action attempt. */
|
|
49626
48360
|
action_attempt_id: string;
|
|
@@ -51484,78 +50218,6 @@ interface Routes {
|
|
|
51484
50218
|
type: string;
|
|
51485
50219
|
message: string;
|
|
51486
50220
|
};
|
|
51487
|
-
} | {
|
|
51488
|
-
/** The ID of the action attempt. */
|
|
51489
|
-
action_attempt_id: string;
|
|
51490
|
-
status: 'pending';
|
|
51491
|
-
result: null;
|
|
51492
|
-
error: null;
|
|
51493
|
-
action_type: 'SET_COOL';
|
|
51494
|
-
} | {
|
|
51495
|
-
/** The ID of the action attempt. */
|
|
51496
|
-
action_attempt_id: string;
|
|
51497
|
-
status: 'success';
|
|
51498
|
-
error: null;
|
|
51499
|
-
action_type: 'SET_COOL';
|
|
51500
|
-
result: {};
|
|
51501
|
-
} | {
|
|
51502
|
-
/** The ID of the action attempt. */
|
|
51503
|
-
action_attempt_id: string;
|
|
51504
|
-
status: 'error';
|
|
51505
|
-
result: null;
|
|
51506
|
-
action_type: 'SET_COOL';
|
|
51507
|
-
error: {
|
|
51508
|
-
type: string;
|
|
51509
|
-
message: string;
|
|
51510
|
-
};
|
|
51511
|
-
} | {
|
|
51512
|
-
/** The ID of the action attempt. */
|
|
51513
|
-
action_attempt_id: string;
|
|
51514
|
-
status: 'pending';
|
|
51515
|
-
result: null;
|
|
51516
|
-
error: null;
|
|
51517
|
-
action_type: 'SET_HEAT';
|
|
51518
|
-
} | {
|
|
51519
|
-
/** The ID of the action attempt. */
|
|
51520
|
-
action_attempt_id: string;
|
|
51521
|
-
status: 'success';
|
|
51522
|
-
error: null;
|
|
51523
|
-
action_type: 'SET_HEAT';
|
|
51524
|
-
result: {};
|
|
51525
|
-
} | {
|
|
51526
|
-
/** The ID of the action attempt. */
|
|
51527
|
-
action_attempt_id: string;
|
|
51528
|
-
status: 'error';
|
|
51529
|
-
result: null;
|
|
51530
|
-
action_type: 'SET_HEAT';
|
|
51531
|
-
error: {
|
|
51532
|
-
type: string;
|
|
51533
|
-
message: string;
|
|
51534
|
-
};
|
|
51535
|
-
} | {
|
|
51536
|
-
/** The ID of the action attempt. */
|
|
51537
|
-
action_attempt_id: string;
|
|
51538
|
-
status: 'pending';
|
|
51539
|
-
result: null;
|
|
51540
|
-
error: null;
|
|
51541
|
-
action_type: 'SET_HEAT_COOL';
|
|
51542
|
-
} | {
|
|
51543
|
-
/** The ID of the action attempt. */
|
|
51544
|
-
action_attempt_id: string;
|
|
51545
|
-
status: 'success';
|
|
51546
|
-
error: null;
|
|
51547
|
-
action_type: 'SET_HEAT_COOL';
|
|
51548
|
-
result: {};
|
|
51549
|
-
} | {
|
|
51550
|
-
/** The ID of the action attempt. */
|
|
51551
|
-
action_attempt_id: string;
|
|
51552
|
-
status: 'error';
|
|
51553
|
-
result: null;
|
|
51554
|
-
action_type: 'SET_HEAT_COOL';
|
|
51555
|
-
error: {
|
|
51556
|
-
type: string;
|
|
51557
|
-
message: string;
|
|
51558
|
-
};
|
|
51559
50221
|
} | {
|
|
51560
50222
|
/** The ID of the action attempt. */
|
|
51561
50223
|
action_attempt_id: string;
|
|
@@ -51580,30 +50242,6 @@ interface Routes {
|
|
|
51580
50242
|
type: string;
|
|
51581
50243
|
message: string;
|
|
51582
50244
|
};
|
|
51583
|
-
} | {
|
|
51584
|
-
/** The ID of the action attempt. */
|
|
51585
|
-
action_attempt_id: string;
|
|
51586
|
-
status: 'pending';
|
|
51587
|
-
result: null;
|
|
51588
|
-
error: null;
|
|
51589
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
51590
|
-
} | {
|
|
51591
|
-
/** The ID of the action attempt. */
|
|
51592
|
-
action_attempt_id: string;
|
|
51593
|
-
status: 'success';
|
|
51594
|
-
error: null;
|
|
51595
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
51596
|
-
result: {};
|
|
51597
|
-
} | {
|
|
51598
|
-
/** The ID of the action attempt. */
|
|
51599
|
-
action_attempt_id: string;
|
|
51600
|
-
status: 'error';
|
|
51601
|
-
result: null;
|
|
51602
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
51603
|
-
error: {
|
|
51604
|
-
type: string;
|
|
51605
|
-
message: string;
|
|
51606
|
-
};
|
|
51607
50245
|
} | {
|
|
51608
50246
|
/** The ID of the action attempt. */
|
|
51609
50247
|
action_attempt_id: string;
|
|
@@ -52367,78 +51005,6 @@ interface Routes {
|
|
|
52367
51005
|
type: string;
|
|
52368
51006
|
message: string;
|
|
52369
51007
|
};
|
|
52370
|
-
} | {
|
|
52371
|
-
/** The ID of the action attempt. */
|
|
52372
|
-
action_attempt_id: string;
|
|
52373
|
-
status: 'pending';
|
|
52374
|
-
result: null;
|
|
52375
|
-
error: null;
|
|
52376
|
-
action_type: 'SET_COOL';
|
|
52377
|
-
} | {
|
|
52378
|
-
/** The ID of the action attempt. */
|
|
52379
|
-
action_attempt_id: string;
|
|
52380
|
-
status: 'success';
|
|
52381
|
-
error: null;
|
|
52382
|
-
action_type: 'SET_COOL';
|
|
52383
|
-
result: {};
|
|
52384
|
-
} | {
|
|
52385
|
-
/** The ID of the action attempt. */
|
|
52386
|
-
action_attempt_id: string;
|
|
52387
|
-
status: 'error';
|
|
52388
|
-
result: null;
|
|
52389
|
-
action_type: 'SET_COOL';
|
|
52390
|
-
error: {
|
|
52391
|
-
type: string;
|
|
52392
|
-
message: string;
|
|
52393
|
-
};
|
|
52394
|
-
} | {
|
|
52395
|
-
/** The ID of the action attempt. */
|
|
52396
|
-
action_attempt_id: string;
|
|
52397
|
-
status: 'pending';
|
|
52398
|
-
result: null;
|
|
52399
|
-
error: null;
|
|
52400
|
-
action_type: 'SET_HEAT';
|
|
52401
|
-
} | {
|
|
52402
|
-
/** The ID of the action attempt. */
|
|
52403
|
-
action_attempt_id: string;
|
|
52404
|
-
status: 'success';
|
|
52405
|
-
error: null;
|
|
52406
|
-
action_type: 'SET_HEAT';
|
|
52407
|
-
result: {};
|
|
52408
|
-
} | {
|
|
52409
|
-
/** The ID of the action attempt. */
|
|
52410
|
-
action_attempt_id: string;
|
|
52411
|
-
status: 'error';
|
|
52412
|
-
result: null;
|
|
52413
|
-
action_type: 'SET_HEAT';
|
|
52414
|
-
error: {
|
|
52415
|
-
type: string;
|
|
52416
|
-
message: string;
|
|
52417
|
-
};
|
|
52418
|
-
} | {
|
|
52419
|
-
/** The ID of the action attempt. */
|
|
52420
|
-
action_attempt_id: string;
|
|
52421
|
-
status: 'pending';
|
|
52422
|
-
result: null;
|
|
52423
|
-
error: null;
|
|
52424
|
-
action_type: 'SET_HEAT_COOL';
|
|
52425
|
-
} | {
|
|
52426
|
-
/** The ID of the action attempt. */
|
|
52427
|
-
action_attempt_id: string;
|
|
52428
|
-
status: 'success';
|
|
52429
|
-
error: null;
|
|
52430
|
-
action_type: 'SET_HEAT_COOL';
|
|
52431
|
-
result: {};
|
|
52432
|
-
} | {
|
|
52433
|
-
/** The ID of the action attempt. */
|
|
52434
|
-
action_attempt_id: string;
|
|
52435
|
-
status: 'error';
|
|
52436
|
-
result: null;
|
|
52437
|
-
action_type: 'SET_HEAT_COOL';
|
|
52438
|
-
error: {
|
|
52439
|
-
type: string;
|
|
52440
|
-
message: string;
|
|
52441
|
-
};
|
|
52442
51008
|
} | {
|
|
52443
51009
|
/** The ID of the action attempt. */
|
|
52444
51010
|
action_attempt_id: string;
|
|
@@ -52463,30 +51029,6 @@ interface Routes {
|
|
|
52463
51029
|
type: string;
|
|
52464
51030
|
message: string;
|
|
52465
51031
|
};
|
|
52466
|
-
} | {
|
|
52467
|
-
/** The ID of the action attempt. */
|
|
52468
|
-
action_attempt_id: string;
|
|
52469
|
-
status: 'pending';
|
|
52470
|
-
result: null;
|
|
52471
|
-
error: null;
|
|
52472
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
52473
|
-
} | {
|
|
52474
|
-
/** The ID of the action attempt. */
|
|
52475
|
-
action_attempt_id: string;
|
|
52476
|
-
status: 'success';
|
|
52477
|
-
error: null;
|
|
52478
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
52479
|
-
result: {};
|
|
52480
|
-
} | {
|
|
52481
|
-
/** The ID of the action attempt. */
|
|
52482
|
-
action_attempt_id: string;
|
|
52483
|
-
status: 'error';
|
|
52484
|
-
result: null;
|
|
52485
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
52486
|
-
error: {
|
|
52487
|
-
type: string;
|
|
52488
|
-
message: string;
|
|
52489
|
-
};
|
|
52490
51032
|
} | {
|
|
52491
51033
|
/** The ID of the action attempt. */
|
|
52492
51034
|
action_attempt_id: string;
|
|
@@ -53289,78 +51831,6 @@ interface Routes {
|
|
|
53289
51831
|
type: string;
|
|
53290
51832
|
message: string;
|
|
53291
51833
|
};
|
|
53292
|
-
} | {
|
|
53293
|
-
/** The ID of the action attempt. */
|
|
53294
|
-
action_attempt_id: string;
|
|
53295
|
-
status: 'pending';
|
|
53296
|
-
result: null;
|
|
53297
|
-
error: null;
|
|
53298
|
-
action_type: 'SET_COOL';
|
|
53299
|
-
} | {
|
|
53300
|
-
/** The ID of the action attempt. */
|
|
53301
|
-
action_attempt_id: string;
|
|
53302
|
-
status: 'success';
|
|
53303
|
-
error: null;
|
|
53304
|
-
action_type: 'SET_COOL';
|
|
53305
|
-
result: {};
|
|
53306
|
-
} | {
|
|
53307
|
-
/** The ID of the action attempt. */
|
|
53308
|
-
action_attempt_id: string;
|
|
53309
|
-
status: 'error';
|
|
53310
|
-
result: null;
|
|
53311
|
-
action_type: 'SET_COOL';
|
|
53312
|
-
error: {
|
|
53313
|
-
type: string;
|
|
53314
|
-
message: string;
|
|
53315
|
-
};
|
|
53316
|
-
} | {
|
|
53317
|
-
/** The ID of the action attempt. */
|
|
53318
|
-
action_attempt_id: string;
|
|
53319
|
-
status: 'pending';
|
|
53320
|
-
result: null;
|
|
53321
|
-
error: null;
|
|
53322
|
-
action_type: 'SET_HEAT';
|
|
53323
|
-
} | {
|
|
53324
|
-
/** The ID of the action attempt. */
|
|
53325
|
-
action_attempt_id: string;
|
|
53326
|
-
status: 'success';
|
|
53327
|
-
error: null;
|
|
53328
|
-
action_type: 'SET_HEAT';
|
|
53329
|
-
result: {};
|
|
53330
|
-
} | {
|
|
53331
|
-
/** The ID of the action attempt. */
|
|
53332
|
-
action_attempt_id: string;
|
|
53333
|
-
status: 'error';
|
|
53334
|
-
result: null;
|
|
53335
|
-
action_type: 'SET_HEAT';
|
|
53336
|
-
error: {
|
|
53337
|
-
type: string;
|
|
53338
|
-
message: string;
|
|
53339
|
-
};
|
|
53340
|
-
} | {
|
|
53341
|
-
/** The ID of the action attempt. */
|
|
53342
|
-
action_attempt_id: string;
|
|
53343
|
-
status: 'pending';
|
|
53344
|
-
result: null;
|
|
53345
|
-
error: null;
|
|
53346
|
-
action_type: 'SET_HEAT_COOL';
|
|
53347
|
-
} | {
|
|
53348
|
-
/** The ID of the action attempt. */
|
|
53349
|
-
action_attempt_id: string;
|
|
53350
|
-
status: 'success';
|
|
53351
|
-
error: null;
|
|
53352
|
-
action_type: 'SET_HEAT_COOL';
|
|
53353
|
-
result: {};
|
|
53354
|
-
} | {
|
|
53355
|
-
/** The ID of the action attempt. */
|
|
53356
|
-
action_attempt_id: string;
|
|
53357
|
-
status: 'error';
|
|
53358
|
-
result: null;
|
|
53359
|
-
action_type: 'SET_HEAT_COOL';
|
|
53360
|
-
error: {
|
|
53361
|
-
type: string;
|
|
53362
|
-
message: string;
|
|
53363
|
-
};
|
|
53364
51834
|
} | {
|
|
53365
51835
|
/** The ID of the action attempt. */
|
|
53366
51836
|
action_attempt_id: string;
|
|
@@ -53385,30 +51855,6 @@ interface Routes {
|
|
|
53385
51855
|
type: string;
|
|
53386
51856
|
message: string;
|
|
53387
51857
|
};
|
|
53388
|
-
} | {
|
|
53389
|
-
/** The ID of the action attempt. */
|
|
53390
|
-
action_attempt_id: string;
|
|
53391
|
-
status: 'pending';
|
|
53392
|
-
result: null;
|
|
53393
|
-
error: null;
|
|
53394
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
53395
|
-
} | {
|
|
53396
|
-
/** The ID of the action attempt. */
|
|
53397
|
-
action_attempt_id: string;
|
|
53398
|
-
status: 'success';
|
|
53399
|
-
error: null;
|
|
53400
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
53401
|
-
result: {};
|
|
53402
|
-
} | {
|
|
53403
|
-
/** The ID of the action attempt. */
|
|
53404
|
-
action_attempt_id: string;
|
|
53405
|
-
status: 'error';
|
|
53406
|
-
result: null;
|
|
53407
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
53408
|
-
error: {
|
|
53409
|
-
type: string;
|
|
53410
|
-
message: string;
|
|
53411
|
-
};
|
|
53412
51858
|
} | {
|
|
53413
51859
|
/** The ID of the action attempt. */
|
|
53414
51860
|
action_attempt_id: string;
|
|
@@ -54346,78 +52792,6 @@ interface Routes {
|
|
|
54346
52792
|
type: string;
|
|
54347
52793
|
message: string;
|
|
54348
52794
|
};
|
|
54349
|
-
} | {
|
|
54350
|
-
/** The ID of the action attempt. */
|
|
54351
|
-
action_attempt_id: string;
|
|
54352
|
-
status: 'pending';
|
|
54353
|
-
result: null;
|
|
54354
|
-
error: null;
|
|
54355
|
-
action_type: 'SET_COOL';
|
|
54356
|
-
} | {
|
|
54357
|
-
/** The ID of the action attempt. */
|
|
54358
|
-
action_attempt_id: string;
|
|
54359
|
-
status: 'success';
|
|
54360
|
-
error: null;
|
|
54361
|
-
action_type: 'SET_COOL';
|
|
54362
|
-
result: {};
|
|
54363
|
-
} | {
|
|
54364
|
-
/** The ID of the action attempt. */
|
|
54365
|
-
action_attempt_id: string;
|
|
54366
|
-
status: 'error';
|
|
54367
|
-
result: null;
|
|
54368
|
-
action_type: 'SET_COOL';
|
|
54369
|
-
error: {
|
|
54370
|
-
type: string;
|
|
54371
|
-
message: string;
|
|
54372
|
-
};
|
|
54373
|
-
} | {
|
|
54374
|
-
/** The ID of the action attempt. */
|
|
54375
|
-
action_attempt_id: string;
|
|
54376
|
-
status: 'pending';
|
|
54377
|
-
result: null;
|
|
54378
|
-
error: null;
|
|
54379
|
-
action_type: 'SET_HEAT';
|
|
54380
|
-
} | {
|
|
54381
|
-
/** The ID of the action attempt. */
|
|
54382
|
-
action_attempt_id: string;
|
|
54383
|
-
status: 'success';
|
|
54384
|
-
error: null;
|
|
54385
|
-
action_type: 'SET_HEAT';
|
|
54386
|
-
result: {};
|
|
54387
|
-
} | {
|
|
54388
|
-
/** The ID of the action attempt. */
|
|
54389
|
-
action_attempt_id: string;
|
|
54390
|
-
status: 'error';
|
|
54391
|
-
result: null;
|
|
54392
|
-
action_type: 'SET_HEAT';
|
|
54393
|
-
error: {
|
|
54394
|
-
type: string;
|
|
54395
|
-
message: string;
|
|
54396
|
-
};
|
|
54397
|
-
} | {
|
|
54398
|
-
/** The ID of the action attempt. */
|
|
54399
|
-
action_attempt_id: string;
|
|
54400
|
-
status: 'pending';
|
|
54401
|
-
result: null;
|
|
54402
|
-
error: null;
|
|
54403
|
-
action_type: 'SET_HEAT_COOL';
|
|
54404
|
-
} | {
|
|
54405
|
-
/** The ID of the action attempt. */
|
|
54406
|
-
action_attempt_id: string;
|
|
54407
|
-
status: 'success';
|
|
54408
|
-
error: null;
|
|
54409
|
-
action_type: 'SET_HEAT_COOL';
|
|
54410
|
-
result: {};
|
|
54411
|
-
} | {
|
|
54412
|
-
/** The ID of the action attempt. */
|
|
54413
|
-
action_attempt_id: string;
|
|
54414
|
-
status: 'error';
|
|
54415
|
-
result: null;
|
|
54416
|
-
action_type: 'SET_HEAT_COOL';
|
|
54417
|
-
error: {
|
|
54418
|
-
type: string;
|
|
54419
|
-
message: string;
|
|
54420
|
-
};
|
|
54421
52795
|
} | {
|
|
54422
52796
|
/** The ID of the action attempt. */
|
|
54423
52797
|
action_attempt_id: string;
|
|
@@ -54442,30 +52816,6 @@ interface Routes {
|
|
|
54442
52816
|
type: string;
|
|
54443
52817
|
message: string;
|
|
54444
52818
|
};
|
|
54445
|
-
} | {
|
|
54446
|
-
/** The ID of the action attempt. */
|
|
54447
|
-
action_attempt_id: string;
|
|
54448
|
-
status: 'pending';
|
|
54449
|
-
result: null;
|
|
54450
|
-
error: null;
|
|
54451
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
54452
|
-
} | {
|
|
54453
|
-
/** The ID of the action attempt. */
|
|
54454
|
-
action_attempt_id: string;
|
|
54455
|
-
status: 'success';
|
|
54456
|
-
error: null;
|
|
54457
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
54458
|
-
result: {};
|
|
54459
|
-
} | {
|
|
54460
|
-
/** The ID of the action attempt. */
|
|
54461
|
-
action_attempt_id: string;
|
|
54462
|
-
status: 'error';
|
|
54463
|
-
result: null;
|
|
54464
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
54465
|
-
error: {
|
|
54466
|
-
type: string;
|
|
54467
|
-
message: string;
|
|
54468
|
-
};
|
|
54469
52819
|
} | {
|
|
54470
52820
|
/** The ID of the action attempt. */
|
|
54471
52821
|
action_attempt_id: string;
|
|
@@ -55225,78 +53575,6 @@ interface Routes {
|
|
|
55225
53575
|
type: string;
|
|
55226
53576
|
message: string;
|
|
55227
53577
|
};
|
|
55228
|
-
} | {
|
|
55229
|
-
/** The ID of the action attempt. */
|
|
55230
|
-
action_attempt_id: string;
|
|
55231
|
-
status: 'pending';
|
|
55232
|
-
result: null;
|
|
55233
|
-
error: null;
|
|
55234
|
-
action_type: 'SET_COOL';
|
|
55235
|
-
} | {
|
|
55236
|
-
/** The ID of the action attempt. */
|
|
55237
|
-
action_attempt_id: string;
|
|
55238
|
-
status: 'success';
|
|
55239
|
-
error: null;
|
|
55240
|
-
action_type: 'SET_COOL';
|
|
55241
|
-
result: {};
|
|
55242
|
-
} | {
|
|
55243
|
-
/** The ID of the action attempt. */
|
|
55244
|
-
action_attempt_id: string;
|
|
55245
|
-
status: 'error';
|
|
55246
|
-
result: null;
|
|
55247
|
-
action_type: 'SET_COOL';
|
|
55248
|
-
error: {
|
|
55249
|
-
type: string;
|
|
55250
|
-
message: string;
|
|
55251
|
-
};
|
|
55252
|
-
} | {
|
|
55253
|
-
/** The ID of the action attempt. */
|
|
55254
|
-
action_attempt_id: string;
|
|
55255
|
-
status: 'pending';
|
|
55256
|
-
result: null;
|
|
55257
|
-
error: null;
|
|
55258
|
-
action_type: 'SET_HEAT';
|
|
55259
|
-
} | {
|
|
55260
|
-
/** The ID of the action attempt. */
|
|
55261
|
-
action_attempt_id: string;
|
|
55262
|
-
status: 'success';
|
|
55263
|
-
error: null;
|
|
55264
|
-
action_type: 'SET_HEAT';
|
|
55265
|
-
result: {};
|
|
55266
|
-
} | {
|
|
55267
|
-
/** The ID of the action attempt. */
|
|
55268
|
-
action_attempt_id: string;
|
|
55269
|
-
status: 'error';
|
|
55270
|
-
result: null;
|
|
55271
|
-
action_type: 'SET_HEAT';
|
|
55272
|
-
error: {
|
|
55273
|
-
type: string;
|
|
55274
|
-
message: string;
|
|
55275
|
-
};
|
|
55276
|
-
} | {
|
|
55277
|
-
/** The ID of the action attempt. */
|
|
55278
|
-
action_attempt_id: string;
|
|
55279
|
-
status: 'pending';
|
|
55280
|
-
result: null;
|
|
55281
|
-
error: null;
|
|
55282
|
-
action_type: 'SET_HEAT_COOL';
|
|
55283
|
-
} | {
|
|
55284
|
-
/** The ID of the action attempt. */
|
|
55285
|
-
action_attempt_id: string;
|
|
55286
|
-
status: 'success';
|
|
55287
|
-
error: null;
|
|
55288
|
-
action_type: 'SET_HEAT_COOL';
|
|
55289
|
-
result: {};
|
|
55290
|
-
} | {
|
|
55291
|
-
/** The ID of the action attempt. */
|
|
55292
|
-
action_attempt_id: string;
|
|
55293
|
-
status: 'error';
|
|
55294
|
-
result: null;
|
|
55295
|
-
action_type: 'SET_HEAT_COOL';
|
|
55296
|
-
error: {
|
|
55297
|
-
type: string;
|
|
55298
|
-
message: string;
|
|
55299
|
-
};
|
|
55300
53578
|
} | {
|
|
55301
53579
|
/** The ID of the action attempt. */
|
|
55302
53580
|
action_attempt_id: string;
|
|
@@ -55321,30 +53599,6 @@ interface Routes {
|
|
|
55321
53599
|
type: string;
|
|
55322
53600
|
message: string;
|
|
55323
53601
|
};
|
|
55324
|
-
} | {
|
|
55325
|
-
/** The ID of the action attempt. */
|
|
55326
|
-
action_attempt_id: string;
|
|
55327
|
-
status: 'pending';
|
|
55328
|
-
result: null;
|
|
55329
|
-
error: null;
|
|
55330
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
55331
|
-
} | {
|
|
55332
|
-
/** The ID of the action attempt. */
|
|
55333
|
-
action_attempt_id: string;
|
|
55334
|
-
status: 'success';
|
|
55335
|
-
error: null;
|
|
55336
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
55337
|
-
result: {};
|
|
55338
|
-
} | {
|
|
55339
|
-
/** The ID of the action attempt. */
|
|
55340
|
-
action_attempt_id: string;
|
|
55341
|
-
status: 'error';
|
|
55342
|
-
result: null;
|
|
55343
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
55344
|
-
error: {
|
|
55345
|
-
type: string;
|
|
55346
|
-
message: string;
|
|
55347
|
-
};
|
|
55348
53602
|
} | {
|
|
55349
53603
|
/** The ID of the action attempt. */
|
|
55350
53604
|
action_attempt_id: string;
|
|
@@ -55579,6 +53833,8 @@ interface Routes {
|
|
|
55579
53833
|
jsonBody: {
|
|
55580
53834
|
/** ID of the desired thermostat device. */
|
|
55581
53835
|
device_id: string;
|
|
53836
|
+
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings.
|
|
53837
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
55582
53838
|
manual_override_allowed?: boolean;
|
|
55583
53839
|
/** Unique key to identify the climate preset. */
|
|
55584
53840
|
climate_preset_key: string;
|
|
@@ -56679,78 +54935,6 @@ interface Routes {
|
|
|
56679
54935
|
type: string;
|
|
56680
54936
|
message: string;
|
|
56681
54937
|
};
|
|
56682
|
-
} | {
|
|
56683
|
-
/** The ID of the action attempt. */
|
|
56684
|
-
action_attempt_id: string;
|
|
56685
|
-
status: 'pending';
|
|
56686
|
-
result: null;
|
|
56687
|
-
error: null;
|
|
56688
|
-
action_type: 'SET_COOL';
|
|
56689
|
-
} | {
|
|
56690
|
-
/** The ID of the action attempt. */
|
|
56691
|
-
action_attempt_id: string;
|
|
56692
|
-
status: 'success';
|
|
56693
|
-
error: null;
|
|
56694
|
-
action_type: 'SET_COOL';
|
|
56695
|
-
result: {};
|
|
56696
|
-
} | {
|
|
56697
|
-
/** The ID of the action attempt. */
|
|
56698
|
-
action_attempt_id: string;
|
|
56699
|
-
status: 'error';
|
|
56700
|
-
result: null;
|
|
56701
|
-
action_type: 'SET_COOL';
|
|
56702
|
-
error: {
|
|
56703
|
-
type: string;
|
|
56704
|
-
message: string;
|
|
56705
|
-
};
|
|
56706
|
-
} | {
|
|
56707
|
-
/** The ID of the action attempt. */
|
|
56708
|
-
action_attempt_id: string;
|
|
56709
|
-
status: 'pending';
|
|
56710
|
-
result: null;
|
|
56711
|
-
error: null;
|
|
56712
|
-
action_type: 'SET_HEAT';
|
|
56713
|
-
} | {
|
|
56714
|
-
/** The ID of the action attempt. */
|
|
56715
|
-
action_attempt_id: string;
|
|
56716
|
-
status: 'success';
|
|
56717
|
-
error: null;
|
|
56718
|
-
action_type: 'SET_HEAT';
|
|
56719
|
-
result: {};
|
|
56720
|
-
} | {
|
|
56721
|
-
/** The ID of the action attempt. */
|
|
56722
|
-
action_attempt_id: string;
|
|
56723
|
-
status: 'error';
|
|
56724
|
-
result: null;
|
|
56725
|
-
action_type: 'SET_HEAT';
|
|
56726
|
-
error: {
|
|
56727
|
-
type: string;
|
|
56728
|
-
message: string;
|
|
56729
|
-
};
|
|
56730
|
-
} | {
|
|
56731
|
-
/** The ID of the action attempt. */
|
|
56732
|
-
action_attempt_id: string;
|
|
56733
|
-
status: 'pending';
|
|
56734
|
-
result: null;
|
|
56735
|
-
error: null;
|
|
56736
|
-
action_type: 'SET_HEAT_COOL';
|
|
56737
|
-
} | {
|
|
56738
|
-
/** The ID of the action attempt. */
|
|
56739
|
-
action_attempt_id: string;
|
|
56740
|
-
status: 'success';
|
|
56741
|
-
error: null;
|
|
56742
|
-
action_type: 'SET_HEAT_COOL';
|
|
56743
|
-
result: {};
|
|
56744
|
-
} | {
|
|
56745
|
-
/** The ID of the action attempt. */
|
|
56746
|
-
action_attempt_id: string;
|
|
56747
|
-
status: 'error';
|
|
56748
|
-
result: null;
|
|
56749
|
-
action_type: 'SET_HEAT_COOL';
|
|
56750
|
-
error: {
|
|
56751
|
-
type: string;
|
|
56752
|
-
message: string;
|
|
56753
|
-
};
|
|
56754
54938
|
} | {
|
|
56755
54939
|
/** The ID of the action attempt. */
|
|
56756
54940
|
action_attempt_id: string;
|
|
@@ -56775,30 +54959,6 @@ interface Routes {
|
|
|
56775
54959
|
type: string;
|
|
56776
54960
|
message: string;
|
|
56777
54961
|
};
|
|
56778
|
-
} | {
|
|
56779
|
-
/** The ID of the action attempt. */
|
|
56780
|
-
action_attempt_id: string;
|
|
56781
|
-
status: 'pending';
|
|
56782
|
-
result: null;
|
|
56783
|
-
error: null;
|
|
56784
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
56785
|
-
} | {
|
|
56786
|
-
/** The ID of the action attempt. */
|
|
56787
|
-
action_attempt_id: string;
|
|
56788
|
-
status: 'success';
|
|
56789
|
-
error: null;
|
|
56790
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
56791
|
-
result: {};
|
|
56792
|
-
} | {
|
|
56793
|
-
/** The ID of the action attempt. */
|
|
56794
|
-
action_attempt_id: string;
|
|
56795
|
-
status: 'error';
|
|
56796
|
-
result: null;
|
|
56797
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
56798
|
-
error: {
|
|
56799
|
-
type: string;
|
|
56800
|
-
message: string;
|
|
56801
|
-
};
|
|
56802
54962
|
} | {
|
|
56803
54963
|
/** The ID of the action attempt. */
|
|
56804
54964
|
action_attempt_id: string;
|
|
@@ -57562,78 +55722,6 @@ interface Routes {
|
|
|
57562
55722
|
type: string;
|
|
57563
55723
|
message: string;
|
|
57564
55724
|
};
|
|
57565
|
-
} | {
|
|
57566
|
-
/** The ID of the action attempt. */
|
|
57567
|
-
action_attempt_id: string;
|
|
57568
|
-
status: 'pending';
|
|
57569
|
-
result: null;
|
|
57570
|
-
error: null;
|
|
57571
|
-
action_type: 'SET_COOL';
|
|
57572
|
-
} | {
|
|
57573
|
-
/** The ID of the action attempt. */
|
|
57574
|
-
action_attempt_id: string;
|
|
57575
|
-
status: 'success';
|
|
57576
|
-
error: null;
|
|
57577
|
-
action_type: 'SET_COOL';
|
|
57578
|
-
result: {};
|
|
57579
|
-
} | {
|
|
57580
|
-
/** The ID of the action attempt. */
|
|
57581
|
-
action_attempt_id: string;
|
|
57582
|
-
status: 'error';
|
|
57583
|
-
result: null;
|
|
57584
|
-
action_type: 'SET_COOL';
|
|
57585
|
-
error: {
|
|
57586
|
-
type: string;
|
|
57587
|
-
message: string;
|
|
57588
|
-
};
|
|
57589
|
-
} | {
|
|
57590
|
-
/** The ID of the action attempt. */
|
|
57591
|
-
action_attempt_id: string;
|
|
57592
|
-
status: 'pending';
|
|
57593
|
-
result: null;
|
|
57594
|
-
error: null;
|
|
57595
|
-
action_type: 'SET_HEAT';
|
|
57596
|
-
} | {
|
|
57597
|
-
/** The ID of the action attempt. */
|
|
57598
|
-
action_attempt_id: string;
|
|
57599
|
-
status: 'success';
|
|
57600
|
-
error: null;
|
|
57601
|
-
action_type: 'SET_HEAT';
|
|
57602
|
-
result: {};
|
|
57603
|
-
} | {
|
|
57604
|
-
/** The ID of the action attempt. */
|
|
57605
|
-
action_attempt_id: string;
|
|
57606
|
-
status: 'error';
|
|
57607
|
-
result: null;
|
|
57608
|
-
action_type: 'SET_HEAT';
|
|
57609
|
-
error: {
|
|
57610
|
-
type: string;
|
|
57611
|
-
message: string;
|
|
57612
|
-
};
|
|
57613
|
-
} | {
|
|
57614
|
-
/** The ID of the action attempt. */
|
|
57615
|
-
action_attempt_id: string;
|
|
57616
|
-
status: 'pending';
|
|
57617
|
-
result: null;
|
|
57618
|
-
error: null;
|
|
57619
|
-
action_type: 'SET_HEAT_COOL';
|
|
57620
|
-
} | {
|
|
57621
|
-
/** The ID of the action attempt. */
|
|
57622
|
-
action_attempt_id: string;
|
|
57623
|
-
status: 'success';
|
|
57624
|
-
error: null;
|
|
57625
|
-
action_type: 'SET_HEAT_COOL';
|
|
57626
|
-
result: {};
|
|
57627
|
-
} | {
|
|
57628
|
-
/** The ID of the action attempt. */
|
|
57629
|
-
action_attempt_id: string;
|
|
57630
|
-
status: 'error';
|
|
57631
|
-
result: null;
|
|
57632
|
-
action_type: 'SET_HEAT_COOL';
|
|
57633
|
-
error: {
|
|
57634
|
-
type: string;
|
|
57635
|
-
message: string;
|
|
57636
|
-
};
|
|
57637
55725
|
} | {
|
|
57638
55726
|
/** The ID of the action attempt. */
|
|
57639
55727
|
action_attempt_id: string;
|
|
@@ -57658,30 +55746,6 @@ interface Routes {
|
|
|
57658
55746
|
type: string;
|
|
57659
55747
|
message: string;
|
|
57660
55748
|
};
|
|
57661
|
-
} | {
|
|
57662
|
-
/** The ID of the action attempt. */
|
|
57663
|
-
action_attempt_id: string;
|
|
57664
|
-
status: 'pending';
|
|
57665
|
-
result: null;
|
|
57666
|
-
error: null;
|
|
57667
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
57668
|
-
} | {
|
|
57669
|
-
/** The ID of the action attempt. */
|
|
57670
|
-
action_attempt_id: string;
|
|
57671
|
-
status: 'success';
|
|
57672
|
-
error: null;
|
|
57673
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
57674
|
-
result: {};
|
|
57675
|
-
} | {
|
|
57676
|
-
/** The ID of the action attempt. */
|
|
57677
|
-
action_attempt_id: string;
|
|
57678
|
-
status: 'error';
|
|
57679
|
-
result: null;
|
|
57680
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
57681
|
-
error: {
|
|
57682
|
-
type: string;
|
|
57683
|
-
message: string;
|
|
57684
|
-
};
|
|
57685
55749
|
} | {
|
|
57686
55750
|
/** The ID of the action attempt. */
|
|
57687
55751
|
action_attempt_id: string;
|
|
@@ -59508,78 +57572,6 @@ interface Routes {
|
|
|
59508
57572
|
type: string;
|
|
59509
57573
|
message: string;
|
|
59510
57574
|
};
|
|
59511
|
-
} | {
|
|
59512
|
-
/** The ID of the action attempt. */
|
|
59513
|
-
action_attempt_id: string;
|
|
59514
|
-
status: 'pending';
|
|
59515
|
-
result: null;
|
|
59516
|
-
error: null;
|
|
59517
|
-
action_type: 'SET_COOL';
|
|
59518
|
-
} | {
|
|
59519
|
-
/** The ID of the action attempt. */
|
|
59520
|
-
action_attempt_id: string;
|
|
59521
|
-
status: 'success';
|
|
59522
|
-
error: null;
|
|
59523
|
-
action_type: 'SET_COOL';
|
|
59524
|
-
result: {};
|
|
59525
|
-
} | {
|
|
59526
|
-
/** The ID of the action attempt. */
|
|
59527
|
-
action_attempt_id: string;
|
|
59528
|
-
status: 'error';
|
|
59529
|
-
result: null;
|
|
59530
|
-
action_type: 'SET_COOL';
|
|
59531
|
-
error: {
|
|
59532
|
-
type: string;
|
|
59533
|
-
message: string;
|
|
59534
|
-
};
|
|
59535
|
-
} | {
|
|
59536
|
-
/** The ID of the action attempt. */
|
|
59537
|
-
action_attempt_id: string;
|
|
59538
|
-
status: 'pending';
|
|
59539
|
-
result: null;
|
|
59540
|
-
error: null;
|
|
59541
|
-
action_type: 'SET_HEAT';
|
|
59542
|
-
} | {
|
|
59543
|
-
/** The ID of the action attempt. */
|
|
59544
|
-
action_attempt_id: string;
|
|
59545
|
-
status: 'success';
|
|
59546
|
-
error: null;
|
|
59547
|
-
action_type: 'SET_HEAT';
|
|
59548
|
-
result: {};
|
|
59549
|
-
} | {
|
|
59550
|
-
/** The ID of the action attempt. */
|
|
59551
|
-
action_attempt_id: string;
|
|
59552
|
-
status: 'error';
|
|
59553
|
-
result: null;
|
|
59554
|
-
action_type: 'SET_HEAT';
|
|
59555
|
-
error: {
|
|
59556
|
-
type: string;
|
|
59557
|
-
message: string;
|
|
59558
|
-
};
|
|
59559
|
-
} | {
|
|
59560
|
-
/** The ID of the action attempt. */
|
|
59561
|
-
action_attempt_id: string;
|
|
59562
|
-
status: 'pending';
|
|
59563
|
-
result: null;
|
|
59564
|
-
error: null;
|
|
59565
|
-
action_type: 'SET_HEAT_COOL';
|
|
59566
|
-
} | {
|
|
59567
|
-
/** The ID of the action attempt. */
|
|
59568
|
-
action_attempt_id: string;
|
|
59569
|
-
status: 'success';
|
|
59570
|
-
error: null;
|
|
59571
|
-
action_type: 'SET_HEAT_COOL';
|
|
59572
|
-
result: {};
|
|
59573
|
-
} | {
|
|
59574
|
-
/** The ID of the action attempt. */
|
|
59575
|
-
action_attempt_id: string;
|
|
59576
|
-
status: 'error';
|
|
59577
|
-
result: null;
|
|
59578
|
-
action_type: 'SET_HEAT_COOL';
|
|
59579
|
-
error: {
|
|
59580
|
-
type: string;
|
|
59581
|
-
message: string;
|
|
59582
|
-
};
|
|
59583
57575
|
} | {
|
|
59584
57576
|
/** The ID of the action attempt. */
|
|
59585
57577
|
action_attempt_id: string;
|
|
@@ -59604,30 +57596,6 @@ interface Routes {
|
|
|
59604
57596
|
type: string;
|
|
59605
57597
|
message: string;
|
|
59606
57598
|
};
|
|
59607
|
-
} | {
|
|
59608
|
-
/** The ID of the action attempt. */
|
|
59609
|
-
action_attempt_id: string;
|
|
59610
|
-
status: 'pending';
|
|
59611
|
-
result: null;
|
|
59612
|
-
error: null;
|
|
59613
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
59614
|
-
} | {
|
|
59615
|
-
/** The ID of the action attempt. */
|
|
59616
|
-
action_attempt_id: string;
|
|
59617
|
-
status: 'success';
|
|
59618
|
-
error: null;
|
|
59619
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
59620
|
-
result: {};
|
|
59621
|
-
} | {
|
|
59622
|
-
/** The ID of the action attempt. */
|
|
59623
|
-
action_attempt_id: string;
|
|
59624
|
-
status: 'error';
|
|
59625
|
-
result: null;
|
|
59626
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
59627
|
-
error: {
|
|
59628
|
-
type: string;
|
|
59629
|
-
message: string;
|
|
59630
|
-
};
|
|
59631
57599
|
} | {
|
|
59632
57600
|
/** The ID of the action attempt. */
|
|
59633
57601
|
action_attempt_id: string;
|
|
@@ -59866,12 +57834,13 @@ interface Routes {
|
|
|
59866
57834
|
name?: string | undefined;
|
|
59867
57835
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
59868
57836
|
climate_preset_key: string;
|
|
59869
|
-
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
57837
|
+
/** Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
59870
57838
|
max_override_period_minutes?: number;
|
|
59871
57839
|
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59872
57840
|
starts_at: string;
|
|
59873
57841
|
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59874
57842
|
ends_at: string;
|
|
57843
|
+
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
59875
57844
|
is_override_allowed?: boolean | undefined;
|
|
59876
57845
|
};
|
|
59877
57846
|
commonParams: {};
|
|
@@ -59998,12 +57967,13 @@ interface Routes {
|
|
|
59998
57967
|
name?: string | undefined;
|
|
59999
57968
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
60000
57969
|
climate_preset_key?: string | undefined;
|
|
60001
|
-
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
57970
|
+
/** Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
60002
57971
|
max_override_period_minutes?: number | undefined;
|
|
60003
57972
|
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
60004
57973
|
starts_at?: string | undefined;
|
|
60005
57974
|
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
60006
57975
|
ends_at?: string | undefined;
|
|
57976
|
+
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
60007
57977
|
is_override_allowed?: boolean | undefined;
|
|
60008
57978
|
};
|
|
60009
57979
|
commonParams: {};
|
|
@@ -60556,78 +58526,6 @@ interface Routes {
|
|
|
60556
58526
|
type: string;
|
|
60557
58527
|
message: string;
|
|
60558
58528
|
};
|
|
60559
|
-
} | {
|
|
60560
|
-
/** The ID of the action attempt. */
|
|
60561
|
-
action_attempt_id: string;
|
|
60562
|
-
status: 'pending';
|
|
60563
|
-
result: null;
|
|
60564
|
-
error: null;
|
|
60565
|
-
action_type: 'SET_COOL';
|
|
60566
|
-
} | {
|
|
60567
|
-
/** The ID of the action attempt. */
|
|
60568
|
-
action_attempt_id: string;
|
|
60569
|
-
status: 'success';
|
|
60570
|
-
error: null;
|
|
60571
|
-
action_type: 'SET_COOL';
|
|
60572
|
-
result: {};
|
|
60573
|
-
} | {
|
|
60574
|
-
/** The ID of the action attempt. */
|
|
60575
|
-
action_attempt_id: string;
|
|
60576
|
-
status: 'error';
|
|
60577
|
-
result: null;
|
|
60578
|
-
action_type: 'SET_COOL';
|
|
60579
|
-
error: {
|
|
60580
|
-
type: string;
|
|
60581
|
-
message: string;
|
|
60582
|
-
};
|
|
60583
|
-
} | {
|
|
60584
|
-
/** The ID of the action attempt. */
|
|
60585
|
-
action_attempt_id: string;
|
|
60586
|
-
status: 'pending';
|
|
60587
|
-
result: null;
|
|
60588
|
-
error: null;
|
|
60589
|
-
action_type: 'SET_HEAT';
|
|
60590
|
-
} | {
|
|
60591
|
-
/** The ID of the action attempt. */
|
|
60592
|
-
action_attempt_id: string;
|
|
60593
|
-
status: 'success';
|
|
60594
|
-
error: null;
|
|
60595
|
-
action_type: 'SET_HEAT';
|
|
60596
|
-
result: {};
|
|
60597
|
-
} | {
|
|
60598
|
-
/** The ID of the action attempt. */
|
|
60599
|
-
action_attempt_id: string;
|
|
60600
|
-
status: 'error';
|
|
60601
|
-
result: null;
|
|
60602
|
-
action_type: 'SET_HEAT';
|
|
60603
|
-
error: {
|
|
60604
|
-
type: string;
|
|
60605
|
-
message: string;
|
|
60606
|
-
};
|
|
60607
|
-
} | {
|
|
60608
|
-
/** The ID of the action attempt. */
|
|
60609
|
-
action_attempt_id: string;
|
|
60610
|
-
status: 'pending';
|
|
60611
|
-
result: null;
|
|
60612
|
-
error: null;
|
|
60613
|
-
action_type: 'SET_HEAT_COOL';
|
|
60614
|
-
} | {
|
|
60615
|
-
/** The ID of the action attempt. */
|
|
60616
|
-
action_attempt_id: string;
|
|
60617
|
-
status: 'success';
|
|
60618
|
-
error: null;
|
|
60619
|
-
action_type: 'SET_HEAT_COOL';
|
|
60620
|
-
result: {};
|
|
60621
|
-
} | {
|
|
60622
|
-
/** The ID of the action attempt. */
|
|
60623
|
-
action_attempt_id: string;
|
|
60624
|
-
status: 'error';
|
|
60625
|
-
result: null;
|
|
60626
|
-
action_type: 'SET_HEAT_COOL';
|
|
60627
|
-
error: {
|
|
60628
|
-
type: string;
|
|
60629
|
-
message: string;
|
|
60630
|
-
};
|
|
60631
58529
|
} | {
|
|
60632
58530
|
/** The ID of the action attempt. */
|
|
60633
58531
|
action_attempt_id: string;
|
|
@@ -60652,30 +58550,6 @@ interface Routes {
|
|
|
60652
58550
|
type: string;
|
|
60653
58551
|
message: string;
|
|
60654
58552
|
};
|
|
60655
|
-
} | {
|
|
60656
|
-
/** The ID of the action attempt. */
|
|
60657
|
-
action_attempt_id: string;
|
|
60658
|
-
status: 'pending';
|
|
60659
|
-
result: null;
|
|
60660
|
-
error: null;
|
|
60661
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
60662
|
-
} | {
|
|
60663
|
-
/** The ID of the action attempt. */
|
|
60664
|
-
action_attempt_id: string;
|
|
60665
|
-
status: 'success';
|
|
60666
|
-
error: null;
|
|
60667
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
60668
|
-
result: {};
|
|
60669
|
-
} | {
|
|
60670
|
-
/** The ID of the action attempt. */
|
|
60671
|
-
action_attempt_id: string;
|
|
60672
|
-
status: 'error';
|
|
60673
|
-
result: null;
|
|
60674
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
60675
|
-
error: {
|
|
60676
|
-
type: string;
|
|
60677
|
-
message: string;
|
|
60678
|
-
};
|
|
60679
58553
|
} | {
|
|
60680
58554
|
/** The ID of the action attempt. */
|
|
60681
58555
|
action_attempt_id: string;
|
|
@@ -61458,78 +59332,6 @@ interface Routes {
|
|
|
61458
59332
|
type: string;
|
|
61459
59333
|
message: string;
|
|
61460
59334
|
};
|
|
61461
|
-
} | {
|
|
61462
|
-
/** The ID of the action attempt. */
|
|
61463
|
-
action_attempt_id: string;
|
|
61464
|
-
status: 'pending';
|
|
61465
|
-
result: null;
|
|
61466
|
-
error: null;
|
|
61467
|
-
action_type: 'SET_COOL';
|
|
61468
|
-
} | {
|
|
61469
|
-
/** The ID of the action attempt. */
|
|
61470
|
-
action_attempt_id: string;
|
|
61471
|
-
status: 'success';
|
|
61472
|
-
error: null;
|
|
61473
|
-
action_type: 'SET_COOL';
|
|
61474
|
-
result: {};
|
|
61475
|
-
} | {
|
|
61476
|
-
/** The ID of the action attempt. */
|
|
61477
|
-
action_attempt_id: string;
|
|
61478
|
-
status: 'error';
|
|
61479
|
-
result: null;
|
|
61480
|
-
action_type: 'SET_COOL';
|
|
61481
|
-
error: {
|
|
61482
|
-
type: string;
|
|
61483
|
-
message: string;
|
|
61484
|
-
};
|
|
61485
|
-
} | {
|
|
61486
|
-
/** The ID of the action attempt. */
|
|
61487
|
-
action_attempt_id: string;
|
|
61488
|
-
status: 'pending';
|
|
61489
|
-
result: null;
|
|
61490
|
-
error: null;
|
|
61491
|
-
action_type: 'SET_HEAT';
|
|
61492
|
-
} | {
|
|
61493
|
-
/** The ID of the action attempt. */
|
|
61494
|
-
action_attempt_id: string;
|
|
61495
|
-
status: 'success';
|
|
61496
|
-
error: null;
|
|
61497
|
-
action_type: 'SET_HEAT';
|
|
61498
|
-
result: {};
|
|
61499
|
-
} | {
|
|
61500
|
-
/** The ID of the action attempt. */
|
|
61501
|
-
action_attempt_id: string;
|
|
61502
|
-
status: 'error';
|
|
61503
|
-
result: null;
|
|
61504
|
-
action_type: 'SET_HEAT';
|
|
61505
|
-
error: {
|
|
61506
|
-
type: string;
|
|
61507
|
-
message: string;
|
|
61508
|
-
};
|
|
61509
|
-
} | {
|
|
61510
|
-
/** The ID of the action attempt. */
|
|
61511
|
-
action_attempt_id: string;
|
|
61512
|
-
status: 'pending';
|
|
61513
|
-
result: null;
|
|
61514
|
-
error: null;
|
|
61515
|
-
action_type: 'SET_HEAT_COOL';
|
|
61516
|
-
} | {
|
|
61517
|
-
/** The ID of the action attempt. */
|
|
61518
|
-
action_attempt_id: string;
|
|
61519
|
-
status: 'success';
|
|
61520
|
-
error: null;
|
|
61521
|
-
action_type: 'SET_HEAT_COOL';
|
|
61522
|
-
result: {};
|
|
61523
|
-
} | {
|
|
61524
|
-
/** The ID of the action attempt. */
|
|
61525
|
-
action_attempt_id: string;
|
|
61526
|
-
status: 'error';
|
|
61527
|
-
result: null;
|
|
61528
|
-
action_type: 'SET_HEAT_COOL';
|
|
61529
|
-
error: {
|
|
61530
|
-
type: string;
|
|
61531
|
-
message: string;
|
|
61532
|
-
};
|
|
61533
59335
|
} | {
|
|
61534
59336
|
/** The ID of the action attempt. */
|
|
61535
59337
|
action_attempt_id: string;
|
|
@@ -61554,30 +59356,6 @@ interface Routes {
|
|
|
61554
59356
|
type: string;
|
|
61555
59357
|
message: string;
|
|
61556
59358
|
};
|
|
61557
|
-
} | {
|
|
61558
|
-
/** The ID of the action attempt. */
|
|
61559
|
-
action_attempt_id: string;
|
|
61560
|
-
status: 'pending';
|
|
61561
|
-
result: null;
|
|
61562
|
-
error: null;
|
|
61563
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
61564
|
-
} | {
|
|
61565
|
-
/** The ID of the action attempt. */
|
|
61566
|
-
action_attempt_id: string;
|
|
61567
|
-
status: 'success';
|
|
61568
|
-
error: null;
|
|
61569
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
61570
|
-
result: {};
|
|
61571
|
-
} | {
|
|
61572
|
-
/** The ID of the action attempt. */
|
|
61573
|
-
action_attempt_id: string;
|
|
61574
|
-
status: 'error';
|
|
61575
|
-
result: null;
|
|
61576
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
61577
|
-
error: {
|
|
61578
|
-
type: string;
|
|
61579
|
-
message: string;
|
|
61580
|
-
};
|
|
61581
59359
|
} | {
|
|
61582
59360
|
/** The ID of the action attempt. */
|
|
61583
59361
|
action_attempt_id: string;
|
|
@@ -64072,78 +61850,6 @@ interface Routes {
|
|
|
64072
61850
|
type: string;
|
|
64073
61851
|
message: string;
|
|
64074
61852
|
};
|
|
64075
|
-
} | {
|
|
64076
|
-
/** The ID of the action attempt. */
|
|
64077
|
-
action_attempt_id: string;
|
|
64078
|
-
status: 'pending';
|
|
64079
|
-
result: null;
|
|
64080
|
-
error: null;
|
|
64081
|
-
action_type: 'SET_COOL';
|
|
64082
|
-
} | {
|
|
64083
|
-
/** The ID of the action attempt. */
|
|
64084
|
-
action_attempt_id: string;
|
|
64085
|
-
status: 'success';
|
|
64086
|
-
error: null;
|
|
64087
|
-
action_type: 'SET_COOL';
|
|
64088
|
-
result: {};
|
|
64089
|
-
} | {
|
|
64090
|
-
/** The ID of the action attempt. */
|
|
64091
|
-
action_attempt_id: string;
|
|
64092
|
-
status: 'error';
|
|
64093
|
-
result: null;
|
|
64094
|
-
action_type: 'SET_COOL';
|
|
64095
|
-
error: {
|
|
64096
|
-
type: string;
|
|
64097
|
-
message: string;
|
|
64098
|
-
};
|
|
64099
|
-
} | {
|
|
64100
|
-
/** The ID of the action attempt. */
|
|
64101
|
-
action_attempt_id: string;
|
|
64102
|
-
status: 'pending';
|
|
64103
|
-
result: null;
|
|
64104
|
-
error: null;
|
|
64105
|
-
action_type: 'SET_HEAT';
|
|
64106
|
-
} | {
|
|
64107
|
-
/** The ID of the action attempt. */
|
|
64108
|
-
action_attempt_id: string;
|
|
64109
|
-
status: 'success';
|
|
64110
|
-
error: null;
|
|
64111
|
-
action_type: 'SET_HEAT';
|
|
64112
|
-
result: {};
|
|
64113
|
-
} | {
|
|
64114
|
-
/** The ID of the action attempt. */
|
|
64115
|
-
action_attempt_id: string;
|
|
64116
|
-
status: 'error';
|
|
64117
|
-
result: null;
|
|
64118
|
-
action_type: 'SET_HEAT';
|
|
64119
|
-
error: {
|
|
64120
|
-
type: string;
|
|
64121
|
-
message: string;
|
|
64122
|
-
};
|
|
64123
|
-
} | {
|
|
64124
|
-
/** The ID of the action attempt. */
|
|
64125
|
-
action_attempt_id: string;
|
|
64126
|
-
status: 'pending';
|
|
64127
|
-
result: null;
|
|
64128
|
-
error: null;
|
|
64129
|
-
action_type: 'SET_HEAT_COOL';
|
|
64130
|
-
} | {
|
|
64131
|
-
/** The ID of the action attempt. */
|
|
64132
|
-
action_attempt_id: string;
|
|
64133
|
-
status: 'success';
|
|
64134
|
-
error: null;
|
|
64135
|
-
action_type: 'SET_HEAT_COOL';
|
|
64136
|
-
result: {};
|
|
64137
|
-
} | {
|
|
64138
|
-
/** The ID of the action attempt. */
|
|
64139
|
-
action_attempt_id: string;
|
|
64140
|
-
status: 'error';
|
|
64141
|
-
result: null;
|
|
64142
|
-
action_type: 'SET_HEAT_COOL';
|
|
64143
|
-
error: {
|
|
64144
|
-
type: string;
|
|
64145
|
-
message: string;
|
|
64146
|
-
};
|
|
64147
61853
|
} | {
|
|
64148
61854
|
/** The ID of the action attempt. */
|
|
64149
61855
|
action_attempt_id: string;
|
|
@@ -64168,30 +61874,6 @@ interface Routes {
|
|
|
64168
61874
|
type: string;
|
|
64169
61875
|
message: string;
|
|
64170
61876
|
};
|
|
64171
|
-
} | {
|
|
64172
|
-
/** The ID of the action attempt. */
|
|
64173
|
-
action_attempt_id: string;
|
|
64174
|
-
status: 'pending';
|
|
64175
|
-
result: null;
|
|
64176
|
-
error: null;
|
|
64177
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
64178
|
-
} | {
|
|
64179
|
-
/** The ID of the action attempt. */
|
|
64180
|
-
action_attempt_id: string;
|
|
64181
|
-
status: 'success';
|
|
64182
|
-
error: null;
|
|
64183
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
64184
|
-
result: {};
|
|
64185
|
-
} | {
|
|
64186
|
-
/** The ID of the action attempt. */
|
|
64187
|
-
action_attempt_id: string;
|
|
64188
|
-
status: 'error';
|
|
64189
|
-
result: null;
|
|
64190
|
-
action_type: 'SET_THERMOSTAT_OFF';
|
|
64191
|
-
error: {
|
|
64192
|
-
type: string;
|
|
64193
|
-
message: string;
|
|
64194
|
-
};
|
|
64195
61877
|
} | {
|
|
64196
61878
|
/** The ID of the action attempt. */
|
|
64197
61879
|
action_attempt_id: string;
|