Skip to content

Commit

Permalink
fix(ignore): Fix Moes BHT-002-GCLZB current_heating_setpoint by 10. K…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 27, 2023
1 parent 0f145e3 commit dd423f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6729,7 +6729,6 @@ const toZigbee2 = {
if (['_TZE200_5toc8efa'].includes(meta.device.manufacturerName)) {
await sendDataPointValue(entity, dataPoints.moesHeatingSetpoint, value * 10);
} else {
if (value <= 5) value = Math.round(value*10);
await sendDataPointValue(entity, dataPoints.moesHeatingSetpoint, value);
}
},
Expand Down

0 comments on commit dd423f1

Please sign in to comment.