floodAutomation property

bool? floodAutomation

Implementation

bool? get floodAutomation => getProperty("flood_automation") as bool?;
void floodAutomation=(bool? value)

Implementation

set floodAutomation(bool? value) => setControl("flood_automation", value);