From beb48fe667841ff29a9d3ae4b9115e3990ea3afe Mon Sep 17 00:00:00 2001 From: DEV2DEV_DE Date: Mon, 27 Nov 2023 13:45:47 +0100 Subject: [PATCH] Update object structure log message --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } }