export declare enum PoolAction {
    CycleChanelMode = 1,
    SetValveMode = 2,
    SetPoolSpaSelection = 3,
    SetHeaterMode = 4,
    SetHeaterSetTemperature = 5,
    SetLightingZoneMode = 6,
    SetLightingZoneColor = 7,
    SetActiveFavourite = 8,
    SetSolarMode = 9,
    SetSolarSetTemperature = 10,
    SendLightingZoneSync = 11,
    SetHeatCoolSelection = 12
}
//# sourceMappingURL=action.d.ts.map