maxIntensityNightAlert property

int? maxIntensityNightAlert

Implementation

int? get maxIntensityNightAlert =>
    getProperty("max_intensity_night_alert") as int?;
void maxIntensityNightAlert=(int? value)

Implementation

set maxIntensityNightAlert(int? value) =>
    setControl("max_intensity_night_alert", value);