From 5ef4053dbea5c2eba11cecbff41c31fb6b1b7679 Mon Sep 17 00:00:00 2001 From: Hombach Date: Tue, 22 Oct 2024 22:37:24 +0200 Subject: [PATCH] 0.0.1 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 4ae85b0..cf20465 100644 --- a/src/main.ts +++ b/src/main.ts @@ -86,7 +86,7 @@ function startAdapter(options: Partial = {}): ioBroker.Ada async function main(): Promise { // The adapters config (in the instance object everything under the attribute "native") is accessible via // adapter.config: - adapter.log.info("config FIcode: " + adapter.config.FIcode); + adapter.log.info("config FIcode: " + adapter.config.APIToken); /* For every state in the system there has to be also an object of type state