You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter xbox for common errors and appropiate suggestions to keep this adapter up to date.
This check is based on the current head revisions (master / main branch) of the adapter repository
❗ [E0029] Node.js 18 is required as minimum, node.js 20 is recommended. Please change "{'engines' : { 'node' >= '16.0.0' } }" to "{'engines' : { 'node' >= '18' } }" at package.json.
❗ [E0033] @iobroker/adapter-core 3.0.3 specified. 3.2.3 is required as minimum, 3.3.2 (or newer) is current. Please update dependencies at package.json
❗ [E0036] @alcalzone/release-script 3.5.9 specified. 3.8.0 is required as minimum, 3.8.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @alcalzone/release-script 3.5.9 specified. 3.8.0 is required as minimum, 5.0.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @alcalzone/release-script 3.5.9 specified. 5.0.0 is required as minimum, 5.1.1 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @alcalzone/release-script-plugin-iobroker 3.5.9 specified. 3.7.2 is required as minimum, 4.0.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @alcalzone/release-script-plugin-iobroker 3.5.9 specified. 4.0.0 is required as minimum, 5.1.2 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @iobroker/testing 5.0.3 specified. 5.2.2 is required as minimum, 5.2.2 (or newer) is current. Please update devDependencies at package.json
❗ [E1026] Missing mandatory translation into de of "common.titleLang" in io-package.json.
❗ [E1062] js-controller dependency missing. js-controller 5.0.19 is required as minimum, 6.0.11 is recommended. Please add to dependencies at io-package.json.
❗ [E1062] js-controller dependency missing. js-controller 6.0.11 is required as minimum. Please add to dependencies at io-package.json.
❗ [E1085] "common.dependencies" must be an array at io-package.json
❗ [E1090] admin dependency missing. admin 6.17.14 is required as minimum, 7.6.17 is recommended. Please add to globalDependencies at io-package.json.
❗ [E1090] admin dependency missing. admin 7.6.17 is required as minimum, 7.6.20 is recommended. Please add to globalDependencies at io-package.json.
❗ [E3010] Workflow "/.github/workflows/test-and-release.yml": job "check-and-lint" is missing. Please add it.
❗ [E3016] Workflow "/.github/workflows/test-and-release.yml": job "deploy" must declare "needs" for both "check-and-lint" and "adapter-tests".
❗ [E5018] "@alcalzone/release-script" (>=3.0.0) is used, but ".releaseconfig.json" not found. Please create.
❗ [E5507] missing size attributes [xs,sm,md,lg,xl] for text at admin/jsonConfig.json/items/apiToken
❗ [E5507] missing size attributes [xs,sm,md,lg,xl] for text at admin/jsonConfig.json/items/ip
❗ [E5507] missing size attributes [xs,sm,md,lg,xl] for text at admin/jsonConfig.json/items/liveId
❗ [E6005] No actual year found in copyright at README.md. Please add "Copyright (c) 2025 Moritz Heusinger moritz.heusinger@gmail.com" at start of LICENSE section.
❗ [E6005] No actual year found in copyright at README.md. Please add "Copyright (c) 2026 Moritz Heusinger moritz.heusinger@gmail.com" at start of LICENSE section.
❗ [E7001] No actual year found in LICENSE. Please add "Copyright (c) 2018-2025 Moritz Heusinger moritz.heusinger@gmail.com" at the start of LICENSE
❗ [E7001] No actual year found in LICENSE. Please add "Copyright (c) 2018-2026 Moritz Heusinger moritz.heusinger@gmail.com" at the start of LICENSE
📌 [S0062] Consider using "@alcalzone/release-script-plugin-license".
📌 [S0062] Consider using "@alcalzone/release-script-plugin-manual-review".
📌 [S0062] Consider using "@iobroker/adapter-dev".
📌 [S0062] Consider using "@iobroker/eslint-config".
📌 [S3014] Workflow "/.github/workflows/test-and-release.yml": job "adapter-tests" should declare "needs: check-and-lint" to run after linting.
📌 [S4036] Consider adding .vscode/settings.json file with JSON schema definitions for better development experience with Visual Studio Code.
📌 [S5043] Package "fs" is a built-in Node.js module. Please use "node:fs" instead.
📌 [S6014] README.md section "## Installation" should be removed unless the adapter requires special installation handling.
📌 [S8913] No automerge workflow for dependabot PRs found. Consider setting up automerging by adding ".github/workflows/automerge-dependabot.yml".
📌 [S9006] .commitinfo file should be excluded by .gitignore, please add a line with text ".commitinfo" to .gitignore
Please review issues reported and consider fixing them as soon as appropiate.
Errors reported by repository checker should be fixed as soon as possible - at least with next minor release. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository. Priority bugfixes will not be blocked by existing errors as long as tests pass.
Warnings reported by repository checker should be reviewed. While some warnings can be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.
Suggestions reported by repository checker should be reviewed. Suggestions can be ignored due to a decision of the developer but they are reported as a hint to use a configuration which might get required in future or at least is used be most adapters. Suggestions are always optional to follow.
You may start a new check or force the creation of a new issue at any time by adding the following comment to this issue:
@iobroker-bot recheck
or @iobroker-bot recreate
Please note that I (and the server at GitHub) have always plenty of work to do. So it may last up to 30 minutes until you see a reaction. I will drop a comment here as soon as I start processing.
Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that an issue is incorrectly flagged.
And THANKS A LOT for maintaining this adapter from me and all users. Let's work together for the best user experience.
Notification from ioBroker Check and Service Bot
Dear adapter developer,
I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter xbox for common errors and appropiate suggestions to keep this adapter up to date.
This check is based on the current head revisions (master / main branch) of the adapter repository
Please see the result of the check below.
ioBroker.xbox
ERRORS:
WARNINGS:
SUGGESTIONS:
Please review issues reported and consider fixing them as soon as appropiate.
Errors reported by repository checker should be fixed as soon as possible - at least with next minor release. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository. Priority bugfixes will not be blocked by existing errors as long as tests pass.
Warnings reported by repository checker should be reviewed. While some warnings can be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.
Suggestions reported by repository checker should be reviewed. Suggestions can be ignored due to a decision of the developer but they are reported as a hint to use a configuration which might get required in future or at least is used be most adapters. Suggestions are always optional to follow.
You may start a new check or force the creation of a new issue at any time by adding the following comment to this issue:
@iobroker-bot recheckor
@iobroker-bot recreatePlease note that I (and the server at GitHub) have always plenty of work to do. So it may last up to 30 minutes until you see a reaction. I will drop a comment here as soon as I start processing.
Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that an issue is incorrectly flagged.
And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.
your
ioBroker Check and Service Bot
@mcm1957 for evidence
Last update at Fri, 27 Mar 2026 09:20:15 GMT based on commit 540c5bb
ioBroker.repochecker 5.6.4