Ronald R

Results 4 comments of Ronald R

DeviceType 43 = smoke detector: https://klikaanklikuit.nl/product/slimme-draadloze-rookmelder/

Since iOS 17, I got the same issue as @martienvd. My guess is that `maxBrightness` should be 255 now @youridijk?

@youridijk is `maxBrightness: 15` in https://github.com/youridijk/ICS-2000-NodeJS/blob/main/src/kaku/DeviceConfigs.ts not the issue?

I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved my problem: ```diff diff --git a/node_modules/html-to-image/es/index.js b/node_modules/html-to-image/es/index.js index 0eda938..768f239 100644 --- a/node_modules/html-to-image/es/index.js...