I've started hacking on the QML and got a few tweaks implemented which is nice. A lot of it is "coding blindly" at this point. I'd like to figure out some visibility to enhance things especially as I start trying to do more complicated things.
1. I know that I can use `console.log()`, but I don't know where that shows up. It's not in the JavaScript console of the web page and I hunted around the Cerbo GX file system without luck.
2. I understand how to bind a VBusItem, but I'm not sure how to figure out all the available paths like `/Ac/ActiveIn/L1/F`. Does this show up in `/proc/` or `/sys/` or something?
Thank you!