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

Explain Debug mode for this plugin #158

Open
vmiyoshi opened this issue Nov 30, 2023 · 1 comment
Open

Explain Debug mode for this plugin #158

vmiyoshi opened this issue Nov 30, 2023 · 1 comment

Comments

@vmiyoshi
Copy link

As you can see from the output below, I have added debug mode per-instructions. However logs show the entry isn't used and can be removed.
[11/29/2023, 5:53:40 PM] [Deebot] Config entry [debug] is unused and can be removed.

{
    "name": "Deebot",
    "countryCode": "US",
    "username": "username",
    "password": "password",
    "debug": "true",
    "devices": [
        {
            "label": "name",
            "deviceId": "id"
        }
    ],
    "_bridge": {
        "username": "00:00:00:00:00:00",
        "port": XXXXX
    },
    "platform": "Deebot"
}
@JonVisc
Copy link

JonVisc commented Jan 6, 2024

#134 (comment)

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

No branches or pull requests

2 participants