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:
Armilar
2023-12-31 11:33:40 +01:00
committed by GitHub
parent 14bc7dedec
commit c489f07c0a

View File

@@ -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 + '~'