Features
- Nordic PPK2 instrument support — The Nordic Semiconductor Power Profiler Kit II is now a supported watt-meter and energy-analyzer instrument, alongside the Joulescope JS220 and Yocto-Watt
lager watt <net> --box <box>reads instantaneous power (watts) from a PPK2lager energy <net> read --box <box> --duration <seconds>integrates energy (J, Wh) and charge (C, Ah) over a configurable durationlager energy <net> stats --box <box> --duration <seconds>computes mean/min/max/std statistics for current, voltage, and power- PPK2 devices are auto-detected by
lager instrumentsand can be added withlager nets add-all - Full Python API via
Net.get(name, type=NetType.WattMeter)andNet.get(name, type=NetType.EnergyAnalyzer)
Bug Fixes
- Fixed webcam MJPEG stream returning 404 for dashboard
/stream/{netName}requests - Fixed
Net.get()not resolving instrument location when saved net config usesaddressinstead oflocation
Improvements
lager energycommand now uses consistent argument order:lager energy <NETNAME> <subcommand> --options- Cleaner formatted output for energy read and stats commands

