Max Hauser

Results 238 comments of Max Hauser

> I observed today that all travis tests are failing, because of the loading of master repo from GitHub. Even old test were looping. > Seems to be in relation...

> > related to #1379 > > Indeed ![image](https://user-images.githubusercontent.com/17641229/149142203-88de81ac-f7a4-4b92-865f-19723dd4d39c.jpeg) > > 🤣 Oops ;-) Doppelt hält besser

What needs to be documented regarding certs? For messages, we should list all messages which controller can respond too + examples.

Now where we have our new questionnaire we would need to ask all questions first, and after that starting to upgrade the adapters. I think this will also relax situations...

Yes, this is exactly the case, encoding is passed as given https://github.com/ioBroker/ioBroker.js-controller/blob/1fe5a1e66dc343f146a54a3b5476add09aa97416/packages/cli/src/lib/cli/cliStates.js#L142

Yes, I guess the method was added on demand a long time ago and was only introduced for foreign objects, like some other not that common methods. The problem I...

> * "common.dontSendReportingData = true/false" (not existing === false) I would default to true for legality reasons.

It is the result from a `getObjectList` call and yes it should be 100 % identical https://github.com/ioBroker/ioBroker.js-controller/blob/128e8b10f7b78bc7142a708d467270b661cdf15a/packages/db-objects-redis/src/lib/objects/objectsInRedisClient.ts#L4434 probably only there for backward compatibility.

On a first look restore only uses `doc`, thus we could get rid of saving `value` without breaking backward compatibility. https://github.com/ioBroker/ioBroker.js-controller/blob/128e8b10f7b78bc7142a708d467270b661cdf15a/packages/controller/lib/setup/setupBackup.js#L482 Edit: no here value is used too https://github.com/ioBroker/ioBroker.js-controller/blob/128e8b10f7b78bc7142a708d467270b661cdf15a/packages/controller/lib/setup/setupBackup.js#L803 So...