Benjamin Hess

Results 7 comments of Benjamin Hess

Thnx a lot :) i'm looking forward to this

BTW: I know that the android implementation uses chrome custom tabs and this does not provide a close functionality. However, there seems to be a workaround by using broadcasts and...

+1 for this feature. would be nice if capacitor toast messages could be styled like cordova-plugin-x-toast. e.g: ``` styling: { opacity: 0.75, backgroundColor: '#FF0000', textColor: '#FFFF00', textSize: 20.5, cornerRadius: 16,...

The problem is the missing device mapping in miio/lib/models.js: ``` ... 'roborock.vacuum.a10': Vacuum, ... ```

Seems like the maintainer of this repo is no longer maintaining it. Most active development is now found in: https://github.com/homebridge-xiaomi-roborock-vacuum/homebridge-xiaomi-roborock-vacuum Also includes support for S6 MaxV...

New lib can also clean rooms. Usage is not documented, as miio fork is only used in homebridge plugin: ``` const address = '...your vac lan ip here'; const token...

COPY --link=false/true also does not help. See @https://docs.docker.com/engine/reference/builder/#copy