diff --git a/html/js/thermostat.js b/html/js/thermostat.js index 6cc1741..c5e8edf 100644 --- a/html/js/thermostat.js +++ b/html/js/thermostat.js @@ -146,7 +146,7 @@ function appendData(data) { honChecked = true; } var hon = $('').attr("id", "hon" + configData.alias).prop('checked', honChecked).on('input', function(){window.clearInterval(rtHandle)}) - var heatCheck = $('').text("🔥").prepend(hon); + var heatCheck = $('').text("♨").prepend(hon); var offOnDiv = $("
").addClass("one columns").append(coolCheck).append(heatCheck);