-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[typing] Added types to adapter.ts #2922
Conversation
This PR is really easy to merge and it is manageable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (1)
- schemas/iobroker.json: Language not supported
#3001 as there seem to be some inconsistencies with maxQueue, it only affects states DB (used by adapter.ts) not other DBs, hence I removed the dead code to clean this up and move it correctly to states DB only + fix the initial iobroker.json. Just mergeinto your branch if it is fine for you. |
Generally yes but checking in depth then brings up things like now and 1.5 hours go into the land ;-) |
* maxQueue only has effects for states db in adapter.ts - so remove this dead code from dbs - cleanup the loglevel handling * fix typo * cleanup imports * casing fixed again * build schema
Added some typing to adapter.ts
mostly for 'adapter.systemConfig' (I thought that it is content of 'systetm.config' object)
Tests