We're working some more on the English translation of Ukadoc, and have run into some issues with the Battery related events 🤔
OnBatteryNotify claims that the battery is considered low at 1/3, but the OnBatteryLow event says it activates at 20% battery. See the red highlighting in image.
The references for OnBatteryLow, OnBatteryChargingStart, and OnBatteryChargingStop all claim that these events activate when reference3 contains "critical", but that seems like it should only apply to OnBatteryCritical. See the blue highlighting in the image.
Also, OnBatteryNotify is marked as [NOTIFY], but it appears to use [GET]? At least in my rudimentary testing, if there's a case where it uses [NOTIFY] I am not sure what it is.