AT0myks
AT0myks
Here's the new PR, if I didn't make any mistakes the scripts should behave exactly the same as before. I didn't update the readme to reflect the changes because I'm...
Permissions methods are unused for now, but will be in a future PR. For the `is_admin` changes, the `await` will need to be removed [here](https://github.com/fwestenberg/reolink_dev/blob/f0db93c79f030e86e127fb824bc55bcf627d7086/custom_components/reolink_dev/base.py#L226). Also, I know that the...
This gives more flexibility when using ubireader as a library and fixes the behavior mentioned in https://github.com/onekey-sec/ubi_reader/pull/89#issuecomment-1573199832. For example this is now possible: ```py with ZipFile("ubi.zip") as myzip: with myzip.open("ubi.bin")...