Skip to content

Commit

Permalink
Update object structure log message
Browse files Browse the repository at this point in the history
  • Loading branch information
DEV2DEV-DE committed Nov 27, 2023
1 parent 58f7719 commit beb48fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Jablotron extends utils.Adapter {

async createObjectStructure() {
await this.setObjectNotExistsAsync('info.connection', { type: 'state', common: { name: 'Communication with service working', type: 'boolean', role: 'indicator.connected', read: true, write: false}, native: {},});
this.log.debug('Created object structure');
this.log.debug('Created static object structure');
}

}
Expand Down

0 comments on commit beb48fe

Please sign in to comment.