Type alias Pool

Pool: BaseSystemType & {
    backwashState: PoolBackWashState | null;
    filteringState: PoolFilteringState | null;
    waterTemperature: number | null;
    workingMode: PoolWorkingMode | null;
}

Type declaration

  • backwashState: PoolBackWashState | null

    The current backwash state

  • filteringState: PoolFilteringState | null

    The current filter state

  • waterTemperature: number | null

    The current water temperature as 0-100 C°

  • workingMode: PoolWorkingMode | null

    The current working mode

Generated using TypeDoc