Skip to content

Commit

Permalink
Merge pull request #1257 from tt-tom17/main
Browse files Browse the repository at this point in the history
DEV 4.4.0.4 - Update NSPanelTs.ts
  • Loading branch information
Armilar authored Sep 15, 2024
2 parents 248dc3a + 448b9cb commit 2a80770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioBroker/DEV/NSPanelTs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ async function InitConfigParameters() {
// Trigger DP for hiddenCards (with hiddenByTrigger)
if (existsObject(NSPanel_Path + 'Config.hiddenCards') == false) {
await createStateAsync(NSPanel_Path + 'Config.hiddenCards', false, { type: 'boolean', write: true });
setObject(AliasPath + 'Config.Screensaver.hiddenCards', { type: 'channel', common: { role: 'socket', name: 'HiddenCrads' }, native: {} });
setObject(AliasPath + 'Config.hiddenCards', { type: 'channel', common: { role: 'socket', name: 'hiddenCards' }, native: {} });
await createAliasAsync(AliasPath + 'Config.hiddenCards.ACTUAL', NSPanel_Path + 'Config.hiddenCards', true, <iobJS.StateCommon>{
type: 'boolean',
role: 'switch',
Expand Down

0 comments on commit 2a80770

Please sign in to comment.