isVoltageLow

fun isVoltageLow(threshold: Double): Boolean

Checks if battery voltage is critically low.

Return

True if voltage is below threshold

Parameters

threshold

Minimum acceptable voltage (default: 11.0V)