mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
v4.3.3.28 - Update NsPanelTs.ts
- Fix short ID's in v4.3.3.27 - Fix window Icons in CreateEntity - Add MQTT-Client Check
This commit is contained in:
@@ -7637,9 +7637,9 @@ function GenerateDetailPage(type: string, optional: string, pageItem: PageItem,
|
||||
|
||||
out_msgs.push({
|
||||
payload: 'entityUpdateDetail' + '~' //entityUpdateDetail
|
||||
+ tempId + '~~' //{entity_id}
|
||||
+ tempId + '~~' //{entity_id}
|
||||
+ rgb_dec565(White) + '~' //{icon_color}~
|
||||
+ id + '~'
|
||||
+ tempId + '~'
|
||||
+ min_remaining + '~'
|
||||
+ sec_remaining + '~'
|
||||
+ editable + '~'
|
||||
|
||||
Reference in New Issue
Block a user