Update NsPanelTs.ts

This commit is contained in:
Armilar
2022-05-09 20:22:43 +02:00
committed by GitHub
parent fb0e40b391
commit 40a7fc6827

View File

@@ -37,7 +37,6 @@ Erforderliche Adapter:
Upgrades in Konsole: Upgrades in Konsole:
Tasmota BerryDriver : Backlog UpdateDriverVersion https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be; Restart 1 Tasmota BerryDriver : Backlog UpdateDriverVersion https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be; Restart 1
TFT EU STABLE Version : FlashNextion http://nspanel.pky.eu/lui-release.tft TFT EU STABLE Version : FlashNextion http://nspanel.pky.eu/lui-release.tft
TFT EU DEV Version : FlashNextion http://nspanel.pky.eu/lui.tft
--------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------
*/ */
@@ -849,10 +848,7 @@ function CreateEntity(pageItem: PageItem, placeId: number, useColors: boolean =
} }
return "~" + type + "~" + pageItem.id + "~" + iconId + "~" + iconColor + "~" + name + "~" + optVal; return "~" + type + "~" + pageItem.id + "~" + iconId + "~" + iconColor + "~" + name + "~" + optVal;
/*---------------------------------------------------------
case "wled":
type = "number"
----------------------------------------------------------*/
case "hue": case "hue":
type = "light" type = "light"