Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info.connection not writable #417

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Conversation

mattreim
Copy link
Contributor

@mattreim mattreim commented Nov 9, 2024

No description provided.

@Jey-Cee Jey-Cee merged commit a67da17 into Jey-Cee:master Nov 9, 2024
10 checks passed
@mattreim
Copy link
Contributor Author

mattreim commented Nov 9, 2024

@Jey-Cee This warning appears with every installation.

ioBroker.deconz/main.js

Lines 509 to 517 in a67da17

if (adapter.config.ip === "undefined") {
//only on first start
autoDiscovery();
} else {
if (adapter.config.user === "" || adapter.config.user === null) {
adapter.log.warn("No API Key found");
} else {
await getConfig();
await getAutoUpdates();

@mattreim mattreim deleted the info.connection branch November 17, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants