fix uv issue

This commit is contained in:
bignutty 2024-08-28 20:48:25 +02:00
parent 8ad6d39cfa
commit c9891a3e87
2 changed files with 160 additions and 1 deletions

View file

@ -23,7 +23,7 @@ function temperature(value, units){
return `${Math.floor(modifiers[units](value))}${units}`
}
function getUvIndex(value){
function getUvIndex(i){
switch(i){
case i <= 2:
return "uv_index_0"