diff --git a/README.md b/README.md index 1e6e81c..4454dde 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `0` | [src/types/bases.ts:4](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L4) | -| `Atw` | `1` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L5) | -| `Erv` | `3` | [src/types/bases.ts:6](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L6) | +| `Ata` | `0` | [src/types/bases.ts:4](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L4) | +| `Atw` | `1` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L5) | +| `Erv` | `3` | [src/types/bases.ts:6](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L6) | --- @@ -20,13 +20,13 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `auto` | `0` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L10) | -| `fast` | `4` | [src/types/bases.ts:11](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L11) | -| `moderate` | `3` | [src/types/bases.ts:12](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L12) | -| `silent` | `255` | [src/types/bases.ts:13](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L13) | -| `slow` | `2` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L14) | -| `very_fast` | `5` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L15) | -| `very_slow` | `1` | [src/types/bases.ts:16](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L16) | +| `auto` | `0` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L10) | +| `fast` | `4` | [src/types/bases.ts:11](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L11) | +| `moderate` | `3` | [src/types/bases.ts:12](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L12) | +| `silent` | `255` | [src/types/bases.ts:13](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L13) | +| `slow` | `2` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L14) | +| `very_fast` | `5` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L15) | +| `very_slow` | `1` | [src/types/bases.ts:16](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L16) | --- @@ -36,14 +36,14 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `auto` | `0` | [src/types/ata.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L33) | -| `center` | `3` | [src/types/ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L34) | -| `center_left` | `2` | [src/types/ata.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L35) | -| `center_right` | `4` | [src/types/ata.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L36) | -| `leftwards` | `1` | [src/types/ata.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L37) | -| `rightwards` | `5` | [src/types/ata.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L38) | -| `swing` | `12` | [src/types/ata.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L39) | -| `wide` | `8` | [src/types/ata.ts:40](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L40) | +| `auto` | `0` | [src/types/ata.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L33) | +| `center` | `3` | [src/types/ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L34) | +| `center_left` | `2` | [src/types/ata.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L35) | +| `center_right` | `4` | [src/types/ata.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L36) | +| `leftwards` | `1` | [src/types/ata.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L37) | +| `rightwards` | `5` | [src/types/ata.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L38) | +| `swing` | `12` | [src/types/ata.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L39) | +| `wide` | `8` | [src/types/ata.ts:40](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L40) | --- @@ -53,33 +53,33 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `bg` | `1` | [src/types/common.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L36) | -| `cs` | `2` | [src/types/common.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L37) | -| `da` | `3` | [src/types/common.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L38) | -| `de` | `4` | [src/types/common.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L39) | -| `el` | `22` | [src/types/common.ts:40](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L40) | -| `en` | `0` | [src/types/common.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L41) | -| `es` | `6` | [src/types/common.ts:42](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L42) | -| `et` | `5` | [src/types/common.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L43) | -| `fi` | `17` | [src/types/common.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L44) | -| `fr` | `7` | [src/types/common.ts:45](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L45) | -| `hr` | `23` | [src/types/common.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L46) | -| `hu` | `11` | [src/types/common.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L47) | -| `hy` | `8` | [src/types/common.ts:48](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L48) | -| `it` | `19` | [src/types/common.ts:49](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L49) | -| `lt` | `10` | [src/types/common.ts:50](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L50) | -| `lv` | `9` | [src/types/common.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L51) | -| `nl` | `12` | [src/types/common.ts:52](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L52) | -| `no` | `13` | [src/types/common.ts:53](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L53) | -| `pl` | `14` | [src/types/common.ts:54](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L54) | -| `pt` | `15` | [src/types/common.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L55) | -| `ro` | `24` | [src/types/common.ts:56](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L56) | -| `ru` | `16` | [src/types/common.ts:57](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L57) | -| `sl` | `25` | [src/types/common.ts:58](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L58) | -| `sq` | `26` | [src/types/common.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L59) | -| `sv` | `18` | [src/types/common.ts:60](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L60) | -| `tr` | `21` | [src/types/common.ts:61](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L61) | -| `uk` | `20` | [src/types/common.ts:62](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L62) | +| `bg` | `1` | [src/types/common.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L36) | +| `cs` | `2` | [src/types/common.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L37) | +| `da` | `3` | [src/types/common.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L38) | +| `de` | `4` | [src/types/common.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L39) | +| `el` | `22` | [src/types/common.ts:40](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L40) | +| `en` | `0` | [src/types/common.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L41) | +| `es` | `6` | [src/types/common.ts:42](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L42) | +| `et` | `5` | [src/types/common.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L43) | +| `fi` | `17` | [src/types/common.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L44) | +| `fr` | `7` | [src/types/common.ts:45](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L45) | +| `hr` | `23` | [src/types/common.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L46) | +| `hu` | `11` | [src/types/common.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L47) | +| `hy` | `8` | [src/types/common.ts:48](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L48) | +| `it` | `19` | [src/types/common.ts:49](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L49) | +| `lt` | `10` | [src/types/common.ts:50](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L50) | +| `lv` | `9` | [src/types/common.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L51) | +| `nl` | `12` | [src/types/common.ts:52](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L52) | +| `no` | `13` | [src/types/common.ts:53](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L53) | +| `pl` | `14` | [src/types/common.ts:54](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L54) | +| `pt` | `15` | [src/types/common.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L55) | +| `ro` | `24` | [src/types/common.ts:56](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L56) | +| `ru` | `16` | [src/types/common.ts:57](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L57) | +| `sl` | `25` | [src/types/common.ts:58](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L58) | +| `sq` | `26` | [src/types/common.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L59) | +| `sv` | `18` | [src/types/common.ts:60](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L60) | +| `tr` | `21` | [src/types/common.ts:61](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L61) | +| `uk` | `20` | [src/types/common.ts:62](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L62) | --- @@ -89,11 +89,11 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `auto` | `8` | [src/types/ata.ts:15](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L15) | -| `cool` | `3` | [src/types/ata.ts:16](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L16) | -| `dry` | `2` | [src/types/ata.ts:17](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L17) | -| `fan` | `7` | [src/types/ata.ts:18](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L18) | -| `heat` | `1` | [src/types/ata.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L19) | +| `auto` | `8` | [src/types/ata.ts:15](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L15) | +| `cool` | `3` | [src/types/ata.ts:16](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L16) | +| `dry` | `2` | [src/types/ata.ts:17](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L17) | +| `fan` | `7` | [src/types/ata.ts:18](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L18) | +| `heat` | `1` | [src/types/ata.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L19) | --- @@ -103,12 +103,12 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `cooling` | `3` | [src/types/atw.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L14) | -| `defrost` | `5` | [src/types/atw.ts:15](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L15) | -| `dhw` | `1` | [src/types/atw.ts:16](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L16) | -| `heating` | `2` | [src/types/atw.ts:17](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L17) | -| `idle` | `0` | [src/types/atw.ts:18](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L18) | -| `legionella` | `6` | [src/types/atw.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L19) | +| `cooling` | `3` | [src/types/atw.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L14) | +| `defrost` | `5` | [src/types/atw.ts:15](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L15) | +| `dhw` | `1` | [src/types/atw.ts:16](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L16) | +| `heating` | `2` | [src/types/atw.ts:17](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L17) | +| `idle` | `0` | [src/types/atw.ts:18](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L18) | +| `legionella` | `6` | [src/types/atw.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L19) | --- @@ -118,11 +118,11 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `curve` | `2` | [src/types/atw.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L23) | -| `flow` | `1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L24) | -| `flow_cool` | `4` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L25) | -| `room` | `0` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L26) | -| `room_cool` | `3` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L27) | +| `curve` | `2` | [src/types/atw.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L23) | +| `flow` | `1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L24) | +| `flow_cool` | `4` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L25) | +| `room` | `0` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L26) | +| `room_cool` | `3` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L27) | --- @@ -132,9 +132,9 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `auto` | `2` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L15) | -| `bypass` | `1` | [src/types/erv.ts:16](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L16) | -| `recovery` | `0` | [src/types/erv.ts:17](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L17) | +| `auto` | `2` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L15) | +| `bypass` | `1` | [src/types/erv.ts:16](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L16) | +| `recovery` | `0` | [src/types/erv.ts:17](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L17) | --- @@ -144,13 +144,13 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `auto` | `0` | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L23) | -| `downwards` | `5` | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L24) | -| `mid_high` | `2` | [src/types/ata.ts:25](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L25) | -| `mid_low` | `4` | [src/types/ata.ts:26](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L26) | -| `middle` | `3` | [src/types/ata.ts:27](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L27) | -| `swing` | `7` | [src/types/ata.ts:28](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L28) | -| `upwards` | `1` | [src/types/ata.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L29) | +| `auto` | `0` | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L23) | +| `downwards` | `5` | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L24) | +| `mid_high` | `2` | [src/types/ata.ts:25](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L25) | +| `mid_low` | `4` | [src/types/ata.ts:26](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L26) | +| `middle` | `3` | [src/types/ata.ts:27](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L27) | +| `swing` | `7` | [src/types/ata.ts:28](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L28) | +| `upwards` | `1` | [src/types/ata.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L29) | ## Classes @@ -189,21 +189,21 @@ new AreaFacade(api: default, model: AreaModelAny): AreaFacade ###### Defined in -[src/facades/base.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L101) +[src/facades/base.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L101) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | -------------------------- | ----------- | -------------------------------------------- | ------------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L89) | -| `frostProtectionLocation` | `readonly` | `"AreaIds"` | `'AreaIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/area.ts:10](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/area.ts#L10) | -| `holidayModeLocation` | `readonly` | `"Areas"` | `'Areas'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/area.ts:12](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/area.ts#L12) | -| `id` | `readonly` | `number` | `undefined` | - | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `readonly` | _typeof_ [`AreaModel`](README.md#areamodelt) | `AreaModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/area.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/area.ts#L14) | -| `setAtaGroupSpecification` | `readonly` | `"AreaID"` | `'AreaID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/area.ts:16](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/area.ts#L16) | -| `tableName` | `readonly` | `"Area"` | `'Area'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/area.ts:18](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/area.ts#L18) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `frostProtectionLocation` | `readonly` | `"AreaIds"` | `'AreaIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/area.ts:10](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/area.ts#L10) | +| `holidayModeLocation` | `readonly` | `"Areas"` | `'Areas'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/area.ts:12](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/area.ts#L12) | +| `id` | `readonly` | `number` | `undefined` | - | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `readonly` | _typeof_ [`AreaModel`](README.md#areamodelt) | `AreaModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/area.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/area.ts#L14) | +| `setAtaGroupSpecification` | `readonly` | `"AreaID"` | `'AreaID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/area.ts:16](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/area.ts#L16) | +| `tableName` | `readonly` | `"Area"` | `'Area'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/area.ts:18](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/area.ts#L18) | #### Accessors @@ -223,7 +223,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### name @@ -245,7 +245,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) #### Methods @@ -269,7 +269,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L36) +[src/facades/base_super_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L36) ##### getErrors() @@ -302,7 +302,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -324,7 +324,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -346,7 +346,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -376,7 +376,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L162) +[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L162) ###### getTiles(select) @@ -410,7 +410,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L163) +[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L163) ##### getWifiReport() @@ -438,7 +438,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### setAta() @@ -466,7 +466,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L55) +[src/facades/base_super_device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L55) ##### setFrostProtection() @@ -501,7 +501,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -538,7 +538,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -566,7 +566,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -590,10 +590,10 @@ setPower(enabled: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | ------------------ | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `buildingId` | `readonly` | `number` | - | [src/models/area.ts:17](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L17) | -| `floorId` | `readonly` | `null` \| `number` | - | [src/models/area.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L19) | -| `id` | `readonly` | `number` | [`IAreaModel`](README.md#iareamodel).`id` [`BaseModel`](README.md#basemodel).`id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | [`IAreaModel`](README.md#iareamodel).`name` [`BaseModel`](README.md#basemodel).`name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L6) | +| `buildingId` | `readonly` | `number` | - | [src/models/area.ts:17](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L17) | +| `floorId` | `readonly` | `null` \| `number` | - | [src/models/area.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L19) | +| `id` | `readonly` | `number` | [`IAreaModel`](README.md#iareamodel).`id` [`BaseModel`](README.md#basemodel).`id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | [`IAreaModel`](README.md#iareamodel).`name` [`BaseModel`](README.md#basemodel).`name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L6) | #### Accessors @@ -613,7 +613,7 @@ get building(): undefined | BuildingModel ###### Defined in -[src/models/area.ts:32](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L32) +[src/models/area.ts:32](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L32) ##### deviceIds @@ -631,7 +631,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/area.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L36) +[src/models/area.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L36) ##### devices @@ -649,7 +649,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/models/area.ts:40](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L40) +[src/models/area.ts:40](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L40) ##### floor @@ -667,7 +667,7 @@ get floor(): undefined | null | FloorModel ###### Defined in -[src/models/area.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L44) +[src/models/area.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L44) #### Methods @@ -683,7 +683,7 @@ static getAll(): AreaModelAny[] ###### Defined in -[src/models/area.ts:48](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L48) +[src/models/area.ts:48](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L48) ##### getByBuildingId() @@ -703,7 +703,7 @@ static getByBuildingId(id: number): AreaModelAny[] ###### Defined in -[src/models/area.ts:52](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L52) +[src/models/area.ts:52](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L52) ##### getByFloorId() @@ -723,7 +723,7 @@ static getByFloorId(id: number): AreaModelAny[] ###### Defined in -[src/models/area.ts:56](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L56) +[src/models/area.ts:56](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L56) ##### getById() @@ -743,7 +743,7 @@ static getById(id: number): undefined | AreaModelAny ###### Defined in -[src/models/area.ts:60](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L60) +[src/models/area.ts:60](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L60) ##### getByName() @@ -763,7 +763,7 @@ static getByName(name: string): undefined | AreaModelAny ###### Defined in -[src/models/area.ts:64](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L64) +[src/models/area.ts:64](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L64) ##### upsert() @@ -783,7 +783,7 @@ static upsert(area: AreaDataAny): void ###### Defined in -[src/models/area.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L68) +[src/models/area.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L68) --- @@ -834,34 +834,34 @@ new BaseDeviceFacade(api: default, model: DeviceModel): BaseDeviceFacade | `undefined` | - | - | [src/facades/device.ts:117](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L117) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | [`BaseFacade`](README.md#basefacadet).`frostProtectionLocation` | - | [src/facades/device.ts:107](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L107) | -| `hasZone2` | `readonly` | `boolean` | `false` | - | - | [src/facades/device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L103) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | [`BaseFacade`](README.md#basefacadet).`holidayModeLocation` | - | [src/facades/device.ts:109](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L109) | -| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` [`BaseFacade`](README.md#basefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseFacade`](README.md#basefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseFacade`](README.md#basefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `readonly` | (`__namedParameters`: [`ListDevice`](README.md#listdevice)\[`T`\]) => [`DeviceModel`](README.md#devicemodelt)\<`T`\> | `undefined` | [`BaseFacade`](README.md#basefacadet).`modelClass` | - | [src/facades/device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L111) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseFacade`](README.md#basefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `canCool` | `readonly` | `boolean` | `false` | - | - | [src/facades/device.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L101) | +| `flags` | `abstract` | `Record`\ | `undefined` | - | - | [src/facades/device.ts:117](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L117) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | [`BaseFacade`](README.md#basefacadet).`frostProtectionLocation` | - | [src/facades/device.ts:107](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L107) | +| `hasZone2` | `readonly` | `boolean` | `false` | - | - | [src/facades/device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L103) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | [`BaseFacade`](README.md#basefacadet).`holidayModeLocation` | - | [src/facades/device.ts:109](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L109) | +| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` [`BaseFacade`](README.md#basefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseFacade`](README.md#basefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseFacade`](README.md#basefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `readonly` | (`__namedParameters`: [`ListDevice`](README.md#listdevice)\[`T`\]) => [`DeviceModel`](README.md#devicemodelt)\<`T`\> | `undefined` | [`BaseFacade`](README.md#basefacadet).`modelClass` | - | [src/facades/device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L111) | | `modelClass.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L63) | -| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L67) | -| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L71) | -| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L75) | -| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L79) | -| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L83) | -| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L87) | -| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L95) | -| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L99) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | [`BaseFacade`](README.md#basefacadet).`tableName` | - | [src/facades/device.ts:113](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L113) | -| `type` | `readonly` | `T` | `undefined` | - | - | [src/facades/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L105) | +| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L63) | +| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L67) | +| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L71) | +| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L75) | +| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L79) | +| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L83) | +| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L87) | +| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L95) | +| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L99) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | [`BaseFacade`](README.md#basefacadet).`tableName` | - | [src/facades/device.ts:113](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L113) | +| `type` | `readonly` | `T` | `undefined` | - | - | [src/facades/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L105) | #### Accessors @@ -881,7 +881,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/device.ts:129](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L129) +[src/facades/device.ts:129](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L129) ##### model @@ -899,7 +899,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### name @@ -921,7 +921,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) ##### setData @@ -935,7 +935,7 @@ get protected setData(): Required ###### Defined in -[src/facades/device.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L137) +[src/facades/device.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L137) ##### values @@ -953,7 +953,7 @@ get values(): Values[T] ###### Defined in -[src/facades/device.ts:133](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L133) +[src/facades/device.ts:133](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L133) #### Methods @@ -973,7 +973,7 @@ fetch(): Promise ###### Defined in -[src/facades/device.ts:155](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L155) +[src/facades/device.ts:155](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L155) ##### get() @@ -991,7 +991,7 @@ get(): Promise ###### Defined in -[src/facades/device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L160) +[src/facades/device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L160) ##### getEnergyReport() @@ -1020,7 +1020,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/device.ts:197](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L197) +[src/facades/device.ts:197](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L197) ##### getErrors() @@ -1053,7 +1053,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -1075,7 +1075,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -1097,7 +1097,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -1127,7 +1127,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/device.ts:218](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L218) +[src/facades/device.ts:218](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L218) ###### getTiles(select) @@ -1155,7 +1155,7 @@ getTiles(select: true | DeviceModel): Promise> ###### Defined in -[src/facades/device.ts:219](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L219) +[src/facades/device.ts:219](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L219) ##### getWifiReport() @@ -1183,7 +1183,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### handle() @@ -1203,7 +1203,7 @@ protected handle(data: Partial): UpdateDeviceData[T] ###### Defined in -[src/facades/device.ts:233](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L233) +[src/facades/device.ts:233](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L233) ##### set() @@ -1227,7 +1227,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/device.ts:169](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L169) +[src/facades/device.ts:169](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L169) ##### setFrostProtection() @@ -1262,7 +1262,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -1299,7 +1299,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -1327,7 +1327,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -1369,21 +1369,21 @@ new BaseFacade(api: default, model: T): BaseFacade ###### Defined in -[src/facades/base.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L101) +[src/facades/base.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L101) #### Properties | Property | Modifier | Type | Default value | Defined in | | -------------------------- | ----------- | -------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L89) | -| `frostProtectionLocation` | `abstract` | keyof [`FrostProtectionLocation`](README.md#frostprotectionlocation) | `undefined` | [src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L91) | -| `holidayModeLocation` | `abstract` | keyof [`HolidayModeLocation`](README.md#holidaymodelocation) | `undefined` | [src/facades/base.ts:93](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L93) | -| `id` | `readonly` | `number` | `undefined` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `abstract` | \{ `getById`: (`id`: `number`) => `undefined` \| `T`; \} | `undefined` | [src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L95) | -| `modelClass.getById` | `public` | (`id`: `number`) => `undefined` \| `T` | `undefined` | [src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L96) | -| `tableName` | `abstract` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | `undefined` | [src/facades/base.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L99) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `frostProtectionLocation` | `abstract` | keyof [`FrostProtectionLocation`](README.md#frostprotectionlocation) | `undefined` | [src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L91) | +| `holidayModeLocation` | `abstract` | keyof [`HolidayModeLocation`](README.md#holidaymodelocation) | `undefined` | [src/facades/base.ts:93](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L93) | +| `id` | `readonly` | `number` | `undefined` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `abstract` | \{ `getById`: (`id`: `number`) => `undefined` \| `T`; \} | `undefined` | [src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L95) | +| `modelClass.getById` | `public` | (`id`: `number`) => `undefined` \| `T` | `undefined` | [src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L96) | +| `tableName` | `abstract` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | `undefined` | [src/facades/base.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L99) | #### Accessors @@ -1399,7 +1399,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### name @@ -1417,7 +1417,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) #### Methods @@ -1448,7 +1448,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -1466,7 +1466,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -1484,7 +1484,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -1510,7 +1510,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L162) +[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L162) ###### getTiles(select) @@ -1540,7 +1540,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L163) +[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L163) ##### getWifiReport() @@ -1564,7 +1564,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### setFrostProtection() @@ -1595,7 +1595,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -1628,7 +1628,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -1652,7 +1652,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -1694,14 +1694,14 @@ protected new BaseModel(__namedParameters: { ###### Defined in -[src/models/base.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L8) +[src/models/base.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L8) #### Properties | Property | Modifier | Type | Defined in | | -------- | ---------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | `readonly` | `number` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L6) | +| `id` | `readonly` | `number` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L6) | --- @@ -1752,22 +1752,22 @@ new BaseSuperDeviceFacade(api: default, model: T): BaseSuperDeviceFacade ###### Defined in -[src/facades/base.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L101) +[src/facades/base.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L101) #### Properties | Property | Modifier | Type | Default value | Inherited from | Defined in | | -------------------------- | ----------- | -------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | [`BaseFacade`](README.md#basefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L89) | -| `frostProtectionLocation` | `abstract` | keyof [`FrostProtectionLocation`](README.md#frostprotectionlocation) | `undefined` | [`BaseFacade`](README.md#basefacadet).`frostProtectionLocation` | [src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L91) | -| `holidayModeLocation` | `abstract` | keyof [`HolidayModeLocation`](README.md#holidaymodelocation) | `undefined` | [`BaseFacade`](README.md#basefacadet).`holidayModeLocation` | [src/facades/base.ts:93](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L93) | -| `id` | `readonly` | `number` | `undefined` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseFacade`](README.md#basefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | [`BaseFacade`](README.md#basefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | [`BaseFacade`](README.md#basefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `abstract` | \{ `getById`: (`id`: `number`) => `undefined` \| `T`; \} | `undefined` | [`BaseFacade`](README.md#basefacadet).`modelClass` | [src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L95) | -| `modelClass.getById` | `public` | (`id`: `number`) => `undefined` \| `T` | `undefined` | - | [src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L96) | -| `setAtaGroupSpecification` | `abstract` | keyof [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | `undefined` | - | [src/facades/base_super_device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L33) | -| `tableName` | `abstract` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | `undefined` | [`BaseFacade`](README.md#basefacadet).`tableName` | [src/facades/base.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L99) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | [`BaseFacade`](README.md#basefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `frostProtectionLocation` | `abstract` | keyof [`FrostProtectionLocation`](README.md#frostprotectionlocation) | `undefined` | [`BaseFacade`](README.md#basefacadet).`frostProtectionLocation` | [src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L91) | +| `holidayModeLocation` | `abstract` | keyof [`HolidayModeLocation`](README.md#holidaymodelocation) | `undefined` | [`BaseFacade`](README.md#basefacadet).`holidayModeLocation` | [src/facades/base.ts:93](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L93) | +| `id` | `readonly` | `number` | `undefined` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseFacade`](README.md#basefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | [`BaseFacade`](README.md#basefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | [`BaseFacade`](README.md#basefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `abstract` | \{ `getById`: (`id`: `number`) => `undefined` \| `T`; \} | `undefined` | [`BaseFacade`](README.md#basefacadet).`modelClass` | [src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L95) | +| `modelClass.getById` | `public` | (`id`: `number`) => `undefined` \| `T` | `undefined` | - | [src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L96) | +| `setAtaGroupSpecification` | `abstract` | keyof [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | `undefined` | - | [src/facades/base_super_device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L33) | +| `tableName` | `abstract` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | `undefined` | [`BaseFacade`](README.md#basefacadet).`tableName` | [src/facades/base.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L99) | #### Accessors @@ -1787,7 +1787,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### name @@ -1809,7 +1809,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) #### Methods @@ -1829,7 +1829,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L36) +[src/facades/base_super_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L36) ##### getErrors() @@ -1862,7 +1862,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -1884,7 +1884,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -1906,7 +1906,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -1936,7 +1936,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L162) +[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L162) ###### getTiles(select) @@ -1970,7 +1970,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L163) +[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L163) ##### getWifiReport() @@ -1998,7 +1998,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### setAta() @@ -2022,7 +2022,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L55) +[src/facades/base_super_device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L55) ##### setFrostProtection() @@ -2057,7 +2057,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -2094,7 +2094,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -2122,7 +2122,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -2161,21 +2161,21 @@ new BuildingFacade(api: default, model: BuildingModel): BuildingFacade ###### Defined in -[src/facades/building.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/building.ts#L23) +[src/facades/building.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/building.ts#L23) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | -------------------------- | ----------- | --------------------------------------------------- | --------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L89) | -| `frostProtectionLocation` | `readonly` | `"BuildingIds"` | `'BuildingIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/building.ts:13](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/building.ts#L13) | -| `holidayModeLocation` | `readonly` | `"Buildings"` | `'Buildings'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/building.ts:15](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/building.ts#L15) | -| `id` | `readonly` | `number` | `undefined` | - | [`IBuildingFacade`](README.md#ibuildingfacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `readonly` | _typeof_ [`BuildingModel`](README.md#buildingmodel) | `BuildingModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/building.ts:17](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/building.ts#L17) | -| `setAtaGroupSpecification` | `readonly` | `"BuildingID"` | `'BuildingID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/building.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/building.ts#L19) | -| `tableName` | `readonly` | `"Building"` | `'Building'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/building.ts:21](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/building.ts#L21) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `frostProtectionLocation` | `readonly` | `"BuildingIds"` | `'BuildingIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/building.ts:13](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/building.ts#L13) | +| `holidayModeLocation` | `readonly` | `"Buildings"` | `'Buildings'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/building.ts:15](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/building.ts#L15) | +| `id` | `readonly` | `number` | `undefined` | - | [`IBuildingFacade`](README.md#ibuildingfacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `readonly` | _typeof_ [`BuildingModel`](README.md#buildingmodel) | `BuildingModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/building.ts:17](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/building.ts#L17) | +| `setAtaGroupSpecification` | `readonly` | `"BuildingID"` | `'BuildingID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/building.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/building.ts#L19) | +| `tableName` | `readonly` | `"Building"` | `'Building'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/building.ts:21](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/building.ts#L21) | #### Accessors @@ -2195,7 +2195,7 @@ get data(): ZoneSettings ###### Defined in -[src/facades/building.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/building.ts#L29) +[src/facades/building.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/building.ts#L29) ##### model @@ -2213,7 +2213,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### name @@ -2235,7 +2235,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) #### Methods @@ -2255,7 +2255,7 @@ fetch(): Promise ###### Defined in -[src/facades/building.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/building.ts#L34) +[src/facades/building.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/building.ts#L34) ##### getAta() @@ -2277,7 +2277,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L36) +[src/facades/base_super_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L36) ##### getErrors() @@ -2310,7 +2310,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -2332,7 +2332,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -2354,7 +2354,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -2384,7 +2384,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L162) +[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L162) ###### getTiles(select) @@ -2418,7 +2418,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L163) +[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L163) ##### getWifiReport() @@ -2446,7 +2446,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### setAta() @@ -2474,7 +2474,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L55) +[src/facades/base_super_device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L55) ##### setFrostProtection() @@ -2509,7 +2509,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -2546,7 +2546,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -2574,7 +2574,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -2592,9 +2592,9 @@ setPower(enabled: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | -------- | ---------- | ---------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| `data` | `readonly` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/building.ts:12](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L12) | -| `id` | `readonly` | `number` | [`IBuildingModel`](README.md#ibuildingmodel).`id` [`BaseModel`](README.md#basemodel).`id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | [`IBuildingModel`](README.md#ibuildingmodel).`name` [`BaseModel`](README.md#basemodel).`name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L6) | +| `data` | `readonly` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/building.ts:12](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L12) | +| `id` | `readonly` | `number` | [`IBuildingModel`](README.md#ibuildingmodel).`id` [`BaseModel`](README.md#basemodel).`id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | [`IBuildingModel`](README.md#ibuildingmodel).`name` [`BaseModel`](README.md#basemodel).`name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L6) | #### Accessors @@ -2614,7 +2614,7 @@ get areaIds(): number[] ###### Defined in -[src/models/building.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L19) +[src/models/building.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L19) ##### areas @@ -2632,7 +2632,7 @@ get areas(): AreaModelAny[] ###### Defined in -[src/models/building.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L23) +[src/models/building.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L23) ##### deviceIds @@ -2650,7 +2650,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/building.ts:27](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L27) +[src/models/building.ts:27](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L27) ##### devices @@ -2668,7 +2668,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/models/building.ts:31](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L31) +[src/models/building.ts:31](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L31) ##### floorIds @@ -2686,7 +2686,7 @@ get floorIds(): number[] ###### Defined in -[src/models/building.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L35) +[src/models/building.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L35) ##### floors @@ -2704,7 +2704,7 @@ get floors(): FloorModel[] ###### Defined in -[src/models/building.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L39) +[src/models/building.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L39) #### Methods @@ -2720,7 +2720,7 @@ static getAll(): BuildingModel[] ###### Defined in -[src/models/building.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L43) +[src/models/building.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L43) ##### getById() @@ -2740,7 +2740,7 @@ static getById(id: number): undefined | BuildingModel ###### Defined in -[src/models/building.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L47) +[src/models/building.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L47) ##### getByName() @@ -2760,7 +2760,7 @@ static getByName(name: string): undefined | BuildingModel ###### Defined in -[src/models/building.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L51) +[src/models/building.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L51) ##### upsert() @@ -2780,7 +2780,7 @@ static upsert(building: BuildingData): void ###### Defined in -[src/models/building.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/building.ts#L55) +[src/models/building.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/building.ts#L55) --- @@ -2794,8 +2794,8 @@ static upsert(building: BuildingData): void | Property | Modifier | Type | Defined in | | ----------------- | ---------- | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `onSync?` | `readonly` | () => `Promise`\<`void`\> | [src/services/api.ts:91](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L91) | -| `settingManager?` | `readonly` | [`SettingManager`](README.md#settingmanager) | [src/services/api.ts:93](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L93) | +| `onSync?` | `readonly` | () => `Promise`\<`void`\> | [src/services/api.ts:91](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L91) | +| `settingManager?` | `readonly` | [`SettingManager`](README.md#settingmanager) | [src/services/api.ts:93](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L93) | #### Methods @@ -2815,7 +2815,7 @@ applyFetch(): Promise ###### Defined in -[src/services/api.ts:153](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L153) +[src/services/api.ts:153](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L153) ##### applyLogin() @@ -2839,7 +2839,7 @@ applyLogin(data?: LoginCredentials): Promise ###### Defined in -[src/services/api.ts:182](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L182) +[src/services/api.ts:182](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L182) ##### clearSync() @@ -2857,7 +2857,7 @@ clearSync(): void ###### Defined in -[src/services/api.ts:196](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L196) +[src/services/api.ts:196](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L196) ##### fetch() @@ -2875,7 +2875,7 @@ fetch(): Promise<{ | Name | Type | Defined in | | ------ | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`Building`](README.md#building-3)[] | [src/services/api.ts:203](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L203) | +| `data` | [`Building`](README.md#building-3)[] | [src/services/api.ts:203](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L203) | ###### Implementation of @@ -2883,7 +2883,7 @@ fetch(): Promise<{ ###### Defined in -[src/services/api.ts:203](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L203) +[src/services/api.ts:203](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L203) ##### get() @@ -2910,7 +2910,7 @@ get(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`GetDeviceDataAta`](README.md#getdevicedataata) \| [`GetDeviceDataAtw`](README.md#getdevicedataatw) \| [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/services/api.ts:211](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L211) | +| `data` | [`GetDeviceDataAta`](README.md#getdevicedataata) \| [`GetDeviceDataAtw`](README.md#getdevicedataatw) \| [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/services/api.ts:211](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L211) | ###### Implementation of @@ -2918,7 +2918,7 @@ get(__namedParameters: { ###### Defined in -[src/services/api.ts:207](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L207) +[src/services/api.ts:207](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L207) ##### getAta() @@ -2945,7 +2945,7 @@ getAta(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`GetGroupAtaData`](README.md#getgroupatadata) | [src/services/api.ts:219](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L219) | +| `data` | [`GetGroupAtaData`](README.md#getgroupatadata) | [src/services/api.ts:219](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L219) | ###### Implementation of @@ -2953,7 +2953,7 @@ getAta(__namedParameters: { ###### Defined in -[src/services/api.ts:215](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L215) +[src/services/api.ts:215](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L215) ##### getEnergyReport() @@ -2980,7 +2980,7 @@ getEnergyReport(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw) | [src/services/api.ts:231](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L231) | +| `data` | [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw) | [src/services/api.ts:231](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L231) | ###### Implementation of @@ -2988,7 +2988,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/services/api.ts:227](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L227) +[src/services/api.ts:227](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L227) ##### getErrors() @@ -3015,7 +3015,7 @@ getErrors(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[] | [src/services/api.ts:239](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L239) | +| `data` | [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[] | [src/services/api.ts:239](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L239) | ###### Implementation of @@ -3023,7 +3023,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/services/api.ts:235](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L235) +[src/services/api.ts:235](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L235) ##### getFrostProtection() @@ -3050,7 +3050,7 @@ getFrostProtection(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`FrostProtectionData`](README.md#frostprotectiondata) | [src/services/api.ts:247](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L247) | +| `data` | [`FrostProtectionData`](README.md#frostprotectiondata) | [src/services/api.ts:247](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L247) | ###### Implementation of @@ -3058,7 +3058,7 @@ getFrostProtection(__namedParameters: { ###### Defined in -[src/services/api.ts:243](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L243) +[src/services/api.ts:243](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L243) ##### getHolidayMode() @@ -3085,7 +3085,7 @@ getHolidayMode(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`HolidayModeData`](README.md#holidaymodedata) | [src/services/api.ts:257](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L257) | +| `data` | [`HolidayModeData`](README.md#holidaymodedata) | [src/services/api.ts:257](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L257) | ###### Implementation of @@ -3093,7 +3093,7 @@ getHolidayMode(__namedParameters: { ###### Defined in -[src/services/api.ts:253](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L253) +[src/services/api.ts:253](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L253) ##### getTiles() @@ -3122,7 +3122,7 @@ getTiles(__namedParameters: { | Name | Type | Defined in | | ------ | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`TilesData`](README.md#tilesdatat)\<`null`\> | [src/services/api.ts:267](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L267) | +| `data` | [`TilesData`](README.md#tilesdatat)\<`null`\> | [src/services/api.ts:267](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L267) | ###### Implementation of @@ -3130,7 +3130,7 @@ getTiles(__namedParameters: { ###### Defined in -[src/services/api.ts:263](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L263) +[src/services/api.ts:263](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L263) ###### getTiles(\_\_namedParameters) @@ -3163,7 +3163,7 @@ getTiles(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`TilesData`](README.md#tilesdatat)\<`T`\> | [src/services/api.ts:273](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L273) | +| `data` | [`TilesData`](README.md#tilesdatat)\<`T`\> | [src/services/api.ts:273](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L273) | ###### Implementation of @@ -3171,7 +3171,7 @@ getTiles(__namedParameters: { ###### Defined in -[src/services/api.ts:269](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L269) +[src/services/api.ts:269](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L269) ##### getWifiReport() @@ -3198,7 +3198,7 @@ getWifiReport(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`WifiData`](README.md#wifidata) | [src/services/api.ts:287](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L287) | +| `data` | [`WifiData`](README.md#wifidata) | [src/services/api.ts:287](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L287) | ###### Implementation of @@ -3206,7 +3206,7 @@ getWifiReport(__namedParameters: { ###### Defined in -[src/services/api.ts:283](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L283) +[src/services/api.ts:283](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L283) ##### login() @@ -3233,7 +3233,7 @@ login(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`LoginData`](README.md#logindata) | [src/services/api.ts:295](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L295) | +| `data` | [`LoginData`](README.md#logindata) | [src/services/api.ts:295](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L295) | ###### Implementation of @@ -3241,7 +3241,7 @@ login(__namedParameters: { ###### Defined in -[src/services/api.ts:291](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L291) +[src/services/api.ts:291](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L291) ##### set() @@ -3276,7 +3276,7 @@ set(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SetDeviceData`](README.md#setdevicedata)\[`T`\] | [src/services/api.ts:309](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L309) | +| `data` | [`SetDeviceData`](README.md#setdevicedata)\[`T`\] | [src/services/api.ts:309](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L309) | ###### Implementation of @@ -3284,7 +3284,7 @@ set(__namedParameters: { ###### Defined in -[src/services/api.ts:303](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L303) +[src/services/api.ts:303](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L303) ##### setAta() @@ -3311,7 +3311,7 @@ setAta(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:317](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L317) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:317](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L317) | ###### Implementation of @@ -3319,7 +3319,7 @@ setAta(__namedParameters: { ###### Defined in -[src/services/api.ts:313](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L313) +[src/services/api.ts:313](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L313) ##### setFrostProtection() @@ -3346,7 +3346,7 @@ setFrostProtection(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:329](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L329) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:329](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L329) | ###### Implementation of @@ -3354,7 +3354,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/services/api.ts:325](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L325) +[src/services/api.ts:325](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L325) ##### setHolidayMode() @@ -3381,7 +3381,7 @@ setHolidayMode(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:337](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L337) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:337](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L337) | ###### Implementation of @@ -3389,7 +3389,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/services/api.ts:333](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L333) +[src/services/api.ts:333](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L333) ##### setLanguage() @@ -3413,7 +3413,7 @@ setLanguage(value: string): Promise<{ | Name | Type | Defined in | | ------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | `boolean` | [src/services/api.ts:341](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L341) | +| `data` | `boolean` | [src/services/api.ts:341](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L341) | ###### Implementation of @@ -3421,7 +3421,7 @@ setLanguage(value: string): Promise<{ ###### Defined in -[src/services/api.ts:341](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L341) +[src/services/api.ts:341](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L341) ##### setPower() @@ -3448,7 +3448,7 @@ setPower(__namedParameters: { | Name | Type | Defined in | | ------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | `boolean` | [src/services/api.ts:356](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L356) | +| `data` | `boolean` | [src/services/api.ts:356](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L356) | ###### Implementation of @@ -3456,7 +3456,7 @@ setPower(__namedParameters: { ###### Defined in -[src/services/api.ts:352](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L352) +[src/services/api.ts:352](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L352) ##### create() @@ -3476,7 +3476,7 @@ static create(config: APIConfig): Promise ###### Defined in -[src/services/api.ts:147](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/api.ts#L147) +[src/services/api.ts:147](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/api.ts#L147) --- @@ -3511,34 +3511,34 @@ new DeviceFacadeAta(api: default, model: DeviceModel<"Ata">): DeviceFacadeAta ###### Defined in -[src/facades/device.ts:119](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L119) +[src/facades/device.ts:119](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L119) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | ---------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------ | --------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L89) | -| `canCool` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | [src/facades/device.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L101) | -| `flags` | `readonly` | `Record`\ | `flagsAta` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_ata.ts:5](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L5) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/device.ts:107](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L107) | -| `hasZone2` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | [src/facades/device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L103) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/device.ts:109](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L109) | -| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceAta`](README.md#listdeviceata)) => [`DeviceModel`](README.md#devicemodelt)\<`"Ata"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L111) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `canCool` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | [src/facades/device.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L101) | +| `flags` | `readonly` | `Record`\ | `flagsAta` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_ata.ts:5](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L5) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/device.ts:107](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L107) | +| `hasZone2` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | [src/facades/device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L103) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/device.ts:109](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L109) | +| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceAta`](README.md#listdeviceata)) => [`DeviceModel`](README.md#devicemodelt)\<`"Ata"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L111) | | `modelClass.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L63) | -| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L67) | -| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L71) | -| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L75) | -| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L79) | -| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L83) | -| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L87) | -| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L95) | -| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L99) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/device.ts:113](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L113) | -| `type` | `readonly` | `"Ata"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L105) | +| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L63) | +| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L67) | +| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L71) | +| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L75) | +| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L79) | +| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L83) | +| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L87) | +| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L95) | +| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L99) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/device.ts:113](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L113) | +| `type` | `readonly` | `"Ata"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L105) | #### Accessors @@ -3546,7 +3546,7 @@ new DeviceFacadeAta(api: default, model: DeviceModel<"Ata">): DeviceFacadeAta ###### Defined in -[src/facades/device_ata.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L8) +[src/facades/device_ata.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L8) ##### data @@ -3564,25 +3564,25 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/device.ts:129](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L129) +[src/facades/device.ts:129](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L129) ##### fan ###### Defined in -[src/facades/device_ata.ts:11](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L11) +[src/facades/device_ata.ts:11](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L11) ##### horizontal ###### Defined in -[src/facades/device_ata.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L14) +[src/facades/device_ata.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L14) ##### mode ###### Defined in -[src/facades/device_ata.ts:17](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L17) +[src/facades/device_ata.ts:17](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L17) ##### model @@ -3600,7 +3600,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### name @@ -3618,19 +3618,19 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) ##### outdoorTemperature ###### Defined in -[src/facades/device_ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L20) +[src/facades/device_ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L20) ##### power ###### Defined in -[src/facades/device_ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L23) +[src/facades/device_ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L23) ##### setData @@ -3648,19 +3648,19 @@ get protected setData(): Required ###### Defined in -[src/facades/device.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L137) +[src/facades/device.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L137) ##### targetTemperature ###### Defined in -[src/facades/device_ata.ts:26](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L26) +[src/facades/device_ata.ts:26](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L26) ##### temperature ###### Defined in -[src/facades/device_ata.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L29) +[src/facades/device_ata.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L29) ##### values @@ -3678,13 +3678,13 @@ get values(): Values[T] ###### Defined in -[src/facades/device.ts:133](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L133) +[src/facades/device.ts:133](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L133) ##### vertical ###### Defined in -[src/facades/device_ata.ts:32](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L32) +[src/facades/device_ata.ts:32](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L32) #### Methods @@ -3704,7 +3704,7 @@ fetch(): Promise ###### Defined in -[src/facades/device.ts:155](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L155) +[src/facades/device.ts:155](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L155) ##### get() @@ -3722,7 +3722,7 @@ get(): Promise ###### Defined in -[src/facades/device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L160) +[src/facades/device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L160) ##### getEnergyReport() @@ -3751,7 +3751,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/device.ts:197](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L197) +[src/facades/device.ts:197](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L197) ##### getErrors() @@ -3780,7 +3780,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -3798,7 +3798,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -3816,7 +3816,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -3842,7 +3842,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/device.ts:218](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L218) +[src/facades/device.ts:218](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L218) ###### getTiles(select) @@ -3866,7 +3866,7 @@ getTiles(select: true | DeviceModel<"Ata">): Promise> ###### Defined in -[src/facades/device.ts:219](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L219) +[src/facades/device.ts:219](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L219) ##### getWifiReport() @@ -3890,7 +3890,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### handle() @@ -3914,7 +3914,7 @@ protected handle(data: Partial): UpdateDeviceDataAta ###### Defined in -[src/facades/device_ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_ata.ts#L34) +[src/facades/device_ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_ata.ts#L34) ##### set() @@ -3938,7 +3938,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/device.ts:169](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L169) +[src/facades/device.ts:169](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L169) ##### setFrostProtection() @@ -3969,7 +3969,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -4002,7 +4002,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -4026,7 +4026,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -4061,34 +4061,34 @@ new DeviceFacadeAtw(api: default, model: DeviceModel<"Atw">): DeviceFacadeAtw ###### Defined in -[src/facades/device.ts:119](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L119) +[src/facades/device.ts:119](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L119) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | ---------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------------------------------------------------ | ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L89) | -| `canCool` | `public` | `boolean` | `undefined` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | - | [src/facades/device_atw.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L19) | -| `flags` | `readonly` | `Record`\ | `flagsAtw` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_atw.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L23) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/device.ts:107](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L107) | -| `hasZone2` | `public` | `boolean` | `undefined` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | - | [src/facades/device_atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L21) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/device.ts:109](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L109) | -| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceAtw`](README.md#listdeviceatw)) => [`DeviceModel`](README.md#devicemodelt)\<`"Atw"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L111) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `canCool` | `public` | `boolean` | `undefined` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | - | [src/facades/device_atw.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L19) | +| `flags` | `readonly` | `Record`\ | `flagsAtw` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_atw.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L23) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/device.ts:107](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L107) | +| `hasZone2` | `public` | `boolean` | `undefined` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | - | [src/facades/device_atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L21) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/device.ts:109](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L109) | +| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceAtw`](README.md#listdeviceatw)) => [`DeviceModel`](README.md#devicemodelt)\<`"Atw"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L111) | | `modelClass.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L63) | -| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L67) | -| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L71) | -| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L75) | -| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L79) | -| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L83) | -| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L87) | -| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L95) | -| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L99) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/device.ts:113](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L113) | -| `type` | `readonly` | `"Atw"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L105) | +| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L63) | +| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L67) | +| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L71) | +| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L75) | +| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L79) | +| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L83) | +| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L87) | +| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L95) | +| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L99) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/device.ts:113](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L113) | +| `type` | `readonly` | `"Atw"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L105) | #### Accessors @@ -4096,37 +4096,37 @@ new DeviceFacadeAtw(api: default, model: DeviceModel<"Atw">): DeviceFacadeAtw ###### Defined in -[src/facades/device_atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L26) +[src/facades/device_atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L26) ##### boosterHeater2PlusStatus ###### Defined in -[src/facades/device_atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L29) +[src/facades/device_atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L29) ##### boosterHeater2Status ###### Defined in -[src/facades/device_atw.ts:32](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L32) +[src/facades/device_atw.ts:32](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L32) ##### condensingTemperature ###### Defined in -[src/facades/device_atw.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L35) +[src/facades/device_atw.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L35) ##### coolMode ###### Defined in -[src/facades/device_atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L38) +[src/facades/device_atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L38) ##### coolModeZone2 ###### Defined in -[src/facades/device_atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L41) +[src/facades/device_atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L41) ##### data @@ -4144,91 +4144,91 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/device.ts:129](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L129) +[src/facades/device.ts:129](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L129) ##### ecoHotWater ###### Defined in -[src/facades/device_atw.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L44) +[src/facades/device_atw.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L44) ##### energyConsumed ###### Defined in -[src/facades/device_atw.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L47) +[src/facades/device_atw.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L47) ##### energyProduced ###### Defined in -[src/facades/device_atw.ts:50](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L50) +[src/facades/device_atw.ts:50](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L50) ##### flowTemperature ###### Defined in -[src/facades/device_atw.ts:53](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L53) +[src/facades/device_atw.ts:53](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L53) ##### forcedHotWater ###### Defined in -[src/facades/device_atw.ts:56](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L56) +[src/facades/device_atw.ts:56](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L56) ##### frequency ###### Defined in -[src/facades/device_atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L59) +[src/facades/device_atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L59) ##### heatMode ###### Defined in -[src/facades/device_atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L62) +[src/facades/device_atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L62) ##### heatModeZone2 ###### Defined in -[src/facades/device_atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L65) +[src/facades/device_atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L65) ##### hotWaterTemperature ###### Defined in -[src/facades/device_atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L68) +[src/facades/device_atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L68) ##### idle ###### Defined in -[src/facades/device_atw.ts:71](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L71) +[src/facades/device_atw.ts:71](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L71) ##### idleZone2 ###### Defined in -[src/facades/device_atw.ts:74](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L74) +[src/facades/device_atw.ts:74](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L74) ##### immersionHeaterStatus ###### Defined in -[src/facades/device_atw.ts:77](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L77) +[src/facades/device_atw.ts:77](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L77) ##### lastLegionella ###### Defined in -[src/facades/device_atw.ts:80](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L80) +[src/facades/device_atw.ts:80](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L80) ##### mode ###### Defined in -[src/facades/device_atw.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L83) +[src/facades/device_atw.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L83) ##### model @@ -4246,13 +4246,13 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### modeZone2 ###### Defined in -[src/facades/device_atw.ts:86](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L86) +[src/facades/device_atw.ts:86](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L86) ##### name @@ -4270,73 +4270,73 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) ##### operationMode ###### Defined in -[src/facades/device_atw.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L89) +[src/facades/device_atw.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L89) ##### outdoorTemperature ###### Defined in -[src/facades/device_atw.ts:92](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L92) +[src/facades/device_atw.ts:92](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L92) ##### power ###### Defined in -[src/facades/device_atw.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L95) +[src/facades/device_atw.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L95) ##### prohibitCooling ###### Defined in -[src/facades/device_atw.ts:98](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L98) +[src/facades/device_atw.ts:98](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L98) ##### prohibitCoolingZone2 ###### Defined in -[src/facades/device_atw.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L101) +[src/facades/device_atw.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L101) ##### prohibitHeating ###### Defined in -[src/facades/device_atw.ts:104](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L104) +[src/facades/device_atw.ts:104](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L104) ##### prohibitHeatingZone2 ###### Defined in -[src/facades/device_atw.ts:107](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L107) +[src/facades/device_atw.ts:107](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L107) ##### prohibitHotWater ###### Defined in -[src/facades/device_atw.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L110) +[src/facades/device_atw.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L110) ##### returnTemperature ###### Defined in -[src/facades/device_atw.ts:113](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L113) +[src/facades/device_atw.ts:113](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L113) ##### roomTemperature ###### Defined in -[src/facades/device_atw.ts:116](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L116) +[src/facades/device_atw.ts:116](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L116) ##### roomTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:119](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L119) +[src/facades/device_atw.ts:119](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L119) ##### setData @@ -4354,61 +4354,61 @@ get protected setData(): Required ###### Defined in -[src/facades/device.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L137) +[src/facades/device.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L137) ##### targetCoolFlowTemperature ###### Defined in -[src/facades/device_atw.ts:122](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L122) +[src/facades/device_atw.ts:122](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L122) ##### targetCoolFlowTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:125](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L125) +[src/facades/device_atw.ts:125](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L125) ##### targetCurveTemperature ###### Defined in -[src/facades/device_atw.ts:128](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L128) +[src/facades/device_atw.ts:128](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L128) ##### targetCurveTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:131](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L131) +[src/facades/device_atw.ts:131](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L131) ##### targetHeatFlowTemperature ###### Defined in -[src/facades/device_atw.ts:134](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L134) +[src/facades/device_atw.ts:134](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L134) ##### targetHeatFlowTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L137) +[src/facades/device_atw.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L137) ##### targetHotWaterTemperature ###### Defined in -[src/facades/device_atw.ts:140](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L140) +[src/facades/device_atw.ts:140](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L140) ##### targetRoomTemperature ###### Defined in -[src/facades/device_atw.ts:143](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L143) +[src/facades/device_atw.ts:143](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L143) ##### targetRoomTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:146](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L146) +[src/facades/device_atw.ts:146](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L146) ##### values @@ -4426,7 +4426,7 @@ get values(): Values[T] ###### Defined in -[src/facades/device.ts:133](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L133) +[src/facades/device.ts:133](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L133) #### Methods @@ -4446,7 +4446,7 @@ fetch(): Promise ###### Defined in -[src/facades/device.ts:155](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L155) +[src/facades/device.ts:155](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L155) ##### get() @@ -4464,7 +4464,7 @@ get(): Promise ###### Defined in -[src/facades/device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L160) +[src/facades/device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L160) ##### getEnergyReport() @@ -4493,7 +4493,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/device.ts:197](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L197) +[src/facades/device.ts:197](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L197) ##### getErrors() @@ -4522,7 +4522,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -4540,7 +4540,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -4558,7 +4558,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -4584,7 +4584,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/device.ts:218](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L218) +[src/facades/device.ts:218](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L218) ###### getTiles(select) @@ -4608,7 +4608,7 @@ getTiles(select: true | DeviceModel<"Atw">): Promise> ###### Defined in -[src/facades/device.ts:219](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L219) +[src/facades/device.ts:219](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L219) ##### getWifiReport() @@ -4632,7 +4632,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### handle() @@ -4656,7 +4656,7 @@ protected handle(data: Partial): UpdateDeviceDataAtw ###### Defined in -[src/facades/device_atw.ts:166](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_atw.ts#L166) +[src/facades/device_atw.ts:166](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_atw.ts#L166) ##### set() @@ -4680,7 +4680,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/device.ts:169](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L169) +[src/facades/device.ts:169](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L169) ##### setFrostProtection() @@ -4711,7 +4711,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -4744,7 +4744,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -4768,7 +4768,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -4803,34 +4803,34 @@ new DeviceFacadeErv(api: default, model: DeviceModel<"Erv">): DeviceFacadeErv ###### Defined in -[src/facades/device.ts:119](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L119) +[src/facades/device.ts:119](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L119) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | ---------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------ | --------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L89) | -| `canCool` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | [src/facades/device.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L101) | -| `flags` | `readonly` | `Record`\ | `flagsErv` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_erv.ts:5](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_erv.ts#L5) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/device.ts:107](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L107) | -| `hasZone2` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | [src/facades/device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L103) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/device.ts:109](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L109) | -| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceErv`](README.md#listdeviceerv)) => [`DeviceModel`](README.md#devicemodelt)\<`"Erv"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L111) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `canCool` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | [src/facades/device.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L101) | +| `flags` | `readonly` | `Record`\ | `flagsErv` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_erv.ts:5](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_erv.ts#L5) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/device.ts:107](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L107) | +| `hasZone2` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | [src/facades/device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L103) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/device.ts:109](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L109) | +| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceErv`](README.md#listdeviceerv)) => [`DeviceModel`](README.md#devicemodelt)\<`"Erv"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L111) | | `modelClass.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L63) | -| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L67) | -| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L71) | -| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L75) | -| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L79) | -| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L83) | -| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L87) | -| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L95) | -| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L99) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/device.ts:113](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L113) | -| `type` | `readonly` | `"Erv"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L105) | +| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L63) | +| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L67) | +| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L71) | +| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L75) | +| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L79) | +| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L83) | +| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L87) | +| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L95) | +| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L99) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/device.ts:113](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L113) | +| `type` | `readonly` | `"Erv"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L105) | #### Accessors @@ -4838,7 +4838,7 @@ new DeviceFacadeErv(api: default, model: DeviceModel<"Erv">): DeviceFacadeErv ###### Defined in -[src/facades/device_erv.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_erv.ts#L8) +[src/facades/device_erv.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_erv.ts#L8) ##### data @@ -4856,19 +4856,19 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/device.ts:129](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L129) +[src/facades/device.ts:129](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L129) ##### fan ###### Defined in -[src/facades/device_erv.ts:11](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_erv.ts#L11) +[src/facades/device_erv.ts:11](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_erv.ts#L11) ##### mode ###### Defined in -[src/facades/device_erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_erv.ts#L14) +[src/facades/device_erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_erv.ts#L14) ##### model @@ -4886,7 +4886,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### name @@ -4904,25 +4904,25 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) ##### outdoorTemperature ###### Defined in -[src/facades/device_erv.ts:17](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_erv.ts#L17) +[src/facades/device_erv.ts:17](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_erv.ts#L17) ##### pm25 ###### Defined in -[src/facades/device_erv.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_erv.ts#L20) +[src/facades/device_erv.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_erv.ts#L20) ##### power ###### Defined in -[src/facades/device_erv.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_erv.ts#L23) +[src/facades/device_erv.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_erv.ts#L23) ##### setData @@ -4940,13 +4940,13 @@ get protected setData(): Required ###### Defined in -[src/facades/device.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L137) +[src/facades/device.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L137) ##### temperature ###### Defined in -[src/facades/device_erv.ts:26](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device_erv.ts#L26) +[src/facades/device_erv.ts:26](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device_erv.ts#L26) ##### values @@ -4964,7 +4964,7 @@ get values(): Values[T] ###### Defined in -[src/facades/device.ts:133](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L133) +[src/facades/device.ts:133](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L133) #### Methods @@ -4984,7 +4984,7 @@ fetch(): Promise ###### Defined in -[src/facades/device.ts:155](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L155) +[src/facades/device.ts:155](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L155) ##### get() @@ -5002,7 +5002,7 @@ get(): Promise ###### Defined in -[src/facades/device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L160) +[src/facades/device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L160) ##### getEnergyReport() @@ -5031,7 +5031,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/device.ts:197](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L197) +[src/facades/device.ts:197](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L197) ##### getErrors() @@ -5060,7 +5060,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -5078,7 +5078,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -5096,7 +5096,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -5122,7 +5122,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/device.ts:218](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L218) +[src/facades/device.ts:218](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L218) ###### getTiles(select) @@ -5146,7 +5146,7 @@ getTiles(select: true | DeviceModel<"Erv">): Promise> ###### Defined in -[src/facades/device.ts:219](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L219) +[src/facades/device.ts:219](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L219) ##### getWifiReport() @@ -5170,7 +5170,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### handle() @@ -5194,7 +5194,7 @@ protected handle(data: Partial): UpdateDeviceDataErv ###### Defined in -[src/facades/device.ts:233](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L233) +[src/facades/device.ts:233](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L233) ##### set() @@ -5218,7 +5218,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/device.ts:169](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L169) +[src/facades/device.ts:169](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L169) ##### setFrostProtection() @@ -5249,7 +5249,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -5282,7 +5282,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -5306,7 +5306,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -5350,18 +5350,18 @@ protected new DeviceModel(__namedParameters: ListDevice[T]): DeviceModel ###### Defined in -[src/models/device.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L30) +[src/models/device.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L30) #### Properties | Property | Modifier | Type | Default value | Inherited from | Defined in | | ------------ | ---------- | ------------------ | ------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L20) | -| `buildingId` | `readonly` | `number` | `undefined` | - | [src/models/device.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L22) | -| `floorId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L24) | -| `id` | `readonly` | `number` | `undefined` | [`IDeviceModel`](README.md#idevicemodelt).`id` [`BaseModel`](README.md#basemodel).`id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | `undefined` | [`IDeviceModel`](README.md#idevicemodelt).`name` [`BaseModel`](README.md#basemodel).`name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L6) | -| `type` | `readonly` | `T` | `undefined` | - | [src/models/device.ts:26](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L26) | +| `areaId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L20) | +| `buildingId` | `readonly` | `number` | `undefined` | - | [src/models/device.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L22) | +| `floorId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L24) | +| `id` | `readonly` | `number` | `undefined` | [`IDeviceModel`](README.md#idevicemodelt).`id` [`BaseModel`](README.md#basemodel).`id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | `undefined` | [`IDeviceModel`](README.md#idevicemodelt).`name` [`BaseModel`](README.md#basemodel).`name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L6) | +| `type` | `readonly` | `T` | `undefined` | - | [src/models/device.ts:26](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L26) | #### Accessors @@ -5381,7 +5381,7 @@ get area(): undefined | null | AreaModelAny ###### Defined in -[src/models/device.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L47) +[src/models/device.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L47) ##### building @@ -5399,7 +5399,7 @@ get building(): undefined | BuildingModel ###### Defined in -[src/models/device.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L51) +[src/models/device.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L51) ##### data @@ -5417,7 +5417,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/models/device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L55) +[src/models/device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L55) ##### floor @@ -5435,7 +5435,7 @@ get floor(): undefined | null | FloorModel ###### Defined in -[src/models/device.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L59) +[src/models/device.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L59) #### Methods @@ -5461,7 +5461,7 @@ update(data: Partial): void ###### Defined in -[src/models/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L105) +[src/models/device.ts:105](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L105) ##### getAll() @@ -5475,7 +5475,7 @@ static getAll(): DeviceModelAny[] ###### Defined in -[src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L63) +[src/models/device.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L63) ##### getByAreaId() @@ -5495,7 +5495,7 @@ static getByAreaId(id: number): DeviceModelAny[] ###### Defined in -[src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L67) +[src/models/device.ts:67](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L67) ##### getByBuildingId() @@ -5515,7 +5515,7 @@ static getByBuildingId(id: number): DeviceModelAny[] ###### Defined in -[src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L71) +[src/models/device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L71) ##### getByFloorId() @@ -5535,7 +5535,7 @@ static getByFloorId(id: number): DeviceModelAny[] ###### Defined in -[src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L75) +[src/models/device.ts:75](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L75) ##### getById() @@ -5555,7 +5555,7 @@ static getById(id: number): undefined | DeviceModelAny ###### Defined in -[src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L79) +[src/models/device.ts:79](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L79) ##### getByName() @@ -5575,7 +5575,7 @@ static getByName(name: string): undefined | DeviceModelAny ###### Defined in -[src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L83) +[src/models/device.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L83) ##### getByType() @@ -5601,7 +5601,7 @@ static getByType(type: K): DeviceModel[] ###### Defined in -[src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L87) +[src/models/device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L87) ##### upsert() @@ -5621,7 +5621,7 @@ static upsert(device: ListDeviceAny): void ###### Defined in -[src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L95) +[src/models/device.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L95) ##### upsertMany() @@ -5641,7 +5641,7 @@ static upsertMany(devices: readonly ListDeviceAny[]): void ###### Defined in -[src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L99) +[src/models/device.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L99) --- @@ -5667,7 +5667,7 @@ new FacadeManager(api: default): FacadeManager ###### Defined in -[src/facades/manager.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L37) +[src/facades/manager.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L37) #### Methods @@ -5685,7 +5685,7 @@ get(): undefined ###### Defined in -[src/facades/manager.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L41) +[src/facades/manager.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L41) ###### get(model) @@ -5705,7 +5705,7 @@ get(model: AreaModelAny): AreaFacade ###### Defined in -[src/facades/manager.ts:42](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L42) +[src/facades/manager.ts:42](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L42) ###### get(model) @@ -5725,7 +5725,7 @@ get(model: BuildingModel): BuildingFacade ###### Defined in -[src/facades/manager.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L43) +[src/facades/manager.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L43) ###### get(model) @@ -5751,7 +5751,7 @@ get(model: DeviceModel): DeviceFacade[T] ###### Defined in -[src/facades/manager.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L44) +[src/facades/manager.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L44) ###### get(model) @@ -5771,7 +5771,7 @@ get(model: FloorModel): FloorFacade ###### Defined in -[src/facades/manager.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L47) +[src/facades/manager.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L47) ###### get(model) @@ -5791,7 +5791,7 @@ get(model: FloorModel | BuildingModel | AreaModelAny): AreaFacade | BuildingFaca ###### Defined in -[src/facades/manager.ts:48](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L48) +[src/facades/manager.ts:48](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L48) ###### get(model) @@ -5811,7 +5811,7 @@ get(model: FloorModel | BuildingModel | DeviceModelAny | AreaModelAny): AreaFaca ###### Defined in -[src/facades/manager.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L51) +[src/facades/manager.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L51) ###### get(model) @@ -5831,7 +5831,7 @@ get(model?: AreaModelAny): undefined | AreaFacade ###### Defined in -[src/facades/manager.ts:54](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L54) +[src/facades/manager.ts:54](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L54) ###### get(model) @@ -5851,7 +5851,7 @@ get(model?: BuildingModel): undefined | BuildingFacade ###### Defined in -[src/facades/manager.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L55) +[src/facades/manager.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L55) ###### get(model) @@ -5877,7 +5877,7 @@ get(model?: DeviceModel): undefined | DeviceFacade[T] ###### Defined in -[src/facades/manager.ts:56](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L56) +[src/facades/manager.ts:56](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L56) ###### get(model) @@ -5897,7 +5897,7 @@ get(model?: FloorModel): undefined | FloorFacade ###### Defined in -[src/facades/manager.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L59) +[src/facades/manager.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L59) --- @@ -5936,21 +5936,21 @@ new FloorFacade(api: default, model: FloorModel): FloorFacade ###### Defined in -[src/facades/base.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L101) +[src/facades/base.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L101) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | -------------------------- | ----------- | --------------------------------------------- | ------------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L89) | -| `frostProtectionLocation` | `readonly` | `"FloorIds"` | `'FloorIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/floor.ts:10](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/floor.ts#L10) | -| `holidayModeLocation` | `readonly` | `"Floors"` | `'Floors'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/floor.ts:12](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/floor.ts#L12) | -| `id` | `readonly` | `number` | `undefined` | - | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L83) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L85) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L87) | -| `modelClass` | `readonly` | _typeof_ [`FloorModel`](README.md#floormodel) | `FloorModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/floor.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/floor.ts#L14) | -| `setAtaGroupSpecification` | `readonly` | `"FloorID"` | `'FloorID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/floor.ts:16](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/floor.ts#L16) | -| `tableName` | `readonly` | `"Floor"` | `'Floor'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/floor.ts:18](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/floor.ts#L18) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L89) | +| `frostProtectionLocation` | `readonly` | `"FloorIds"` | `'FloorIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/floor.ts:10](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/floor.ts#L10) | +| `holidayModeLocation` | `readonly` | `"Floors"` | `'Floors'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/floor.ts:12](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/floor.ts#L12) | +| `id` | `readonly` | `number` | `undefined` | - | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L83) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L85) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L87) | +| `modelClass` | `readonly` | _typeof_ [`FloorModel`](README.md#floormodel) | `FloorModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/floor.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/floor.ts#L14) | +| `setAtaGroupSpecification` | `readonly` | `"FloorID"` | `'FloorID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/floor.ts:16](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/floor.ts#L16) | +| `tableName` | `readonly` | `"Floor"` | `'Floor'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/floor.ts:18](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/floor.ts#L18) | #### Accessors @@ -5970,7 +5970,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L110) +[src/facades/base.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L110) ##### name @@ -5992,7 +5992,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L106) +[src/facades/base.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L106) #### Methods @@ -6016,7 +6016,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L36) +[src/facades/base_super_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L36) ##### getErrors() @@ -6049,7 +6049,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L118) +[src/facades/base.ts:118](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L118) ##### getFrostProtection() @@ -6071,7 +6071,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L136) +[src/facades/base.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L136) ##### getHolidayMode() @@ -6093,7 +6093,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L149) +[src/facades/base.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L149) ##### getTiles() @@ -6123,7 +6123,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L162) +[src/facades/base.ts:162](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L162) ###### getTiles(select) @@ -6157,7 +6157,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L163) +[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L163) ##### getWifiReport() @@ -6185,7 +6185,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L183) ##### setAta() @@ -6213,7 +6213,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L55) +[src/facades/base_super_device.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L55) ##### setFrostProtection() @@ -6248,7 +6248,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L193) +[src/facades/base.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L193) ##### setHolidayMode() @@ -6285,7 +6285,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L226) +[src/facades/base.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L226) ##### setPower() @@ -6313,7 +6313,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L252) +[src/facades/base.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L252) --- @@ -6331,9 +6331,9 @@ setPower(enabled: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `buildingId` | `readonly` | `number` | - | [src/models/floor.ts:12](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L12) | -| `id` | `readonly` | `number` | [`IFloorModel`](README.md#ifloormodel).`id` [`BaseModel`](README.md#basemodel).`id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | [`IFloorModel`](README.md#ifloormodel).`name` [`BaseModel`](README.md#basemodel).`name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/base.ts#L6) | +| `buildingId` | `readonly` | `number` | - | [src/models/floor.ts:12](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L12) | +| `id` | `readonly` | `number` | [`IFloorModel`](README.md#ifloormodel).`id` [`BaseModel`](README.md#basemodel).`id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | [`IFloorModel`](README.md#ifloormodel).`name` [`BaseModel`](README.md#basemodel).`name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/base.ts#L6) | #### Accessors @@ -6353,7 +6353,7 @@ get areaIds(): number[] ###### Defined in -[src/models/floor.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L23) +[src/models/floor.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L23) ##### areas @@ -6371,7 +6371,7 @@ get areas(): AreaModel[] ###### Defined in -[src/models/floor.ts:27](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L27) +[src/models/floor.ts:27](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L27) ##### building @@ -6389,7 +6389,7 @@ get building(): undefined | BuildingModel ###### Defined in -[src/models/floor.ts:31](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L31) +[src/models/floor.ts:31](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L31) ##### deviceIds @@ -6407,7 +6407,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/floor.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L35) +[src/models/floor.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L35) ##### devices @@ -6425,7 +6425,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/models/floor.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L39) +[src/models/floor.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L39) #### Methods @@ -6441,7 +6441,7 @@ static getAll(): FloorModel[] ###### Defined in -[src/models/floor.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L43) +[src/models/floor.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L43) ##### getByBuildingId() @@ -6461,7 +6461,7 @@ static getByBuildingId(id: number): FloorModel[] ###### Defined in -[src/models/floor.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L47) +[src/models/floor.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L47) ##### getById() @@ -6481,7 +6481,7 @@ static getById(id: number): undefined | FloorModel ###### Defined in -[src/models/floor.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L51) +[src/models/floor.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L51) ##### getByName() @@ -6501,7 +6501,7 @@ static getByName(name: string): undefined | FloorModel ###### Defined in -[src/models/floor.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L55) +[src/models/floor.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L55) ##### upsert() @@ -6521,7 +6521,7 @@ static upsert(floor: FloorData): void ###### Defined in -[src/models/floor.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/floor.ts#L59) +[src/models/floor.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/floor.ts#L59) ## Interfaces @@ -6531,13 +6531,13 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | ------------------- | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `autoSyncInterval?` | `null` \| `number` | [src/services/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L60) | -| `language?` | `string` | [src/services/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L61) | -| `logger?` | [`Logger`](README.md#logger) | [src/services/interfaces.ts:62](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L62) | -| `onSync?` | () => `Promise`\<`void`\> | [src/services/interfaces.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L63) | -| `settingManager?` | [`SettingManager`](README.md#settingmanager) | [src/services/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L64) | -| `shouldVerifySSL?` | `boolean` | [src/services/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L65) | -| `timezone?` | `string` | [src/services/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L66) | +| `autoSyncInterval?` | `null` \| `number` | [src/services/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L60) | +| `language?` | `string` | [src/services/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L61) | +| `logger?` | [`Logger`](README.md#logger) | [src/services/interfaces.ts:62](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L62) | +| `onSync?` | () => `Promise`\<`void`\> | [src/services/interfaces.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L63) | +| `settingManager?` | [`SettingManager`](README.md#settingmanager) | [src/services/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L64) | +| `shouldVerifySSL?` | `boolean` | [src/services/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L65) | +| `timezone?` | `string` | [src/services/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L66) | --- @@ -6547,10 +6547,10 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | ------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `contextKey?` | `null` \| `string` | [src/services/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L33) | -| `expiry?` | `null` \| `string` | [src/services/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L34) | -| `password?` | `null` \| `string` | [src/services/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L35) | -| `username?` | `null` \| `string` | [src/services/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L36) | +| `contextKey?` | `null` \| `string` | [src/services/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L33) | +| `expiry?` | `null` \| `string` | [src/services/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L34) | +| `password?` | `null` \| `string` | [src/services/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L35) | +| `username?` | `null` \| `string` | [src/services/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L36) | --- @@ -6570,10 +6570,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `BuildingId` | `readonly` | `number` | [`FloorData`](README.md#floordata).`BuildingId` | [src/types/common.ts:216](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L216) | -| `FloorId` | `readonly` | `T` | - | [src/types/common.ts:197](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L197) | -| `ID` | `readonly` | `number` | [`FloorData`](README.md#floordata).`ID` | [src/types/common.ts:217](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L217) | -| `Name` | `readonly` | `string` | [`FloorData`](README.md#floordata).`Name` | [src/types/common.ts:218](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L218) | +| `BuildingId` | `readonly` | `number` | [`FloorData`](README.md#floordata).`BuildingId` | [src/types/common.ts:216](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L216) | +| `FloorId` | `readonly` | `T` | - | [src/types/common.ts:197](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L197) | +| `ID` | `readonly` | `number` | [`FloorData`](README.md#floordata).`ID` | [src/types/common.ts:217](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L217) | +| `Name` | `readonly` | `string` | [`FloorData`](README.md#floordata).`Name` | [src/types/common.ts:218](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L218) | --- @@ -6589,8 +6589,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ---------------- | ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L24) | -| `EffectiveFlags` | `readonly` | `number` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L25) | +| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L24) | +| `EffectiveFlags` | `readonly` | `number` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L25) | --- @@ -6604,11 +6604,11 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Overrides | Inherited from | Defined in | | ------------------- | ---------- | --------- | ------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `EffectiveFlags` | `readonly` | `0` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | - | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L41) | -| `LastCommunication` | `readonly` | `string` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L29) | -| `NextCommunication` | `readonly` | `string` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L30) | -| `Offline` | `readonly` | `boolean` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `Power` | `readonly` | `boolean` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | +| `EffectiveFlags` | `readonly` | `0` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | - | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L41) | +| `LastCommunication` | `readonly` | `string` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L29) | +| `NextCommunication` | `readonly` | `string` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L30) | +| `Offline` | `readonly` | `boolean` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `Power` | `readonly` | `boolean` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | --- @@ -6624,12 +6624,12 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------ | ---------- | ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID` | `readonly` | `null` \| `number` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L50) | -| `BuildingID` | `readonly` | `number` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L51) | -| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L52) | -| `DeviceName` | `readonly` | `string` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L53) | -| `FloorID` | `readonly` | `null` \| `number` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L54) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L55) | +| `AreaID` | `readonly` | `null` \| `number` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L50) | +| `BuildingID` | `readonly` | `number` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L51) | +| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L52) | +| `DeviceName` | `readonly` | `string` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L53) | +| `FloorID` | `readonly` | `null` \| `number` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L54) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L55) | --- @@ -6649,10 +6649,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | -------------------- | ---------- | --------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `EffectiveFlags` | `readonly` | `0` | `Omit.EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L41) | -| `Offline` | `readonly` | `boolean` | `Omit.Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `Power` | `readonly` | `boolean` | `Omit.Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `WifiSignalStrength` | `readonly` | `number` | - | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L46) | +| `EffectiveFlags` | `readonly` | `0` | `Omit.EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L41) | +| `Offline` | `readonly` | `boolean` | `Omit.Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `Power` | `readonly` | `boolean` | `Omit.Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `WifiSignalStrength` | `readonly` | `number` | - | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L46) | --- @@ -6673,11 +6673,11 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------- | ---------- | --------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `EffectiveFlags` | `readonly` | `number` | - | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L36) | -| `LastCommunication` | `readonly` | `string` | [`DeviceDataNotInList`](README.md#devicedatanotinlist).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L29) | -| `NextCommunication` | `readonly` | `string` | [`DeviceDataNotInList`](README.md#devicedatanotinlist).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L30) | -| `Offline` | `readonly` | `boolean` | - | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `Power` | `readonly` | `boolean` | `Required.Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | +| `EffectiveFlags` | `readonly` | `number` | - | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L36) | +| `LastCommunication` | `readonly` | `string` | [`DeviceDataNotInList`](README.md#devicedatanotinlist).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L29) | +| `NextCommunication` | `readonly` | `string` | [`DeviceDataNotInList`](README.md#devicedatanotinlist).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L30) | +| `Offline` | `readonly` | `boolean` | - | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `Power` | `readonly` | `boolean` | `Required.Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | --- @@ -6693,7 +6693,7 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `Power?` | `readonly` | `boolean` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | +| `Power?` | `readonly` | `boolean` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | --- @@ -6709,7 +6709,7 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `power?` | `readonly` | `boolean` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L59) | +| `power?` | `readonly` | `boolean` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L59) | --- @@ -6723,21 +6723,21 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FPDefined` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`FPDefined` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L135) | -| `FPEnabled` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`FPEnabled` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L136) | -| `FPMaxTemperature` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`FPMaxTemperature` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L137) | -| `FPMinTemperature` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`FPMinTemperature` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L138) | -| `HMDefined` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`HMDefined` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L173) | -| `HMEnabled` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`HMEnabled` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L174) | -| `HMEndDate` | `readonly` | `null` \| `string` | [`BuildingData`](README.md#buildingdata).`HMEndDate` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L175) | -| `HMStartDate` | `readonly` | `null` \| `string` | [`BuildingData`](README.md#buildingdata).`HMStartDate` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L176) | -| `ID` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`ID` | [src/types/common.ts:192](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L192) | -| `Name` | `readonly` | `string` | [`BuildingData`](README.md#buildingdata).`Name` | [src/types/common.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L193) | -| `Structure` | `readonly` | \{ `Areas`: readonly [`AreaData`](README.md#areadatat)\<`null`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[]; `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; `Floors`: readonly [`FloorData`](README.md#floordata) & \{ `Areas`: readonly [`AreaData`](README.md#areadatat)\<`number`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[]; `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[]; \} | - | [src/types/common.ts:221](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L221) | -| `Structure.Areas` | `readonly` | readonly [`AreaData`](README.md#areadatat)\<`null`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[] | - | [src/types/common.ts:222](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L222) | -| `Structure.Devices` | `readonly` | readonly [`ListDeviceAny`](README.md#listdeviceany)[] | - | [src/types/common.ts:225](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L225) | -| `Structure.Floors` | `readonly` | readonly [`FloorData`](README.md#floordata) & \{ `Areas`: readonly [`AreaData`](README.md#areadatat)\<`number`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[]; `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[] | - | [src/types/common.ts:226](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L226) | -| `TimeZone` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`TimeZone` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L185) | +| `FPDefined` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`FPDefined` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L135) | +| `FPEnabled` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`FPEnabled` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L136) | +| `FPMaxTemperature` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`FPMaxTemperature` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L137) | +| `FPMinTemperature` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`FPMinTemperature` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L138) | +| `HMDefined` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`HMDefined` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L173) | +| `HMEnabled` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`HMEnabled` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L174) | +| `HMEndDate` | `readonly` | `null` \| `string` | [`BuildingData`](README.md#buildingdata).`HMEndDate` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L175) | +| `HMStartDate` | `readonly` | `null` \| `string` | [`BuildingData`](README.md#buildingdata).`HMStartDate` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L176) | +| `ID` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`ID` | [src/types/common.ts:192](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L192) | +| `Name` | `readonly` | `string` | [`BuildingData`](README.md#buildingdata).`Name` | [src/types/common.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L193) | +| `Structure` | `readonly` | \{ `Areas`: readonly [`AreaData`](README.md#areadatat)\<`null`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[]; `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; `Floors`: readonly [`FloorData`](README.md#floordata) & \{ `Areas`: readonly [`AreaData`](README.md#areadatat)\<`number`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[]; `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[]; \} | - | [src/types/common.ts:221](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L221) | +| `Structure.Areas` | `readonly` | readonly [`AreaData`](README.md#areadatat)\<`null`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[] | - | [src/types/common.ts:222](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L222) | +| `Structure.Devices` | `readonly` | readonly [`ListDeviceAny`](README.md#listdeviceany)[] | - | [src/types/common.ts:225](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L225) | +| `Structure.Floors` | `readonly` | readonly [`FloorData`](README.md#floordata) & \{ `Areas`: readonly [`AreaData`](README.md#areadatat)\<`number`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[]; `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[] | - | [src/types/common.ts:226](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L226) | +| `TimeZone` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`TimeZone` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L185) | --- @@ -6755,17 +6755,17 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------ | ---------- | ------------------ | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FPDefined` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`FPDefined` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L135) | -| `FPEnabled` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`FPEnabled` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L136) | -| `FPMaxTemperature` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`FPMaxTemperature` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L137) | -| `FPMinTemperature` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`FPMinTemperature` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L138) | -| `HMDefined` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`HMDefined` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L173) | -| `HMEnabled` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`HMEnabled` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L174) | -| `HMEndDate` | `readonly` | `null` \| `string` | [`ZoneSettings`](README.md#zonesettings).`HMEndDate` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L175) | -| `HMStartDate` | `readonly` | `null` \| `string` | [`ZoneSettings`](README.md#zonesettings).`HMStartDate` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L176) | -| `ID` | `readonly` | `number` | - | [src/types/common.ts:192](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L192) | -| `Name` | `readonly` | `string` | - | [src/types/common.ts:193](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L193) | -| `TimeZone` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`TimeZone` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L185) | +| `FPDefined` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`FPDefined` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L135) | +| `FPEnabled` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`FPEnabled` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L136) | +| `FPMaxTemperature` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`FPMaxTemperature` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L137) | +| `FPMinTemperature` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`FPMinTemperature` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L138) | +| `HMDefined` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`HMDefined` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L173) | +| `HMEnabled` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`HMEnabled` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L174) | +| `HMEndDate` | `readonly` | `null` \| `string` | [`ZoneSettings`](README.md#zonesettings).`HMEndDate` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L175) | +| `HMStartDate` | `readonly` | `null` \| `string` | [`ZoneSettings`](README.md#zonesettings).`HMStartDate` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L176) | +| `ID` | `readonly` | `number` | - | [src/types/common.ts:192](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L192) | +| `Name` | `readonly` | `string` | - | [src/types/common.ts:193](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L193) | +| `TimeZone` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`TimeZone` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L185) | --- @@ -6779,8 +6779,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------------- | ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `LastCommunication` | `readonly` | `string` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L29) | -| `NextCommunication` | `readonly` | `string` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L30) | +| `LastCommunication` | `readonly` | `string` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L29) | +| `NextCommunication` | `readonly` | `string` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L30) | --- @@ -6790,9 +6790,9 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | [`DeviceFacadeAta`](README.md#devicefacadeata) | [src/facades/manager.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L20) | -| `Atw` | [`DeviceFacadeAtw`](README.md#devicefacadeatw) | [src/facades/manager.ts:21](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L21) | -| `Erv` | [`DeviceFacadeErv`](README.md#devicefacadeerv) | [src/facades/manager.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L22) | +| `Ata` | [`DeviceFacadeAta`](README.md#devicefacadeata) | [src/facades/manager.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L20) | +| `Atw` | [`DeviceFacadeAtw`](README.md#devicefacadeatw) | [src/facades/manager.ts:21](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L21) | +| `Erv` | [`DeviceFacadeErv`](README.md#devicefacadeerv) | [src/facades/manager.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L22) | --- @@ -6802,9 +6802,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `readonly` | [`EnergyDataAta`](README.md#energydataata) | [src/types/common.ts:298](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L298) | -| `Atw` | `readonly` | [`EnergyDataAtw`](README.md#energydataatw) | [src/types/common.ts:299](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L299) | -| `Erv` | `readonly` | `never` | [src/types/common.ts:300](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L300) | +| `Ata` | `readonly` | [`EnergyDataAta`](README.md#energydataata) | [src/types/common.ts:298](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L298) | +| `Atw` | `readonly` | [`EnergyDataAtw`](README.md#energydataatw) | [src/types/common.ts:299](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L299) | +| `Erv` | `readonly` | `never` | [src/types/common.ts:300](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L300) | --- @@ -6814,19 +6814,19 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ---------------------------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `Auto` | `readonly` | readonly `number`[] | [src/types/ata.ts:94](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L94) | -| `Cooling` | `readonly` | readonly `number`[] | [src/types/ata.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L95) | -| `Dry` | `readonly` | readonly `number`[] | [src/types/ata.ts:96](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L96) | -| `Fan` | `readonly` | readonly `number`[] | [src/types/ata.ts:97](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L97) | -| `Heating` | `readonly` | readonly `number`[] | [src/types/ata.ts:98](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L98) | -| `Other` | `readonly` | readonly `number`[] | [src/types/ata.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L99) | -| `TotalAutoConsumed` | `readonly` | `number` | [src/types/ata.ts:100](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L100) | -| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/ata.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L101) | -| `TotalDryConsumed` | `readonly` | `number` | [src/types/ata.ts:102](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L102) | -| `TotalFanConsumed` | `readonly` | `number` | [src/types/ata.ts:103](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L103) | -| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/ata.ts:104](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L104) | -| `TotalOtherConsumed` | `readonly` | `number` | [src/types/ata.ts:105](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L105) | -| `UsageDisclaimerPercentages` | `readonly` | `string` | [src/types/ata.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L106) | +| `Auto` | `readonly` | readonly `number`[] | [src/types/ata.ts:94](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L94) | +| `Cooling` | `readonly` | readonly `number`[] | [src/types/ata.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L95) | +| `Dry` | `readonly` | readonly `number`[] | [src/types/ata.ts:96](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L96) | +| `Fan` | `readonly` | readonly `number`[] | [src/types/ata.ts:97](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L97) | +| `Heating` | `readonly` | readonly `number`[] | [src/types/ata.ts:98](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L98) | +| `Other` | `readonly` | readonly `number`[] | [src/types/ata.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L99) | +| `TotalAutoConsumed` | `readonly` | `number` | [src/types/ata.ts:100](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L100) | +| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/ata.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L101) | +| `TotalDryConsumed` | `readonly` | `number` | [src/types/ata.ts:102](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L102) | +| `TotalFanConsumed` | `readonly` | `number` | [src/types/ata.ts:103](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L103) | +| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/ata.ts:104](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L104) | +| `TotalOtherConsumed` | `readonly` | `number` | [src/types/ata.ts:105](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L105) | +| `UsageDisclaimerPercentages` | `readonly` | `string` | [src/types/ata.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L106) | --- @@ -6836,13 +6836,13 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ----------------------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `CoP` | `readonly` | readonly `number`[] | [src/types/atw.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L110) | -| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/atw.ts:111](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L111) | -| `TotalCoolingProduced` | `readonly` | `number` | [src/types/atw.ts:112](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L112) | -| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/atw.ts:113](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L113) | -| `TotalHeatingProduced` | `readonly` | `number` | [src/types/atw.ts:114](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L114) | -| `TotalHotWaterConsumed` | `readonly` | `number` | [src/types/atw.ts:115](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L115) | -| `TotalHotWaterProduced` | `readonly` | `number` | [src/types/atw.ts:116](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L116) | +| `CoP` | `readonly` | readonly `number`[] | [src/types/atw.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L110) | +| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/atw.ts:111](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L111) | +| `TotalCoolingProduced` | `readonly` | `number` | [src/types/atw.ts:112](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L112) | +| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/atw.ts:113](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L113) | +| `TotalHeatingProduced` | `readonly` | `number` | [src/types/atw.ts:114](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L114) | +| `TotalHotWaterConsumed` | `readonly` | `number` | [src/types/atw.ts:115](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L115) | +| `TotalHotWaterProduced` | `readonly` | `number` | [src/types/atw.ts:116](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L116) | --- @@ -6852,9 +6852,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ---------- | ---------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [src/types/common.ts:293](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L293) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:294](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L294) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:295](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L295) | +| `DeviceID` | `readonly` | `number` | [src/types/common.ts:293](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L293) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:294](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L294) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:295](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L295) | --- @@ -6864,10 +6864,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------------- | ---------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceId` | `readonly` | `number` | [src/types/common.ts:309](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L309) | -| `EndDate` | `readonly` | `string` | [src/types/common.ts:310](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L310) | -| `ErrorMessage` | `readonly` | `null` \| `string` | [src/types/common.ts:311](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L311) | -| `StartDate` | `readonly` | `string` | [src/types/common.ts:312](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L312) | +| `DeviceId` | `readonly` | `number` | [src/types/common.ts:309](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L309) | +| `EndDate` | `readonly` | `string` | [src/types/common.ts:310](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L310) | +| `ErrorMessage` | `readonly` | `null` \| `string` | [src/types/common.ts:311](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L311) | +| `StartDate` | `readonly` | `string` | [src/types/common.ts:312](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L312) | --- @@ -6877,9 +6877,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ----------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceIDs` | `readonly` | readonly `number`[] | [src/types/common.ts:304](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L304) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:305](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L305) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:306](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L306) | +| `DeviceIDs` | `readonly` | readonly `number`[] | [src/types/common.ts:304](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L304) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:305](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L305) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:306](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L306) | --- @@ -6889,8 +6889,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ----------------- | ---------- | ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `AttributeErrors` | `readonly` | `Record`\<`string`, readonly `string`[]\> | [src/types/common.ts:114](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L114) | -| `Success` | `readonly` | `false` | [src/types/common.ts:115](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L115) | +| `AttributeErrors` | `readonly` | `Record`\<`string`, readonly `string`[]\> | [src/types/common.ts:114](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L114) | +| `Success` | `readonly` | `false` | [src/types/common.ts:115](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L115) | --- @@ -6904,9 +6904,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------ | ---------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `BuildingId` | `readonly` | `number` | [src/types/common.ts:216](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L216) | -| `ID` | `readonly` | `number` | [src/types/common.ts:217](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L217) | -| `Name` | `readonly` | `string` | [src/types/common.ts:218](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L218) | +| `BuildingId` | `readonly` | `number` | [src/types/common.ts:216](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L216) | +| `ID` | `readonly` | `number` | [src/types/common.ts:217](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L217) | +| `Name` | `readonly` | `string` | [src/types/common.ts:218](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L218) | --- @@ -6920,10 +6920,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------------ | ---------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FPDefined` | `readonly` | `boolean` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L135) | -| `FPEnabled` | `readonly` | `boolean` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L136) | -| `FPMaxTemperature` | `readonly` | `number` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L137) | -| `FPMinTemperature` | `readonly` | `number` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L138) | +| `FPDefined` | `readonly` | `boolean` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L135) | +| `FPEnabled` | `readonly` | `boolean` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L136) | +| `FPMaxTemperature` | `readonly` | `number` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L137) | +| `FPMinTemperature` | `readonly` | `number` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L138) | --- @@ -6937,10 +6937,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L124) | -| `BuildingIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:125](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L125) | -| `DeviceIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:126](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L126) | -| `FloorIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:127](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L127) | +| `AreaIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L124) | +| `BuildingIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:125](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L125) | +| `DeviceIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:126](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L126) | +| `FloorIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:127](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L127) | --- @@ -6954,13 +6954,13 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | -------------------- | ---------- | ------------------- | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`AreaIds` | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L124) | -| `BuildingIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`BuildingIds` | [src/types/common.ts:125](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L125) | -| `DeviceIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`DeviceIds` | [src/types/common.ts:126](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L126) | -| `Enabled` | `readonly` | `boolean` | - | [src/types/common.ts:130](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L130) | -| `FloorIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`FloorIds` | [src/types/common.ts:127](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L127) | -| `MaximumTemperature` | `readonly` | `number` | - | [src/types/common.ts:131](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L131) | -| `MinimumTemperature` | `readonly` | `number` | - | [src/types/common.ts:132](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L132) | +| `AreaIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`AreaIds` | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L124) | +| `BuildingIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`BuildingIds` | [src/types/common.ts:125](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L125) | +| `DeviceIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`DeviceIds` | [src/types/common.ts:126](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L126) | +| `Enabled` | `readonly` | `boolean` | - | [src/types/common.ts:130](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L130) | +| `FloorIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`FloorIds` | [src/types/common.ts:127](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L127) | +| `MaximumTemperature` | `readonly` | `number` | - | [src/types/common.ts:131](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L131) | +| `MinimumTemperature` | `readonly` | `number` | - | [src/types/common.ts:132](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L132) | --- @@ -6970,9 +6970,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `readonly` | [`GetDeviceDataAta`](README.md#getdevicedataata) | [src/types/common.ts:104](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L104) | -| `Atw` | `readonly` | [`GetDeviceDataAtw`](README.md#getdevicedataatw) | [src/types/common.ts:105](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L105) | -| `Erv` | `readonly` | [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L106) | +| `Ata` | `readonly` | [`GetDeviceDataAta`](README.md#getdevicedataata) | [src/types/common.ts:104](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L104) | +| `Atw` | `readonly` | [`GetDeviceDataAtw`](README.md#getdevicedataatw) | [src/types/common.ts:105](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L105) | +| `Erv` | `readonly` | [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L106) | --- @@ -6982,8 +6982,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------ | ---------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `buildingId` | `readonly` | `number` | [src/types/common.ts:100](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L100) | -| `id` | `readonly` | `number` | [src/types/common.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L101) | +| `buildingId` | `readonly` | `number` | [src/types/common.ts:100](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L100) | +| `id` | `readonly` | `number` | [src/types/common.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L101) | --- @@ -6993,10 +6993,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Data` | `readonly` | \{ `Group`: \{ `Specification`: `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\>; `State`: `Required`\<[`GroupAtaState`](README.md#groupatastate)\>; \}; \} | [src/types/common.ts:260](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L260) | -| `Data.Group` | `readonly` | \{ `Specification`: `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\>; `State`: `Required`\<[`GroupAtaState`](README.md#groupatastate)\>; \} | [src/types/common.ts:261](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L261) | -| `Data.Group.Specification` | `readonly` | `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\> | [src/types/common.ts:262](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L262) | -| `Data.Group.State` | `readonly` | `Required`\<[`GroupAtaState`](README.md#groupatastate)\> | [src/types/common.ts:263](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L263) | +| `Data` | `readonly` | \{ `Group`: \{ `Specification`: `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\>; `State`: `Required`\<[`GroupAtaState`](README.md#groupatastate)\>; \}; \} | [src/types/common.ts:260](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L260) | +| `Data.Group` | `readonly` | \{ `Specification`: `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\>; `State`: `Required`\<[`GroupAtaState`](README.md#groupatastate)\>; \} | [src/types/common.ts:261](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L261) | +| `Data.Group.Specification` | `readonly` | `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\> | [src/types/common.ts:262](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L262) | +| `Data.Group.State` | `readonly` | `Required`\<[`GroupAtaState`](README.md#groupatastate)\> | [src/types/common.ts:263](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L263) | --- @@ -7006,9 +7006,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------- | ---------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID?` | `readonly` | `null` \| `number` | [src/types/common.ts:241](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L241) | -| `BuildingID?` | `readonly` | `null` \| `number` | [src/types/common.ts:242](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L242) | -| `FloorID?` | `readonly` | `null` \| `number` | [src/types/common.ts:243](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L243) | +| `AreaID?` | `readonly` | `null` \| `number` | [src/types/common.ts:241](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L241) | +| `BuildingID?` | `readonly` | `null` \| `number` | [src/types/common.ts:242](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L242) | +| `FloorID?` | `readonly` | `null` \| `number` | [src/types/common.ts:243](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L243) | --- @@ -7018,14 +7018,14 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------------------------- | ---------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FanSpeed?` | `readonly` | \| `null` \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [src/types/common.ts:246](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L246) | -| `OperationMode?` | `readonly` | `null` \| [`OperationMode`](README.md#operationmode) | [src/types/common.ts:247](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L247) | -| `Power?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:248](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L248) | -| `SetTemperature?` | `readonly` | `null` \| `number` | [src/types/common.ts:249](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L249) | -| `VaneHorizontalDirection?` | `readonly` | `null` \| [`Horizontal`](README.md#horizontal) | [src/types/common.ts:250](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L250) | -| `VaneHorizontalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:251](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L251) | -| `VaneVerticalDirection?` | `readonly` | `null` \| [`Vertical`](README.md#vertical) | [src/types/common.ts:252](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L252) | -| `VaneVerticalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:253](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L253) | +| `FanSpeed?` | `readonly` | \| `null` \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [src/types/common.ts:246](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L246) | +| `OperationMode?` | `readonly` | `null` \| [`OperationMode`](README.md#operationmode) | [src/types/common.ts:247](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L247) | +| `Power?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:248](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L248) | +| `SetTemperature?` | `readonly` | `null` \| `number` | [src/types/common.ts:249](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L249) | +| `VaneHorizontalDirection?` | `readonly` | `null` \| [`Horizontal`](README.md#horizontal) | [src/types/common.ts:250](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L250) | +| `VaneHorizontalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:251](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L251) | +| `VaneVerticalDirection?` | `readonly` | `null` \| [`Vertical`](README.md#vertical) | [src/types/common.ts:252](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L252) | +| `VaneVerticalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:253](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L253) | --- @@ -7039,11 +7039,11 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | ------------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Areas?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Areas` | [src/types/common.ts:150](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L150) | -| `Buildings?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Buildings` | [src/types/common.ts:151](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L151) | -| `Devices?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Devices` | [src/types/common.ts:152](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L152) | -| `Floors?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Floors` | [src/types/common.ts:153](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L153) | -| `TimeZone?` | `readonly` | `number` | - | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L156) | +| `Areas?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Areas` | [src/types/common.ts:150](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L150) | +| `Buildings?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Buildings` | [src/types/common.ts:151](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L151) | +| `Devices?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Devices` | [src/types/common.ts:152](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L152) | +| `Floors?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Floors` | [src/types/common.ts:153](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L153) | +| `TimeZone?` | `readonly` | `number` | - | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L156) | --- @@ -7053,25 +7053,25 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------------ | ---------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `EndDate` | `readonly` | \{ `Day`: `number`; `Hour`: `number`; `Minute`: `number`; `Month`: `number`; `Second`: `number`; `Year`: `number`; \} | [src/types/common.ts:165](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L165) | -| `EndDate.Day` | `readonly` | `number` | [src/types/common.ts:166](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L166) | -| `EndDate.Hour` | `readonly` | `number` | [src/types/common.ts:167](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L167) | -| `EndDate.Minute` | `readonly` | `number` | [src/types/common.ts:168](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L168) | -| `EndDate.Month` | `readonly` | `number` | [src/types/common.ts:169](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L169) | -| `EndDate.Second` | `readonly` | `number` | [src/types/common.ts:170](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L170) | -| `EndDate.Year` | `readonly` | `number` | [src/types/common.ts:171](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L171) | -| `HMDefined` | `readonly` | `boolean` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L173) | -| `HMEnabled` | `readonly` | `boolean` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L174) | -| `HMEndDate` | `readonly` | `null` \| `string` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L175) | -| `HMStartDate` | `readonly` | `null` \| `string` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L176) | -| `StartDate` | `readonly` | \{ `Day`: `number`; `Hour`: `number`; `Minute`: `number`; `Month`: `number`; `Second`: `number`; `Year`: `number`; \} | [src/types/common.ts:177](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L177) | -| `StartDate.Day` | `readonly` | `number` | [src/types/common.ts:178](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L178) | -| `StartDate.Hour` | `readonly` | `number` | [src/types/common.ts:179](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L179) | -| `StartDate.Minute` | `readonly` | `number` | [src/types/common.ts:180](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L180) | -| `StartDate.Month` | `readonly` | `number` | [src/types/common.ts:181](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L181) | -| `StartDate.Second` | `readonly` | `number` | [src/types/common.ts:182](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L182) | -| `StartDate.Year` | `readonly` | `number` | [src/types/common.ts:183](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L183) | -| `TimeZone` | `readonly` | `number` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L185) | +| `EndDate` | `readonly` | \{ `Day`: `number`; `Hour`: `number`; `Minute`: `number`; `Month`: `number`; `Second`: `number`; `Year`: `number`; \} | [src/types/common.ts:165](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L165) | +| `EndDate.Day` | `readonly` | `number` | [src/types/common.ts:166](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L166) | +| `EndDate.Hour` | `readonly` | `number` | [src/types/common.ts:167](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L167) | +| `EndDate.Minute` | `readonly` | `number` | [src/types/common.ts:168](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L168) | +| `EndDate.Month` | `readonly` | `number` | [src/types/common.ts:169](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L169) | +| `EndDate.Second` | `readonly` | `number` | [src/types/common.ts:170](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L170) | +| `EndDate.Year` | `readonly` | `number` | [src/types/common.ts:171](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L171) | +| `HMDefined` | `readonly` | `boolean` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L173) | +| `HMEnabled` | `readonly` | `boolean` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L174) | +| `HMEndDate` | `readonly` | `null` \| `string` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L175) | +| `HMStartDate` | `readonly` | `null` \| `string` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L176) | +| `StartDate` | `readonly` | \{ `Day`: `number`; `Hour`: `number`; `Minute`: `number`; `Month`: `number`; `Second`: `number`; `Year`: `number`; \} | [src/types/common.ts:177](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L177) | +| `StartDate.Day` | `readonly` | `number` | [src/types/common.ts:178](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L178) | +| `StartDate.Hour` | `readonly` | `number` | [src/types/common.ts:179](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L179) | +| `StartDate.Minute` | `readonly` | `number` | [src/types/common.ts:180](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L180) | +| `StartDate.Month` | `readonly` | `number` | [src/types/common.ts:181](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L181) | +| `StartDate.Second` | `readonly` | `number` | [src/types/common.ts:182](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L182) | +| `StartDate.Year` | `readonly` | `number` | [src/types/common.ts:183](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L183) | +| `TimeZone` | `readonly` | `number` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L185) | --- @@ -7085,10 +7085,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------ | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Areas?` | `readonly` | readonly `number`[] | [src/types/common.ts:150](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L150) | -| `Buildings?` | `readonly` | readonly `number`[] | [src/types/common.ts:151](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L151) | -| `Devices?` | `readonly` | readonly `number`[] | [src/types/common.ts:152](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L152) | -| `Floors?` | `readonly` | readonly `number`[] | [src/types/common.ts:153](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L153) | +| `Areas?` | `readonly` | readonly `number`[] | [src/types/common.ts:150](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L150) | +| `Buildings?` | `readonly` | readonly `number`[] | [src/types/common.ts:151](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L151) | +| `Devices?` | `readonly` | readonly `number`[] | [src/types/common.ts:152](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L152) | +| `Floors?` | `readonly` | readonly `number`[] | [src/types/common.ts:153](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L153) | --- @@ -7098,10 +7098,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------- | ---------- | ---------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Enabled` | `readonly` | `boolean` | [src/types/common.ts:159](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L159) | -| `EndDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:160](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L160) | -| `HMTimeZones` | `readonly` | readonly [`HMTimeZone`](README.md#hmtimezone)[] | [src/types/common.ts:161](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L161) | -| `StartDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:162](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L162) | +| `Enabled` | `readonly` | `boolean` | [src/types/common.ts:159](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L159) | +| `EndDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:160](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L160) | +| `HMTimeZones` | `readonly` | readonly [`HMTimeZone`](README.md#hmtimezone)[] | [src/types/common.ts:161](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L161) | +| `StartDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:162](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L162) | --- @@ -7111,25 +7111,25 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `applyFetch` | () => `Promise`\<[`Building`](README.md#building-3)[]\> | [src/services/interfaces.ts:70](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L70) | -| `applyLogin` | (`data`?: [`LoginCredentials`](README.md#logincredentials), `onSuccess`?: () => `Promise`\<`void`\>) => `Promise`\<`boolean`\> | [src/services/interfaces.ts:71](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L71) | -| `clearSync` | () => `void` | [src/services/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L75) | -| `fetch` | () => `Promise`\<\{ `data`: [`Building`](README.md#building-3)[]; \}\> | [src/services/interfaces.ts:76](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L76) | -| `get` | (`__namedParameters`: \{ `params`: [`GetDeviceDataParams`](README.md#getdevicedataparams); \}) => `Promise`\<\{ `data`: [`GetDeviceDataAta`](README.md#getdevicedataata) \| [`GetDeviceDataAtw`](README.md#getdevicedataatw) \| [`GetDeviceDataErv`](README.md#getdevicedataerv); \}\> | [src/services/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L77) | -| `getAta` | (`__namedParameters`: \{ `postData`: [`GetGroupAtaPostData`](README.md#getgroupatapostdata); \}) => `Promise`\<\{ `data`: [`GetGroupAtaData`](README.md#getgroupatadata); \}\> | [src/services/interfaces.ts:82](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L82) | -| `getEnergyReport` | (`__namedParameters`: \{ `postData`: [`EnergyPostData`](README.md#energypostdata); \}) => `Promise`\<\{ `data`: [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw); \}\> | [src/services/interfaces.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L87) | -| `getErrors` | (`__namedParameters`: \{ `postData`: [`ErrorPostData`](README.md#errorpostdata); \}) => `Promise`\<\{ `data`: [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]; \}\> | [src/services/interfaces.ts:92](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L92) | -| `getFrostProtection` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`FrostProtectionData`](README.md#frostprotectiondata); \}\> | [src/services/interfaces.ts:97](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L97) | -| `getHolidayMode` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`HolidayModeData`](README.md#holidaymodedata); \}\> | [src/services/interfaces.ts:102](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L102) | -| `getTiles` | (`__namedParameters`: \{ `postData`: [`TilesPostData`](README.md#tilespostdatat)\<`null`\>; \}) => `Promise`\<\{ `data`: [`TilesData`](README.md#tilesdatat)\<`null`\>; \}\> & \<`T`\>(`__namedParameters`: \{ `postData`: [`TilesPostData`](README.md#tilespostdatat)\<`T`\>; \}) => `Promise`\<\{ `data`: [`TilesData`](README.md#tilesdatat)\<`T`\>; \}\> | [src/services/interfaces.ts:107](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L107) | -| `getWifiReport` | (`__namedParameters`: \{ `postData`: [`WifiPostData`](README.md#wifipostdata); \}) => `Promise`\<\{ `data`: [`WifiData`](README.md#wifidata); \}\> | [src/services/interfaces.ts:117](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L117) | -| `login` | (`__namedParameters`: \{ `postData`: [`LoginPostData`](README.md#loginpostdata); \}) => `Promise`\<\{ `data`: [`LoginData`](README.md#logindata); \}\> | [src/services/interfaces.ts:122](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L122) | -| `set` | \<`T`\>(`__namedParameters`: \{ `heatPumpType`: `T`; `postData`: [`SetDevicePostData`](README.md#setdevicepostdata)\[`T`\]; \}) => `Promise`\<\{ `data`: [`SetDeviceData`](README.md#setdevicedata)\[`T`\]; \}\> | [src/services/interfaces.ts:127](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L127) | -| `setAta` | (`__namedParameters`: \{ `postData`: [`SetGroupAtaPostData`](README.md#setgroupatapostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:134](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L134) | -| `setFrostProtection` | (`__namedParameters`: \{ `postData`: [`FrostProtectionPostData`](README.md#frostprotectionpostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:139](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L139) | -| `setHolidayMode` | (`__namedParameters`: \{ `postData`: [`HolidayModePostData`](README.md#holidaymodepostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:144](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L144) | -| `setLanguage` | (`language`: `string`) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:149](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L149) | -| `setPower` | (`__namedParameters`: \{ `postData`: [`SetPowerPostData`](README.md#setpowerpostdata); \}) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:150](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L150) | +| `applyFetch` | () => `Promise`\<[`Building`](README.md#building-3)[]\> | [src/services/interfaces.ts:70](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L70) | +| `applyLogin` | (`data`?: [`LoginCredentials`](README.md#logincredentials), `onSuccess`?: () => `Promise`\<`void`\>) => `Promise`\<`boolean`\> | [src/services/interfaces.ts:71](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L71) | +| `clearSync` | () => `void` | [src/services/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L75) | +| `fetch` | () => `Promise`\<\{ `data`: [`Building`](README.md#building-3)[]; \}\> | [src/services/interfaces.ts:76](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L76) | +| `get` | (`__namedParameters`: \{ `params`: [`GetDeviceDataParams`](README.md#getdevicedataparams); \}) => `Promise`\<\{ `data`: [`GetDeviceDataAta`](README.md#getdevicedataata) \| [`GetDeviceDataAtw`](README.md#getdevicedataatw) \| [`GetDeviceDataErv`](README.md#getdevicedataerv); \}\> | [src/services/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L77) | +| `getAta` | (`__namedParameters`: \{ `postData`: [`GetGroupAtaPostData`](README.md#getgroupatapostdata); \}) => `Promise`\<\{ `data`: [`GetGroupAtaData`](README.md#getgroupatadata); \}\> | [src/services/interfaces.ts:82](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L82) | +| `getEnergyReport` | (`__namedParameters`: \{ `postData`: [`EnergyPostData`](README.md#energypostdata); \}) => `Promise`\<\{ `data`: [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw); \}\> | [src/services/interfaces.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L87) | +| `getErrors` | (`__namedParameters`: \{ `postData`: [`ErrorPostData`](README.md#errorpostdata); \}) => `Promise`\<\{ `data`: [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]; \}\> | [src/services/interfaces.ts:92](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L92) | +| `getFrostProtection` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`FrostProtectionData`](README.md#frostprotectiondata); \}\> | [src/services/interfaces.ts:97](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L97) | +| `getHolidayMode` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`HolidayModeData`](README.md#holidaymodedata); \}\> | [src/services/interfaces.ts:102](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L102) | +| `getTiles` | (`__namedParameters`: \{ `postData`: [`TilesPostData`](README.md#tilespostdatat)\<`null`\>; \}) => `Promise`\<\{ `data`: [`TilesData`](README.md#tilesdatat)\<`null`\>; \}\> & \<`T`\>(`__namedParameters`: \{ `postData`: [`TilesPostData`](README.md#tilespostdatat)\<`T`\>; \}) => `Promise`\<\{ `data`: [`TilesData`](README.md#tilesdatat)\<`T`\>; \}\> | [src/services/interfaces.ts:107](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L107) | +| `getWifiReport` | (`__namedParameters`: \{ `postData`: [`WifiPostData`](README.md#wifipostdata); \}) => `Promise`\<\{ `data`: [`WifiData`](README.md#wifidata); \}\> | [src/services/interfaces.ts:117](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L117) | +| `login` | (`__namedParameters`: \{ `postData`: [`LoginPostData`](README.md#loginpostdata); \}) => `Promise`\<\{ `data`: [`LoginData`](README.md#logindata); \}\> | [src/services/interfaces.ts:122](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L122) | +| `set` | \<`T`\>(`__namedParameters`: \{ `heatPumpType`: `T`; `postData`: [`SetDevicePostData`](README.md#setdevicepostdata)\[`T`\]; \}) => `Promise`\<\{ `data`: [`SetDeviceData`](README.md#setdevicedata)\[`T`\]; \}\> | [src/services/interfaces.ts:127](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L127) | +| `setAta` | (`__namedParameters`: \{ `postData`: [`SetGroupAtaPostData`](README.md#setgroupatapostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:134](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L134) | +| `setFrostProtection` | (`__namedParameters`: \{ `postData`: [`FrostProtectionPostData`](README.md#frostprotectionpostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:139](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L139) | +| `setHolidayMode` | (`__namedParameters`: \{ `postData`: [`HolidayModePostData`](README.md#holidaymodepostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:144](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L144) | +| `setLanguage` | (`language`: `string`) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:149](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L149) | +| `setPower` | (`__namedParameters`: \{ `postData`: [`SetPowerPostData`](README.md#setpowerpostdata); \}) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:150](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L150) | --- @@ -7143,14 +7143,14 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`building` | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L13) | -| `buildingId` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L14) | -| `deviceIds` | readonly `number`[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L23) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`devices` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L24) | -| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floor` | [src/models/interfaces.ts:18](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L18) | -| `floorId` | `null` \| `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floorId` | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L19) | -| `id` | `number` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`building` | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L13) | +| `buildingId` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L14) | +| `deviceIds` | readonly `number`[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L23) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`devices` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L24) | +| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floor` | [src/models/interfaces.ts:18](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L18) | +| `floorId` | `null` \| `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floorId` | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L19) | +| `id` | `number` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | --- @@ -7165,16 +7165,16 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `getErrors` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]\> | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L22) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L29) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L30) | -| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`DeviceModel`](README.md#devicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [src/facades/interfaces.ts:31](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L31) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L35) | -| `id` | `number` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L36) | -| `name` | `string` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L37) | -| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L38) | -| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `enabled`: `true`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `true`; `from`: `string`; `to`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `false`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [src/facades/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L47) | -| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [src/facades/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L68) | +| `getErrors` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]\> | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L22) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L29) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L30) | +| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`DeviceModel`](README.md#devicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [src/facades/interfaces.ts:31](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L31) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L35) | +| `id` | `number` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L36) | +| `name` | `string` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L37) | +| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L38) | +| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `enabled`: `true`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `true`; `from`: `string`; `to`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `false`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [src/facades/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L47) | +| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [src/facades/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L68) | --- @@ -7189,8 +7189,8 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | `number` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | +| `id` | `number` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | --- @@ -7209,10 +7209,10 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------ | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `building?` | [`BuildingModel`](README.md#buildingmodel) | - | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L13) | -| `buildingId` | `number` | - | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L14) | -| `id` | `number` | [`IBaseModel`](README.md#ibasemodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [`IBaseModel`](README.md#ibasemodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | - | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L13) | +| `buildingId` | `number` | - | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L14) | +| `id` | `number` | [`IBaseModel`](README.md#ibasemodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [`IBaseModel`](README.md#ibasemodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | --- @@ -7231,12 +7231,12 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ------------ | ---------------------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`building` | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L13) | -| `buildingId` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L14) | -| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | - | [src/models/interfaces.ts:18](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L18) | -| `floorId` | `null` \| `number` | - | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L19) | -| `id` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`building` | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L13) | +| `buildingId` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L14) | +| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | - | [src/models/interfaces.ts:18](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L18) | +| `floorId` | `null` \| `number` | - | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L19) | +| `id` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | --- @@ -7255,12 +7255,12 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ----------- | ---------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | readonly `number`[] | - | [src/models/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L28) | -| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | - | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L29) | -| `deviceIds` | readonly `number`[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L23) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`devices` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L24) | -| `id` | `number` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | +| `areaIds` | readonly `number`[] | - | [src/models/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L28) | +| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | - | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L29) | +| `deviceIds` | readonly `number`[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L23) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`devices` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L24) | +| `id` | `number` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | --- @@ -7278,18 +7278,18 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | - | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L72) | -| `getErrors` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]\> | [`IBaseFacade`](README.md#ibasefacade).`getErrors` | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L22) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IBaseFacade`](README.md#ibasefacade).`getFrostProtection` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L29) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IBaseFacade`](README.md#ibasefacade).`getHolidayMode` | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L30) | -| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`DeviceModel`](README.md#devicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [`IBaseFacade`](README.md#ibasefacade).`getTiles` | [src/facades/interfaces.ts:31](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L31) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IBaseFacade`](README.md#ibasefacade).`getWifiReport` | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L35) | -| `id` | `number` | [`IBaseFacade`](README.md#ibasefacade).`id` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L36) | -| `name` | `string` | [`IBaseFacade`](README.md#ibasefacade).`name` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L37) | -| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:73](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L73) | -| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseFacade`](README.md#ibasefacade).`setFrostProtection` | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L38) | -| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `enabled`: `true`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `true`; `from`: `string`; `to`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `false`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseFacade`](README.md#ibasefacade).`setHolidayMode` | [src/facades/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L47) | -| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [`IBaseFacade`](README.md#ibasefacade).`setPower` | [src/facades/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L68) | +| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | - | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L72) | +| `getErrors` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]\> | [`IBaseFacade`](README.md#ibasefacade).`getErrors` | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L22) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IBaseFacade`](README.md#ibasefacade).`getFrostProtection` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L29) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IBaseFacade`](README.md#ibasefacade).`getHolidayMode` | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L30) | +| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`DeviceModel`](README.md#devicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [`IBaseFacade`](README.md#ibasefacade).`getTiles` | [src/facades/interfaces.ts:31](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L31) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IBaseFacade`](README.md#ibasefacade).`getWifiReport` | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L35) | +| `id` | `number` | [`IBaseFacade`](README.md#ibasefacade).`id` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L36) | +| `name` | `string` | [`IBaseFacade`](README.md#ibasefacade).`name` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L37) | +| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:73](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L73) | +| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseFacade`](README.md#ibasefacade).`setFrostProtection` | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L38) | +| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `enabled`: `true`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `true`; `from`: `string`; `to`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `false`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseFacade`](README.md#ibasefacade).`setHolidayMode` | [src/facades/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L47) | +| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [`IBaseFacade`](README.md#ibasefacade).`setPower` | [src/facades/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L68) | --- @@ -7308,10 +7308,10 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ----------- | ------------------------------------------------------- | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `deviceIds` | readonly `number`[] | - | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L23) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | - | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L24) | -| `id` | `number` | [`IBaseModel`](README.md#ibasemodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [`IBaseModel`](README.md#ibasemodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | +| `deviceIds` | readonly `number`[] | - | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L23) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | - | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L24) | +| `id` | `number` | [`IBaseModel`](README.md#ibasemodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [`IBaseModel`](README.md#ibasemodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | --- @@ -7325,20 +7325,20 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `data` | [`ZoneSettings`](README.md#zonesettings) | - | [src/facades/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L77) | -| `fetch` | () => `Promise`\<[`ZoneSettings`](README.md#zonesettings)\> | - | [src/facades/interfaces.ts:78](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L78) | -| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getAta` | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L72) | -| `getErrors` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getErrors` | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L22) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getFrostProtection` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L29) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getHolidayMode` | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L30) | -| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`DeviceModel`](README.md#devicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getTiles` | [src/facades/interfaces.ts:31](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L31) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getWifiReport` | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L35) | -| `id` | `number` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L36) | -| `name` | `string` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`name` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L37) | -| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setAta` | [src/facades/interfaces.ts:73](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L73) | -| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setFrostProtection` | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L38) | -| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `enabled`: `true`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `true`; `from`: `string`; `to`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `false`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setHolidayMode` | [src/facades/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L47) | -| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setPower` | [src/facades/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L68) | +| `data` | [`ZoneSettings`](README.md#zonesettings) | - | [src/facades/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L77) | +| `fetch` | () => `Promise`\<[`ZoneSettings`](README.md#zonesettings)\> | - | [src/facades/interfaces.ts:78](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L78) | +| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getAta` | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L72) | +| `getErrors` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getErrors` | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L22) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getFrostProtection` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L29) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getHolidayMode` | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L30) | +| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`DeviceModel`](README.md#devicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getTiles` | [src/facades/interfaces.ts:31](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L31) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getWifiReport` | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L35) | +| `id` | `number` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L36) | +| `name` | `string` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`name` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L37) | +| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setAta` | [src/facades/interfaces.ts:73](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L73) | +| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setFrostProtection` | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L38) | +| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `enabled`: `true`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `true`; `from`: `string`; `to`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `false`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setHolidayMode` | [src/facades/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L47) | +| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setPower` | [src/facades/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L68) | --- @@ -7352,15 +7352,15 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ----------- | ---------------------------------------------------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areaIds` | [src/models/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L28) | -| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areas` | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L29) | -| `data` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L33) | -| `deviceIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`deviceIds` | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L23) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`devices` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L24) | -| `floorIds` | readonly `number`[] | - | [src/models/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L34) | -| `floors` | readonly [`FloorModel`](README.md#floormodel)[] | - | [src/models/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L35) | -| `id` | `number` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | +| `areaIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areaIds` | [src/models/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L28) | +| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areas` | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L29) | +| `data` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L33) | +| `deviceIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`deviceIds` | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L23) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`devices` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L24) | +| `floorIds` | readonly `number`[] | - | [src/models/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L34) | +| `floors` | readonly [`FloorModel`](README.md#floormodel)[] | - | [src/models/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L35) | +| `id` | `number` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | --- @@ -7380,24 +7380,24 @@ static upsert(floor: FloorData): void | Property | Type | Overrides | Inherited from | Defined in | | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | - | [src/facades/interfaces.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L83) | -| `fetch` | () => `Promise`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\> | - | - | [src/facades/interfaces.ts:84](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L84) | -| `flags` | `Record`\ | - | - | [src/facades/interfaces.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L85) | -| `get` | () => `Promise`\<[`GetDeviceData`](README.md#getdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:86](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L86) | -| `getEnergyReport` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`EnergyData`](README.md#energydata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L87) | -| `getErrors` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]\> | - | [`IBaseFacade`](README.md#ibasefacade).`getErrors` | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L22) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getFrostProtection` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L29) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getHolidayMode` | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L30) | -| `getTiles` | (`select`: `true` \| [`DeviceModel`](README.md#devicemodelt)\<`T`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`T`\>\> & (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> | [`IBaseFacade`](README.md#ibasefacade).`getTiles` | - | [src/facades/interfaces.ts:94](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L94) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getWifiReport` | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L35) | -| `id` | `number` | - | [`IBaseFacade`](README.md#ibasefacade).`id` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L36) | -| `name` | `string` | - | [`IBaseFacade`](README.md#ibasefacade).`name` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L37) | -| `set` | (`data`: [`UpdateDeviceData`](README.md#updatedevicedata)\[`T`\]) => `Promise`\<[`SetDeviceData`](README.md#setdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:96](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L96) | -| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`setFrostProtection` | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L38) | -| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `enabled`: `true`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `true`; `from`: `string`; `to`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `false`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`setHolidayMode` | [src/facades/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L47) | -| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | - | [`IBaseFacade`](README.md#ibasefacade).`setPower` | [src/facades/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L68) | -| `type` | `T` | - | - | [src/facades/interfaces.ts:97](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L97) | -| `values` | [`Values`](README.md#values-4)\[`T`\] | - | - | [src/facades/interfaces.ts:98](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/interfaces.ts#L98) | +| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | - | [src/facades/interfaces.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L83) | +| `fetch` | () => `Promise`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\> | - | - | [src/facades/interfaces.ts:84](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L84) | +| `flags` | `Record`\ | - | - | [src/facades/interfaces.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L85) | +| `get` | () => `Promise`\<[`GetDeviceData`](README.md#getdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:86](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L86) | +| `getEnergyReport` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`EnergyData`](README.md#energydata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L87) | +| `getErrors` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]\> | - | [`IBaseFacade`](README.md#ibasefacade).`getErrors` | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L22) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getFrostProtection` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L29) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getHolidayMode` | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L30) | +| `getTiles` | (`select`: `true` \| [`DeviceModel`](README.md#devicemodelt)\<`T`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`T`\>\> & (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> | [`IBaseFacade`](README.md#ibasefacade).`getTiles` | - | [src/facades/interfaces.ts:94](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L94) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getWifiReport` | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L35) | +| `id` | `number` | - | [`IBaseFacade`](README.md#ibasefacade).`id` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L36) | +| `name` | `string` | - | [`IBaseFacade`](README.md#ibasefacade).`name` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L37) | +| `set` | (`data`: [`UpdateDeviceData`](README.md#updatedevicedata)\[`T`\]) => `Promise`\<[`SetDeviceData`](README.md#setdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:96](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L96) | +| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`setFrostProtection` | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L38) | +| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `enabled`: `true`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `true`; `from`: `string`; `to`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `enabled`: `false`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`setHolidayMode` | [src/facades/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L47) | +| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | - | [`IBaseFacade`](README.md#ibasefacade).`setPower` | [src/facades/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L68) | +| `type` | `T` | - | - | [src/facades/interfaces.ts:97](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L97) | +| `values` | [`Values`](README.md#values-4)\[`T`\] | - | - | [src/facades/interfaces.ts:98](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/interfaces.ts#L98) | --- @@ -7417,17 +7417,17 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `area?` | `null` \| [`AreaModelAny`](README.md#areamodelany) | - | [src/models/interfaces.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L46) | -| `areaId` | `null` \| `number` | - | [src/models/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L47) | -| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`building` | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L13) | -| `buildingId` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L14) | -| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | [src/models/interfaces.ts:48](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L48) | -| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floor` | [src/models/interfaces.ts:18](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L18) | -| `floorId` | `null` \| `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floorId` | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L19) | -| `id` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | -| `type` | `T` | - | [src/models/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L49) | -| `update` | (`data`: `Partial`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\>) => `void` | - | [src/models/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L50) | +| `area?` | `null` \| [`AreaModelAny`](README.md#areamodelany) | - | [src/models/interfaces.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L46) | +| `areaId` | `null` \| `number` | - | [src/models/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L47) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`building` | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L13) | +| `buildingId` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L14) | +| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | [src/models/interfaces.ts:48](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L48) | +| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floor` | [src/models/interfaces.ts:18](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L18) | +| `floorId` | `null` \| `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floorId` | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L19) | +| `id` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | +| `type` | `T` | - | [src/models/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L49) | +| `update` | (`data`: `Partial`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\>) => `void` | - | [src/models/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L50) | --- @@ -7441,14 +7441,14 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ------------ | ---------------------------------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areaIds` | [src/models/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L28) | -| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areas` | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L29) | -| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`building` | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L13) | -| `buildingId` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L14) | -| `deviceIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`deviceIds` | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L23) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`devices` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L24) | -| `id` | `number` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L8) | -| `name` | `string` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/interfaces.ts#L9) | +| `areaIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areaIds` | [src/models/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L28) | +| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areas` | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L29) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`building` | [src/models/interfaces.ts:13](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L13) | +| `buildingId` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L14) | +| `deviceIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`deviceIds` | [src/models/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L23) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`devices` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L24) | +| `id` | `number` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`id` | [src/models/interfaces.ts:8](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L8) | +| `name` | `string` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`name` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/interfaces.ts#L9) | --- @@ -7458,9 +7458,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `readonly` | [`ListDeviceAta`](README.md#listdeviceata) | [src/types/common.ts:210](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L210) | -| `Atw` | `readonly` | [`ListDeviceAtw`](README.md#listdeviceatw) | [src/types/common.ts:211](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L211) | -| `Erv` | `readonly` | [`ListDeviceErv`](README.md#listdeviceerv) | [src/types/common.ts:212](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L212) | +| `Ata` | `readonly` | [`ListDeviceAta`](README.md#listdeviceata) | [src/types/common.ts:210](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L210) | +| `Atw` | `readonly` | [`ListDeviceAtw`](README.md#listdeviceatw) | [src/types/common.ts:211](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L211) | +| `Erv` | `readonly` | [`ListDeviceErv`](README.md#listdeviceerv) | [src/types/common.ts:212](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L212) | --- @@ -7474,13 +7474,13 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------------------------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L50) | -| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L51) | -| `Device` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | - | [src/types/ata.ts:90](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L90) | -| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L52) | -| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L53) | -| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L54) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L55) | +| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L50) | +| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L51) | +| `Device` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | - | [src/types/ata.ts:90](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L90) | +| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L52) | +| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L53) | +| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L54) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L55) | --- @@ -7494,13 +7494,13 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------------------------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L50) | -| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L51) | -| `Device` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | - | [src/types/atw.ts:106](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L106) | -| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L52) | -| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L53) | -| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L54) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L55) | +| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L50) | +| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L51) | +| `Device` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | - | [src/types/atw.ts:106](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L106) | +| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L52) | +| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L53) | +| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L54) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L55) | --- @@ -7510,9 +7510,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | [src/types/common.ts:201](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L201) | -| `Atw` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | [src/types/common.ts:202](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L202) | -| `Erv` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | [src/types/common.ts:203](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L203) | +| `Ata` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | [src/types/common.ts:201](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L201) | +| `Atw` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | [src/types/common.ts:202](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L202) | +| `Erv` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | [src/types/common.ts:203](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L203) | --- @@ -7526,27 +7526,27 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------------- | ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `ActualFanSpeed` | `readonly` | `number` | - | [src/types/ata.ts:79](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L79) | -| `DeviceType` | `readonly` | `Ata` | `Omit.DeviceType` | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L56) | -| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L41) | -| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`FanSpeed` | [src/types/ata.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L68) | -| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/ata.ts:80](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L80) | -| `MaxTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:81](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L81) | -| `MaxTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:82](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L82) | -| `MaxTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L83) | -| `MinTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:84](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L84) | -| `MinTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L85) | -| `MinTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:86](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L86) | -| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L57) | -| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `OperationMode` | `readonly` | [`OperationMode`](README.md#operationmode) | `Omit.OperationMode` | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L44) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/ata.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L87) | -| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L58) | -| `SetTemperature` | `readonly` | `number` | `Omit.SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L46) | -| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`VaneHorizontalDirection` | [src/types/ata.ts:69](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L69) | -| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`VaneVerticalDirection` | [src/types/ata.ts:70](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L70) | -| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L46) | +| `ActualFanSpeed` | `readonly` | `number` | - | [src/types/ata.ts:79](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L79) | +| `DeviceType` | `readonly` | `Ata` | `Omit.DeviceType` | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L56) | +| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L41) | +| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`FanSpeed` | [src/types/ata.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L68) | +| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/ata.ts:80](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L80) | +| `MaxTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:81](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L81) | +| `MaxTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:82](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L82) | +| `MaxTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L83) | +| `MinTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:84](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L84) | +| `MinTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L85) | +| `MinTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:86](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L86) | +| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L57) | +| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `OperationMode` | `readonly` | [`OperationMode`](README.md#operationmode) | `Omit.OperationMode` | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L44) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/ata.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L87) | +| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L58) | +| `SetTemperature` | `readonly` | `number` | `Omit.SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L46) | +| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`VaneHorizontalDirection` | [src/types/ata.ts:69](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L69) | +| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`VaneVerticalDirection` | [src/types/ata.ts:70](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L70) | +| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L46) | --- @@ -7560,60 +7560,60 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------------------ | ---------- | ---------------------------------------------------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `BoosterHeater1Status` | `readonly` | `boolean` | - | [src/types/atw.ts:77](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L77) | -| `BoosterHeater2PlusStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:78](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L78) | -| `BoosterHeater2Status` | `readonly` | `boolean` | - | [src/types/atw.ts:79](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L79) | -| `CanCool` | `readonly` | `boolean` | - | [src/types/atw.ts:80](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L80) | -| `CondensingTemperature` | `readonly` | `number` | - | [src/types/atw.ts:81](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L81) | -| `CurrentEnergyConsumed` | `readonly` | `number` | - | [src/types/atw.ts:82](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L82) | -| `CurrentEnergyProduced` | `readonly` | `number` | - | [src/types/atw.ts:83](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L83) | -| `DefrostMode` | `readonly` | `number` | - | [src/types/atw.ts:84](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L84) | -| `DeviceType` | `readonly` | `Atw` | `Omit.DeviceType` | [src/types/atw.ts:57](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L57) | -| `EcoHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L85) | -| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L41) | -| `FlowTemperature` | `readonly` | `number` | - | [src/types/atw.ts:86](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L86) | -| `FlowTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:87](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L87) | -| `FlowTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:88](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L88) | -| `ForcedHotWaterMode` | `readonly` | `boolean` | `Omit.ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L49) | -| `HasZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L89) | -| `HeatPumpFrequency` | `readonly` | `number` | - | [src/types/atw.ts:90](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L90) | -| `IdleZone1` | `readonly` | `boolean` | `Omit.IdleZone1` | [src/types/atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L58) | -| `IdleZone2` | `readonly` | `boolean` | `Omit.IdleZone2` | [src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L59) | -| `ImmersionHeaterStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:91](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L91) | -| `LastLegionellaActivationTime` | `readonly` | `string` | - | [src/types/atw.ts:92](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L92) | -| `MaxTankTemperature` | `readonly` | `number` | - | [src/types/atw.ts:93](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L93) | -| `MixingTankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:94](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L94) | -| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | `Omit.OperationMode` | [src/types/atw.ts:60](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L60) | -| `OperationModeZone1` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Omit.OperationModeZone1` | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L33) | -| `OperationModeZone2` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Omit.OperationModeZone2` | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L34) | -| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L61) | -| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `ProhibitCoolingZone1` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone1` | [src/types/atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L62) | -| `ProhibitCoolingZone2` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone2` | [src/types/atw.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L63) | -| `ProhibitHeatingZone1` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone1` | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L64) | -| `ProhibitHeatingZone2` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone2` | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L65) | -| `ProhibitHotWater` | `readonly` | `boolean` | `Omit.ProhibitHotWater` | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L66) | -| `ReturnTemperature` | `readonly` | `number` | - | [src/types/atw.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L95) | -| `ReturnTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:96](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L96) | -| `ReturnTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:97](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L97) | -| `RoomTemperatureZone1` | `readonly` | `number` | `Omit.RoomTemperatureZone1` | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L67) | -| `RoomTemperatureZone2` | `readonly` | `number` | `Omit.RoomTemperatureZone2` | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L68) | -| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L37) | -| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L38) | -| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L39) | -| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L40) | -| `SetTankWaterTemperature` | `readonly` | `number` | `Omit.SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L41) | -| `SetTemperatureZone1` | `readonly` | `number` | `Omit.SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L42) | -| `SetTemperatureZone2` | `readonly` | `number` | `Omit.SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L43) | -| `TankWaterTemperature` | `readonly` | `number` | `Omit.TankWaterTemperature` | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L69) | -| `TargetHCTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:98](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L98) | -| `TargetHCTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:99](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L99) | -| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L46) | -| `Zone1InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:100](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L100) | -| `Zone1InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:101](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L101) | -| `Zone2InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:102](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L102) | -| `Zone2InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:103](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L103) | +| `BoosterHeater1Status` | `readonly` | `boolean` | - | [src/types/atw.ts:77](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L77) | +| `BoosterHeater2PlusStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:78](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L78) | +| `BoosterHeater2Status` | `readonly` | `boolean` | - | [src/types/atw.ts:79](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L79) | +| `CanCool` | `readonly` | `boolean` | - | [src/types/atw.ts:80](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L80) | +| `CondensingTemperature` | `readonly` | `number` | - | [src/types/atw.ts:81](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L81) | +| `CurrentEnergyConsumed` | `readonly` | `number` | - | [src/types/atw.ts:82](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L82) | +| `CurrentEnergyProduced` | `readonly` | `number` | - | [src/types/atw.ts:83](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L83) | +| `DefrostMode` | `readonly` | `number` | - | [src/types/atw.ts:84](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L84) | +| `DeviceType` | `readonly` | `Atw` | `Omit.DeviceType` | [src/types/atw.ts:57](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L57) | +| `EcoHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L85) | +| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L41) | +| `FlowTemperature` | `readonly` | `number` | - | [src/types/atw.ts:86](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L86) | +| `FlowTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:87](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L87) | +| `FlowTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:88](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L88) | +| `ForcedHotWaterMode` | `readonly` | `boolean` | `Omit.ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L49) | +| `HasZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L89) | +| `HeatPumpFrequency` | `readonly` | `number` | - | [src/types/atw.ts:90](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L90) | +| `IdleZone1` | `readonly` | `boolean` | `Omit.IdleZone1` | [src/types/atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L58) | +| `IdleZone2` | `readonly` | `boolean` | `Omit.IdleZone2` | [src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L59) | +| `ImmersionHeaterStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:91](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L91) | +| `LastLegionellaActivationTime` | `readonly` | `string` | - | [src/types/atw.ts:92](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L92) | +| `MaxTankTemperature` | `readonly` | `number` | - | [src/types/atw.ts:93](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L93) | +| `MixingTankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:94](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L94) | +| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | `Omit.OperationMode` | [src/types/atw.ts:60](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L60) | +| `OperationModeZone1` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Omit.OperationModeZone1` | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L33) | +| `OperationModeZone2` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Omit.OperationModeZone2` | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L34) | +| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L61) | +| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `ProhibitCoolingZone1` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone1` | [src/types/atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L62) | +| `ProhibitCoolingZone2` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone2` | [src/types/atw.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L63) | +| `ProhibitHeatingZone1` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone1` | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L64) | +| `ProhibitHeatingZone2` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone2` | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L65) | +| `ProhibitHotWater` | `readonly` | `boolean` | `Omit.ProhibitHotWater` | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L66) | +| `ReturnTemperature` | `readonly` | `number` | - | [src/types/atw.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L95) | +| `ReturnTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:96](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L96) | +| `ReturnTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:97](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L97) | +| `RoomTemperatureZone1` | `readonly` | `number` | `Omit.RoomTemperatureZone1` | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L67) | +| `RoomTemperatureZone2` | `readonly` | `number` | `Omit.RoomTemperatureZone2` | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L68) | +| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L37) | +| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L38) | +| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L39) | +| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L40) | +| `SetTankWaterTemperature` | `readonly` | `number` | `Omit.SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L41) | +| `SetTemperatureZone1` | `readonly` | `number` | `Omit.SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L42) | +| `SetTemperatureZone2` | `readonly` | `number` | `Omit.SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L43) | +| `TankWaterTemperature` | `readonly` | `number` | `Omit.TankWaterTemperature` | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L69) | +| `TargetHCTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:98](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L98) | +| `TargetHCTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:99](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L99) | +| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L46) | +| `Zone1InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:100](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L100) | +| `Zone1InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:101](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L101) | +| `Zone2InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:102](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L102) | +| `Zone2InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:103](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L103) | --- @@ -7627,21 +7627,21 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ---------------------- | ---------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceType` | `readonly` | `Erv` | `Omit.DeviceType` | [src/types/erv.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L30) | -| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L41) | -| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/erv.ts:42](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L42) | -| `HasCO2Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L43) | -| `HasPM25Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L44) | -| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/erv.ts:31](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L31) | -| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/erv.ts:32](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L32) | -| `PM25Level` | `readonly` | `number` | - | [src/types/erv.ts:45](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L45) | -| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `RoomCO2Level` | `readonly` | `number` | `Omit.RoomCO2Level` | [src/types/erv.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L33) | -| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/erv.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L34) | -| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Omit.SetFanSpeed` | [src/types/erv.ts:21](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L21) | -| `VentilationMode` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | `Omit.VentilationMode` | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L22) | -| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L46) | +| `DeviceType` | `readonly` | `Erv` | `Omit.DeviceType` | [src/types/erv.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L30) | +| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L41) | +| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/erv.ts:42](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L42) | +| `HasCO2Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L43) | +| `HasPM25Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L44) | +| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/erv.ts:31](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L31) | +| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/erv.ts:32](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L32) | +| `PM25Level` | `readonly` | `number` | - | [src/types/erv.ts:45](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L45) | +| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `RoomCO2Level` | `readonly` | `number` | `Omit.RoomCO2Level` | [src/types/erv.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L33) | +| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/erv.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L34) | +| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Omit.SetFanSpeed` | [src/types/erv.ts:21](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L21) | +| `VentilationMode` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | `Omit.VentilationMode` | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L22) | +| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L46) | --- @@ -7655,13 +7655,13 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------------------------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L50) | -| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L51) | -| `Device` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | - | [src/types/erv.ts:48](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L48) | -| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L52) | -| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L53) | -| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L54) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L55) | +| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L50) | +| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L51) | +| `Device` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | - | [src/types/erv.ts:48](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L48) | +| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L52) | +| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L53) | +| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L54) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L55) | --- @@ -7671,8 +7671,8 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `error` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:55](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L55) | -| `log` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L56) | +| `error` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:55](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L55) | +| `log` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L56) | --- @@ -7682,8 +7682,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ---------- | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `password` | `readonly` | `string` | [src/types/common.ts:66](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L66) | -| `username` | `readonly` | `string` | [src/types/common.ts:67](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L67) | +| `password` | `readonly` | `string` | [src/types/common.ts:66](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L66) | +| `username` | `readonly` | `string` | [src/types/common.ts:67](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L67) | --- @@ -7693,7 +7693,7 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ----------- | ---------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `LoginData` | `readonly` | `null` \| \{ `ContextKey`: `string`; `Expiry`: `string`; \} | [src/types/common.ts:77](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L77) | +| `LoginData` | `readonly` | `null` \| \{ `ContextKey`: `string`; `Expiry`: `string`; \} | [src/types/common.ts:77](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L77) | --- @@ -7703,11 +7703,11 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------ | ---------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `AppVersion` | `readonly` | `string` | [src/types/common.ts:72](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L72) | -| `Email` | `readonly` | `string` | [src/types/common.ts:73](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L73) | -| `Language?` | `readonly` | `number` | [src/types/common.ts:70](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L70) | -| `Password` | `readonly` | `string` | [src/types/common.ts:74](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L74) | -| `Persist?` | `readonly` | `boolean` | [src/types/common.ts:71](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L71) | +| `AppVersion` | `readonly` | `string` | [src/types/common.ts:72](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L72) | +| `Email` | `readonly` | `string` | [src/types/common.ts:73](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L73) | +| `Language?` | `readonly` | `number` | [src/types/common.ts:70](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L70) | +| `Password` | `readonly` | `string` | [src/types/common.ts:74](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L74) | +| `Persist?` | `readonly` | `boolean` | [src/types/common.ts:71](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L71) | --- @@ -7721,8 +7721,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | --------------------- | ---------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L33) | -| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L34) | +| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L33) | +| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L34) | --- @@ -7732,9 +7732,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | `readonly` | [`SetDeviceDataAta`](README.md#setdevicedataata) | [src/types/common.ts:94](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L94) | -| `Atw` | `readonly` | [`SetDeviceDataAtw`](README.md#setdevicedataatw) | [src/types/common.ts:95](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L95) | -| `Erv` | `readonly` | [`SetDeviceDataErv`](README.md#setdevicedataerv) | [src/types/common.ts:96](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L96) | +| `Ata` | `readonly` | [`SetDeviceDataAta`](README.md#setdevicedataata) | [src/types/common.ts:94](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L94) | +| `Atw` | `readonly` | [`SetDeviceDataAtw`](README.md#setdevicedataatw) | [src/types/common.ts:95](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L95) | +| `Erv` | `readonly` | [`SetDeviceDataErv`](README.md#setdevicedataerv) | [src/types/common.ts:96](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L96) | --- @@ -7748,19 +7748,19 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------- | ---------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceType` | `readonly` | `Ata` | - | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L56) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L36) | -| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L29) | -| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L30) | -| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L57) | -| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `OperationMode` | `readonly` | [`OperationMode`](README.md#operationmode) | `Required.OperationMode` | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L44) | -| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `RoomTemperature` | `readonly` | `number` | - | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L58) | -| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Required.SetFanSpeed` | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L45) | -| `SetTemperature` | `readonly` | `number` | `Required.SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L46) | -| `VaneHorizontal` | `readonly` | [`Horizontal`](README.md#horizontal) | `Required.VaneHorizontal` | [src/types/ata.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L47) | -| `VaneVertical` | `readonly` | [`Vertical`](README.md#vertical) | `Required.VaneVertical` | [src/types/ata.ts:48](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L48) | +| `DeviceType` | `readonly` | `Ata` | - | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L56) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L36) | +| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L29) | +| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L30) | +| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L57) | +| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `OperationMode` | `readonly` | [`OperationMode`](README.md#operationmode) | `Required.OperationMode` | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L44) | +| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `RoomTemperature` | `readonly` | `number` | - | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L58) | +| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Required.SetFanSpeed` | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L45) | +| `SetTemperature` | `readonly` | `number` | `Required.SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L46) | +| `VaneHorizontal` | `readonly` | [`Horizontal`](README.md#horizontal) | `Required.VaneHorizontal` | [src/types/ata.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L47) | +| `VaneVertical` | `readonly` | [`Vertical`](README.md#vertical) | `Required.VaneVertical` | [src/types/ata.ts:48](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L48) | --- @@ -7774,9 +7774,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------------------- | ---------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | -| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [src/types/ata.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L68) | -| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [src/types/ata.ts:69](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L69) | -| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [src/types/ata.ts:70](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L70) | +| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [src/types/ata.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L68) | +| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [src/types/ata.ts:69](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L69) | +| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [src/types/ata.ts:70](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L70) | --- @@ -7790,34 +7790,34 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ----------------------------- | ---------- | ---------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceType` | `readonly` | `Atw` | - | [src/types/atw.ts:57](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L57) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L36) | -| `ForcedHotWaterMode` | `readonly` | `boolean` | `Required.ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L49) | -| `IdleZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L58) | -| `IdleZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L59) | -| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L29) | -| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L30) | -| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | - | [src/types/atw.ts:60](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L60) | -| `OperationModeZone1` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Required.OperationModeZone1` | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L33) | -| `OperationModeZone2` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Required.OperationModeZone2` | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L34) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L61) | -| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `ProhibitCoolingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L62) | -| `ProhibitCoolingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L63) | -| `ProhibitHeatingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L64) | -| `ProhibitHeatingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L65) | -| `ProhibitHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L66) | -| `RoomTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L67) | -| `RoomTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L68) | -| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L37) | -| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L38) | -| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L39) | -| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L40) | -| `SetTankWaterTemperature` | `readonly` | `number` | `Required.SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L41) | -| `SetTemperatureZone1` | `readonly` | `number` | `Required.SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L42) | -| `SetTemperatureZone2` | `readonly` | `number` | `Required.SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L43) | -| `TankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L69) | +| `DeviceType` | `readonly` | `Atw` | - | [src/types/atw.ts:57](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L57) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L36) | +| `ForcedHotWaterMode` | `readonly` | `boolean` | `Required.ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L49) | +| `IdleZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L58) | +| `IdleZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L59) | +| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L29) | +| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L30) | +| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | - | [src/types/atw.ts:60](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L60) | +| `OperationModeZone1` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Required.OperationModeZone1` | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L33) | +| `OperationModeZone2` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Required.OperationModeZone2` | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L34) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L61) | +| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `ProhibitCoolingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L62) | +| `ProhibitCoolingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L63) | +| `ProhibitHeatingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L64) | +| `ProhibitHeatingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L65) | +| `ProhibitHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L66) | +| `RoomTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L67) | +| `RoomTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L68) | +| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L37) | +| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L38) | +| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L39) | +| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L40) | +| `SetTankWaterTemperature` | `readonly` | `number` | `Required.SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L41) | +| `SetTemperatureZone1` | `readonly` | `number` | `Required.SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L42) | +| `SetTemperatureZone2` | `readonly` | `number` | `Required.SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L43) | +| `TankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L69) | --- @@ -7831,18 +7831,18 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | -------------------- | ---------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceType` | `readonly` | `Erv` | - | [src/types/erv.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L30) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L36) | -| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L29) | -| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L30) | -| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/erv.ts:31](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L31) | -| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L37) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/erv.ts:32](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L32) | -| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `RoomCO2Level` | `readonly` | `number` | - | [src/types/erv.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L33) | -| `RoomTemperature` | `readonly` | `number` | - | [src/types/erv.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L34) | -| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Required.SetFanSpeed` | [src/types/erv.ts:21](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L21) | -| `VentilationMode` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | `Required.VentilationMode` | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L22) | +| `DeviceType` | `readonly` | `Erv` | - | [src/types/erv.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L30) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L36) | +| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L29) | +| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L30) | +| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/erv.ts:31](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L31) | +| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L37) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/erv.ts:32](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L32) | +| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `RoomCO2Level` | `readonly` | `number` | - | [src/types/erv.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L33) | +| `RoomTemperature` | `readonly` | `number` | - | [src/types/erv.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L34) | +| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Required.SetFanSpeed` | [src/types/erv.ts:21](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L21) | +| `VentilationMode` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | `Required.VentilationMode` | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L22) | --- @@ -7852,9 +7852,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | `readonly` | [`SetDevicePostDataAta`](README.md#setdevicepostdataata) | [src/types/common.ts:89](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L89) | -| `Atw` | `readonly` | [`SetDevicePostDataAtw`](README.md#setdevicepostdataatw) | [src/types/common.ts:90](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L90) | -| `Erv` | `readonly` | [`SetDevicePostDataErv`](README.md#setdevicepostdataerv) | [src/types/common.ts:91](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L91) | +| `Ata` | `readonly` | [`SetDevicePostDataAta`](README.md#setdevicepostdataata) | [src/types/common.ts:89](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L89) | +| `Atw` | `readonly` | [`SetDevicePostDataAtw`](README.md#setdevicepostdataatw) | [src/types/common.ts:90](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L90) | +| `Erv` | `readonly` | [`SetDevicePostDataErv`](README.md#setdevicepostdataerv) | [src/types/common.ts:91](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L91) | --- @@ -7868,14 +7868,14 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ----------------- | ---------- | ------------------------------------------------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L24) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L25) | -| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`OperationMode` | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L44) | -| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`SetFanSpeed` | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L45) | -| `SetTemperature?` | `readonly` | `number` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L46) | -| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`VaneHorizontal` | [src/types/ata.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L47) | -| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`VaneVertical` | [src/types/ata.ts:48](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L48) | +| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L24) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L25) | +| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`OperationMode` | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L44) | +| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`SetFanSpeed` | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L45) | +| `SetTemperature?` | `readonly` | `number` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L46) | +| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`VaneHorizontal` | [src/types/ata.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L47) | +| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`VaneVertical` | [src/types/ata.ts:48](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L48) | --- @@ -7889,19 +7889,19 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------------------ | ---------- | -------------------------------------------------- | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L24) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L25) | -| `ForcedHotWaterMode?` | `readonly` | `boolean` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L49) | -| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`OperationModeZone1` | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L33) | -| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`OperationModeZone2` | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L34) | -| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L37) | -| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L38) | -| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L39) | -| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L40) | -| `SetTankWaterTemperature?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L41) | -| `SetTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L42) | -| `SetTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L43) | +| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L24) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L25) | +| `ForcedHotWaterMode?` | `readonly` | `boolean` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L49) | +| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`OperationModeZone1` | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L33) | +| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`OperationModeZone2` | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L34) | +| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L37) | +| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L38) | +| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L39) | +| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L40) | +| `SetTankWaterTemperature?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L41) | +| `SetTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L42) | +| `SetTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L43) | --- @@ -7915,11 +7915,11 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------ | ---------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L24) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L25) | -| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`SetFanSpeed` | [src/types/erv.ts:21](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L21) | -| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`VentilationMode` | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L22) | +| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L24) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L25) | +| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`SetFanSpeed` | [src/types/erv.ts:21](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L21) | +| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`VentilationMode` | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L22) | --- @@ -7929,8 +7929,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | --------------- | ---------- | ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Specification` | `readonly` | [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | [src/types/common.ts:256](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L256) | -| `State` | `readonly` | [`GroupAtaState`](README.md#groupatastate) | [src/types/common.ts:257](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L257) | +| `Specification` | `readonly` | [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | [src/types/common.ts:256](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L256) | +| `State` | `readonly` | [`GroupAtaState`](README.md#groupatastate) | [src/types/common.ts:257](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L257) | --- @@ -7940,8 +7940,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ----------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceIds` | `readonly` | readonly `number`[] | [src/types/common.ts:236](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L236) | -| `Power` | `readonly` | `boolean` | [src/types/common.ts:237](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L237) | +| `DeviceIds` | `readonly` | readonly `number`[] | [src/types/common.ts:236](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L236) | +| `Power` | `readonly` | `boolean` | [src/types/common.ts:237](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L237) | --- @@ -7951,8 +7951,8 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `get` | \<`K`\>(`key`: `K`) => [`APISettings`](README.md#apisettings)\[`K`\] | [src/services/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L50) | -| `set` | \<`K`\>(`key`: `K`, `value`: [`APISettings`](README.md#apisettings)\[`K`\]) => `void` | [src/services/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L51) | +| `get` | \<`K`\>(`key`: `K`) => [`APISettings`](README.md#apisettings)\[`K`\] | [src/services/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L50) | +| `set` | \<`K`\>(`key`: `K`, `value`: [`APISettings`](README.md#apisettings)\[`K`\]) => `void` | [src/services/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L51) | --- @@ -7962,8 +7962,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ----------- | ---------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | `readonly` | `number` | [src/types/common.ts:119](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L119) | -| `tableName` | `readonly` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | [src/types/common.ts:120](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L120) | +| `id` | `readonly` | `number` | [src/types/common.ts:119](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L119) | +| `tableName` | `readonly` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | [src/types/common.ts:120](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L120) | --- @@ -7973,8 +7973,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ----------------- | ---------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `AttributeErrors` | `readonly` | `null` | [src/types/common.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L110) | -| `Success` | `readonly` | `true` | [src/types/common.ts:111](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L111) | +| `AttributeErrors` | `readonly` | `null` | [src/types/common.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L110) | +| `Success` | `readonly` | `true` | [src/types/common.ts:111](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L111) | --- @@ -7988,13 +7988,13 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------------------------ | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L37) | -| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L38) | -| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L39) | -| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L40) | -| `SetTankWaterTemperature?` | `readonly` | `number` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L41) | -| `SetTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L42) | -| `SetTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L43) | +| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L37) | +| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L38) | +| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L39) | +| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L40) | +| `SetTankWaterTemperature?` | `readonly` | `number` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L41) | +| `SetTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L42) | +| `SetTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L43) | --- @@ -8010,8 +8010,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ---------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `SelectedDevice` | `readonly` | `T` _extends_ `"Ata"` \| `"Atw"` \| `"Erv"` ? [`GetDeviceData`](README.md#getdevicedata)\[`T`\<`T`\>\] : `null` | [src/types/common.ts:280](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L280) | -| `Tiles` | `readonly` | readonly \{ `Device`: `number`; `Offline`: `boolean`; `Power`: `boolean`; `RoomTemperature`: `number`; `RoomTemperature2`: `number`; `TankWaterTemperature`: `number`; \}[] | [src/types/common.ts:282](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L282) | +| `SelectedDevice` | `readonly` | `T` _extends_ `"Ata"` \| `"Atw"` \| `"Erv"` ? [`GetDeviceData`](README.md#getdevicedata)\[`T`\<`T`\>\] : `null` | [src/types/common.ts:280](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L280) | +| `Tiles` | `readonly` | readonly \{ `Device`: `number`; `Offline`: `boolean`; `Power`: `boolean`; `RoomTemperature`: `number`; `RoomTemperature2`: `number`; `TankWaterTemperature`: `number`; \}[] | [src/types/common.ts:282](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L282) | --- @@ -8021,9 +8021,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | `readonly` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata) | [src/types/common.ts:84](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L84) | -| `Atw` | `readonly` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw) | [src/types/common.ts:85](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L85) | -| `Erv` | `readonly` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv) | [src/types/common.ts:86](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L86) | +| `Ata` | `readonly` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata) | [src/types/common.ts:84](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L84) | +| `Atw` | `readonly` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw) | [src/types/common.ts:85](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L85) | +| `Erv` | `readonly` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv) | [src/types/common.ts:86](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L86) | --- @@ -8041,12 +8041,12 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ----------------- | ---------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L44) | -| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L45) | -| `SetTemperature?` | `readonly` | `number` | - | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L46) | -| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:47](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L47) | -| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:48](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L48) | +| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L44) | +| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L45) | +| `SetTemperature?` | `readonly` | `number` | - | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L46) | +| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:47](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L47) | +| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:48](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L48) | --- @@ -8064,17 +8064,17 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------------------ | ---------- | -------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `ForcedHotWaterMode?` | `readonly` | `boolean` | - | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L49) | -| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`OperationModeZoneDataAtw`](README.md#operationmodezonedataatw).`OperationModeZone1` | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L33) | -| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`OperationModeZoneDataAtw`](README.md#operationmodezonedataatw).`OperationModeZone2` | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L34) | -| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L37) | -| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L38) | -| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L39) | -| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L40) | -| `SetTankWaterTemperature?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L41) | -| `SetTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L42) | -| `SetTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L43) | +| `ForcedHotWaterMode?` | `readonly` | `boolean` | - | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L49) | +| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`OperationModeZoneDataAtw`](README.md#operationmodezonedataatw).`OperationModeZone1` | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L33) | +| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`OperationModeZoneDataAtw`](README.md#operationmodezonedataatw).`OperationModeZone2` | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L34) | +| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L37) | +| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L38) | +| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L39) | +| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L40) | +| `SetTankWaterTemperature?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L41) | +| `SetTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L42) | +| `SetTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L43) | --- @@ -8092,9 +8092,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------ | ---------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L20) | -| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/erv.ts:21](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L21) | -| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L22) | +| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L20) | +| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/erv.ts:21](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L21) | +| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L22) | --- @@ -8104,9 +8104,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `readonly` | [`ValuesAta`](README.md#valuesata) | [src/types/common.ts:327](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L327) | -| `Atw` | `readonly` | [`ValuesAtw`](README.md#valuesatw) | [src/types/common.ts:328](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L328) | -| `Erv` | `readonly` | [`ValuesErv`](README.md#valueserv) | [src/types/common.ts:329](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L329) | +| `Ata` | `readonly` | [`ValuesAta`](README.md#valuesata) | [src/types/common.ts:327](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L327) | +| `Atw` | `readonly` | [`ValuesAtw`](README.md#valuesatw) | [src/types/common.ts:328](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L328) | +| `Erv` | `readonly` | [`ValuesErv`](README.md#valueserv) | [src/types/common.ts:329](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L329) | --- @@ -8120,12 +8120,12 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | -------------- | ---------- | ------------------------------------------------------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `fan?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/ata.ts:110](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L110) | -| `horizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:111](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L111) | -| `mode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:112](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L112) | -| `power?` | `readonly` | `boolean` | [`BaseValues`](README.md#basevalues).`power` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L59) | -| `temperature?` | `readonly` | `number` | - | [src/types/ata.ts:113](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L113) | -| `vertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:114](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L114) | +| `fan?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/ata.ts:110](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L110) | +| `horizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:111](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L111) | +| `mode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:112](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L112) | +| `power?` | `readonly` | `boolean` | [`BaseValues`](README.md#basevalues).`power` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L59) | +| `temperature?` | `readonly` | `number` | - | [src/types/ata.ts:113](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L113) | +| `vertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:114](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L114) | --- @@ -8139,17 +8139,17 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | --------------------------- | ---------- | -------------------------------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `coolFlowTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:120](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L120) | -| `coolFlowTemperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:121](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L121) | -| `forcedHotWater?` | `readonly` | `boolean` | - | [src/types/atw.ts:122](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L122) | -| `heatFlowTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:123](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L123) | -| `heatFlowTemperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:124](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L124) | -| `hotWaterTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:125](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L125) | -| `mode?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | - | [src/types/atw.ts:126](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L126) | -| `modeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | - | [src/types/atw.ts:127](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L127) | -| `power?` | `readonly` | `boolean` | [`BaseValues`](README.md#basevalues).`power` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L59) | -| `temperature?` | `readonly` | `number` | - | [src/types/atw.ts:128](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L128) | -| `temperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:129](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L129) | +| `coolFlowTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:120](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L120) | +| `coolFlowTemperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:121](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L121) | +| `forcedHotWater?` | `readonly` | `boolean` | - | [src/types/atw.ts:122](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L122) | +| `heatFlowTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:123](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L123) | +| `heatFlowTemperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:124](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L124) | +| `hotWaterTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:125](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L125) | +| `mode?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | - | [src/types/atw.ts:126](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L126) | +| `modeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | - | [src/types/atw.ts:127](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L127) | +| `power?` | `readonly` | `boolean` | [`BaseValues`](README.md#basevalues).`power` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L59) | +| `temperature?` | `readonly` | `number` | - | [src/types/atw.ts:128](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L128) | +| `temperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:129](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L129) | --- @@ -8163,9 +8163,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | -------- | ---------- | ------------------------------------------------------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `fan?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/erv.ts:52](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L52) | -| `mode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:53](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L53) | -| `power?` | `readonly` | `boolean` | [`BaseValues`](README.md#basevalues).`power` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L59) | +| `fan?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/erv.ts:52](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L52) | +| `mode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:53](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L53) | +| `power?` | `readonly` | `boolean` | [`BaseValues`](README.md#basevalues).`power` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L59) | --- @@ -8175,10 +8175,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ---------- | ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Data` | `readonly` | readonly readonly (`null` \| `number`)[][] | [src/types/common.ts:320](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L320) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:321](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L321) | -| `Labels` | `readonly` | readonly `string`[] | [src/types/common.ts:322](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L322) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:323](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L323) | +| `Data` | `readonly` | readonly readonly (`null` \| `number`)[][] | [src/types/common.ts:320](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L320) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:321](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L321) | +| `Labels` | `readonly` | readonly `string`[] | [src/types/common.ts:322](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L322) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:323](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L323) | --- @@ -8188,8 +8188,8 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | --------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `devices` | `readonly` | readonly `number`[] | [src/types/common.ts:316](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L316) | -| `hour` | `readonly` | `number` | [src/types/common.ts:317](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L317) | +| `devices` | `readonly` | readonly `number`[] | [src/types/common.ts:316](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L316) | +| `hour` | `readonly` | `number` | [src/types/common.ts:317](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L317) | --- @@ -8207,15 +8207,15 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Inherited from | Defined in | | ------------------ | ---------- | ------------------ | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FPDefined` | `readonly` | `boolean` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPDefined` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L135) | -| `FPEnabled` | `readonly` | `boolean` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPEnabled` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L136) | -| `FPMaxTemperature` | `readonly` | `number` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPMaxTemperature` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L137) | -| `FPMinTemperature` | `readonly` | `number` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPMinTemperature` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L138) | -| `HMDefined` | `readonly` | `boolean` | `Omit.HMDefined` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L173) | -| `HMEnabled` | `readonly` | `boolean` | `Omit.HMEnabled` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L174) | -| `HMEndDate` | `readonly` | `null` \| `string` | `Omit.HMEndDate` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L175) | -| `HMStartDate` | `readonly` | `null` \| `string` | `Omit.HMStartDate` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L176) | -| `TimeZone` | `readonly` | `number` | `Omit.TimeZone` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L185) | +| `FPDefined` | `readonly` | `boolean` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPDefined` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L135) | +| `FPEnabled` | `readonly` | `boolean` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPEnabled` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L136) | +| `FPMaxTemperature` | `readonly` | `number` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPMaxTemperature` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L137) | +| `FPMinTemperature` | `readonly` | `number` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPMinTemperature` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L138) | +| `HMDefined` | `readonly` | `boolean` | `Omit.HMDefined` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L173) | +| `HMEnabled` | `readonly` | `boolean` | `Omit.HMEnabled` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L174) | +| `HMEndDate` | `readonly` | `null` \| `string` | `Omit.HMEndDate` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L175) | +| `HMStartDate` | `readonly` | `null` \| `string` | `Omit.HMStartDate` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L176) | +| `TimeZone` | `readonly` | `number` | `Omit.TimeZone` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L185) | ## Type Aliases @@ -8227,7 +8227,7 @@ type AreaDataAny: AreaData | AreaData; #### Defined in -[src/types/common.ts:199](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L199) +[src/types/common.ts:199](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L199) --- @@ -8239,7 +8239,7 @@ type AreaModelAny: AreaModel | AreaModel; #### Defined in -[src/models/area.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/area.ts#L9) +[src/models/area.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/area.ts#L9) --- @@ -8258,7 +8258,7 @@ type DateTimeComponents: { #### Defined in -[src/types/common.ts:141](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L141) +[src/types/common.ts:141](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L141) --- @@ -8270,7 +8270,7 @@ type DeviceFacadeAny: DeviceFacadeAta | DeviceFacadeAtw | DeviceFacadeErv; #### Defined in -[src/facades/manager.ts:24](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/manager.ts#L24) +[src/facades/manager.ts:24](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/manager.ts#L24) --- @@ -8282,7 +8282,7 @@ type DeviceModelAny: DeviceModel<"Ata"> | DeviceModel<"Atw"> | DeviceModel<"Erv" #### Defined in -[src/models/device.ts:9](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/models/device.ts#L9) +[src/models/device.ts:9](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/models/device.ts#L9) --- @@ -8294,7 +8294,7 @@ type GetDeviceDataAta: BaseGetDeviceData & SetDeviceDataAta; #### Defined in -[src/types/ata.ts:61](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L61) +[src/types/ata.ts:61](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L61) --- @@ -8306,7 +8306,7 @@ type GetDeviceDataAtw: BaseGetDeviceData & SetDeviceDataAtw; #### Defined in -[src/types/atw.ts:72](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L72) +[src/types/atw.ts:72](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L72) --- @@ -8318,7 +8318,7 @@ type GetDeviceDataErv: BaseGetDeviceData & SetDeviceDataErv; #### Defined in -[src/types/erv.ts:37](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L37) +[src/types/erv.ts:37](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L37) --- @@ -8330,7 +8330,7 @@ type KeysOfSetDeviceDataAtaNotInList: "SetFanSpeed" | "VaneHorizontal" | "VaneVe #### Defined in -[src/types/ata.ts:63](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L63) +[src/types/ata.ts:63](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L63) --- @@ -8342,7 +8342,7 @@ type ListDeviceAny: ListDeviceAta | ListDeviceAtw | ListDeviceErv; #### Defined in -[src/types/common.ts:214](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L214) +[src/types/common.ts:214](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L214) --- @@ -8354,7 +8354,7 @@ type ListDeviceDataAny: ListDeviceDataAta | ListDeviceDataAtw | ListDeviceDataEr #### Defined in -[src/types/common.ts:205](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L205) +[src/types/common.ts:205](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L205) --- @@ -8376,7 +8376,7 @@ type TilesPostData: { | Name | Type | Defined in | | ----------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceIDs` | readonly `number`[] | [src/types/common.ts:269](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L269) | +| `DeviceIDs` | readonly `number`[] | [src/types/common.ts:269](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L269) | #### Type Parameters @@ -8386,7 +8386,7 @@ type TilesPostData: { #### Defined in -[src/types/common.ts:268](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/common.ts#L268) +[src/types/common.ts:268](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/common.ts#L268) --- @@ -8398,7 +8398,7 @@ type ZoneAtw: "Zone1" | "Zone2"; #### Defined in -[src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L30) +[src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L30) ## Variables @@ -8410,7 +8410,7 @@ const DEFAULT_YEAR: '1970-01-01' = '1970-01-01' #### Defined in -[src/facades/utils.ts:3](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/utils.ts#L3) +[src/facades/utils.ts:3](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/utils.ts#L3) --- @@ -8422,7 +8422,7 @@ const FLAG_UNCHANGED: 0 = 0x0 #### Defined in -[src/types/bases.ts:1](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/bases.ts#L1) +[src/types/bases.ts:1](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/bases.ts#L1) --- @@ -8434,7 +8434,7 @@ const flagsAta: Record #### Defined in -[src/types/ata.ts:117](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L117) +[src/types/ata.ts:117](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L117) --- @@ -8446,7 +8446,7 @@ const flagsAtw: Record #### Defined in -[src/types/atw.ts:132](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/atw.ts#L132) +[src/types/atw.ts:132](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/atw.ts#L132) --- @@ -8458,7 +8458,7 @@ const flagsErv: Record #### Defined in -[src/types/erv.ts:56](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/erv.ts#L56) +[src/types/erv.ts:56](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/erv.ts#L56) --- @@ -8473,7 +8473,7 @@ const fromListToSetAta: Record< #### Defined in -[src/types/ata.ts:135](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L135) +[src/types/ata.ts:135](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L135) --- @@ -8488,7 +8488,7 @@ const fromSetToListAta: Record< #### Defined in -[src/types/ata.ts:126](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/types/ata.ts#L126) +[src/types/ata.ts:126](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/types/ata.ts#L126) ## Functions @@ -8530,7 +8530,7 @@ function fetchDevices( #### Defined in -[src/facades/base.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base.ts#L39) +[src/facades/base.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base.ts#L39) --- @@ -8552,7 +8552,7 @@ function isAPISetting(key: string): key is keyof APISettings #### Defined in -[src/services/interfaces.ts:39](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/services/interfaces.ts#L39) +[src/services/interfaces.ts:39](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/services/interfaces.ts#L39) --- @@ -8568,7 +8568,7 @@ function nowISO(): string #### Defined in -[src/facades/utils.ts:4](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/utils.ts#L4) +[src/facades/utils.ts:4](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/utils.ts#L4) --- @@ -8610,7 +8610,7 @@ function syncDevices( #### Defined in -[src/facades/base_super_device.ts:12](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/base_super_device.ts#L12) +[src/facades/base_super_device.ts:12](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/base_super_device.ts#L12) --- @@ -8653,4 +8653,4 @@ function updateDevice( #### Defined in -[src/facades/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/03263a05e4707970ece2b028bd50e9ff3064d478/src/facades/device.ts#L84) +[src/facades/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/0cb57f603f3d8f76551e79c52868dd862211fb0f/src/facades/device.ts#L84)