<div dir="ltr">Looking through a bunch of the code for drivers using HID, It looks like everyone is using "ups.powersummary.runtimetoempty" to map to NUT's "battery.runtime" variable.<br><br>My question for you all is what units ups.powersummary.runtimetoempty is supposed to be in? This doc from USB.org: <a href="https://www.usb.org/sites/default/files/hut1_4.pdf">https://www.usb.org/sites/default/files/hut1_4.pdf</a> (Section 31.2) says minutes, but the NUT developer docs: <a href="https://networkupstools.org/docs/developer-guide.chunked/apas02.html">https://networkupstools.org/docs/developer-guide.chunked/apas02.html</a> (Section A.3) says battery.runtime is in seconds.<br><br>Is this just a case where real world UPS' are using seconds so we're stuck with it now? I guess it's being pedantic, but IMO trying to measure a UPS remaining runtime with accuracy is sort of silly. I noticed this because I'm cobbling together a personal project that has absurd capacity for the load, somewhere around 2-3 days from a fully charged battery and I'm using NUT's Arduino driver to report things. It's not critical that I be able to communicate that much remaining time, but I wanted to ask here about the difference.</div>