mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 23:44:25 +01:00
Update NsPanelTs.ts
Fix commenting
This commit is contained in:
@@ -488,7 +488,7 @@ function HandleScreensaverUpdate(): void {
|
|||||||
let u1 = getState(config.batEntity).val;
|
let u1 = getState(config.batEntity).val;
|
||||||
let u2 = getState(config.pvEntity).val;
|
let u2 = getState(config.pvEntity).val;
|
||||||
|
|
||||||
//SendToPanel(<Payload>{ payload: "weatherUpdate,?" + GetAccuWeatherIcon(parseInt(icon)) + "?" + temperature.toString() + " " + config.temperatureUnit + "?26?" + humidity + " %?Batterie?4?" + u1 + "%?PV?23?" + u2 + "W" })
|
SendToPanel(<Payload>{ payload: "weatherUpdate,?" + GetAccuWeatherIcon(parseInt(icon)) + "?" + temperature.toString() + " " + config.temperatureUnit + "?26?" + humidity + " %?Batterie?4?" + u1 + "%?PV?23?" + u2 + "W" })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user