Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombach authored and Hombach committed Oct 22, 2024
1 parent befaba7 commit 5ef4053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function startAdapter(options: Partial<utils.AdapterOptions> = {}): ioBroker.Ada
async function main(): Promise<void> {
// 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
Expand Down

0 comments on commit 5ef4053

Please sign in to comment.