@@ -5931,6 +5931,17 @@ export const definitions: DefinitionWithExtend[] = [
5931
5931
e.min_temperature(),
5932
5932
e.position(),
5933
5933
e.window_detection(),
5934
+ e
5935
+ .numeric("boost_timeset_countdown", ea.STATE_SET)
5936
+ .withUnit("m")
5937
+ .withDescription(
5938
+ "Setting " +
5939
+ "minimum 0 - maximum 120 minutes boost time. The boost function is activated. The remaining " +
5940
+ "time for the function will be counted down in minutes ( 120 to 0 ).",
5941
+ )
5942
+ .withValueMin(0)
5943
+ .withValueMax(120),
5944
+ e.binary("frost_protection", ea.STATE_SET, "ON", "OFF").withDescription("Antifreeze function"),
5934
5945
e.binary("window", ea.STATE, "OPEN", "CLOSE").withDescription("Window status closed or open "),
5935
5946
e
5936
5947
.climate()
@@ -6034,9 +6045,11 @@ export const definitions: DefinitionWithExtend[] = [
6034
6045
}),
6035
6046
],
6036
6047
[114, "position", tuya.valueConverter.divideBy10],
6048
+ [118, "boost_timeset_countdown", tuya.valueConverter.raw],
6037
6049
[119, "comfort_temperature", tuya.valueConverter.divideBy10],
6038
6050
[120, "eco_temperature", tuya.valueConverter.divideBy10],
6039
6051
[121, "holiday_temperature", tuya.valueConverter.divideBy10],
6052
+ [122, "frost_protection", tuya.valueConverter.onOff],
6040
6053
[
6041
6054
127,
6042
6055
"hysteresis",
0 commit comments