/* Must be limited to 500 ms in RX-51 */ .max_flash_timeout = 500000, /* us */ /* Must be limited to 320 mA in RX-51 B3 and newer hardware */ .max_flash_intensity = 19, /* Must be limited to 50 mA in RX-51 */ .max_torch_intensity = 1,
_("Short-circut fault detected!\nTurning off flashlight.")); } else if (status & FLASHLIGHT_STATUS_OVERTEMPERATURE_FAULT) { flashlight_status_plugin_show_notification (plugin, _("Overtemperature fault detected!\nTurning off flashlight.")); } else if (status & FLASHLIGHT_STATUS_TIMEOUT_FAULT) { flashlight_status_plugin_show_notification (plugin, _("Timeout fault detected!\nTurning off flashlight.")); } else if (status & FLASHLIGHT_STATUS_OVERVOLTAGE_FAULT) { flashlight_status_plugin_show_notification (plugin, _("Overvoltage fault detected!\nTurning off flashlight."));