nighttimeEnabled property

bool? nighttimeEnabled

Implementation

bool? get nighttimeEnabled => getProperty("nighttime_enabled") as bool?;
void nighttimeEnabled=(bool? value)

Implementation

set nighttimeEnabled(bool? value) => setControl("nighttime_enabled", value);