When I try to run the tool against an E01, I get errors.
Please describe the problem in as much detail as possible.
I would like the tool to process the E01 file so that I can examine the evidenc…
The following works against a Wiz plug.
```
# cat test_plug.py
import asyncio
import time
import json
from pywizlight.bulb import wizlight, PilotBuilder
async def main():
light = wiz…