From d3659afad4b7aa865ba96436caa3e1f86f1bb8ca Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Mon, 9 Feb 2026 12:20:50 -0500 Subject: [PATCH] Supports new type of direct control of UltraTemp heatpump --- scripts/config/heaters.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/config/heaters.js b/scripts/config/heaters.js index 2acdd99..f9b748b 100644 --- a/scripts/config/heaters.js +++ b/scripts/config/heaters.js @@ -139,6 +139,7 @@ pnlOpts.pnlHeatPumpHeaterOptions({ type: type, tempUnits: o.tempUnits }); break; case 'ultratemp': + case 'ultratempdirect': cols[0].elGlyph().removeClass().addClass('fas').addClass('fa-x-ray'); pnlOpts = $('
').appendTo(pnl); pnlOpts.pnlUltraTempHeaterOptions({ type: type, tempUnits: o.tempUnits });