Christian Oeing
Christian Oeing
Cleanup of ECS scripts will be done in issue #45
There are still some references to Slash.Reflection despite the refactoring in commit: https://github.com/npruehs/slash-framework/commit/aba7405b855c1c87579fded8430dd18301b730a5
Ah, just saw that there was already an issue https://github.com/chihab/ngx-env/issues/20 But as I see it, updating cpy should fix the vulnerability.
Please merge this, the warning distracts from more important warnings :)
This merge should be a no-brainer as it should not destroy anything, but just removes the warning that distracts from other, more important warnings :)
We had the issue with keys overlapping in nested JSON a few times as well. An error message about the keys which caused the error would be very helpful. Right...
This looks like it works like the ClimateControl devices we already have. Should be pretty easy to implement.
On https://apidocs.bosch-smarthome.com/local there is LightControl documented, but it has a powerSwitchState instead of a binarySwitchState :/ I might have to ask for the API documentation for these virtual devices in...
@bigtimebuddy Ah, nice, did not think about overwriting the shader myself :) Will try to solve the issue and post the solution here if I find something.
If I do the same mocking in my Jest tests as in `index.test.ts` I can get rid of the error. But of course the mocked constructors only return undefined values,...