mclimate-payload-helper 1.2.15 → 1.2.16

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.
@@ -209,6 +209,13 @@ declare const GeneralCommandSchemas: {
209
209
  }, {
210
210
  commandNumber?: string | undefined;
211
211
  }>;
212
+ getDeviceVersion: z.ZodObject<{
213
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
214
+ }, "strip", z.ZodTypeAny, {
215
+ commandNumber: string;
216
+ }, {
217
+ commandNumber?: string | undefined;
218
+ }>;
212
219
  setJoinRetryPeriod: z.ZodObject<{
213
220
  period: z.ZodNumber;
214
221
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -314,6 +321,13 @@ declare const TemperatureCommandSchemas: {
314
321
  max: number;
315
322
  commandNumber?: string | undefined;
316
323
  }>;
324
+ getTemperatureRange: z.ZodObject<{
325
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
326
+ }, "strip", z.ZodTypeAny, {
327
+ commandNumber: string;
328
+ }, {
329
+ commandNumber?: string | undefined;
330
+ }>;
317
331
  getTargetTemperature: z.ZodObject<{
318
332
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
319
333
  }, "strip", z.ZodTypeAny, {
@@ -1076,6 +1090,13 @@ declare const VickiCommandSchemas: {
1076
1090
  };
1077
1091
  commandNumber?: string | undefined;
1078
1092
  }>;
1093
+ getHeatingEvent: z.ZodObject<{
1094
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1095
+ }, "strip", z.ZodTypeAny, {
1096
+ commandNumber: string;
1097
+ }, {
1098
+ commandNumber?: string | undefined;
1099
+ }>;
1079
1100
  setHeatingEventState: z.ZodObject<{
1080
1101
  eventIndex: z.ZodNumber;
1081
1102
  active: z.ZodBoolean;
@@ -1089,6 +1110,13 @@ declare const VickiCommandSchemas: {
1089
1110
  active: boolean;
1090
1111
  commandNumber?: string | undefined;
1091
1112
  }>;
1113
+ getHeatingEventState: z.ZodObject<{
1114
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1115
+ }, "strip", z.ZodTypeAny, {
1116
+ commandNumber: string;
1117
+ }, {
1118
+ commandNumber?: string | undefined;
1119
+ }>;
1092
1120
  setTimeRequestByMACcommand: z.ZodObject<{
1093
1121
  enabled: z.ZodBoolean;
1094
1122
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1099,6 +1127,13 @@ declare const VickiCommandSchemas: {
1099
1127
  enabled: boolean;
1100
1128
  commandNumber?: string | undefined;
1101
1129
  }>;
1130
+ getTimeRequestByMACcommand: z.ZodObject<{
1131
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1132
+ }, "strip", z.ZodTypeAny, {
1133
+ commandNumber: string;
1134
+ }, {
1135
+ commandNumber?: string | undefined;
1136
+ }>;
1102
1137
  setHeatingSchedule: z.ZodObject<{
1103
1138
  startMonth: z.ZodNumber;
1104
1139
  startDay: z.ZodNumber;
@@ -1118,6 +1153,13 @@ declare const VickiCommandSchemas: {
1118
1153
  endDay: number;
1119
1154
  commandNumber?: string | undefined;
1120
1155
  }>;
1156
+ getHeatingSchedule: z.ZodObject<{
1157
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1158
+ }, "strip", z.ZodTypeAny, {
1159
+ commandNumber: string;
1160
+ }, {
1161
+ commandNumber?: string | undefined;
1162
+ }>;
1121
1163
  setDeviceTime: z.ZodObject<{
1122
1164
  timestamp: z.ZodNumber;
1123
1165
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1128,6 +1170,13 @@ declare const VickiCommandSchemas: {
1128
1170
  timestamp: number;
1129
1171
  commandNumber?: string | undefined;
1130
1172
  }>;
1173
+ getDeviceTime: z.ZodObject<{
1174
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1175
+ }, "strip", z.ZodTypeAny, {
1176
+ commandNumber: string;
1177
+ }, {
1178
+ commandNumber?: string | undefined;
1179
+ }>;
1131
1180
  setDeviceTimeZone: z.ZodObject<{
1132
1181
  offsetHours: z.ZodNumber;
1133
1182
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1138,6 +1187,13 @@ declare const VickiCommandSchemas: {
1138
1187
  offsetHours: number;
1139
1188
  commandNumber?: string | undefined;
1140
1189
  }>;
1190
+ getDeviceTimeZone: z.ZodObject<{
1191
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1192
+ }, "strip", z.ZodTypeAny, {
1193
+ commandNumber: string;
1194
+ }, {
1195
+ commandNumber?: string | undefined;
1196
+ }>;
1141
1197
  setAutomaticSetpointRestore: z.ZodObject<{
1142
1198
  time: z.ZodNumber;
1143
1199
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1148,6 +1204,13 @@ declare const VickiCommandSchemas: {
1148
1204
  time: number;
1149
1205
  commandNumber?: string | undefined;
1150
1206
  }>;
1207
+ getAutomaticSetpointRestore: z.ZodObject<{
1208
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1209
+ }, "strip", z.ZodTypeAny, {
1210
+ commandNumber: string;
1211
+ }, {
1212
+ commandNumber?: string | undefined;
1213
+ }>;
1151
1214
  setOfflineTargetTemperature: z.ZodObject<{
1152
1215
  targetTemperature: z.ZodUnion<[z.ZodLiteral<0>, z.ZodNumber]>;
1153
1216
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1158,6 +1221,13 @@ declare const VickiCommandSchemas: {
1158
1221
  targetTemperature: number;
1159
1222
  commandNumber?: string | undefined;
1160
1223
  }>;
1224
+ getOfflineTargetTemperature: z.ZodObject<{
1225
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1226
+ }, "strip", z.ZodTypeAny, {
1227
+ commandNumber: string;
1228
+ }, {
1229
+ commandNumber?: string | undefined;
1230
+ }>;
1161
1231
  setInternalAlgoTemporaryState: z.ZodObject<{
1162
1232
  enabled: z.ZodBoolean;
1163
1233
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1168,6 +1238,13 @@ declare const VickiCommandSchemas: {
1168
1238
  enabled: boolean;
1169
1239
  commandNumber?: string | undefined;
1170
1240
  }>;
1241
+ getInternalAlgoTemporaryState: z.ZodObject<{
1242
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1243
+ }, "strip", z.ZodTypeAny, {
1244
+ commandNumber: string;
1245
+ }, {
1246
+ commandNumber?: string | undefined;
1247
+ }>;
1171
1248
  setTemperatureLevels: z.ZodObject<{
1172
1249
  scaleLevel0: z.ZodNumber;
1173
1250
  scaleLevel1: z.ZodNumber;
@@ -1193,6 +1270,13 @@ declare const VickiCommandSchemas: {
1193
1270
  scaleLevel5: number;
1194
1271
  commandNumber?: string | undefined;
1195
1272
  }>;
1273
+ getTemperatureLevels: z.ZodObject<{
1274
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1275
+ }, "strip", z.ZodTypeAny, {
1276
+ commandNumber: string;
1277
+ }, {
1278
+ commandNumber?: string | undefined;
1279
+ }>;
1196
1280
  setLedIndicationDuration: z.ZodObject<{
1197
1281
  duration: z.ZodNumber;
1198
1282
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1203,6 +1287,13 @@ declare const VickiCommandSchemas: {
1203
1287
  duration: number;
1204
1288
  commandNumber?: string | undefined;
1205
1289
  }>;
1290
+ getLedIndicationDuration: z.ZodObject<{
1291
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1292
+ }, "strip", z.ZodTypeAny, {
1293
+ commandNumber: string;
1294
+ }, {
1295
+ commandNumber?: string | undefined;
1296
+ }>;
1206
1297
  setChildLock: z.ZodObject<{
1207
1298
  enabled: z.ZodBoolean;
1208
1299
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1233,6 +1324,13 @@ declare const VickiCommandSchemas: {
1233
1324
  max: number;
1234
1325
  commandNumber?: string | undefined;
1235
1326
  }>;
1327
+ getTemperatureRange: z.ZodObject<{
1328
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1329
+ }, "strip", z.ZodTypeAny, {
1330
+ commandNumber: string;
1331
+ }, {
1332
+ commandNumber?: string | undefined;
1333
+ }>;
1236
1334
  getTargetTemperature: z.ZodObject<{
1237
1335
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1238
1336
  }, "strip", z.ZodTypeAny, {
@@ -1267,6 +1365,13 @@ declare const VickiCommandSchemas: {
1267
1365
  }, {
1268
1366
  commandNumber?: string | undefined;
1269
1367
  }>;
1368
+ getDeviceVersion: z.ZodObject<{
1369
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1370
+ }, "strip", z.ZodTypeAny, {
1371
+ commandNumber: string;
1372
+ }, {
1373
+ commandNumber?: string | undefined;
1374
+ }>;
1270
1375
  setJoinRetryPeriod: z.ZodObject<{
1271
1376
  period: z.ZodNumber;
1272
1377
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1594,6 +1699,34 @@ declare const Relay16CommandSchemas: {
1594
1699
  }, {
1595
1700
  commandNumber?: string | undefined;
1596
1701
  }>;
1702
+ getOverheatingRecoveryTime: z.ZodObject<{
1703
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1704
+ }, "strip", z.ZodTypeAny, {
1705
+ commandNumber: string;
1706
+ }, {
1707
+ commandNumber?: string | undefined;
1708
+ }>;
1709
+ getOvervoltageRecoveryTime: z.ZodObject<{
1710
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1711
+ }, "strip", z.ZodTypeAny, {
1712
+ commandNumber: string;
1713
+ }, {
1714
+ commandNumber?: string | undefined;
1715
+ }>;
1716
+ getOvercurrentRecoveryTemp: z.ZodObject<{
1717
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1718
+ }, "strip", z.ZodTypeAny, {
1719
+ commandNumber: string;
1720
+ }, {
1721
+ commandNumber?: string | undefined;
1722
+ }>;
1723
+ getOverpowerRecoveryTemp: z.ZodObject<{
1724
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1725
+ }, "strip", z.ZodTypeAny, {
1726
+ commandNumber: string;
1727
+ }, {
1728
+ commandNumber?: string | undefined;
1729
+ }>;
1597
1730
  customHexCommand: z.ZodObject<{
1598
1731
  command: z.ZodString;
1599
1732
  commandNumber: z.ZodOptional<z.ZodString>;
@@ -1621,6 +1754,13 @@ declare const Relay16CommandSchemas: {
1621
1754
  }, {
1622
1755
  commandNumber?: string | undefined;
1623
1756
  }>;
1757
+ getDeviceVersion: z.ZodObject<{
1758
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1759
+ }, "strip", z.ZodTypeAny, {
1760
+ commandNumber: string;
1761
+ }, {
1762
+ commandNumber?: string | undefined;
1763
+ }>;
1624
1764
  setJoinRetryPeriod: z.ZodObject<{
1625
1765
  period: z.ZodNumber;
1626
1766
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1962,6 +2102,13 @@ declare const TValveCommandSchemas: {
1962
2102
  }, {
1963
2103
  commandNumber?: string | undefined;
1964
2104
  }>;
2105
+ getDeviceVersion: z.ZodObject<{
2106
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2107
+ }, "strip", z.ZodTypeAny, {
2108
+ commandNumber: string;
2109
+ }, {
2110
+ commandNumber?: string | undefined;
2111
+ }>;
1965
2112
  setJoinRetryPeriod: z.ZodObject<{
1966
2113
  period: z.ZodNumber;
1967
2114
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -2708,6 +2855,13 @@ declare const FanCoilThermostatCommandSchemas: {
2708
2855
  max: number;
2709
2856
  commandNumber?: string | undefined;
2710
2857
  }>;
2858
+ getTemperatureRange: z.ZodObject<{
2859
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2860
+ }, "strip", z.ZodTypeAny, {
2861
+ commandNumber: string;
2862
+ }, {
2863
+ commandNumber?: string | undefined;
2864
+ }>;
2711
2865
  getTargetTemperature: z.ZodObject<{
2712
2866
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2713
2867
  }, "strip", z.ZodTypeAny, {
@@ -2742,6 +2896,13 @@ declare const FanCoilThermostatCommandSchemas: {
2742
2896
  }, {
2743
2897
  commandNumber?: string | undefined;
2744
2898
  }>;
2899
+ getDeviceVersion: z.ZodObject<{
2900
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2901
+ }, "strip", z.ZodTypeAny, {
2902
+ commandNumber: string;
2903
+ }, {
2904
+ commandNumber?: string | undefined;
2905
+ }>;
2745
2906
  setJoinRetryPeriod: z.ZodObject<{
2746
2907
  period: z.ZodNumber;
2747
2908
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -2882,6 +3043,13 @@ declare const OpenCloseSensorCommandSchemas: {
2882
3043
  }, {
2883
3044
  commandNumber?: string | undefined;
2884
3045
  }>;
3046
+ getDeviceVersion: z.ZodObject<{
3047
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
3048
+ }, "strip", z.ZodTypeAny, {
3049
+ commandNumber: string;
3050
+ }, {
3051
+ commandNumber?: string | undefined;
3052
+ }>;
2885
3053
  setJoinRetryPeriod: z.ZodObject<{
2886
3054
  period: z.ZodNumber;
2887
3055
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -3328,6 +3496,13 @@ declare const WirelessThermostatCommandSchemas: {
3328
3496
  }, {
3329
3497
  commandNumber?: string | undefined;
3330
3498
  }>;
3499
+ getDeviceVersion: z.ZodObject<{
3500
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
3501
+ }, "strip", z.ZodTypeAny, {
3502
+ commandNumber: string;
3503
+ }, {
3504
+ commandNumber?: string | undefined;
3505
+ }>;
3331
3506
  setJoinRetryPeriod: z.ZodObject<{
3332
3507
  period: z.ZodNumber;
3333
3508
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -3620,6 +3795,13 @@ declare const CO2SensorCommandSchemas: {
3620
3795
  }, {
3621
3796
  commandNumber?: string | undefined;
3622
3797
  }>;
3798
+ getDeviceVersion: z.ZodObject<{
3799
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
3800
+ }, "strip", z.ZodTypeAny, {
3801
+ commandNumber: string;
3802
+ }, {
3803
+ commandNumber?: string | undefined;
3804
+ }>;
3623
3805
  setJoinRetryPeriod: z.ZodObject<{
3624
3806
  period: z.ZodNumber;
3625
3807
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -4033,6 +4215,13 @@ declare const CO2DisplayCommandSchemas: {
4033
4215
  }, {
4034
4216
  commandNumber?: string | undefined;
4035
4217
  }>;
4218
+ getDeviceVersion: z.ZodObject<{
4219
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4220
+ }, "strip", z.ZodTypeAny, {
4221
+ commandNumber: string;
4222
+ }, {
4223
+ commandNumber?: string | undefined;
4224
+ }>;
4036
4225
  setJoinRetryPeriod: z.ZodObject<{
4037
4226
  period: z.ZodNumber;
4038
4227
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -4346,6 +4535,13 @@ declare const CO2DisplayLiteCommandSchemas: {
4346
4535
  }, {
4347
4536
  commandNumber?: string | undefined;
4348
4537
  }>;
4538
+ getDeviceVersion: z.ZodObject<{
4539
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4540
+ }, "strip", z.ZodTypeAny, {
4541
+ commandNumber: string;
4542
+ }, {
4543
+ commandNumber?: string | undefined;
4544
+ }>;
4349
4545
  setJoinRetryPeriod: z.ZodObject<{
4350
4546
  period: z.ZodNumber;
4351
4547
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -4480,6 +4676,13 @@ declare const HTSensorCommandSchemas: {
4480
4676
  }, {
4481
4677
  commandNumber?: string | undefined;
4482
4678
  }>;
4679
+ getDeviceVersion: z.ZodObject<{
4680
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4681
+ }, "strip", z.ZodTypeAny, {
4682
+ commandNumber: string;
4683
+ }, {
4684
+ commandNumber?: string | undefined;
4685
+ }>;
4483
4686
  setJoinRetryPeriod: z.ZodObject<{
4484
4687
  period: z.ZodNumber;
4485
4688
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -4903,6 +5106,13 @@ declare const ButtonCommandSchemas: {
4903
5106
  }, {
4904
5107
  commandNumber?: string | undefined;
4905
5108
  }>;
5109
+ getDeviceVersion: z.ZodObject<{
5110
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5111
+ }, "strip", z.ZodTypeAny, {
5112
+ commandNumber: string;
5113
+ }, {
5114
+ commandNumber?: string | undefined;
5115
+ }>;
4906
5116
  setJoinRetryPeriod: z.ZodObject<{
4907
5117
  period: z.ZodNumber;
4908
5118
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -5072,6 +5282,13 @@ declare const HTPirLiteCommandSchemas: {
5072
5282
  }, {
5073
5283
  commandNumber?: string | undefined;
5074
5284
  }>;
5285
+ getDeviceVersion: z.ZodObject<{
5286
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5287
+ }, "strip", z.ZodTypeAny, {
5288
+ commandNumber: string;
5289
+ }, {
5290
+ commandNumber?: string | undefined;
5291
+ }>;
5075
5292
  setJoinRetryPeriod: z.ZodObject<{
5076
5293
  period: z.ZodNumber;
5077
5294
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -5308,6 +5525,13 @@ declare const Co2PirLiteCommandSchemas: {
5308
5525
  }, {
5309
5526
  commandNumber?: string | undefined;
5310
5527
  }>;
5528
+ getDeviceVersion: z.ZodObject<{
5529
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5530
+ }, "strip", z.ZodTypeAny, {
5531
+ commandNumber: string;
5532
+ }, {
5533
+ commandNumber?: string | undefined;
5534
+ }>;
5311
5535
  setJoinRetryPeriod: z.ZodObject<{
5312
5536
  period: z.ZodNumber;
5313
5537
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -5420,6 +5644,13 @@ declare const MelissaCommandSchemas: {
5420
5644
  }, {
5421
5645
  commandNumber?: string | undefined;
5422
5646
  }>;
5647
+ getDeviceVersion: z.ZodObject<{
5648
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5649
+ }, "strip", z.ZodTypeAny, {
5650
+ commandNumber: string;
5651
+ }, {
5652
+ commandNumber?: string | undefined;
5653
+ }>;
5423
5654
  setJoinRetryPeriod: z.ZodObject<{
5424
5655
  period: z.ZodNumber;
5425
5656
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -5673,6 +5904,13 @@ declare const MultiSensorCommandSchemas: {
5673
5904
  }, {
5674
5905
  commandNumber?: string | undefined;
5675
5906
  }>;
5907
+ getDeviceVersion: z.ZodObject<{
5908
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5909
+ }, "strip", z.ZodTypeAny, {
5910
+ commandNumber: string;
5911
+ }, {
5912
+ commandNumber?: string | undefined;
5913
+ }>;
5676
5914
  setJoinRetryPeriod: z.ZodObject<{
5677
5915
  period: z.ZodNumber;
5678
5916
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -5775,6 +6013,13 @@ export declare const DeviceCommandSchemas: {
5775
6013
  }, {
5776
6014
  commandNumber?: string | undefined;
5777
6015
  }>;
6016
+ getDeviceVersion: z.ZodObject<{
6017
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6018
+ }, "strip", z.ZodTypeAny, {
6019
+ commandNumber: string;
6020
+ }, {
6021
+ commandNumber?: string | undefined;
6022
+ }>;
5778
6023
  setJoinRetryPeriod: z.ZodObject<{
5779
6024
  period: z.ZodNumber;
5780
6025
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6389,6 +6634,13 @@ export declare const DeviceCommandSchemas: {
6389
6634
  };
6390
6635
  commandNumber?: string | undefined;
6391
6636
  }>;
6637
+ getHeatingEvent: z.ZodObject<{
6638
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6639
+ }, "strip", z.ZodTypeAny, {
6640
+ commandNumber: string;
6641
+ }, {
6642
+ commandNumber?: string | undefined;
6643
+ }>;
6392
6644
  setHeatingEventState: z.ZodObject<{
6393
6645
  eventIndex: z.ZodNumber;
6394
6646
  active: z.ZodBoolean;
@@ -6402,6 +6654,13 @@ export declare const DeviceCommandSchemas: {
6402
6654
  active: boolean;
6403
6655
  commandNumber?: string | undefined;
6404
6656
  }>;
6657
+ getHeatingEventState: z.ZodObject<{
6658
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6659
+ }, "strip", z.ZodTypeAny, {
6660
+ commandNumber: string;
6661
+ }, {
6662
+ commandNumber?: string | undefined;
6663
+ }>;
6405
6664
  setTimeRequestByMACcommand: z.ZodObject<{
6406
6665
  enabled: z.ZodBoolean;
6407
6666
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6412,6 +6671,13 @@ export declare const DeviceCommandSchemas: {
6412
6671
  enabled: boolean;
6413
6672
  commandNumber?: string | undefined;
6414
6673
  }>;
6674
+ getTimeRequestByMACcommand: z.ZodObject<{
6675
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6676
+ }, "strip", z.ZodTypeAny, {
6677
+ commandNumber: string;
6678
+ }, {
6679
+ commandNumber?: string | undefined;
6680
+ }>;
6415
6681
  setHeatingSchedule: z.ZodObject<{
6416
6682
  startMonth: z.ZodNumber;
6417
6683
  startDay: z.ZodNumber;
@@ -6431,6 +6697,13 @@ export declare const DeviceCommandSchemas: {
6431
6697
  endDay: number;
6432
6698
  commandNumber?: string | undefined;
6433
6699
  }>;
6700
+ getHeatingSchedule: z.ZodObject<{
6701
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6702
+ }, "strip", z.ZodTypeAny, {
6703
+ commandNumber: string;
6704
+ }, {
6705
+ commandNumber?: string | undefined;
6706
+ }>;
6434
6707
  setDeviceTime: z.ZodObject<{
6435
6708
  timestamp: z.ZodNumber;
6436
6709
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6441,6 +6714,13 @@ export declare const DeviceCommandSchemas: {
6441
6714
  timestamp: number;
6442
6715
  commandNumber?: string | undefined;
6443
6716
  }>;
6717
+ getDeviceTime: z.ZodObject<{
6718
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6719
+ }, "strip", z.ZodTypeAny, {
6720
+ commandNumber: string;
6721
+ }, {
6722
+ commandNumber?: string | undefined;
6723
+ }>;
6444
6724
  setDeviceTimeZone: z.ZodObject<{
6445
6725
  offsetHours: z.ZodNumber;
6446
6726
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6451,6 +6731,13 @@ export declare const DeviceCommandSchemas: {
6451
6731
  offsetHours: number;
6452
6732
  commandNumber?: string | undefined;
6453
6733
  }>;
6734
+ getDeviceTimeZone: z.ZodObject<{
6735
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6736
+ }, "strip", z.ZodTypeAny, {
6737
+ commandNumber: string;
6738
+ }, {
6739
+ commandNumber?: string | undefined;
6740
+ }>;
6454
6741
  setAutomaticSetpointRestore: z.ZodObject<{
6455
6742
  time: z.ZodNumber;
6456
6743
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6461,6 +6748,13 @@ export declare const DeviceCommandSchemas: {
6461
6748
  time: number;
6462
6749
  commandNumber?: string | undefined;
6463
6750
  }>;
6751
+ getAutomaticSetpointRestore: z.ZodObject<{
6752
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6753
+ }, "strip", z.ZodTypeAny, {
6754
+ commandNumber: string;
6755
+ }, {
6756
+ commandNumber?: string | undefined;
6757
+ }>;
6464
6758
  setOfflineTargetTemperature: z.ZodObject<{
6465
6759
  targetTemperature: z.ZodUnion<[z.ZodLiteral<0>, z.ZodNumber]>;
6466
6760
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6471,6 +6765,13 @@ export declare const DeviceCommandSchemas: {
6471
6765
  targetTemperature: number;
6472
6766
  commandNumber?: string | undefined;
6473
6767
  }>;
6768
+ getOfflineTargetTemperature: z.ZodObject<{
6769
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6770
+ }, "strip", z.ZodTypeAny, {
6771
+ commandNumber: string;
6772
+ }, {
6773
+ commandNumber?: string | undefined;
6774
+ }>;
6474
6775
  setInternalAlgoTemporaryState: z.ZodObject<{
6475
6776
  enabled: z.ZodBoolean;
6476
6777
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6481,6 +6782,13 @@ export declare const DeviceCommandSchemas: {
6481
6782
  enabled: boolean;
6482
6783
  commandNumber?: string | undefined;
6483
6784
  }>;
6785
+ getInternalAlgoTemporaryState: z.ZodObject<{
6786
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6787
+ }, "strip", z.ZodTypeAny, {
6788
+ commandNumber: string;
6789
+ }, {
6790
+ commandNumber?: string | undefined;
6791
+ }>;
6484
6792
  setTemperatureLevels: z.ZodObject<{
6485
6793
  scaleLevel0: z.ZodNumber;
6486
6794
  scaleLevel1: z.ZodNumber;
@@ -6506,6 +6814,13 @@ export declare const DeviceCommandSchemas: {
6506
6814
  scaleLevel5: number;
6507
6815
  commandNumber?: string | undefined;
6508
6816
  }>;
6817
+ getTemperatureLevels: z.ZodObject<{
6818
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6819
+ }, "strip", z.ZodTypeAny, {
6820
+ commandNumber: string;
6821
+ }, {
6822
+ commandNumber?: string | undefined;
6823
+ }>;
6509
6824
  setLedIndicationDuration: z.ZodObject<{
6510
6825
  duration: z.ZodNumber;
6511
6826
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6516,6 +6831,13 @@ export declare const DeviceCommandSchemas: {
6516
6831
  duration: number;
6517
6832
  commandNumber?: string | undefined;
6518
6833
  }>;
6834
+ getLedIndicationDuration: z.ZodObject<{
6835
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6836
+ }, "strip", z.ZodTypeAny, {
6837
+ commandNumber: string;
6838
+ }, {
6839
+ commandNumber?: string | undefined;
6840
+ }>;
6519
6841
  setChildLock: z.ZodObject<{
6520
6842
  enabled: z.ZodBoolean;
6521
6843
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6546,6 +6868,13 @@ export declare const DeviceCommandSchemas: {
6546
6868
  max: number;
6547
6869
  commandNumber?: string | undefined;
6548
6870
  }>;
6871
+ getTemperatureRange: z.ZodObject<{
6872
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6873
+ }, "strip", z.ZodTypeAny, {
6874
+ commandNumber: string;
6875
+ }, {
6876
+ commandNumber?: string | undefined;
6877
+ }>;
6549
6878
  getTargetTemperature: z.ZodObject<{
6550
6879
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6551
6880
  }, "strip", z.ZodTypeAny, {
@@ -6580,6 +6909,13 @@ export declare const DeviceCommandSchemas: {
6580
6909
  }, {
6581
6910
  commandNumber?: string | undefined;
6582
6911
  }>;
6912
+ getDeviceVersion: z.ZodObject<{
6913
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
6914
+ }, "strip", z.ZodTypeAny, {
6915
+ commandNumber: string;
6916
+ }, {
6917
+ commandNumber?: string | undefined;
6918
+ }>;
6583
6919
  setJoinRetryPeriod: z.ZodObject<{
6584
6920
  period: z.ZodNumber;
6585
6921
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -6867,6 +7203,34 @@ export declare const DeviceCommandSchemas: {
6867
7203
  }, {
6868
7204
  commandNumber?: string | undefined;
6869
7205
  }>;
7206
+ getOverheatingRecoveryTime: z.ZodObject<{
7207
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7208
+ }, "strip", z.ZodTypeAny, {
7209
+ commandNumber: string;
7210
+ }, {
7211
+ commandNumber?: string | undefined;
7212
+ }>;
7213
+ getOvervoltageRecoveryTime: z.ZodObject<{
7214
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7215
+ }, "strip", z.ZodTypeAny, {
7216
+ commandNumber: string;
7217
+ }, {
7218
+ commandNumber?: string | undefined;
7219
+ }>;
7220
+ getOvercurrentRecoveryTemp: z.ZodObject<{
7221
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7222
+ }, "strip", z.ZodTypeAny, {
7223
+ commandNumber: string;
7224
+ }, {
7225
+ commandNumber?: string | undefined;
7226
+ }>;
7227
+ getOverpowerRecoveryTemp: z.ZodObject<{
7228
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7229
+ }, "strip", z.ZodTypeAny, {
7230
+ commandNumber: string;
7231
+ }, {
7232
+ commandNumber?: string | undefined;
7233
+ }>;
6870
7234
  customHexCommand: z.ZodObject<{
6871
7235
  command: z.ZodString;
6872
7236
  commandNumber: z.ZodOptional<z.ZodString>;
@@ -6894,6 +7258,13 @@ export declare const DeviceCommandSchemas: {
6894
7258
  }, {
6895
7259
  commandNumber?: string | undefined;
6896
7260
  }>;
7261
+ getDeviceVersion: z.ZodObject<{
7262
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7263
+ }, "strip", z.ZodTypeAny, {
7264
+ commandNumber: string;
7265
+ }, {
7266
+ commandNumber?: string | undefined;
7267
+ }>;
6897
7268
  setJoinRetryPeriod: z.ZodObject<{
6898
7269
  period: z.ZodNumber;
6899
7270
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -7623,6 +7994,13 @@ export declare const DeviceCommandSchemas: {
7623
7994
  max: number;
7624
7995
  commandNumber?: string | undefined;
7625
7996
  }>;
7997
+ getTemperatureRange: z.ZodObject<{
7998
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7999
+ }, "strip", z.ZodTypeAny, {
8000
+ commandNumber: string;
8001
+ }, {
8002
+ commandNumber?: string | undefined;
8003
+ }>;
7626
8004
  getTargetTemperature: z.ZodObject<{
7627
8005
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7628
8006
  }, "strip", z.ZodTypeAny, {
@@ -7657,6 +8035,13 @@ export declare const DeviceCommandSchemas: {
7657
8035
  }, {
7658
8036
  commandNumber?: string | undefined;
7659
8037
  }>;
8038
+ getDeviceVersion: z.ZodObject<{
8039
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
8040
+ }, "strip", z.ZodTypeAny, {
8041
+ commandNumber: string;
8042
+ }, {
8043
+ commandNumber?: string | undefined;
8044
+ }>;
7660
8045
  setJoinRetryPeriod: z.ZodObject<{
7661
8046
  period: z.ZodNumber;
7662
8047
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -7986,6 +8371,13 @@ export declare const DeviceCommandSchemas: {
7986
8371
  }, {
7987
8372
  commandNumber?: string | undefined;
7988
8373
  }>;
8374
+ getDeviceVersion: z.ZodObject<{
8375
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
8376
+ }, "strip", z.ZodTypeAny, {
8377
+ commandNumber: string;
8378
+ }, {
8379
+ commandNumber?: string | undefined;
8380
+ }>;
7989
8381
  setJoinRetryPeriod: z.ZodObject<{
7990
8382
  period: z.ZodNumber;
7991
8383
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -8652,6 +9044,13 @@ export declare const DeviceCommandSchemas: {
8652
9044
  }, {
8653
9045
  commandNumber?: string | undefined;
8654
9046
  }>;
9047
+ getDeviceVersion: z.ZodObject<{
9048
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9049
+ }, "strip", z.ZodTypeAny, {
9050
+ commandNumber: string;
9051
+ }, {
9052
+ commandNumber?: string | undefined;
9053
+ }>;
8655
9054
  setJoinRetryPeriod: z.ZodObject<{
8656
9055
  period: z.ZodNumber;
8657
9056
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -8933,6 +9332,13 @@ export declare const DeviceCommandSchemas: {
8933
9332
  }, {
8934
9333
  commandNumber?: string | undefined;
8935
9334
  }>;
9335
+ getDeviceVersion: z.ZodObject<{
9336
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9337
+ }, "strip", z.ZodTypeAny, {
9338
+ commandNumber: string;
9339
+ }, {
9340
+ commandNumber?: string | undefined;
9341
+ }>;
8936
9342
  setJoinRetryPeriod: z.ZodObject<{
8937
9343
  period: z.ZodNumber;
8938
9344
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -9337,6 +9743,13 @@ export declare const DeviceCommandSchemas: {
9337
9743
  }, {
9338
9744
  commandNumber?: string | undefined;
9339
9745
  }>;
9746
+ getDeviceVersion: z.ZodObject<{
9747
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9748
+ }, "strip", z.ZodTypeAny, {
9749
+ commandNumber: string;
9750
+ }, {
9751
+ commandNumber?: string | undefined;
9752
+ }>;
9340
9753
  setJoinRetryPeriod: z.ZodObject<{
9341
9754
  period: z.ZodNumber;
9342
9755
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -9476,6 +9889,13 @@ export declare const DeviceCommandSchemas: {
9476
9889
  }, {
9477
9890
  commandNumber?: string | undefined;
9478
9891
  }>;
9892
+ getDeviceVersion: z.ZodObject<{
9893
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9894
+ }, "strip", z.ZodTypeAny, {
9895
+ commandNumber: string;
9896
+ }, {
9897
+ commandNumber?: string | undefined;
9898
+ }>;
9479
9899
  setJoinRetryPeriod: z.ZodObject<{
9480
9900
  period: z.ZodNumber;
9481
9901
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -9621,6 +10041,13 @@ export declare const DeviceCommandSchemas: {
9621
10041
  }, {
9622
10042
  commandNumber?: string | undefined;
9623
10043
  }>;
10044
+ getDeviceVersion: z.ZodObject<{
10045
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
10046
+ }, "strip", z.ZodTypeAny, {
10047
+ commandNumber: string;
10048
+ }, {
10049
+ commandNumber?: string | undefined;
10050
+ }>;
9624
10051
  setJoinRetryPeriod: z.ZodObject<{
9625
10052
  period: z.ZodNumber;
9626
10053
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -9796,6 +10223,13 @@ export declare const DeviceCommandSchemas: {
9796
10223
  max: number;
9797
10224
  commandNumber?: string | undefined;
9798
10225
  }>;
10226
+ getTemperatureRange: z.ZodObject<{
10227
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
10228
+ }, "strip", z.ZodTypeAny, {
10229
+ commandNumber: string;
10230
+ }, {
10231
+ commandNumber?: string | undefined;
10232
+ }>;
9799
10233
  getTargetTemperature: z.ZodObject<{
9800
10234
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9801
10235
  }, "strip", z.ZodTypeAny, {
@@ -9976,6 +10410,13 @@ export declare const DeviceCommandSchemas: {
9976
10410
  }, {
9977
10411
  commandNumber?: string | undefined;
9978
10412
  }>;
10413
+ getDeviceVersion: z.ZodObject<{
10414
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
10415
+ }, "strip", z.ZodTypeAny, {
10416
+ commandNumber: string;
10417
+ }, {
10418
+ commandNumber?: string | undefined;
10419
+ }>;
9979
10420
  setJoinRetryPeriod: z.ZodObject<{
9980
10421
  period: z.ZodNumber;
9981
10422
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -10285,6 +10726,13 @@ export declare const DeviceCommandSchemas: {
10285
10726
  }, {
10286
10727
  commandNumber?: string | undefined;
10287
10728
  }>;
10729
+ getDeviceVersion: z.ZodObject<{
10730
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
10731
+ }, "strip", z.ZodTypeAny, {
10732
+ commandNumber: string;
10733
+ }, {
10734
+ commandNumber?: string | undefined;
10735
+ }>;
10288
10736
  setJoinRetryPeriod: z.ZodObject<{
10289
10737
  period: z.ZodNumber;
10290
10738
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -10517,6 +10965,13 @@ export declare const DeviceCommandSchemas: {
10517
10965
  }, {
10518
10966
  commandNumber?: string | undefined;
10519
10967
  }>;
10968
+ getDeviceVersion: z.ZodObject<{
10969
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
10970
+ }, "strip", z.ZodTypeAny, {
10971
+ commandNumber: string;
10972
+ }, {
10973
+ commandNumber?: string | undefined;
10974
+ }>;
10520
10975
  setJoinRetryPeriod: z.ZodObject<{
10521
10976
  period: z.ZodNumber;
10522
10977
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -10682,6 +11137,13 @@ export declare const DeviceCommandSchemas: {
10682
11137
  }, {
10683
11138
  commandNumber?: string | undefined;
10684
11139
  }>;
11140
+ getDeviceVersion: z.ZodObject<{
11141
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
11142
+ }, "strip", z.ZodTypeAny, {
11143
+ commandNumber: string;
11144
+ }, {
11145
+ commandNumber?: string | undefined;
11146
+ }>;
10685
11147
  setJoinRetryPeriod: z.ZodObject<{
10686
11148
  period: z.ZodNumber;
10687
11149
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -10907,6 +11369,13 @@ export declare const DeviceCommandSchemas: {
10907
11369
  }, {
10908
11370
  commandNumber?: string | undefined;
10909
11371
  }>;
11372
+ getDeviceVersion: z.ZodObject<{
11373
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
11374
+ }, "strip", z.ZodTypeAny, {
11375
+ commandNumber: string;
11376
+ }, {
11377
+ commandNumber?: string | undefined;
11378
+ }>;
10910
11379
  setJoinRetryPeriod: z.ZodObject<{
10911
11380
  period: z.ZodNumber;
10912
11381
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -11010,6 +11479,13 @@ export declare const DeviceCommandSchemas: {
11010
11479
  }, {
11011
11480
  commandNumber?: string | undefined;
11012
11481
  }>;
11482
+ getDeviceVersion: z.ZodObject<{
11483
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
11484
+ }, "strip", z.ZodTypeAny, {
11485
+ commandNumber: string;
11486
+ }, {
11487
+ commandNumber?: string | undefined;
11488
+ }>;
11013
11489
  setJoinRetryPeriod: z.ZodObject<{
11014
11490
  period: z.ZodNumber;
11015
11491
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -11260,6 +11736,13 @@ export declare const DeviceCommandSchemas: {
11260
11736
  }, {
11261
11737
  commandNumber?: string | undefined;
11262
11738
  }>;
11739
+ getDeviceVersion: z.ZodObject<{
11740
+ commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;
11741
+ }, "strip", z.ZodTypeAny, {
11742
+ commandNumber: string;
11743
+ }, {
11744
+ commandNumber?: string | undefined;
11745
+ }>;
11263
11746
  setJoinRetryPeriod: z.ZodObject<{
11264
11747
  period: z.ZodNumber;
11265
11748
  commandNumber: z.ZodDefault<z.ZodOptional<z.ZodString>>;