diff --git a/main.js b/main.js index 26030e3..417ebf8 100644 --- a/main.js +++ b/main.js @@ -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'); } }