Validates power factor (0.1 to 1.0)
static String? powerFactor(String? value) { return range(value, 0.1, 1.0); }