room_temp supersedes warm
This commit is contained in:
parent
6082ee13db
commit
d0a8353cb9
|
|
@ -1,12 +1,13 @@
|
||||||
//base syntax by sightnado
|
//base syntax by sightnado
|
||||||
elements.warm = {
|
/*elements.warm = {
|
||||||
color: "#7fff7f",
|
color: "#7fff7f",
|
||||||
tool: function(pixel) {
|
tool: function(pixel) {
|
||||||
pixel.temp = 20;
|
pixel.temp = 20;
|
||||||
pixelTempCheck(pixel)
|
pixelTempCheck(pixel)
|
||||||
},
|
},
|
||||||
category: "tools",
|
category: "tools",
|
||||||
};
|
};*/
|
||||||
|
//warm is redundant due to room_temp
|
||||||
elements.ultraheat = {
|
elements.ultraheat = {
|
||||||
color: ["#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f"],
|
color: ["#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f"],
|
||||||
tool: function(pixel) {
|
tool: function(pixel) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue