diff --git a/README.md b/README.md index 074a0ee..4361364 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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L4) | -| `Atw` | `1` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L5) | -| `Erv` | `3` | [src/types/bases.ts:6](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L6) | +| `Ata` | `0` | [src/types/bases.ts:4](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L4) | +| `Atw` | `1` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L5) | +| `Erv` | `3` | [src/types/bases.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L10) | -| `fast` | `4` | [src/types/bases.ts:11](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L11) | -| `moderate` | `3` | [src/types/bases.ts:12](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L12) | -| `silent` | `255` | [src/types/bases.ts:13](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L13) | -| `slow` | `2` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L14) | -| `very_fast` | `5` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L15) | -| `very_slow` | `1` | [src/types/bases.ts:16](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L16) | +| `auto` | `0` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L10) | +| `fast` | `4` | [src/types/bases.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L11) | +| `moderate` | `3` | [src/types/bases.ts:12](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L12) | +| `silent` | `255` | [src/types/bases.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L13) | +| `slow` | `2` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L14) | +| `very_fast` | `5` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L15) | +| `very_slow` | `1` | [src/types/bases.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L33) | -| `center` | `3` | [src/types/ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L34) | -| `center_left` | `2` | [src/types/ata.ts:35](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L35) | -| `center_right` | `4` | [src/types/ata.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L36) | -| `leftwards` | `1` | [src/types/ata.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L37) | -| `rightwards` | `5` | [src/types/ata.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L38) | -| `swing` | `12` | [src/types/ata.ts:39](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L39) | -| `wide` | `8` | [src/types/ata.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L40) | +| `auto` | `0` | [src/types/ata.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L33) | +| `center` | `3` | [src/types/ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L34) | +| `center_left` | `2` | [src/types/ata.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L35) | +| `center_right` | `4` | [src/types/ata.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L36) | +| `leftwards` | `1` | [src/types/ata.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L37) | +| `rightwards` | `5` | [src/types/ata.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L38) | +| `swing` | `12` | [src/types/ata.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L39) | +| `wide` | `8` | [src/types/ata.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L36) | -| `cs` | `2` | [src/types/common.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L37) | -| `da` | `3` | [src/types/common.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L38) | -| `de` | `4` | [src/types/common.ts:39](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L39) | -| `el` | `22` | [src/types/common.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L40) | -| `en` | `0` | [src/types/common.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L41) | -| `es` | `6` | [src/types/common.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L42) | -| `et` | `5` | [src/types/common.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L43) | -| `fi` | `17` | [src/types/common.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L44) | -| `fr` | `7` | [src/types/common.ts:45](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L45) | -| `hr` | `23` | [src/types/common.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L46) | -| `hu` | `11` | [src/types/common.ts:47](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L47) | -| `hy` | `8` | [src/types/common.ts:48](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L48) | -| `it` | `19` | [src/types/common.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L49) | -| `lt` | `10` | [src/types/common.ts:50](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L50) | -| `lv` | `9` | [src/types/common.ts:51](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L51) | -| `nl` | `12` | [src/types/common.ts:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L52) | -| `no` | `13` | [src/types/common.ts:53](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L53) | -| `pl` | `14` | [src/types/common.ts:54](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L54) | -| `pt` | `15` | [src/types/common.ts:55](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L55) | -| `ro` | `24` | [src/types/common.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L56) | -| `ru` | `16` | [src/types/common.ts:57](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L57) | -| `sl` | `25` | [src/types/common.ts:58](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L58) | -| `sq` | `26` | [src/types/common.ts:59](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L59) | -| `sv` | `18` | [src/types/common.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L60) | -| `tr` | `21` | [src/types/common.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L61) | -| `uk` | `20` | [src/types/common.ts:62](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L62) | +| `bg` | `1` | [src/types/common.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L36) | +| `cs` | `2` | [src/types/common.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L37) | +| `da` | `3` | [src/types/common.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L38) | +| `de` | `4` | [src/types/common.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L39) | +| `el` | `22` | [src/types/common.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L40) | +| `en` | `0` | [src/types/common.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L41) | +| `es` | `6` | [src/types/common.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L42) | +| `et` | `5` | [src/types/common.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L43) | +| `fi` | `17` | [src/types/common.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L44) | +| `fr` | `7` | [src/types/common.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L45) | +| `hr` | `23` | [src/types/common.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L46) | +| `hu` | `11` | [src/types/common.ts:47](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L47) | +| `hy` | `8` | [src/types/common.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L48) | +| `it` | `19` | [src/types/common.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L49) | +| `lt` | `10` | [src/types/common.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L50) | +| `lv` | `9` | [src/types/common.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L51) | +| `nl` | `12` | [src/types/common.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L52) | +| `no` | `13` | [src/types/common.ts:53](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L53) | +| `pl` | `14` | [src/types/common.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L54) | +| `pt` | `15` | [src/types/common.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L55) | +| `ro` | `24` | [src/types/common.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L56) | +| `ru` | `16` | [src/types/common.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L57) | +| `sl` | `25` | [src/types/common.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L58) | +| `sq` | `26` | [src/types/common.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L59) | +| `sv` | `18` | [src/types/common.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L60) | +| `tr` | `21` | [src/types/common.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L61) | +| `uk` | `20` | [src/types/common.ts:62](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L15) | -| `cool` | `3` | [src/types/ata.ts:16](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L16) | -| `dry` | `2` | [src/types/ata.ts:17](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L17) | -| `fan` | `7` | [src/types/ata.ts:18](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L18) | -| `heat` | `1` | [src/types/ata.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L19) | +| `auto` | `8` | [src/types/ata.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L15) | +| `cool` | `3` | [src/types/ata.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L16) | +| `dry` | `2` | [src/types/ata.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L17) | +| `fan` | `7` | [src/types/ata.ts:18](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L18) | +| `heat` | `1` | [src/types/ata.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L14) | -| `defrost` | `5` | [src/types/atw.ts:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L15) | -| `dhw` | `1` | [src/types/atw.ts:16](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L16) | -| `heating` | `2` | [src/types/atw.ts:17](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L17) | -| `idle` | `0` | [src/types/atw.ts:18](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L18) | -| `legionella` | `6` | [src/types/atw.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L19) | +| `cooling` | `3` | [src/types/atw.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L14) | +| `defrost` | `5` | [src/types/atw.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L15) | +| `dhw` | `1` | [src/types/atw.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L16) | +| `heating` | `2` | [src/types/atw.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L17) | +| `idle` | `0` | [src/types/atw.ts:18](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L18) | +| `legionella` | `6` | [src/types/atw.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L23) | -| `flow` | `1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L24) | -| `flow_cool` | `4` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L25) | -| `room` | `0` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L26) | -| `room_cool` | `3` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L27) | +| `curve` | `2` | [src/types/atw.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L23) | +| `flow` | `1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L24) | +| `flow_cool` | `4` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L25) | +| `room` | `0` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L26) | +| `room_cool` | `3` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L15) | -| `bypass` | `1` | [src/types/erv.ts:16](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L16) | -| `recovery` | `0` | [src/types/erv.ts:17](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L17) | +| `auto` | `2` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L15) | +| `bypass` | `1` | [src/types/erv.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L16) | +| `recovery` | `0` | [src/types/erv.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L23) | -| `downwards` | `5` | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L24) | -| `mid_high` | `2` | [src/types/ata.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L25) | -| `mid_low` | `4` | [src/types/ata.ts:26](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L26) | -| `middle` | `3` | [src/types/ata.ts:27](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L27) | -| `swing` | `7` | [src/types/ata.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L28) | -| `upwards` | `1` | [src/types/ata.ts:29](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L29) | +| `auto` | `0` | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L23) | +| `downwards` | `5` | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L24) | +| `mid_high` | `2` | [src/types/ata.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L25) | +| `mid_low` | `4` | [src/types/ata.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L26) | +| `middle` | `3` | [src/types/ata.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L27) | +| `swing` | `7` | [src/types/ata.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L28) | +| `upwards` | `1` | [src/types/ata.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L29) | ## Classes @@ -189,22 +189,22 @@ new AreaFacade(facadeManager: FacadeManager, model: AreaModelAny): AreaFacade ###### Defined in -[src/facades/base.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L81) +[src/facades/base.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L81) #### 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:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `frostProtectionLocation` | `readonly` | `"AreaIds"` | `'AreaIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/area.ts:11](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/area.ts#L11) | -| `holidayModeLocation` | `readonly` | `"Areas"` | `'Areas'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/area.ts:13](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/area.ts#L13) | -| `id` | `readonly` | `number` | `undefined` | - | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `readonly` | _typeof_ [`AreaModel`](README.md#areamodelt) | `AreaModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/area.ts:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/area.ts#L15) | -| `setAtaGroupSpecification` | `readonly` | `"AreaID"` | `'AreaID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/area.ts:17](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/area.ts#L17) | -| `tableName` | `readonly` | `"Area"` | `'Area'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/area.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/area.ts#L19) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `frostProtectionLocation` | `readonly` | `"AreaIds"` | `'AreaIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/area.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/area.ts#L11) | +| `holidayModeLocation` | `readonly` | `"Areas"` | `'Areas'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/area.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/area.ts#L13) | +| `id` | `readonly` | `number` | `undefined` | - | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `readonly` | _typeof_ [`AreaModel`](README.md#areamodelt) | `AreaModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/area.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/area.ts#L15) | +| `setAtaGroupSpecification` | `readonly` | `"AreaID"` | `'AreaID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/area.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/area.ts#L17) | +| `tableName` | `readonly` | `"Area"` | `'Area'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/area.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/area.ts#L19) | #### Accessors @@ -228,7 +228,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### model @@ -246,7 +246,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### name @@ -268,7 +268,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) #### Methods @@ -292,7 +292,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L24) +[src/facades/base_super_device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L24) ##### getErrors() @@ -320,7 +320,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -342,7 +342,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -364,7 +364,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -394,7 +394,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L151) +[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L151) ###### getTiles(select) @@ -428,7 +428,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L152) +[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L152) ##### getWifiReport() @@ -456,7 +456,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### setAta() @@ -484,7 +484,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L38) +[src/facades/base_super_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L38) ##### setFrostProtection() @@ -519,7 +519,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -554,7 +554,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -582,7 +582,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -606,10 +606,10 @@ setPower(enabled: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | ------------------ | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `buildingId` | `readonly` | `number` | - | [src/models/area.ts:18](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L18) | -| `floorId` | `readonly` | `null` \| `number` | - | [src/models/area.ts:20](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L20) | -| `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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/models/base.ts#L6) | +| `buildingId` | `readonly` | `number` | - | [src/models/area.ts:18](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L18) | +| `floorId` | `readonly` | `null` \| `number` | - | [src/models/area.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L20) | +| `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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/base.ts#L6) | #### Accessors @@ -629,7 +629,7 @@ get building(): undefined | BuildingModel ###### Defined in -[src/models/area.ts:33](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L33) +[src/models/area.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L33) ##### deviceIds @@ -647,7 +647,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/area.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L37) +[src/models/area.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L37) ##### devices @@ -665,7 +665,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/models/area.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L41) +[src/models/area.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L41) ##### floor @@ -683,7 +683,7 @@ get floor(): undefined | null | FloorModel ###### Defined in -[src/models/area.ts:45](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L45) +[src/models/area.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L45) #### Methods @@ -699,7 +699,7 @@ static getAll(): AreaModelAny[] ###### Defined in -[src/models/area.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L49) +[src/models/area.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L49) ##### getByBuildingId() @@ -719,7 +719,7 @@ static getByBuildingId(id: number): AreaModelAny[] ###### Defined in -[src/models/area.ts:53](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L53) +[src/models/area.ts:53](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L53) ##### getByFloorId() @@ -739,7 +739,7 @@ static getByFloorId(id: number): AreaModelAny[] ###### Defined in -[src/models/area.ts:57](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L57) +[src/models/area.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L57) ##### getById() @@ -759,7 +759,7 @@ static getById(id: number): undefined | AreaModelAny ###### Defined in -[src/models/area.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L61) +[src/models/area.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L61) ##### getByName() @@ -779,7 +779,7 @@ static getByName(name: string): undefined | AreaModelAny ###### Defined in -[src/models/area.ts:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L65) +[src/models/area.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L65) ##### upsert() @@ -799,7 +799,7 @@ static upsert(area: AreaDataAny): void ###### Defined in -[src/models/area.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L69) +[src/models/area.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L69) --- @@ -850,35 +850,35 @@ new BaseDeviceFacade(facadeManager: FacadeManager, model: DeviceModel): Ba ###### Defined in -[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L46) +[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L46) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | ---------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------- | ------------------ | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseFacade`](README.md#basefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `canCool` | `readonly` | `boolean` | `false` | - | - | [src/facades/base_device.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L28) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseFacade`](README.md#basefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `flags` | `abstract` | `Record`\ | `undefined` | - | - | [src/facades/base_device.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L44) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | [`BaseFacade`](README.md#basefacadet).`frostProtectionLocation` | - | [src/facades/base_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L34) | -| `hasZone2` | `readonly` | `boolean` | `false` | - | - | [src/facades/base_device.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L30) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | [`BaseFacade`](README.md#basefacadet).`holidayModeLocation` | - | [src/facades/base_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L36) | -| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` [`BaseFacade`](README.md#basefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseFacade`](README.md#basefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseFacade`](README.md#basefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `readonly` | (`__namedParameters`: [`ListDevice`](README.md#listdevice)\[`T`\]) => [`DeviceModel`](README.md#devicemodelt)\<`T`\> | `undefined` | [`BaseFacade`](README.md#basefacadet).`modelClass` | - | [src/facades/base_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L38) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseFacade`](README.md#basefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `canCool` | `readonly` | `boolean` | `false` | - | - | [src/facades/base_device.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L28) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseFacade`](README.md#basefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `flags` | `abstract` | `Record`\ | `undefined` | - | - | [src/facades/base_device.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L44) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | [`BaseFacade`](README.md#basefacadet).`frostProtectionLocation` | - | [src/facades/base_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L34) | +| `hasZone2` | `readonly` | `boolean` | `false` | - | - | [src/facades/base_device.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L30) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | [`BaseFacade`](README.md#basefacadet).`holidayModeLocation` | - | [src/facades/base_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L36) | +| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` [`BaseFacade`](README.md#basefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseFacade`](README.md#basefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseFacade`](README.md#basefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `readonly` | (`__namedParameters`: [`ListDevice`](README.md#listdevice)\[`T`\]) => [`DeviceModel`](README.md#devicemodelt)\<`T`\> | `undefined` | [`BaseFacade`](README.md#basefacadet).`modelClass` | - | [src/facades/base_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L38) | | `modelClass.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L64) | -| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L68) | -| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L72) | -| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L76) | -| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L80) | -| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L84) | -| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L88) | -| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L96) | -| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L100) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | [`BaseFacade`](README.md#basefacadet).`tableName` | - | [src/facades/base_device.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L40) | -| `type` | `readonly` | `T` | `undefined` | - | - | [src/facades/base_device.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L32) | +| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L64) | +| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L68) | +| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L72) | +| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L76) | +| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L80) | +| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L84) | +| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L88) | +| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L96) | +| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L100) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | [`BaseFacade`](README.md#basefacadet).`tableName` | - | [src/facades/base_device.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L40) | +| `type` | `readonly` | `T` | `undefined` | - | - | [src/facades/base_device.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L32) | #### Accessors @@ -898,7 +898,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/base_device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L56) +[src/facades/base_device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L56) ##### devices @@ -920,7 +920,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### model @@ -938,7 +938,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### name @@ -960,7 +960,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) ##### setData @@ -974,7 +974,7 @@ get protected setData(): Required ###### Defined in -[src/facades/base_device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L64) +[src/facades/base_device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L64) ##### values @@ -992,7 +992,7 @@ get values(): Values[T] ###### Defined in -[src/facades/base_device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L60) +[src/facades/base_device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L60) #### Methods @@ -1012,7 +1012,7 @@ fetch(): Promise ###### Defined in -[src/facades/base_device.ts:97](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L97) +[src/facades/base_device.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L97) ##### get() @@ -1030,7 +1030,7 @@ get(): Promise ###### Defined in -[src/facades/base_device.ts:102](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L102) +[src/facades/base_device.ts:102](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L102) ##### getEnergyReport() @@ -1059,7 +1059,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/base_device.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L139) +[src/facades/base_device.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L139) ##### getErrors() @@ -1087,7 +1087,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -1109,7 +1109,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -1131,7 +1131,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -1161,7 +1161,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base_device.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L81) +[src/facades/base_device.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L81) ###### getTiles(select) @@ -1189,7 +1189,7 @@ getTiles(select: true | DeviceModel): Promise> ###### Defined in -[src/facades/base_device.ts:82](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L82) +[src/facades/base_device.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L82) ##### getWifiReport() @@ -1217,7 +1217,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### handle() @@ -1237,7 +1237,7 @@ protected handle(data: Partial): UpdateDeviceData[T] ###### Defined in -[src/facades/base_device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L160) +[src/facades/base_device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L160) ##### set() @@ -1261,7 +1261,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/base_device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L111) +[src/facades/base_device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L111) ##### setFrostProtection() @@ -1296,7 +1296,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -1331,7 +1331,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -1359,7 +1359,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -1401,22 +1401,22 @@ new BaseFacade(facadeManager: FacadeManager, model: T): BaseFacade ###### Defined in -[src/facades/base.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L81) +[src/facades/base.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L81) #### Properties | Property | Modifier | Type | Default value | Defined in | | -------------------------- | ----------- | -------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `api` | `readonly` | [`default`](README.md#default) | `undefined` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `frostProtectionLocation` | `abstract` | keyof [`FrostProtectionLocation`](README.md#frostprotectionlocation) | `undefined` | [src/facades/base.ts:71](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L71) | -| `holidayModeLocation` | `abstract` | keyof [`HolidayModeLocation`](README.md#holidaymodelocation) | `undefined` | [src/facades/base.ts:73](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L73) | -| `id` | `readonly` | `number` | `undefined` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `abstract` | \{ `getById`: (`id`: `number`) => `undefined` \| `T`; \} | `undefined` | [src/facades/base.ts:75](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L75) | -| `modelClass.getById` | `public` | (`id`: `number`) => `undefined` \| `T` | `undefined` | [src/facades/base.ts:76](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L76) | -| `tableName` | `abstract` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | `undefined` | [src/facades/base.ts:79](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L79) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `frostProtectionLocation` | `abstract` | keyof [`FrostProtectionLocation`](README.md#frostprotectionlocation) | `undefined` | [src/facades/base.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L71) | +| `holidayModeLocation` | `abstract` | keyof [`HolidayModeLocation`](README.md#holidaymodelocation) | `undefined` | [src/facades/base.ts:73](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L73) | +| `id` | `readonly` | `number` | `undefined` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `abstract` | \{ `getById`: (`id`: `number`) => `undefined` \| `T`; \} | `undefined` | [src/facades/base.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L75) | +| `modelClass.getById` | `public` | (`id`: `number`) => `undefined` \| `T` | `undefined` | [src/facades/base.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L76) | +| `tableName` | `abstract` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | `undefined` | [src/facades/base.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L79) | #### Accessors @@ -1436,7 +1436,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### model @@ -1450,7 +1450,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### name @@ -1468,7 +1468,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) #### Methods @@ -1494,7 +1494,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -1512,7 +1512,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -1530,7 +1530,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -1556,7 +1556,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L151) +[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L151) ###### getTiles(select) @@ -1586,7 +1586,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L152) +[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L152) ##### getWifiReport() @@ -1610,7 +1610,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### setFrostProtection() @@ -1641,7 +1641,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -1672,7 +1672,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -1696,7 +1696,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -1738,14 +1738,14 @@ protected new BaseModel(__namedParameters: { ###### Defined in -[src/models/base.ts:8](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/base.ts#L8) +[src/models/base.ts:8](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/cdd18b638bf519507e63340b08c26db9c648effb/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/base.ts#L6) | +| `id` | `readonly` | `number` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/base.ts#L6) | --- @@ -1796,23 +1796,23 @@ new BaseSuperDeviceFacade(facadeManager: FacadeManager, model: T): BaseSuperD ###### Defined in -[src/facades/base.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L81) +[src/facades/base.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L81) #### 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:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | [`BaseFacade`](README.md#basefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `frostProtectionLocation` | `abstract` | keyof [`FrostProtectionLocation`](README.md#frostprotectionlocation) | `undefined` | [`BaseFacade`](README.md#basefacadet).`frostProtectionLocation` | [src/facades/base.ts:71](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L71) | -| `holidayModeLocation` | `abstract` | keyof [`HolidayModeLocation`](README.md#holidaymodelocation) | `undefined` | [`BaseFacade`](README.md#basefacadet).`holidayModeLocation` | [src/facades/base.ts:73](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L73) | -| `id` | `readonly` | `number` | `undefined` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseFacade`](README.md#basefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | [`BaseFacade`](README.md#basefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | [`BaseFacade`](README.md#basefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `abstract` | \{ `getById`: (`id`: `number`) => `undefined` \| `T`; \} | `undefined` | [`BaseFacade`](README.md#basefacadet).`modelClass` | [src/facades/base.ts:75](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L75) | -| `modelClass.getById` | `public` | (`id`: `number`) => `undefined` \| `T` | `undefined` | - | [src/facades/base.ts:76](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L76) | -| `setAtaGroupSpecification` | `abstract` | keyof [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | `undefined` | - | [src/facades/base_super_device.ts:21](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L21) | -| `tableName` | `abstract` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | `undefined` | [`BaseFacade`](README.md#basefacadet).`tableName` | [src/facades/base.ts:79](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L79) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | [`BaseFacade`](README.md#basefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | [`BaseFacade`](README.md#basefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `frostProtectionLocation` | `abstract` | keyof [`FrostProtectionLocation`](README.md#frostprotectionlocation) | `undefined` | [`BaseFacade`](README.md#basefacadet).`frostProtectionLocation` | [src/facades/base.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L71) | +| `holidayModeLocation` | `abstract` | keyof [`HolidayModeLocation`](README.md#holidaymodelocation) | `undefined` | [`BaseFacade`](README.md#basefacadet).`holidayModeLocation` | [src/facades/base.ts:73](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L73) | +| `id` | `readonly` | `number` | `undefined` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseFacade`](README.md#basefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | [`BaseFacade`](README.md#basefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | [`BaseFacade`](README.md#basefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `abstract` | \{ `getById`: (`id`: `number`) => `undefined` \| `T`; \} | `undefined` | [`BaseFacade`](README.md#basefacadet).`modelClass` | [src/facades/base.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L75) | +| `modelClass.getById` | `public` | (`id`: `number`) => `undefined` \| `T` | `undefined` | - | [src/facades/base.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L76) | +| `setAtaGroupSpecification` | `abstract` | keyof [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | `undefined` | - | [src/facades/base_super_device.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L21) | +| `tableName` | `abstract` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | `undefined` | [`BaseFacade`](README.md#basefacadet).`tableName` | [src/facades/base.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L79) | #### Accessors @@ -1836,7 +1836,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### model @@ -1854,7 +1854,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### name @@ -1876,7 +1876,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) #### Methods @@ -1896,7 +1896,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L24) +[src/facades/base_super_device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L24) ##### getErrors() @@ -1924,7 +1924,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -1946,7 +1946,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -1968,7 +1968,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -1998,7 +1998,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L151) +[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L151) ###### getTiles(select) @@ -2032,7 +2032,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L152) +[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L152) ##### getWifiReport() @@ -2060,7 +2060,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### setAta() @@ -2084,7 +2084,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L38) +[src/facades/base_super_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L38) ##### setFrostProtection() @@ -2119,7 +2119,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -2154,7 +2154,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -2182,7 +2182,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -2221,22 +2221,22 @@ new BuildingFacade(facadeManager: FacadeManager, model: BuildingModel): Building ###### Defined in -[src/facades/building.ts:26](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/building.ts#L26) +[src/facades/building.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/building.ts#L26) #### 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:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `frostProtectionLocation` | `readonly` | `"BuildingIds"` | `'BuildingIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/building.ts:16](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/building.ts#L16) | -| `holidayModeLocation` | `readonly` | `"Buildings"` | `'Buildings'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/building.ts:18](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/building.ts#L18) | -| `id` | `readonly` | `number` | `undefined` | - | [`IBuildingFacade`](README.md#ibuildingfacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `readonly` | _typeof_ [`BuildingModel`](README.md#buildingmodel) | `BuildingModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/building.ts:20](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/building.ts#L20) | -| `setAtaGroupSpecification` | `readonly` | `"BuildingID"` | `'BuildingID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/building.ts:22](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/building.ts#L22) | -| `tableName` | `readonly` | `"Building"` | `'Building'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/building.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/building.ts#L24) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `frostProtectionLocation` | `readonly` | `"BuildingIds"` | `'BuildingIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/building.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/building.ts#L16) | +| `holidayModeLocation` | `readonly` | `"Buildings"` | `'Buildings'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/building.ts:18](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/building.ts#L18) | +| `id` | `readonly` | `number` | `undefined` | - | [`IBuildingFacade`](README.md#ibuildingfacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `readonly` | _typeof_ [`BuildingModel`](README.md#buildingmodel) | `BuildingModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/building.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/building.ts#L20) | +| `setAtaGroupSpecification` | `readonly` | `"BuildingID"` | `'BuildingID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/building.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/building.ts#L22) | +| `tableName` | `readonly` | `"Building"` | `'Building'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/building.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/building.ts#L24) | #### Accessors @@ -2256,7 +2256,7 @@ get data(): ZoneSettings ###### Defined in -[src/facades/building.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/building.ts#L32) +[src/facades/building.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/building.ts#L32) ##### devices @@ -2278,7 +2278,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### model @@ -2296,7 +2296,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### name @@ -2318,7 +2318,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) #### Methods @@ -2338,7 +2338,7 @@ fetch(): Promise ###### Defined in -[src/facades/building.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/building.ts#L37) +[src/facades/building.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/building.ts#L37) ##### getAta() @@ -2360,7 +2360,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L24) +[src/facades/base_super_device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L24) ##### getErrors() @@ -2388,7 +2388,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -2410,7 +2410,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -2432,7 +2432,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -2462,7 +2462,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L151) +[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L151) ###### getTiles(select) @@ -2496,7 +2496,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L152) +[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L152) ##### getWifiReport() @@ -2524,7 +2524,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### setAta() @@ -2552,7 +2552,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L38) +[src/facades/base_super_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L38) ##### setFrostProtection() @@ -2587,7 +2587,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -2622,7 +2622,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -2650,7 +2650,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -2668,9 +2668,9 @@ setPower(enabled: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | -------- | ---------- | ---------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| `data` | `readonly` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/building.ts:13](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L13) | -| `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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/models/base.ts#L6) | +| `data` | `readonly` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/building.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L13) | +| `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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/base.ts#L6) | #### Accessors @@ -2690,7 +2690,7 @@ get areaIds(): number[] ###### Defined in -[src/models/building.ts:20](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L20) +[src/models/building.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L20) ##### areas @@ -2708,7 +2708,7 @@ get areas(): AreaModelAny[] ###### Defined in -[src/models/building.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L24) +[src/models/building.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L24) ##### deviceIds @@ -2726,7 +2726,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/building.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L28) +[src/models/building.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L28) ##### devices @@ -2744,7 +2744,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/models/building.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L32) +[src/models/building.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L32) ##### floorIds @@ -2762,7 +2762,7 @@ get floorIds(): number[] ###### Defined in -[src/models/building.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L36) +[src/models/building.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L36) ##### floors @@ -2780,7 +2780,7 @@ get floors(): FloorModel[] ###### Defined in -[src/models/building.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L40) +[src/models/building.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L40) #### Methods @@ -2796,7 +2796,7 @@ static getAll(): BuildingModel[] ###### Defined in -[src/models/building.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L44) +[src/models/building.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L44) ##### getById() @@ -2816,7 +2816,7 @@ static getById(id: number): undefined | BuildingModel ###### Defined in -[src/models/building.ts:48](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L48) +[src/models/building.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L48) ##### getByName() @@ -2836,7 +2836,7 @@ static getByName(name: string): undefined | BuildingModel ###### Defined in -[src/models/building.ts:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L52) +[src/models/building.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L52) ##### upsert() @@ -2856,7 +2856,7 @@ static upsert(building: BuildingData): void ###### Defined in -[src/models/building.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/building.ts#L56) +[src/models/building.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/building.ts#L56) --- @@ -2870,8 +2870,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/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L91) | -| `settingManager?` | `readonly` | [`SettingManager`](README.md#settingmanager) | [src/services/api.ts:93](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L93) | +| `onSync?` | `readonly` | () => `Promise`\<`void`\> | [src/services/api.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L91) | +| `settingManager?` | `readonly` | [`SettingManager`](README.md#settingmanager) | [src/services/api.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L93) | #### Methods @@ -2891,7 +2891,7 @@ clearSync(): void ###### Defined in -[src/services/api.ts:161](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L161) +[src/services/api.ts:161](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L161) ##### fetch() @@ -2909,7 +2909,7 @@ fetch(): Promise ###### Defined in -[src/services/api.ts:168](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L168) +[src/services/api.ts:168](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L168) ##### get() @@ -2936,7 +2936,7 @@ get(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`GetDeviceDataAta`](README.md#getdevicedataata) \| [`GetDeviceDataAtw`](README.md#getdevicedataatw) \| [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/services/api.ts:201](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L201) | +| `data` | [`GetDeviceDataAta`](README.md#getdevicedataata) \| [`GetDeviceDataAtw`](README.md#getdevicedataatw) \| [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/services/api.ts:201](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L201) | ###### Implementation of @@ -2944,7 +2944,7 @@ get(__namedParameters: { ###### Defined in -[src/services/api.ts:197](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L197) +[src/services/api.ts:197](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L197) ##### getAta() @@ -2971,7 +2971,7 @@ getAta(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`GetGroupAtaData`](README.md#getgroupatadata) | [src/services/api.ts:209](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L209) | +| `data` | [`GetGroupAtaData`](README.md#getgroupatadata) | [src/services/api.ts:209](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L209) | ###### Implementation of @@ -2979,7 +2979,7 @@ getAta(__namedParameters: { ###### Defined in -[src/services/api.ts:205](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L205) +[src/services/api.ts:205](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L205) ##### getEnergyReport() @@ -3006,7 +3006,7 @@ getEnergyReport(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw) | [src/services/api.ts:217](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L217) | +| `data` | [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw) | [src/services/api.ts:217](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L217) | ###### Implementation of @@ -3014,7 +3014,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/services/api.ts:213](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L213) +[src/services/api.ts:213](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L213) ##### getErrors() @@ -3041,7 +3041,7 @@ getErrors(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[] | [src/services/api.ts:225](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L225) | +| `data` | [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[] | [src/services/api.ts:225](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L225) | ###### Implementation of @@ -3049,7 +3049,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/services/api.ts:221](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L221) +[src/services/api.ts:221](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L221) ##### getFrostProtection() @@ -3076,7 +3076,7 @@ getFrostProtection(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`FrostProtectionData`](README.md#frostprotectiondata) | [src/services/api.ts:233](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L233) | +| `data` | [`FrostProtectionData`](README.md#frostprotectiondata) | [src/services/api.ts:233](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L233) | ###### Implementation of @@ -3084,7 +3084,7 @@ getFrostProtection(__namedParameters: { ###### Defined in -[src/services/api.ts:229](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L229) +[src/services/api.ts:229](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L229) ##### getHolidayMode() @@ -3111,7 +3111,7 @@ getHolidayMode(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`HolidayModeData`](README.md#holidaymodedata) | [src/services/api.ts:243](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L243) | +| `data` | [`HolidayModeData`](README.md#holidaymodedata) | [src/services/api.ts:243](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L243) | ###### Implementation of @@ -3119,7 +3119,7 @@ getHolidayMode(__namedParameters: { ###### Defined in -[src/services/api.ts:239](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L239) +[src/services/api.ts:239](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L239) ##### getTiles() @@ -3148,7 +3148,7 @@ getTiles(__namedParameters: { | Name | Type | Defined in | | ------ | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`TilesData`](README.md#tilesdatat)\<`null`\> | [src/services/api.ts:253](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L253) | +| `data` | [`TilesData`](README.md#tilesdatat)\<`null`\> | [src/services/api.ts:253](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L253) | ###### Implementation of @@ -3156,7 +3156,7 @@ getTiles(__namedParameters: { ###### Defined in -[src/services/api.ts:249](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L249) +[src/services/api.ts:249](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L249) ###### getTiles(\_\_namedParameters) @@ -3189,7 +3189,7 @@ getTiles(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`TilesData`](README.md#tilesdatat)\<`T`\> | [src/services/api.ts:259](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L259) | +| `data` | [`TilesData`](README.md#tilesdatat)\<`T`\> | [src/services/api.ts:259](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L259) | ###### Implementation of @@ -3197,7 +3197,7 @@ getTiles(__namedParameters: { ###### Defined in -[src/services/api.ts:255](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L255) +[src/services/api.ts:255](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L255) ##### getWifiReport() @@ -3224,7 +3224,7 @@ getWifiReport(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`WifiData`](README.md#wifidata) | [src/services/api.ts:273](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L273) | +| `data` | [`WifiData`](README.md#wifidata) | [src/services/api.ts:273](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L273) | ###### Implementation of @@ -3232,7 +3232,7 @@ getWifiReport(__namedParameters: { ###### Defined in -[src/services/api.ts:269](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L269) +[src/services/api.ts:269](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L269) ##### login() @@ -3256,7 +3256,7 @@ login(data?: LoginCredentials): Promise ###### Defined in -[src/services/api.ts:277](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L277) +[src/services/api.ts:277](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L277) ##### set() @@ -3291,7 +3291,7 @@ set(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SetDeviceData`](README.md#setdevicedata)\[`T`\] | [src/services/api.ts:297](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L297) | +| `data` | [`SetDeviceData`](README.md#setdevicedata)\[`T`\] | [src/services/api.ts:297](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L297) | ###### Implementation of @@ -3299,7 +3299,7 @@ set(__namedParameters: { ###### Defined in -[src/services/api.ts:291](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L291) +[src/services/api.ts:291](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L291) ##### setAta() @@ -3326,7 +3326,7 @@ setAta(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:305](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L305) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:305](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L305) | ###### Implementation of @@ -3334,7 +3334,7 @@ setAta(__namedParameters: { ###### Defined in -[src/services/api.ts:301](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L301) +[src/services/api.ts:301](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L301) ##### setFrostProtection() @@ -3361,7 +3361,7 @@ setFrostProtection(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:313](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L313) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:313](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L313) | ###### Implementation of @@ -3369,7 +3369,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/services/api.ts:309](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L309) +[src/services/api.ts:309](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L309) ##### setHolidayMode() @@ -3396,7 +3396,7 @@ setHolidayMode(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:321](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L321) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:321](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L321) | ###### Implementation of @@ -3404,7 +3404,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/services/api.ts:317](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L317) +[src/services/api.ts:317](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L317) ##### setLanguage() @@ -3428,7 +3428,7 @@ setLanguage(language: string): Promise ###### Defined in -[src/services/api.ts:325](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L325) +[src/services/api.ts:325](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L325) ##### setPower() @@ -3455,7 +3455,7 @@ setPower(__namedParameters: { | Name | Type | Defined in | | ------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | `boolean` | [src/services/api.ts:339](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L339) | +| `data` | `boolean` | [src/services/api.ts:339](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L339) | ###### Implementation of @@ -3463,7 +3463,7 @@ setPower(__namedParameters: { ###### Defined in -[src/services/api.ts:335](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L335) +[src/services/api.ts:335](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L335) ##### create() @@ -3483,7 +3483,7 @@ static create(config: APIConfig): Promise ###### Defined in -[src/services/api.ts:155](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/api.ts#L155) +[src/services/api.ts:155](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/api.ts#L155) --- @@ -3518,35 +3518,35 @@ new DeviceFacadeAta(facadeManager: FacadeManager, model: DeviceModel<"Ata">): De ###### Defined in -[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L46) +[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L46) #### 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:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `canCool` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | [src/facades/base_device.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L28) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `flags` | `readonly` | `Record`\ | `flagsAta` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_ata.ts:7](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L7) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/base_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L34) | -| `hasZone2` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | [src/facades/base_device.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L30) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/base_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L36) | -| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceAta`](README.md#listdeviceata)) => [`DeviceModel`](README.md#devicemodelt)\<`"Ata"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/base_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L38) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `canCool` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | [src/facades/base_device.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L28) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `flags` | `readonly` | `Record`\ | `flagsAta` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_ata.ts:7](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L7) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/base_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L34) | +| `hasZone2` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | [src/facades/base_device.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L30) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/base_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L36) | +| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceAta`](README.md#listdeviceata)) => [`DeviceModel`](README.md#devicemodelt)\<`"Ata"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/base_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L38) | | `modelClass.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L64) | -| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L68) | -| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L72) | -| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L76) | -| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L80) | -| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L84) | -| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L88) | -| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L96) | -| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L100) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/base_device.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L40) | -| `type` | `readonly` | `"Ata"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/base_device.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L32) | +| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L64) | +| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L68) | +| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L72) | +| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L76) | +| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L80) | +| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L84) | +| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L88) | +| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L96) | +| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L100) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/base_device.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L40) | +| `type` | `readonly` | `"Ata"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/base_device.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L32) | #### Accessors @@ -3554,7 +3554,7 @@ new DeviceFacadeAta(facadeManager: FacadeManager, model: DeviceModel<"Ata">): De ###### Defined in -[src/facades/device_ata.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L10) +[src/facades/device_ata.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L10) ##### data @@ -3572,7 +3572,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/base_device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L56) +[src/facades/base_device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L56) ##### devices @@ -3590,25 +3590,25 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### fan ###### Defined in -[src/facades/device_ata.ts:13](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L13) +[src/facades/device_ata.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L13) ##### horizontal ###### Defined in -[src/facades/device_ata.ts:16](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L16) +[src/facades/device_ata.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L16) ##### mode ###### Defined in -[src/facades/device_ata.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L19) +[src/facades/device_ata.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L19) ##### model @@ -3626,7 +3626,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### name @@ -3644,19 +3644,19 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) ##### outdoorTemperature ###### Defined in -[src/facades/device_ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L22) +[src/facades/device_ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L22) ##### power ###### Defined in -[src/facades/device_ata.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L25) +[src/facades/device_ata.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L25) ##### setData @@ -3674,19 +3674,19 @@ get protected setData(): Required ###### Defined in -[src/facades/base_device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L64) +[src/facades/base_device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L64) ##### targetTemperature ###### Defined in -[src/facades/device_ata.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L28) +[src/facades/device_ata.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L28) ##### temperature ###### Defined in -[src/facades/device_ata.ts:31](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L31) +[src/facades/device_ata.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L31) ##### values @@ -3704,13 +3704,13 @@ get values(): Values[T] ###### Defined in -[src/facades/base_device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L60) +[src/facades/base_device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L60) ##### vertical ###### Defined in -[src/facades/device_ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L34) +[src/facades/device_ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L34) #### Methods @@ -3730,7 +3730,7 @@ fetch(): Promise ###### Defined in -[src/facades/base_device.ts:97](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L97) +[src/facades/base_device.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L97) ##### get() @@ -3748,7 +3748,7 @@ get(): Promise ###### Defined in -[src/facades/base_device.ts:102](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L102) +[src/facades/base_device.ts:102](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L102) ##### getEnergyReport() @@ -3777,7 +3777,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/base_device.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L139) +[src/facades/base_device.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L139) ##### getErrors() @@ -3801,7 +3801,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -3819,7 +3819,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -3837,7 +3837,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -3863,7 +3863,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base_device.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L81) +[src/facades/base_device.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L81) ###### getTiles(select) @@ -3887,7 +3887,7 @@ getTiles(select: true | DeviceModel<"Ata">): Promise> ###### Defined in -[src/facades/base_device.ts:82](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L82) +[src/facades/base_device.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L82) ##### getWifiReport() @@ -3911,7 +3911,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### handle() @@ -3935,7 +3935,7 @@ protected handle(data: Partial): UpdateDeviceDataAta ###### Defined in -[src/facades/device_ata.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_ata.ts#L36) +[src/facades/device_ata.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_ata.ts#L36) ##### set() @@ -3959,7 +3959,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/base_device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L111) +[src/facades/base_device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L111) ##### setFrostProtection() @@ -3990,7 +3990,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -4021,7 +4021,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -4045,7 +4045,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -4080,35 +4080,35 @@ new DeviceFacadeAtw(facadeManager: FacadeManager, model: DeviceModel<"Atw">): De ###### Defined in -[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L46) +[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L46) #### 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:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `canCool` | `public` | `boolean` | `undefined` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | - | [src/facades/device_atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L21) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `flags` | `readonly` | `Record`\ | `flagsAtw` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L25) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/base_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L34) | -| `hasZone2` | `public` | `boolean` | `undefined` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | - | [src/facades/device_atw.ts:23](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L23) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/base_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L36) | -| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceAtw`](README.md#listdeviceatw)) => [`DeviceModel`](README.md#devicemodelt)\<`"Atw"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/base_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L38) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `canCool` | `public` | `boolean` | `undefined` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | - | [src/facades/device_atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L21) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `flags` | `readonly` | `Record`\ | `flagsAtw` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L25) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/base_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L34) | +| `hasZone2` | `public` | `boolean` | `undefined` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | - | [src/facades/device_atw.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L23) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/base_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L36) | +| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceAtw`](README.md#listdeviceatw)) => [`DeviceModel`](README.md#devicemodelt)\<`"Atw"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/base_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L38) | | `modelClass.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L64) | -| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L68) | -| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L72) | -| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L76) | -| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L80) | -| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L84) | -| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L88) | -| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L96) | -| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L100) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/base_device.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L40) | -| `type` | `readonly` | `"Atw"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/base_device.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L32) | +| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L64) | +| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L68) | +| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L72) | +| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L76) | +| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L80) | +| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L84) | +| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L88) | +| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L96) | +| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L100) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/base_device.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L40) | +| `type` | `readonly` | `"Atw"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/base_device.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L32) | #### Accessors @@ -4116,37 +4116,37 @@ new DeviceFacadeAtw(facadeManager: FacadeManager, model: DeviceModel<"Atw">): De ###### Defined in -[src/facades/device_atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L28) +[src/facades/device_atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L28) ##### boosterHeater2PlusStatus ###### Defined in -[src/facades/device_atw.ts:31](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L31) +[src/facades/device_atw.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L31) ##### boosterHeater2Status ###### Defined in -[src/facades/device_atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L34) +[src/facades/device_atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L34) ##### condensingTemperature ###### Defined in -[src/facades/device_atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L37) +[src/facades/device_atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L37) ##### coolMode ###### Defined in -[src/facades/device_atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L40) +[src/facades/device_atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L40) ##### coolModeZone2 ###### Defined in -[src/facades/device_atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L43) +[src/facades/device_atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L43) ##### data @@ -4164,7 +4164,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/base_device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L56) +[src/facades/base_device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L56) ##### devices @@ -4182,91 +4182,91 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### ecoHotWater ###### Defined in -[src/facades/device_atw.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L46) +[src/facades/device_atw.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L46) ##### energyConsumed ###### Defined in -[src/facades/device_atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L49) +[src/facades/device_atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L49) ##### energyProduced ###### Defined in -[src/facades/device_atw.ts:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L52) +[src/facades/device_atw.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L52) ##### flowTemperature ###### Defined in -[src/facades/device_atw.ts:55](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L55) +[src/facades/device_atw.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L55) ##### forcedHotWater ###### Defined in -[src/facades/device_atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L58) +[src/facades/device_atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L58) ##### frequency ###### Defined in -[src/facades/device_atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L61) +[src/facades/device_atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L61) ##### heatMode ###### Defined in -[src/facades/device_atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L64) +[src/facades/device_atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L64) ##### heatModeZone2 ###### Defined in -[src/facades/device_atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L67) +[src/facades/device_atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L67) ##### hotWaterTemperature ###### Defined in -[src/facades/device_atw.ts:70](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L70) +[src/facades/device_atw.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L70) ##### idle ###### Defined in -[src/facades/device_atw.ts:73](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L73) +[src/facades/device_atw.ts:73](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L73) ##### idleZone2 ###### Defined in -[src/facades/device_atw.ts:76](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L76) +[src/facades/device_atw.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L76) ##### immersionHeaterStatus ###### Defined in -[src/facades/device_atw.ts:79](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L79) +[src/facades/device_atw.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L79) ##### lastLegionella ###### Defined in -[src/facades/device_atw.ts:82](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L82) +[src/facades/device_atw.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L82) ##### mode ###### Defined in -[src/facades/device_atw.ts:85](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L85) +[src/facades/device_atw.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L85) ##### model @@ -4284,13 +4284,13 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### modeZone2 ###### Defined in -[src/facades/device_atw.ts:88](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L88) +[src/facades/device_atw.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L88) ##### name @@ -4308,73 +4308,73 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) ##### operationMode ###### Defined in -[src/facades/device_atw.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L91) +[src/facades/device_atw.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L91) ##### outdoorTemperature ###### Defined in -[src/facades/device_atw.ts:94](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L94) +[src/facades/device_atw.ts:94](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L94) ##### power ###### Defined in -[src/facades/device_atw.ts:97](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L97) +[src/facades/device_atw.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L97) ##### prohibitCooling ###### Defined in -[src/facades/device_atw.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L100) +[src/facades/device_atw.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L100) ##### prohibitCoolingZone2 ###### Defined in -[src/facades/device_atw.ts:103](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L103) +[src/facades/device_atw.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L103) ##### prohibitHeating ###### Defined in -[src/facades/device_atw.ts:106](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L106) +[src/facades/device_atw.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L106) ##### prohibitHeatingZone2 ###### Defined in -[src/facades/device_atw.ts:109](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L109) +[src/facades/device_atw.ts:109](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L109) ##### prohibitHotWater ###### Defined in -[src/facades/device_atw.ts:112](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L112) +[src/facades/device_atw.ts:112](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L112) ##### returnTemperature ###### Defined in -[src/facades/device_atw.ts:115](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L115) +[src/facades/device_atw.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L115) ##### roomTemperature ###### Defined in -[src/facades/device_atw.ts:118](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L118) +[src/facades/device_atw.ts:118](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L118) ##### roomTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:121](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L121) +[src/facades/device_atw.ts:121](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L121) ##### setData @@ -4392,61 +4392,61 @@ get protected setData(): Required ###### Defined in -[src/facades/base_device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L64) +[src/facades/base_device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L64) ##### targetCoolFlowTemperature ###### Defined in -[src/facades/device_atw.ts:124](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L124) +[src/facades/device_atw.ts:124](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L124) ##### targetCoolFlowTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:127](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L127) +[src/facades/device_atw.ts:127](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L127) ##### targetCurveTemperature ###### Defined in -[src/facades/device_atw.ts:130](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L130) +[src/facades/device_atw.ts:130](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L130) ##### targetCurveTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:133](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L133) +[src/facades/device_atw.ts:133](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L133) ##### targetHeatFlowTemperature ###### Defined in -[src/facades/device_atw.ts:136](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L136) +[src/facades/device_atw.ts:136](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L136) ##### targetHeatFlowTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L139) +[src/facades/device_atw.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L139) ##### targetHotWaterTemperature ###### Defined in -[src/facades/device_atw.ts:142](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L142) +[src/facades/device_atw.ts:142](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L142) ##### targetRoomTemperature ###### Defined in -[src/facades/device_atw.ts:145](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L145) +[src/facades/device_atw.ts:145](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L145) ##### targetRoomTemperatureZone2 ###### Defined in -[src/facades/device_atw.ts:148](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L148) +[src/facades/device_atw.ts:148](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L148) ##### values @@ -4464,7 +4464,7 @@ get values(): Values[T] ###### Defined in -[src/facades/base_device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L60) +[src/facades/base_device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L60) #### Methods @@ -4484,7 +4484,7 @@ fetch(): Promise ###### Defined in -[src/facades/base_device.ts:97](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L97) +[src/facades/base_device.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L97) ##### get() @@ -4502,7 +4502,7 @@ get(): Promise ###### Defined in -[src/facades/base_device.ts:102](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L102) +[src/facades/base_device.ts:102](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L102) ##### getEnergyReport() @@ -4531,7 +4531,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/base_device.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L139) +[src/facades/base_device.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L139) ##### getErrors() @@ -4555,7 +4555,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -4573,7 +4573,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -4591,7 +4591,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -4617,7 +4617,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base_device.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L81) +[src/facades/base_device.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L81) ###### getTiles(select) @@ -4641,7 +4641,7 @@ getTiles(select: true | DeviceModel<"Atw">): Promise> ###### Defined in -[src/facades/base_device.ts:82](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L82) +[src/facades/base_device.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L82) ##### getWifiReport() @@ -4665,7 +4665,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### handle() @@ -4689,7 +4689,7 @@ protected handle(data: Partial): UpdateDeviceDataAtw ###### Defined in -[src/facades/device_atw.ts:168](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_atw.ts#L168) +[src/facades/device_atw.ts:168](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_atw.ts#L168) ##### set() @@ -4713,7 +4713,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/base_device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L111) +[src/facades/base_device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L111) ##### setFrostProtection() @@ -4744,7 +4744,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -4775,7 +4775,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -4799,7 +4799,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -4834,35 +4834,35 @@ new DeviceFacadeErv(facadeManager: FacadeManager, model: DeviceModel<"Erv">): De ###### Defined in -[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L46) +[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L46) #### 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:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `canCool` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | [src/facades/base_device.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L28) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `flags` | `readonly` | `Record`\ | `flagsErv` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_erv.ts:7](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_erv.ts#L7) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/base_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L34) | -| `hasZone2` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | [src/facades/base_device.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L30) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/base_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L36) | -| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceErv`](README.md#listdeviceerv)) => [`DeviceModel`](README.md#devicemodelt)\<`"Erv"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/base_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L38) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `canCool` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`canCool` | [src/facades/base_device.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L28) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `flags` | `readonly` | `Record`\ | `flagsErv` | [`BaseDeviceFacade`](README.md#basedevicefacadet).`flags` | - | [src/facades/device_erv.ts:7](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_erv.ts#L7) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`frostProtectionLocation` | [src/facades/base_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L34) | +| `hasZone2` | `readonly` | `boolean` | `false` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`hasZone2` | [src/facades/base_device.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L30) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`holidayModeLocation` | [src/facades/base_device.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L36) | +| `id` | `readonly` | `number` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `readonly` | (`__namedParameters`: [`ListDeviceErv`](README.md#listdeviceerv)) => [`DeviceModel`](README.md#devicemodelt)\<`"Erv"`\> | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`modelClass` | [src/facades/base_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L38) | | `modelClass.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L64) | -| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L68) | -| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L72) | -| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L76) | -| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L80) | -| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L84) | -| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L88) | -| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L96) | -| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L100) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/base_device.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L40) | -| `type` | `readonly` | `"Erv"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/base_device.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L32) | +| `modelClass.getAll` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L64) | +| `modelClass.getByAreaId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L68) | +| `modelClass.getByBuildingId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L72) | +| `modelClass.getByFloorId` | `public` | [`DeviceModelAny`](README.md#devicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L76) | +| `modelClass.getById` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L80) | +| `modelClass.getByName` | `public` | `undefined` \| [`DeviceModelAny`](README.md#devicemodelany) | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L84) | +| `modelClass.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L88) | +| `modelClass.upsert` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L96) | +| `modelClass.upsertMany` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L100) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`tableName` | [src/facades/base_device.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L40) | +| `type` | `readonly` | `"Erv"` | `undefined` | - | [`BaseDeviceFacade`](README.md#basedevicefacadet).`type` | [src/facades/base_device.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L32) | #### Accessors @@ -4870,7 +4870,7 @@ new DeviceFacadeErv(facadeManager: FacadeManager, model: DeviceModel<"Erv">): De ###### Defined in -[src/facades/device_erv.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_erv.ts#L10) +[src/facades/device_erv.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_erv.ts#L10) ##### data @@ -4888,7 +4888,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/base_device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L56) +[src/facades/base_device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L56) ##### devices @@ -4906,19 +4906,19 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### fan ###### Defined in -[src/facades/device_erv.ts:13](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_erv.ts#L13) +[src/facades/device_erv.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_erv.ts#L13) ##### mode ###### Defined in -[src/facades/device_erv.ts:16](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_erv.ts#L16) +[src/facades/device_erv.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_erv.ts#L16) ##### model @@ -4936,7 +4936,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### name @@ -4954,25 +4954,25 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) ##### outdoorTemperature ###### Defined in -[src/facades/device_erv.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_erv.ts#L19) +[src/facades/device_erv.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_erv.ts#L19) ##### pm25 ###### Defined in -[src/facades/device_erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_erv.ts#L22) +[src/facades/device_erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_erv.ts#L22) ##### power ###### Defined in -[src/facades/device_erv.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_erv.ts#L25) +[src/facades/device_erv.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_erv.ts#L25) ##### setData @@ -4990,13 +4990,13 @@ get protected setData(): Required ###### Defined in -[src/facades/base_device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L64) +[src/facades/base_device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L64) ##### temperature ###### Defined in -[src/facades/device_erv.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/device_erv.ts#L28) +[src/facades/device_erv.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/device_erv.ts#L28) ##### values @@ -5014,7 +5014,7 @@ get values(): Values[T] ###### Defined in -[src/facades/base_device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L60) +[src/facades/base_device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L60) #### Methods @@ -5034,7 +5034,7 @@ fetch(): Promise ###### Defined in -[src/facades/base_device.ts:97](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L97) +[src/facades/base_device.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L97) ##### get() @@ -5052,7 +5052,7 @@ get(): Promise ###### Defined in -[src/facades/base_device.ts:102](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L102) +[src/facades/base_device.ts:102](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L102) ##### getEnergyReport() @@ -5081,7 +5081,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/base_device.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L139) +[src/facades/base_device.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L139) ##### getErrors() @@ -5105,7 +5105,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -5123,7 +5123,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -5141,7 +5141,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -5167,7 +5167,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base_device.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L81) +[src/facades/base_device.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L81) ###### getTiles(select) @@ -5191,7 +5191,7 @@ getTiles(select: true | DeviceModel<"Erv">): Promise> ###### Defined in -[src/facades/base_device.ts:82](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L82) +[src/facades/base_device.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L82) ##### getWifiReport() @@ -5215,7 +5215,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### handle() @@ -5239,7 +5239,7 @@ protected handle(data: Partial): UpdateDeviceDataErv ###### Defined in -[src/facades/base_device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L160) +[src/facades/base_device.ts:160](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L160) ##### set() @@ -5263,7 +5263,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/base_device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_device.ts#L111) +[src/facades/base_device.ts:111](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_device.ts#L111) ##### setFrostProtection() @@ -5294,7 +5294,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -5325,7 +5325,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -5349,7 +5349,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -5393,18 +5393,18 @@ protected new DeviceModel(__namedParameters: ListDevice[T]): DeviceModel ###### Defined in -[src/models/device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L31) +[src/models/device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L31) #### Properties | Property | Modifier | Type | Default value | Inherited from | Defined in | | ------------ | ---------- | ------------------ | ------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:21](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L21) | -| `buildingId` | `readonly` | `number` | `undefined` | - | [src/models/device.ts:23](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L23) | -| `floorId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L25) | -| `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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/models/base.ts#L6) | -| `type` | `readonly` | `T` | `undefined` | - | [src/models/device.ts:27](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L27) | +| `areaId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L21) | +| `buildingId` | `readonly` | `number` | `undefined` | - | [src/models/device.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L23) | +| `floorId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L25) | +| `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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/base.ts#L6) | +| `type` | `readonly` | `T` | `undefined` | - | [src/models/device.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L27) | #### Accessors @@ -5424,7 +5424,7 @@ get area(): undefined | null | AreaModelAny ###### Defined in -[src/models/device.ts:48](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L48) +[src/models/device.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L48) ##### building @@ -5442,7 +5442,7 @@ get building(): undefined | BuildingModel ###### Defined in -[src/models/device.ts:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L52) +[src/models/device.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L52) ##### data @@ -5460,7 +5460,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/models/device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L56) +[src/models/device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L56) ##### floor @@ -5478,7 +5478,7 @@ get floor(): undefined | null | FloorModel ###### Defined in -[src/models/device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L60) +[src/models/device.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L60) #### Methods @@ -5504,7 +5504,7 @@ update(data: Partial): void ###### Defined in -[src/models/device.ts:106](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L106) +[src/models/device.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L106) ##### getAll() @@ -5518,7 +5518,7 @@ static getAll(): DeviceModelAny[] ###### Defined in -[src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L64) +[src/models/device.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L64) ##### getByAreaId() @@ -5538,7 +5538,7 @@ static getByAreaId(id: number): DeviceModelAny[] ###### Defined in -[src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L68) +[src/models/device.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L68) ##### getByBuildingId() @@ -5558,7 +5558,7 @@ static getByBuildingId(id: number): DeviceModelAny[] ###### Defined in -[src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L72) +[src/models/device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L72) ##### getByFloorId() @@ -5578,7 +5578,7 @@ static getByFloorId(id: number): DeviceModelAny[] ###### Defined in -[src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L76) +[src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L76) ##### getById() @@ -5598,7 +5598,7 @@ static getById(id: number): undefined | DeviceModelAny ###### Defined in -[src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L80) +[src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L80) ##### getByName() @@ -5618,7 +5618,7 @@ static getByName(name: string): undefined | DeviceModelAny ###### Defined in -[src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L84) +[src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L84) ##### getByType() @@ -5644,7 +5644,7 @@ static getByType(type: K): DeviceModel[] ###### Defined in -[src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L88) +[src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L88) ##### upsert() @@ -5664,7 +5664,7 @@ static upsert(device: ListDeviceAny): void ###### Defined in -[src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L96) +[src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L96) ##### upsertMany() @@ -5684,7 +5684,7 @@ static upsertMany(devices: readonly ListDeviceAny[]): void ###### Defined in -[src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L100) +[src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L100) --- @@ -5710,13 +5710,13 @@ new FacadeManager(api: default): FacadeManager ###### Defined in -[src/facades/manager.ts:82](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L82) +[src/facades/manager.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L82) #### Properties | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| `api` | `readonly` | [`default`](README.md#default) | [src/facades/manager.ts:75](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L75) | +| `api` | `readonly` | [`default`](README.md#default) | [src/facades/manager.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L75) | #### Methods @@ -5734,7 +5734,7 @@ get(): undefined ###### Defined in -[src/facades/manager.ts:86](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L86) +[src/facades/manager.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L86) ###### get(model) @@ -5754,7 +5754,7 @@ get(model: AreaModelAny): AreaFacade ###### Defined in -[src/facades/manager.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L87) +[src/facades/manager.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L87) ###### get(model) @@ -5774,7 +5774,7 @@ get(model: BuildingModel): BuildingFacade ###### Defined in -[src/facades/manager.ts:88](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L88) +[src/facades/manager.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L88) ###### get(model) @@ -5800,7 +5800,7 @@ get(model: DeviceModel): DeviceFacade[T] ###### Defined in -[src/facades/manager.ts:89](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L89) +[src/facades/manager.ts:89](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L89) ###### get(model) @@ -5820,7 +5820,7 @@ get(model: FloorModel): FloorFacade ###### Defined in -[src/facades/manager.ts:92](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L92) +[src/facades/manager.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L92) ###### get(model) @@ -5840,7 +5840,7 @@ get(model: FloorModel | BuildingModel | AreaModelAny): AreaFacade | BuildingFaca ###### Defined in -[src/facades/manager.ts:93](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L93) +[src/facades/manager.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L93) ###### get(model) @@ -5860,7 +5860,7 @@ get(model: FloorModel | BuildingModel | DeviceModelAny | AreaModelAny): AreaFaca ###### Defined in -[src/facades/manager.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L96) +[src/facades/manager.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L96) ###### get(model) @@ -5880,7 +5880,7 @@ get(model?: AreaModelAny): undefined | AreaFacade ###### Defined in -[src/facades/manager.ts:99](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L99) +[src/facades/manager.ts:99](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L99) ###### get(model) @@ -5900,7 +5900,7 @@ get(model?: BuildingModel): undefined | BuildingFacade ###### Defined in -[src/facades/manager.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L100) +[src/facades/manager.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L100) ###### get(model) @@ -5926,7 +5926,7 @@ get(model?: DeviceModel): undefined | DeviceFacade[T] ###### Defined in -[src/facades/manager.ts:101](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L101) +[src/facades/manager.ts:101](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L101) ###### get(model) @@ -5946,7 +5946,7 @@ get(model?: FloorModel): undefined | FloorFacade ###### Defined in -[src/facades/manager.ts:104](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L104) +[src/facades/manager.ts:104](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L104) ##### getErrors() @@ -5967,7 +5967,7 @@ getErrors(query: ErrorLogQuery, deviceIds: number[]): Promise ###### Defined in -[src/facades/manager.ts:143](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L143) +[src/facades/manager.ts:143](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L143) --- @@ -6006,22 +6006,22 @@ new FloorFacade(facadeManager: FacadeManager, model: FloorModel): FloorFacade ###### Defined in -[src/facades/base.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L81) +[src/facades/base.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L81) #### 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:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L65) | -| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L61) | -| `frostProtectionLocation` | `readonly` | `"FloorIds"` | `'FloorIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/floor.ts:11](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/floor.ts#L11) | -| `holidayModeLocation` | `readonly` | `"Floors"` | `'Floors'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/floor.ts:13](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/floor.ts#L13) | -| `id` | `readonly` | `number` | `undefined` | - | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L63) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L67) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L69) | -| `modelClass` | `readonly` | _typeof_ [`FloorModel`](README.md#floormodel) | `FloorModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/floor.ts:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/floor.ts#L15) | -| `setAtaGroupSpecification` | `readonly` | `"FloorID"` | `'FloorID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/floor.ts:17](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/floor.ts#L17) | -| `tableName` | `readonly` | `"Floor"` | `'Floor'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/floor.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/floor.ts#L19) | +| `api` | `readonly` | [`default`](README.md#default) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`api` | [src/facades/base.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L65) | +| `facadeManager` | `readonly` | [`FacadeManager`](README.md#facademanager) | `undefined` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`facadeManager` | [src/facades/base.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L61) | +| `frostProtectionLocation` | `readonly` | `"FloorIds"` | `'FloorIds'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`frostProtectionLocation` | - | [src/facades/floor.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/floor.ts#L11) | +| `holidayModeLocation` | `readonly` | `"Floors"` | `'Floors'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`holidayModeLocation` | - | [src/facades/floor.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/floor.ts#L13) | +| `id` | `readonly` | `number` | `undefined` | - | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`id` | [src/facades/base.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L63) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isFrostProtectionDefined` | [src/facades/base.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L67) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`isHolidayModeDefined` | [src/facades/base.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L69) | +| `modelClass` | `readonly` | _typeof_ [`FloorModel`](README.md#floormodel) | `FloorModel` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`modelClass` | - | [src/facades/floor.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/floor.ts#L15) | +| `setAtaGroupSpecification` | `readonly` | `"FloorID"` | `'FloorID'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`setAtaGroupSpecification` | - | [src/facades/floor.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/floor.ts#L17) | +| `tableName` | `readonly` | `"Floor"` | `'Floor'` | [`BaseSuperDeviceFacade`](README.md#basesuperdevicefacadet).`tableName` | - | [src/facades/floor.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/floor.ts#L19) | #### Accessors @@ -6045,7 +6045,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L87) +[src/facades/base.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L87) ##### model @@ -6063,7 +6063,7 @@ get protected model(): T ###### Defined in -[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L95) +[src/facades/base.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L95) ##### name @@ -6085,7 +6085,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L91) +[src/facades/base.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L91) #### Methods @@ -6109,7 +6109,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L24) +[src/facades/base_super_device.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L24) ##### getErrors() @@ -6137,7 +6137,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L122) +[src/facades/base.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L122) ##### getFrostProtection() @@ -6159,7 +6159,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L126) +[src/facades/base.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L126) ##### getHolidayMode() @@ -6181,7 +6181,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L139) +[src/facades/base.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L139) ##### getTiles() @@ -6211,7 +6211,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L151) +[src/facades/base.ts:151](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L151) ###### getTiles(select) @@ -6245,7 +6245,7 @@ getTiles(select: DeviceModel): Promise> ###### Defined in -[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L152) +[src/facades/base.ts:152](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L152) ##### getWifiReport() @@ -6273,7 +6273,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L173) +[src/facades/base.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L173) ##### setAta() @@ -6301,7 +6301,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base_super_device.ts#L38) +[src/facades/base_super_device.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base_super_device.ts#L38) ##### setFrostProtection() @@ -6336,7 +6336,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L183) +[src/facades/base.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L183) ##### setHolidayMode() @@ -6371,7 +6371,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L216) +[src/facades/base.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L216) ##### setPower() @@ -6399,7 +6399,7 @@ setPower(enabled: boolean): Promise ###### Defined in -[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/base.ts#L114) +[src/facades/base.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/base.ts#L114) --- @@ -6417,9 +6417,9 @@ setPower(enabled: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `buildingId` | `readonly` | `number` | - | [src/models/floor.ts:13](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L13) | -| `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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/models/base.ts#L6) | +| `buildingId` | `readonly` | `number` | - | [src/models/floor.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L13) | +| `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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/base.ts#L6) | #### Accessors @@ -6439,7 +6439,7 @@ get areaIds(): number[] ###### Defined in -[src/models/floor.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L24) +[src/models/floor.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L24) ##### areas @@ -6457,7 +6457,7 @@ get areas(): AreaModel[] ###### Defined in -[src/models/floor.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L28) +[src/models/floor.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L28) ##### building @@ -6475,7 +6475,7 @@ get building(): undefined | BuildingModel ###### Defined in -[src/models/floor.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L32) +[src/models/floor.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L32) ##### deviceIds @@ -6493,7 +6493,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/floor.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L36) +[src/models/floor.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L36) ##### devices @@ -6511,7 +6511,7 @@ get devices(): DeviceModelAny[] ###### Defined in -[src/models/floor.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L40) +[src/models/floor.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L40) #### Methods @@ -6527,7 +6527,7 @@ static getAll(): FloorModel[] ###### Defined in -[src/models/floor.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L44) +[src/models/floor.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L44) ##### getByBuildingId() @@ -6547,7 +6547,7 @@ static getByBuildingId(id: number): FloorModel[] ###### Defined in -[src/models/floor.ts:48](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L48) +[src/models/floor.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L48) ##### getById() @@ -6567,7 +6567,7 @@ static getById(id: number): undefined | FloorModel ###### Defined in -[src/models/floor.ts:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L52) +[src/models/floor.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L52) ##### getByName() @@ -6587,7 +6587,7 @@ static getByName(name: string): undefined | FloorModel ###### Defined in -[src/models/floor.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L56) +[src/models/floor.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L56) ##### upsert() @@ -6607,7 +6607,7 @@ static upsert(floor: FloorData): void ###### Defined in -[src/models/floor.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/floor.ts#L60) +[src/models/floor.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/floor.ts#L60) ## Interfaces @@ -6617,13 +6617,13 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | ------------------- | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `autoSyncInterval?` | `null` \| `number` | [src/services/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L58) | -| `language?` | `string` | [src/services/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L59) | -| `logger?` | [`Logger`](README.md#logger) | [src/services/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L60) | -| `onSync?` | () => `Promise`\<`void`\> | [src/services/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L61) | -| `settingManager?` | [`SettingManager`](README.md#settingmanager) | [src/services/interfaces.ts:62](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L62) | -| `shouldVerifySSL?` | `boolean` | [src/services/interfaces.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L63) | -| `timezone?` | `string` | [src/services/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L64) | +| `autoSyncInterval?` | `null` \| `number` | [src/services/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L58) | +| `language?` | `string` | [src/services/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L59) | +| `logger?` | [`Logger`](README.md#logger) | [src/services/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L60) | +| `onSync?` | () => `Promise`\<`void`\> | [src/services/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L61) | +| `settingManager?` | [`SettingManager`](README.md#settingmanager) | [src/services/interfaces.ts:62](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L62) | +| `shouldVerifySSL?` | `boolean` | [src/services/interfaces.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L63) | +| `timezone?` | `string` | [src/services/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L64) | --- @@ -6633,10 +6633,10 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | ------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `contextKey?` | `null` \| `string` | [src/services/interfaces.ts:31](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L31) | -| `expiry?` | `null` \| `string` | [src/services/interfaces.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L32) | -| `password?` | `null` \| `string` | [src/services/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L33) | -| `username?` | `null` \| `string` | [src/services/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L34) | +| `contextKey?` | `null` \| `string` | [src/services/interfaces.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L31) | +| `expiry?` | `null` \| `string` | [src/services/interfaces.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L32) | +| `password?` | `null` \| `string` | [src/services/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L33) | +| `username?` | `null` \| `string` | [src/services/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L34) | --- @@ -6656,10 +6656,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L216) | -| `FloorId` | `readonly` | `T` | - | [src/types/common.ts:197](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L216) | +| `FloorId` | `readonly` | `T` | - | [src/types/common.ts:197](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L218) | --- @@ -6675,8 +6675,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L24) | -| `EffectiveFlags` | `readonly` | `number` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L25) | +| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L24) | +| `EffectiveFlags` | `readonly` | `number` | [src/types/bases.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L25) | --- @@ -6690,11 +6690,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | --- @@ -6710,12 +6710,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L50) | -| `BuildingID` | `readonly` | `number` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L51) | -| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L52) | -| `DeviceName` | `readonly` | `string` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L53) | -| `FloorID` | `readonly` | `null` \| `number` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L54) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L55) | +| `AreaID` | `readonly` | `null` \| `number` | [src/types/bases.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L50) | +| `BuildingID` | `readonly` | `number` | [src/types/bases.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L51) | +| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L52) | +| `DeviceName` | `readonly` | `string` | [src/types/bases.ts:53](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L53) | +| `FloorID` | `readonly` | `null` \| `number` | [src/types/bases.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L54) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [src/types/bases.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L55) | --- @@ -6735,10 +6735,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L41) | -| `Offline` | `readonly` | `boolean` | `Omit.Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L37) | -| `Power` | `readonly` | `boolean` | `Omit.Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | -| `WifiSignalStrength` | `readonly` | `number` | - | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L46) | +| `EffectiveFlags` | `readonly` | `0` | `Omit.EffectiveFlags` | [src/types/bases.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L41) | +| `Offline` | `readonly` | `boolean` | `Omit.Offline` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L37) | +| `Power` | `readonly` | `boolean` | `Omit.Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | +| `WifiSignalStrength` | `readonly` | `number` | - | [src/types/bases.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L46) | --- @@ -6759,11 +6759,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L30) | -| `Offline` | `readonly` | `boolean` | - | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L37) | -| `Power` | `readonly` | `boolean` | `Required.Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | +| `EffectiveFlags` | `readonly` | `number` | - | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L30) | +| `Offline` | `readonly` | `boolean` | - | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L37) | +| `Power` | `readonly` | `boolean` | `Required.Power` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | --- @@ -6779,7 +6779,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | +| `Power?` | `readonly` | `boolean` | [src/types/bases.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | --- @@ -6795,7 +6795,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L59) | +| `power?` | `readonly` | `boolean` | [src/types/bases.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L59) | --- @@ -6809,21 +6809,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L185) | --- @@ -6841,17 +6841,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L176) | -| `ID` | `readonly` | `number` | - | [src/types/common.ts:192](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L192) | -| `Name` | `readonly` | `string` | - | [src/types/common.ts:193](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L176) | +| `ID` | `readonly` | `number` | - | [src/types/common.ts:192](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L192) | +| `Name` | `readonly` | `string` | - | [src/types/common.ts:193](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L185) | --- @@ -6865,8 +6865,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L29) | -| `NextCommunication` | `readonly` | `string` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L30) | +| `LastCommunication` | `readonly` | `string` | [src/types/bases.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L29) | +| `NextCommunication` | `readonly` | `string` | [src/types/bases.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L30) | --- @@ -6876,9 +6876,9 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | [`DeviceFacadeAta`](README.md#devicefacadeata) | [src/facades/manager.ts:26](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L26) | -| `Atw` | [`DeviceFacadeAtw`](README.md#devicefacadeatw) | [src/facades/manager.ts:27](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L27) | -| `Erv` | [`DeviceFacadeErv`](README.md#devicefacadeerv) | [src/facades/manager.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L28) | +| `Ata` | [`DeviceFacadeAta`](README.md#devicefacadeata) | [src/facades/manager.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L26) | +| `Atw` | [`DeviceFacadeAtw`](README.md#devicefacadeatw) | [src/facades/manager.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L27) | +| `Erv` | [`DeviceFacadeErv`](README.md#devicefacadeerv) | [src/facades/manager.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L28) | --- @@ -6888,9 +6888,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L298) | -| `Atw` | `readonly` | [`EnergyDataAtw`](README.md#energydataatw) | [src/types/common.ts:299](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L299) | -| `Erv` | `readonly` | `never` | [src/types/common.ts:300](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L300) | +| `Ata` | `readonly` | [`EnergyDataAta`](README.md#energydataata) | [src/types/common.ts:298](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L298) | +| `Atw` | `readonly` | [`EnergyDataAtw`](README.md#energydataatw) | [src/types/common.ts:299](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L299) | +| `Erv` | `readonly` | `never` | [src/types/common.ts:300](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L300) | --- @@ -6900,19 +6900,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L94) | -| `Cooling` | `readonly` | readonly `number`[] | [src/types/ata.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L95) | -| `Dry` | `readonly` | readonly `number`[] | [src/types/ata.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L96) | -| `Fan` | `readonly` | readonly `number`[] | [src/types/ata.ts:97](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L97) | -| `Heating` | `readonly` | readonly `number`[] | [src/types/ata.ts:98](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L98) | -| `Other` | `readonly` | readonly `number`[] | [src/types/ata.ts:99](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L99) | -| `TotalAutoConsumed` | `readonly` | `number` | [src/types/ata.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L100) | -| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/ata.ts:101](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L101) | -| `TotalDryConsumed` | `readonly` | `number` | [src/types/ata.ts:102](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L102) | -| `TotalFanConsumed` | `readonly` | `number` | [src/types/ata.ts:103](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L103) | -| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/ata.ts:104](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L104) | -| `TotalOtherConsumed` | `readonly` | `number` | [src/types/ata.ts:105](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L105) | -| `UsageDisclaimerPercentages` | `readonly` | `string` | [src/types/ata.ts:106](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L106) | +| `Auto` | `readonly` | readonly `number`[] | [src/types/ata.ts:94](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L94) | +| `Cooling` | `readonly` | readonly `number`[] | [src/types/ata.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L95) | +| `Dry` | `readonly` | readonly `number`[] | [src/types/ata.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L96) | +| `Fan` | `readonly` | readonly `number`[] | [src/types/ata.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L97) | +| `Heating` | `readonly` | readonly `number`[] | [src/types/ata.ts:98](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L98) | +| `Other` | `readonly` | readonly `number`[] | [src/types/ata.ts:99](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L99) | +| `TotalAutoConsumed` | `readonly` | `number` | [src/types/ata.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L100) | +| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/ata.ts:101](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L101) | +| `TotalDryConsumed` | `readonly` | `number` | [src/types/ata.ts:102](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L102) | +| `TotalFanConsumed` | `readonly` | `number` | [src/types/ata.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L103) | +| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/ata.ts:104](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L104) | +| `TotalOtherConsumed` | `readonly` | `number` | [src/types/ata.ts:105](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L105) | +| `UsageDisclaimerPercentages` | `readonly` | `string` | [src/types/ata.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L106) | --- @@ -6922,13 +6922,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L110) | -| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/atw.ts:111](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L111) | -| `TotalCoolingProduced` | `readonly` | `number` | [src/types/atw.ts:112](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L112) | -| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/atw.ts:113](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L113) | -| `TotalHeatingProduced` | `readonly` | `number` | [src/types/atw.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L114) | -| `TotalHotWaterConsumed` | `readonly` | `number` | [src/types/atw.ts:115](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L115) | -| `TotalHotWaterProduced` | `readonly` | `number` | [src/types/atw.ts:116](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L116) | +| `CoP` | `readonly` | readonly `number`[] | [src/types/atw.ts:110](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L110) | +| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/atw.ts:111](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L111) | +| `TotalCoolingProduced` | `readonly` | `number` | [src/types/atw.ts:112](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L112) | +| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/atw.ts:113](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L113) | +| `TotalHeatingProduced` | `readonly` | `number` | [src/types/atw.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L114) | +| `TotalHotWaterConsumed` | `readonly` | `number` | [src/types/atw.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L115) | +| `TotalHotWaterProduced` | `readonly` | `number` | [src/types/atw.ts:116](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L116) | --- @@ -6938,9 +6938,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L293) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:294](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L294) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:295](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L295) | +| `DeviceID` | `readonly` | `number` | [src/types/common.ts:293](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L293) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:294](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L294) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:295](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L295) | --- @@ -6950,10 +6950,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L309) | -| `EndDate` | `readonly` | `string` | [src/types/common.ts:310](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L310) | -| `ErrorMessage` | `readonly` | `null` \| `string` | [src/types/common.ts:311](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L311) | -| `StartDate` | `readonly` | `string` | [src/types/common.ts:312](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L312) | +| `DeviceId` | `readonly` | `number` | [src/types/common.ts:309](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L309) | +| `EndDate` | `readonly` | `string` | [src/types/common.ts:310](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L310) | +| `ErrorMessage` | `readonly` | `null` \| `string` | [src/types/common.ts:311](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L311) | +| `StartDate` | `readonly` | `string` | [src/types/common.ts:312](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L312) | --- @@ -6963,9 +6963,9 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | -------- | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `date` | `readonly` | `string` | [src/facades/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L28) | -| `device` | `readonly` | `string` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L29) | -| `error` | `readonly` | `string` | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L30) | +| `date` | `readonly` | `string` | [src/facades/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L28) | +| `device` | `readonly` | `string` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L29) | +| `error` | `readonly` | `string` | [src/facades/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L30) | --- @@ -6975,10 +6975,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | --------------- | ---------- | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `errors` | `readonly` | [`ErrorDetails`](README.md#errordetails)[] | [src/facades/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L34) | -| `fromDateHuman` | `readonly` | `string` | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L35) | -| `nextFromDate` | `readonly` | `string` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L36) | -| `nextToDate` | `readonly` | `string` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L37) | +| `errors` | `readonly` | [`ErrorDetails`](README.md#errordetails)[] | [src/facades/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L34) | +| `fromDateHuman` | `readonly` | `string` | [src/facades/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L35) | +| `nextFromDate` | `readonly` | `string` | [src/facades/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L36) | +| `nextToDate` | `readonly` | `string` | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L37) | --- @@ -6988,10 +6988,10 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | --------- | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `from?` | `readonly` | `string` | [src/facades/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L21) | -| `limit?` | `readonly` | `string` | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L22) | -| `offset?` | `readonly` | `string` | [src/facades/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L23) | -| `to?` | `readonly` | `string` | [src/facades/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L24) | +| `from?` | `readonly` | `string` | [src/facades/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L21) | +| `limit?` | `readonly` | `string` | [src/facades/interfaces.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L22) | +| `offset?` | `readonly` | `string` | [src/facades/interfaces.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L23) | +| `to?` | `readonly` | `string` | [src/facades/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L24) | --- @@ -7001,9 +7001,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L304) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:305](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L305) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:306](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L306) | +| `DeviceIDs` | `readonly` | readonly `number`[] | [src/types/common.ts:304](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L304) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:305](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L305) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:306](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L306) | --- @@ -7013,8 +7013,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L114) | -| `Success` | `readonly` | `false` | [src/types/common.ts:115](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L115) | +| `AttributeErrors` | `readonly` | `Record`\<`string`, readonly `string`[]\> | [src/types/common.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L114) | +| `Success` | `readonly` | `false` | [src/types/common.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L115) | --- @@ -7028,9 +7028,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L216) | -| `ID` | `readonly` | `number` | [src/types/common.ts:217](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L217) | -| `Name` | `readonly` | `string` | [src/types/common.ts:218](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L218) | +| `BuildingId` | `readonly` | `number` | [src/types/common.ts:216](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L216) | +| `ID` | `readonly` | `number` | [src/types/common.ts:217](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L217) | +| `Name` | `readonly` | `string` | [src/types/common.ts:218](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L218) | --- @@ -7044,10 +7044,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L135) | -| `FPEnabled` | `readonly` | `boolean` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L136) | -| `FPMaxTemperature` | `readonly` | `number` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L137) | -| `FPMinTemperature` | `readonly` | `number` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L138) | +| `FPDefined` | `readonly` | `boolean` | [src/types/common.ts:135](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L135) | +| `FPEnabled` | `readonly` | `boolean` | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L136) | +| `FPMaxTemperature` | `readonly` | `number` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L137) | +| `FPMinTemperature` | `readonly` | `number` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L138) | --- @@ -7061,10 +7061,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L124) | -| `BuildingIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:125](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L125) | -| `DeviceIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L126) | -| `FloorIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:127](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L127) | +| `AreaIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L124) | +| `BuildingIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:125](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L125) | +| `DeviceIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L126) | +| `FloorIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:127](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L127) | --- @@ -7078,13 +7078,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L126) | -| `Enabled` | `readonly` | `boolean` | - | [src/types/common.ts:130](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L127) | -| `MaximumTemperature` | `readonly` | `number` | - | [src/types/common.ts:131](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L131) | -| `MinimumTemperature` | `readonly` | `number` | - | [src/types/common.ts:132](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L126) | +| `Enabled` | `readonly` | `boolean` | - | [src/types/common.ts:130](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L127) | +| `MaximumTemperature` | `readonly` | `number` | - | [src/types/common.ts:131](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L131) | +| `MinimumTemperature` | `readonly` | `number` | - | [src/types/common.ts:132](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L132) | --- @@ -7094,9 +7094,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L104) | -| `Atw` | `readonly` | [`GetDeviceDataAtw`](README.md#getdevicedataatw) | [src/types/common.ts:105](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L105) | -| `Erv` | `readonly` | [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L106) | +| `Ata` | `readonly` | [`GetDeviceDataAta`](README.md#getdevicedataata) | [src/types/common.ts:104](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L104) | +| `Atw` | `readonly` | [`GetDeviceDataAtw`](README.md#getdevicedataatw) | [src/types/common.ts:105](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L105) | +| `Erv` | `readonly` | [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L106) | --- @@ -7106,8 +7106,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L100) | -| `id` | `readonly` | `number` | [src/types/common.ts:101](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L101) | +| `buildingId` | `readonly` | `number` | [src/types/common.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L100) | +| `id` | `readonly` | `number` | [src/types/common.ts:101](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L101) | --- @@ -7117,10 +7117,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L263) | --- @@ -7130,9 +7130,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L241) | -| `BuildingID?` | `readonly` | `null` \| `number` | [src/types/common.ts:242](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L242) | -| `FloorID?` | `readonly` | `null` \| `number` | [src/types/common.ts:243](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L243) | +| `AreaID?` | `readonly` | `null` \| `number` | [src/types/common.ts:241](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L241) | +| `BuildingID?` | `readonly` | `null` \| `number` | [src/types/common.ts:242](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L242) | +| `FloorID?` | `readonly` | `null` \| `number` | [src/types/common.ts:243](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L243) | --- @@ -7142,14 +7142,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L246) | -| `OperationMode?` | `readonly` | `null` \| [`OperationMode`](README.md#operationmode) | [src/types/common.ts:247](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L247) | -| `Power?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:248](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L248) | -| `SetTemperature?` | `readonly` | `null` \| `number` | [src/types/common.ts:249](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L249) | -| `VaneHorizontalDirection?` | `readonly` | `null` \| [`Horizontal`](README.md#horizontal) | [src/types/common.ts:250](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L250) | -| `VaneHorizontalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:251](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L251) | -| `VaneVerticalDirection?` | `readonly` | `null` \| [`Vertical`](README.md#vertical) | [src/types/common.ts:252](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L252) | -| `VaneVerticalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:253](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L246) | +| `OperationMode?` | `readonly` | `null` \| [`OperationMode`](README.md#operationmode) | [src/types/common.ts:247](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L247) | +| `Power?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:248](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L248) | +| `SetTemperature?` | `readonly` | `null` \| `number` | [src/types/common.ts:249](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L249) | +| `VaneHorizontalDirection?` | `readonly` | `null` \| [`Horizontal`](README.md#horizontal) | [src/types/common.ts:250](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L250) | +| `VaneHorizontalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:251](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L251) | +| `VaneVerticalDirection?` | `readonly` | `null` \| [`Vertical`](README.md#vertical) | [src/types/common.ts:252](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L252) | +| `VaneVerticalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:253](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L253) | --- @@ -7163,11 +7163,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L153) | -| `TimeZone?` | `readonly` | `number` | - | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L153) | +| `TimeZone?` | `readonly` | `number` | - | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L156) | --- @@ -7177,25 +7177,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L165) | -| `EndDate.Day` | `readonly` | `number` | [src/types/common.ts:166](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L166) | -| `EndDate.Hour` | `readonly` | `number` | [src/types/common.ts:167](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L167) | -| `EndDate.Minute` | `readonly` | `number` | [src/types/common.ts:168](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L168) | -| `EndDate.Month` | `readonly` | `number` | [src/types/common.ts:169](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L169) | -| `EndDate.Second` | `readonly` | `number` | [src/types/common.ts:170](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L170) | -| `EndDate.Year` | `readonly` | `number` | [src/types/common.ts:171](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L171) | -| `HMDefined` | `readonly` | `boolean` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L173) | -| `HMEnabled` | `readonly` | `boolean` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L174) | -| `HMEndDate` | `readonly` | `null` \| `string` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L175) | -| `HMStartDate` | `readonly` | `null` \| `string` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L177) | -| `StartDate.Day` | `readonly` | `number` | [src/types/common.ts:178](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L178) | -| `StartDate.Hour` | `readonly` | `number` | [src/types/common.ts:179](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L179) | -| `StartDate.Minute` | `readonly` | `number` | [src/types/common.ts:180](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L180) | -| `StartDate.Month` | `readonly` | `number` | [src/types/common.ts:181](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L181) | -| `StartDate.Second` | `readonly` | `number` | [src/types/common.ts:182](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L182) | -| `StartDate.Year` | `readonly` | `number` | [src/types/common.ts:183](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L183) | -| `TimeZone` | `readonly` | `number` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L165) | +| `EndDate.Day` | `readonly` | `number` | [src/types/common.ts:166](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L166) | +| `EndDate.Hour` | `readonly` | `number` | [src/types/common.ts:167](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L167) | +| `EndDate.Minute` | `readonly` | `number` | [src/types/common.ts:168](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L168) | +| `EndDate.Month` | `readonly` | `number` | [src/types/common.ts:169](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L169) | +| `EndDate.Second` | `readonly` | `number` | [src/types/common.ts:170](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L170) | +| `EndDate.Year` | `readonly` | `number` | [src/types/common.ts:171](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L171) | +| `HMDefined` | `readonly` | `boolean` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L173) | +| `HMEnabled` | `readonly` | `boolean` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L174) | +| `HMEndDate` | `readonly` | `null` \| `string` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L175) | +| `HMStartDate` | `readonly` | `null` \| `string` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L177) | +| `StartDate.Day` | `readonly` | `number` | [src/types/common.ts:178](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L178) | +| `StartDate.Hour` | `readonly` | `number` | [src/types/common.ts:179](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L179) | +| `StartDate.Minute` | `readonly` | `number` | [src/types/common.ts:180](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L180) | +| `StartDate.Month` | `readonly` | `number` | [src/types/common.ts:181](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L181) | +| `StartDate.Second` | `readonly` | `number` | [src/types/common.ts:182](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L182) | +| `StartDate.Year` | `readonly` | `number` | [src/types/common.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L183) | +| `TimeZone` | `readonly` | `number` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L185) | --- @@ -7209,10 +7209,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L150) | -| `Buildings?` | `readonly` | readonly `number`[] | [src/types/common.ts:151](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L151) | -| `Devices?` | `readonly` | readonly `number`[] | [src/types/common.ts:152](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L152) | -| `Floors?` | `readonly` | readonly `number`[] | [src/types/common.ts:153](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L153) | +| `Areas?` | `readonly` | readonly `number`[] | [src/types/common.ts:150](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L150) | +| `Buildings?` | `readonly` | readonly `number`[] | [src/types/common.ts:151](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L151) | +| `Devices?` | `readonly` | readonly `number`[] | [src/types/common.ts:152](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L152) | +| `Floors?` | `readonly` | readonly `number`[] | [src/types/common.ts:153](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L153) | --- @@ -7222,10 +7222,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L159) | -| `EndDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:160](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L160) | -| `HMTimeZones` | `readonly` | readonly [`HMTimeZone`](README.md#hmtimezone)[] | [src/types/common.ts:161](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L161) | -| `StartDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:162](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L162) | +| `Enabled` | `readonly` | `boolean` | [src/types/common.ts:159](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L159) | +| `EndDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:160](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L160) | +| `HMTimeZones` | `readonly` | readonly [`HMTimeZone`](README.md#hmtimezone)[] | [src/types/common.ts:161](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L161) | +| `StartDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:162](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L162) | --- @@ -7235,23 +7235,23 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `clearSync` | () => `void` | [src/services/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L68) | -| `fetch` | () => `Promise`\<[`Building`](README.md#building-3)[]\> | [src/services/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L69) | -| `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:70](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L70) | -| `getAta` | (`__namedParameters`: \{ `postData`: [`GetGroupAtaPostData`](README.md#getgroupatapostdata); \}) => `Promise`\<\{ `data`: [`GetGroupAtaData`](README.md#getgroupatadata); \}\> | [src/services/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L75) | -| `getEnergyReport` | (`__namedParameters`: \{ `postData`: [`EnergyPostData`](README.md#energypostdata); \}) => `Promise`\<\{ `data`: [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw); \}\> | [src/services/interfaces.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L80) | -| `getErrors` | (`__namedParameters`: \{ `postData`: [`ErrorPostData`](README.md#errorpostdata); \}) => `Promise`\<\{ `data`: [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]; \}\> | [src/services/interfaces.ts:85](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L85) | -| `getFrostProtection` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`FrostProtectionData`](README.md#frostprotectiondata); \}\> | [src/services/interfaces.ts:90](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L90) | -| `getHolidayMode` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`HolidayModeData`](README.md#holidaymodedata); \}\> | [src/services/interfaces.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L95) | -| `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:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L100) | -| `getWifiReport` | (`__namedParameters`: \{ `postData`: [`WifiPostData`](README.md#wifipostdata); \}) => `Promise`\<\{ `data`: [`WifiData`](README.md#wifidata); \}\> | [src/services/interfaces.ts:110](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L110) | -| `login` | (`data`?: [`LoginCredentials`](README.md#logincredentials), `onSuccess`?: () => `Promise`\<`void`\>) => `Promise`\<`boolean`\> | [src/services/interfaces.ts:115](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L115) | -| `set` | \<`T`\>(`__namedParameters`: \{ `heatPumpType`: `T`; `postData`: [`SetDevicePostData`](README.md#setdevicepostdata)\[`T`\]; \}) => `Promise`\<\{ `data`: [`SetDeviceData`](README.md#setdevicedata)\[`T`\]; \}\> | [src/services/interfaces.ts:119](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L119) | -| `setAta` | (`__namedParameters`: \{ `postData`: [`SetGroupAtaPostData`](README.md#setgroupatapostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L126) | -| `setFrostProtection` | (`__namedParameters`: \{ `postData`: [`FrostProtectionPostData`](README.md#frostprotectionpostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:131](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L131) | -| `setHolidayMode` | (`__namedParameters`: \{ `postData`: [`HolidayModePostData`](README.md#holidaymodepostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:136](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L136) | -| `setLanguage` | (`language`: `string`) => `Promise`\<`boolean`\> | [src/services/interfaces.ts:141](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L141) | -| `setPower` | (`__namedParameters`: \{ `postData`: [`SetPowerPostData`](README.md#setpowerpostdata); \}) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:142](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L142) | +| `clearSync` | () => `void` | [src/services/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L68) | +| `fetch` | () => `Promise`\<[`Building`](README.md#building-3)[]\> | [src/services/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L69) | +| `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:70](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L70) | +| `getAta` | (`__namedParameters`: \{ `postData`: [`GetGroupAtaPostData`](README.md#getgroupatapostdata); \}) => `Promise`\<\{ `data`: [`GetGroupAtaData`](README.md#getgroupatadata); \}\> | [src/services/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L75) | +| `getEnergyReport` | (`__namedParameters`: \{ `postData`: [`EnergyPostData`](README.md#energypostdata); \}) => `Promise`\<\{ `data`: [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw); \}\> | [src/services/interfaces.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L80) | +| `getErrors` | (`__namedParameters`: \{ `postData`: [`ErrorPostData`](README.md#errorpostdata); \}) => `Promise`\<\{ `data`: [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]; \}\> | [src/services/interfaces.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L85) | +| `getFrostProtection` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`FrostProtectionData`](README.md#frostprotectiondata); \}\> | [src/services/interfaces.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L90) | +| `getHolidayMode` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`HolidayModeData`](README.md#holidaymodedata); \}\> | [src/services/interfaces.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L95) | +| `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:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L100) | +| `getWifiReport` | (`__namedParameters`: \{ `postData`: [`WifiPostData`](README.md#wifipostdata); \}) => `Promise`\<\{ `data`: [`WifiData`](README.md#wifidata); \}\> | [src/services/interfaces.ts:110](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L110) | +| `login` | (`data`?: [`LoginCredentials`](README.md#logincredentials), `onSuccess`?: () => `Promise`\<`void`\>) => `Promise`\<`boolean`\> | [src/services/interfaces.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L115) | +| `set` | \<`T`\>(`__namedParameters`: \{ `heatPumpType`: `T`; `postData`: [`SetDevicePostData`](README.md#setdevicepostdata)\[`T`\]; \}) => `Promise`\<\{ `data`: [`SetDeviceData`](README.md#setdevicedata)\[`T`\]; \}\> | [src/services/interfaces.ts:119](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L119) | +| `setAta` | (`__namedParameters`: \{ `postData`: [`SetGroupAtaPostData`](README.md#setgroupatapostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L126) | +| `setFrostProtection` | (`__namedParameters`: \{ `postData`: [`FrostProtectionPostData`](README.md#frostprotectionpostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:131](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L131) | +| `setHolidayMode` | (`__namedParameters`: \{ `postData`: [`HolidayModePostData`](README.md#holidaymodepostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:136](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L136) | +| `setLanguage` | (`language`: `string`) => `Promise`\<`boolean`\> | [src/services/interfaces.ts:141](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L141) | +| `setPower` | (`__namedParameters`: \{ `postData`: [`SetPowerPostData`](README.md#setpowerpostdata); \}) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:142](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L142) | --- @@ -7265,14 +7265,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:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L15) | -| `buildingId` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L14) | -| `deviceIds` | readonly `number`[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L24) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`devices` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L25) | -| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floor` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L20) | -| `floorId` | `null` \| `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floorId` | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L19) | -| `id` | `number` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`building` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L15) | +| `buildingId` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L14) | +| `deviceIds` | readonly `number`[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L24) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`devices` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L25) | +| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floor` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L20) | +| `floorId` | `null` \| `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floorId` | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L19) | +| `id` | `number` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | --- @@ -7287,17 +7287,17 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `devices` | [`DeviceModelAny`](README.md#devicemodelany)[] | [src/facades/interfaces.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L41) | -| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [src/facades/interfaces.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L42) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [src/facades/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L43) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L44) | -| `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:45](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L45) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [src/facades/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L49) | -| `id` | `number` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L50) | -| `name` | `string` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L51) | -| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [src/facades/interfaces.ts:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L52) | -| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `from`: `string`; `to`: `null` \| `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [src/facades/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L61) | -| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [src/facades/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L75) | +| `devices` | [`DeviceModelAny`](README.md#devicemodelany)[] | [src/facades/interfaces.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L41) | +| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [src/facades/interfaces.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L42) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [src/facades/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L43) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L44) | +| `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:45](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L45) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [src/facades/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L49) | +| `id` | `number` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L50) | +| `name` | `string` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L51) | +| `setFrostProtection` | (`__namedParameters`: \{ `enabled`: `boolean`; `max`: `number`; `min`: `number`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [src/facades/interfaces.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L52) | +| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `from`: `string`; `to`: `null` \| `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [src/facades/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L61) | +| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [src/facades/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L75) | --- @@ -7312,8 +7312,8 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | `number` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | +| `id` | `number` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | --- @@ -7332,10 +7332,10 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------ | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `building?` | [`BuildingModel`](README.md#buildingmodel) | - | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L15) | -| `buildingId` | `number` | - | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L14) | -| `id` | `number` | [`IBaseModel`](README.md#ibasemodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [`IBaseModel`](README.md#ibasemodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | - | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L15) | +| `buildingId` | `number` | - | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L14) | +| `id` | `number` | [`IBaseModel`](README.md#ibasemodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [`IBaseModel`](README.md#ibasemodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | --- @@ -7354,12 +7354,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:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L15) | -| `buildingId` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L14) | -| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | - | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L20) | -| `floorId` | `null` \| `number` | - | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L19) | -| `id` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`building` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L15) | +| `buildingId` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L14) | +| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | - | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L20) | +| `floorId` | `null` \| `number` | - | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L19) | +| `id` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | --- @@ -7378,12 +7378,12 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ----------- | ---------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | readonly `number`[] | - | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L29) | -| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | - | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L30) | -| `deviceIds` | readonly `number`[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L24) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`devices` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L25) | -| `id` | `number` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | +| `areaIds` | readonly `number`[] | - | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L29) | +| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | - | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L30) | +| `deviceIds` | readonly `number`[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L24) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`devices` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L25) | +| `id` | `number` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [`IBaseSuperDeviceModel`](README.md#ibasesuperdevicemodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | --- @@ -7401,19 +7401,19 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `devices` | [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseFacade`](README.md#ibasefacade).`devices` | [src/facades/interfaces.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L41) | -| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | - | [src/facades/interfaces.ts:79](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L79) | -| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [`IBaseFacade`](README.md#ibasefacade).`getErrors` | [src/facades/interfaces.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L42) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IBaseFacade`](README.md#ibasefacade).`getFrostProtection` | [src/facades/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L43) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IBaseFacade`](README.md#ibasefacade).`getHolidayMode` | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L44) | -| `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:45](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L45) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IBaseFacade`](README.md#ibasefacade).`getWifiReport` | [src/facades/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L49) | -| `id` | `number` | [`IBaseFacade`](README.md#ibasefacade).`id` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L50) | -| `name` | `string` | [`IBaseFacade`](README.md#ibasefacade).`name` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L51) | -| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L80) | -| `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:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L52) | -| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `from`: `string`; `to`: `null` \| `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseFacade`](README.md#ibasefacade).`setHolidayMode` | [src/facades/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L61) | -| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [`IBaseFacade`](README.md#ibasefacade).`setPower` | [src/facades/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L75) | +| `devices` | [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseFacade`](README.md#ibasefacade).`devices` | [src/facades/interfaces.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L41) | +| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | - | [src/facades/interfaces.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L79) | +| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [`IBaseFacade`](README.md#ibasefacade).`getErrors` | [src/facades/interfaces.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L42) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IBaseFacade`](README.md#ibasefacade).`getFrostProtection` | [src/facades/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L43) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IBaseFacade`](README.md#ibasefacade).`getHolidayMode` | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L44) | +| `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:45](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L45) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IBaseFacade`](README.md#ibasefacade).`getWifiReport` | [src/facades/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L49) | +| `id` | `number` | [`IBaseFacade`](README.md#ibasefacade).`id` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L50) | +| `name` | `string` | [`IBaseFacade`](README.md#ibasefacade).`name` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L51) | +| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L80) | +| `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:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L52) | +| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `from`: `string`; `to`: `null` \| `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseFacade`](README.md#ibasefacade).`setHolidayMode` | [src/facades/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L61) | +| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [`IBaseFacade`](README.md#ibasefacade).`setPower` | [src/facades/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L75) | --- @@ -7432,10 +7432,10 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ----------- | ------------------------------------------------------- | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `deviceIds` | readonly `number`[] | - | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L24) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | - | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L25) | -| `id` | `number` | [`IBaseModel`](README.md#ibasemodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [`IBaseModel`](README.md#ibasemodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | +| `deviceIds` | readonly `number`[] | - | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L24) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | - | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L25) | +| `id` | `number` | [`IBaseModel`](README.md#ibasemodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [`IBaseModel`](README.md#ibasemodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | --- @@ -7449,21 +7449,21 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `data` | [`ZoneSettings`](README.md#zonesettings) | - | [src/facades/interfaces.ts:84](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L84) | -| `devices` | [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`devices` | [src/facades/interfaces.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L41) | -| `fetch` | () => `Promise`\<[`ZoneSettings`](README.md#zonesettings)\> | - | [src/facades/interfaces.ts:85](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L85) | -| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getAta` | [src/facades/interfaces.ts:79](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L79) | -| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getErrors` | [src/facades/interfaces.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L42) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getFrostProtection` | [src/facades/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L43) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getHolidayMode` | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L44) | -| `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:45](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L45) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getWifiReport` | [src/facades/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L49) | -| `id` | `number` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L50) | -| `name` | `string` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`name` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L51) | -| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setAta` | [src/facades/interfaces.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L80) | -| `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:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L52) | -| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `from`: `string`; `to`: `null` \| `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setHolidayMode` | [src/facades/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L61) | -| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setPower` | [src/facades/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L75) | +| `data` | [`ZoneSettings`](README.md#zonesettings) | - | [src/facades/interfaces.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L84) | +| `devices` | [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`devices` | [src/facades/interfaces.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L41) | +| `fetch` | () => `Promise`\<[`ZoneSettings`](README.md#zonesettings)\> | - | [src/facades/interfaces.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L85) | +| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getAta` | [src/facades/interfaces.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L79) | +| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getErrors` | [src/facades/interfaces.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L42) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getFrostProtection` | [src/facades/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L43) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getHolidayMode` | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L44) | +| `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:45](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L45) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`getWifiReport` | [src/facades/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L49) | +| `id` | `number` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`id` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L50) | +| `name` | `string` | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`name` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L51) | +| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setAta` | [src/facades/interfaces.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L80) | +| `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:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L52) | +| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `from`: `string`; `to`: `null` \| `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setHolidayMode` | [src/facades/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L61) | +| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | [`IBaseSuperDeviceFacade`](README.md#ibasesuperdevicefacade).`setPower` | [src/facades/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L75) | --- @@ -7477,15 +7477,15 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ----------- | ---------------------------------------------------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areaIds` | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L29) | -| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areas` | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L30) | -| `data` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L34) | -| `deviceIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`deviceIds` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L24) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`devices` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L25) | -| `floorIds` | readonly `number`[] | - | [src/models/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L35) | -| `floors` | readonly [`FloorModel`](README.md#floormodel)[] | - | [src/models/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L36) | -| `id` | `number` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | +| `areaIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areaIds` | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L29) | +| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areas` | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L30) | +| `data` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L34) | +| `deviceIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`deviceIds` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L24) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`devices` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L25) | +| `floorIds` | readonly `number`[] | - | [src/models/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L35) | +| `floors` | readonly [`FloorModel`](README.md#floormodel)[] | - | [src/models/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L36) | +| `id` | `number` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | --- @@ -7505,25 +7505,25 @@ static upsert(floor: FloorData): void | Property | Type | Overrides | Inherited from | Defined in | | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | - | [src/facades/interfaces.ts:90](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L90) | -| `devices` | [`DeviceModelAny`](README.md#devicemodelany)[] | - | [`IBaseFacade`](README.md#ibasefacade).`devices` | [src/facades/interfaces.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L41) | -| `fetch` | () => `Promise`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\> | - | - | [src/facades/interfaces.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L91) | -| `flags` | `Record`\ | - | - | [src/facades/interfaces.ts:92](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L92) | -| `get` | () => `Promise`\<[`GetDeviceData`](README.md#getdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:93](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L93) | -| `getEnergyReport` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`EnergyData`](README.md#energydata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:94](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L94) | -| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getErrors` | [src/facades/interfaces.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L42) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getFrostProtection` | [src/facades/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L43) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getHolidayMode` | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L44) | -| `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:101](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L101) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getWifiReport` | [src/facades/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L49) | -| `id` | `number` | - | [`IBaseFacade`](README.md#ibasefacade).`id` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L50) | -| `name` | `string` | - | [`IBaseFacade`](README.md#ibasefacade).`name` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L51) | -| `set` | (`data`: [`UpdateDeviceData`](README.md#updatedevicedata)\[`T`\]) => `Promise`\<[`SetDeviceData`](README.md#setdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:103](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L103) | -| `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:52](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L52) | -| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `from`: `string`; `to`: `null` \| `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`setHolidayMode` | [src/facades/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L61) | -| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | - | [`IBaseFacade`](README.md#ibasefacade).`setPower` | [src/facades/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L75) | -| `type` | `T` | - | - | [src/facades/interfaces.ts:104](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L104) | -| `values` | [`Values`](README.md#values-4)\[`T`\] | - | - | [src/facades/interfaces.ts:105](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/interfaces.ts#L105) | +| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | - | [src/facades/interfaces.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L90) | +| `devices` | [`DeviceModelAny`](README.md#devicemodelany)[] | - | [`IBaseFacade`](README.md#ibasefacade).`devices` | [src/facades/interfaces.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L41) | +| `fetch` | () => `Promise`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\> | - | - | [src/facades/interfaces.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L91) | +| `flags` | `Record`\ | - | - | [src/facades/interfaces.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L92) | +| `get` | () => `Promise`\<[`GetDeviceData`](README.md#getdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L93) | +| `getEnergyReport` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`EnergyData`](README.md#energydata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:94](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L94) | +| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getErrors` | [src/facades/interfaces.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L42) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getFrostProtection` | [src/facades/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L43) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getHolidayMode` | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L44) | +| `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:101](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L101) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`getWifiReport` | [src/facades/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L49) | +| `id` | `number` | - | [`IBaseFacade`](README.md#ibasefacade).`id` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L50) | +| `name` | `string` | - | [`IBaseFacade`](README.md#ibasefacade).`name` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L51) | +| `set` | (`data`: [`UpdateDeviceData`](README.md#updatedevicedata)\[`T`\]) => `Promise`\<[`SetDeviceData`](README.md#setdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L103) | +| `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:52](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L52) | +| `setHolidayMode` | (`__namedParameters`: \{ `days`: `number`; `from`: `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> & (`__namedParameters`: \{ `from`: `string`; `to`: `null` \| `string`; \}) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IBaseFacade`](README.md#ibasefacade).`setHolidayMode` | [src/facades/interfaces.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L61) | +| `setPower` | (`enabled`?: `boolean`) => `Promise`\<`boolean`\> | - | [`IBaseFacade`](README.md#ibasefacade).`setPower` | [src/facades/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L75) | +| `type` | `T` | - | - | [src/facades/interfaces.ts:104](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L104) | +| `values` | [`Values`](README.md#values-4)\[`T`\] | - | - | [src/facades/interfaces.ts:105](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/interfaces.ts#L105) | --- @@ -7543,17 +7543,17 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `area?` | `null` \| [`AreaModelAny`](README.md#areamodelany) | - | [src/models/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L51) | -| `areaId` | `null` \| `number` | - | [src/models/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L47) | -| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`building` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L15) | -| `buildingId` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L14) | -| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | [src/models/interfaces.ts:48](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L48) | -| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floor` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L20) | -| `floorId` | `null` \| `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floorId` | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L19) | -| `id` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | -| `type` | `T` | - | [src/models/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L50) | +| `area?` | `null` \| [`AreaModelAny`](README.md#areamodelany) | - | [src/models/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L51) | +| `areaId` | `null` \| `number` | - | [src/models/interfaces.ts:47](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L47) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`building` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L15) | +| `buildingId` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L14) | +| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | [src/models/interfaces.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L48) | +| `floor?` | `null` \| [`FloorModel`](README.md#floormodel) | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floor` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L20) | +| `floorId` | `null` \| `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`floorId` | [src/models/interfaces.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L19) | +| `id` | `number` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [`IBaseSubFloorModel`](README.md#ibasesubfloormodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | +| `type` | `T` | - | [src/models/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L50) | --- @@ -7567,14 +7567,14 @@ static upsert(floor: FloorData): void | Property | Type | Inherited from | Defined in | | ------------ | ---------------------------------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areaIds` | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L29) | -| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areas` | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L30) | -| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`building` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L15) | -| `buildingId` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L14) | -| `deviceIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`deviceIds` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L24) | -| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`devices` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L25) | -| `id` | `number` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L9) | -| `name` | `string` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/interfaces.ts#L10) | +| `areaIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areaIds` | [src/models/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L29) | +| `areas` | readonly [`AreaModel`](README.md#areamodelt)\<`number`\>[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`areas` | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L30) | +| `building?` | [`BuildingModel`](README.md#buildingmodel) | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`building` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L15) | +| `buildingId` | `number` | [`IBaseSubBuildingModel`](README.md#ibasesubbuildingmodel).`buildingId` | [src/models/interfaces.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L14) | +| `deviceIds` | readonly `number`[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`deviceIds` | [src/models/interfaces.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L24) | +| `devices` | readonly [`DeviceModelAny`](README.md#devicemodelany)[] | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`devices` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L25) | +| `id` | `number` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`id` | [src/models/interfaces.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L9) | +| `name` | `string` | [`IBaseSuperAreaModel`](README.md#ibasesuperareamodel).`name` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/interfaces.ts#L10) | --- @@ -7584,9 +7584,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L210) | -| `Atw` | `readonly` | [`ListDeviceAtw`](README.md#listdeviceatw) | [src/types/common.ts:211](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L211) | -| `Erv` | `readonly` | [`ListDeviceErv`](README.md#listdeviceerv) | [src/types/common.ts:212](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L212) | +| `Ata` | `readonly` | [`ListDeviceAta`](README.md#listdeviceata) | [src/types/common.ts:210](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L210) | +| `Atw` | `readonly` | [`ListDeviceAtw`](README.md#listdeviceatw) | [src/types/common.ts:211](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L211) | +| `Erv` | `readonly` | [`ListDeviceErv`](README.md#listdeviceerv) | [src/types/common.ts:212](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L212) | --- @@ -7600,13 +7600,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L51) | -| `Device` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | - | [src/types/ata.ts:90](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L51) | +| `Device` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | - | [src/types/ata.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L55) | --- @@ -7620,13 +7620,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L51) | -| `Device` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | - | [src/types/atw.ts:106](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L51) | +| `Device` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | - | [src/types/atw.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L55) | --- @@ -7636,9 +7636,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L201) | -| `Atw` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | [src/types/common.ts:202](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L202) | -| `Erv` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | [src/types/common.ts:203](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L203) | +| `Ata` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | [src/types/common.ts:201](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L201) | +| `Atw` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | [src/types/common.ts:202](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L202) | +| `Erv` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | [src/types/common.ts:203](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L203) | --- @@ -7652,27 +7652,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L79) | -| `DeviceType` | `readonly` | `Ata` | `Omit.DeviceType` | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L68) | -| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/ata.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L80) | -| `MaxTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L81) | -| `MaxTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:82](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L82) | -| `MaxTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:83](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L83) | -| `MinTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:84](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L84) | -| `MinTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:85](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L85) | -| `MinTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:86](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L86) | -| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L44) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/ata.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | -| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L58) | -| `SetTemperature` | `readonly` | `number` | `Omit.SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L46) | +| `ActualFanSpeed` | `readonly` | `number` | - | [src/types/ata.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L79) | +| `DeviceType` | `readonly` | `Ata` | `Omit.DeviceType` | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L68) | +| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/ata.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L80) | +| `MaxTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L81) | +| `MaxTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L82) | +| `MaxTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:83](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L83) | +| `MinTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L84) | +| `MinTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L85) | +| `MinTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L86) | +| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L44) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/ata.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | +| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L58) | +| `SetTemperature` | `readonly` | `number` | `Omit.SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L46) | --- @@ -7686,60 +7686,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L77) | -| `BoosterHeater2PlusStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:78](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L78) | -| `BoosterHeater2Status` | `readonly` | `boolean` | - | [src/types/atw.ts:79](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L79) | -| `CanCool` | `readonly` | `boolean` | - | [src/types/atw.ts:80](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L80) | -| `CondensingTemperature` | `readonly` | `number` | - | [src/types/atw.ts:81](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L81) | -| `CurrentEnergyConsumed` | `readonly` | `number` | - | [src/types/atw.ts:82](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L82) | -| `CurrentEnergyProduced` | `readonly` | `number` | - | [src/types/atw.ts:83](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L83) | -| `DefrostMode` | `readonly` | `number` | - | [src/types/atw.ts:84](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L84) | -| `DeviceType` | `readonly` | `Atw` | `Omit.DeviceType` | [src/types/atw.ts:57](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L57) | -| `EcoHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:85](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L41) | -| `FlowTemperature` | `readonly` | `number` | - | [src/types/atw.ts:86](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L86) | -| `FlowTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:87](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L87) | -| `FlowTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:88](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L88) | -| `ForcedHotWaterMode` | `readonly` | `boolean` | `Omit.ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L49) | -| `HasZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:89](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L89) | -| `HeatPumpFrequency` | `readonly` | `number` | - | [src/types/atw.ts:90](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L90) | -| `IdleZone1` | `readonly` | `boolean` | `Omit.IdleZone1` | [src/types/atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L58) | -| `IdleZone2` | `readonly` | `boolean` | `Omit.IdleZone2` | [src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L59) | -| `ImmersionHeaterStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L91) | -| `LastLegionellaActivationTime` | `readonly` | `string` | - | [src/types/atw.ts:92](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L92) | -| `MaxTankTemperature` | `readonly` | `number` | - | [src/types/atw.ts:93](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L93) | -| `MixingTankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:94](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L34) | -| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | -| `ProhibitCoolingZone1` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone1` | [src/types/atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L62) | -| `ProhibitCoolingZone2` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone2` | [src/types/atw.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L63) | -| `ProhibitHeatingZone1` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone1` | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L64) | -| `ProhibitHeatingZone2` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone2` | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L65) | -| `ProhibitHotWater` | `readonly` | `boolean` | `Omit.ProhibitHotWater` | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L66) | -| `ReturnTemperature` | `readonly` | `number` | - | [src/types/atw.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L95) | -| `ReturnTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L96) | -| `ReturnTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:97](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L97) | -| `RoomTemperatureZone1` | `readonly` | `number` | `Omit.RoomTemperatureZone1` | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L67) | -| `RoomTemperatureZone2` | `readonly` | `number` | `Omit.RoomTemperatureZone2` | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L68) | -| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L37) | -| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L38) | -| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L39) | -| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L40) | -| `SetTankWaterTemperature` | `readonly` | `number` | `Omit.SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L41) | -| `SetTemperatureZone1` | `readonly` | `number` | `Omit.SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L42) | -| `SetTemperatureZone2` | `readonly` | `number` | `Omit.SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L43) | -| `TankWaterTemperature` | `readonly` | `number` | `Omit.TankWaterTemperature` | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L69) | -| `TargetHCTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:98](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L98) | -| `TargetHCTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:99](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L46) | -| `Zone1InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:100](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L100) | -| `Zone1InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:101](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L101) | -| `Zone2InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:102](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L102) | -| `Zone2InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:103](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L103) | +| `BoosterHeater1Status` | `readonly` | `boolean` | - | [src/types/atw.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L77) | +| `BoosterHeater2PlusStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:78](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L78) | +| `BoosterHeater2Status` | `readonly` | `boolean` | - | [src/types/atw.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L79) | +| `CanCool` | `readonly` | `boolean` | - | [src/types/atw.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L80) | +| `CondensingTemperature` | `readonly` | `number` | - | [src/types/atw.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L81) | +| `CurrentEnergyConsumed` | `readonly` | `number` | - | [src/types/atw.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L82) | +| `CurrentEnergyProduced` | `readonly` | `number` | - | [src/types/atw.ts:83](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L83) | +| `DefrostMode` | `readonly` | `number` | - | [src/types/atw.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L84) | +| `DeviceType` | `readonly` | `Atw` | `Omit.DeviceType` | [src/types/atw.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L57) | +| `EcoHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L41) | +| `FlowTemperature` | `readonly` | `number` | - | [src/types/atw.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L86) | +| `FlowTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L87) | +| `FlowTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L88) | +| `ForcedHotWaterMode` | `readonly` | `boolean` | `Omit.ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L49) | +| `HasZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:89](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L89) | +| `HeatPumpFrequency` | `readonly` | `number` | - | [src/types/atw.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L90) | +| `IdleZone1` | `readonly` | `boolean` | `Omit.IdleZone1` | [src/types/atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L58) | +| `IdleZone2` | `readonly` | `boolean` | `Omit.IdleZone2` | [src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L59) | +| `ImmersionHeaterStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L91) | +| `LastLegionellaActivationTime` | `readonly` | `string` | - | [src/types/atw.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L92) | +| `MaxTankTemperature` | `readonly` | `number` | - | [src/types/atw.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L93) | +| `MixingTankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:94](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L34) | +| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | +| `ProhibitCoolingZone1` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone1` | [src/types/atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L62) | +| `ProhibitCoolingZone2` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone2` | [src/types/atw.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L63) | +| `ProhibitHeatingZone1` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone1` | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L64) | +| `ProhibitHeatingZone2` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone2` | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L65) | +| `ProhibitHotWater` | `readonly` | `boolean` | `Omit.ProhibitHotWater` | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L66) | +| `ReturnTemperature` | `readonly` | `number` | - | [src/types/atw.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L95) | +| `ReturnTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L96) | +| `ReturnTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L97) | +| `RoomTemperatureZone1` | `readonly` | `number` | `Omit.RoomTemperatureZone1` | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L67) | +| `RoomTemperatureZone2` | `readonly` | `number` | `Omit.RoomTemperatureZone2` | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L68) | +| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L37) | +| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L38) | +| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L39) | +| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L40) | +| `SetTankWaterTemperature` | `readonly` | `number` | `Omit.SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L41) | +| `SetTemperatureZone1` | `readonly` | `number` | `Omit.SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L42) | +| `SetTemperatureZone2` | `readonly` | `number` | `Omit.SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L43) | +| `TankWaterTemperature` | `readonly` | `number` | `Omit.TankWaterTemperature` | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L69) | +| `TargetHCTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:98](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L98) | +| `TargetHCTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:99](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L46) | +| `Zone1InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L100) | +| `Zone1InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:101](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L101) | +| `Zone2InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:102](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L102) | +| `Zone2InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L103) | --- @@ -7753,21 +7753,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L41) | -| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/erv.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L42) | -| `HasCO2Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L43) | -| `HasPM25Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:44](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L44) | -| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/erv.ts:31](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L37) | -| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/erv.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L32) | -| `PM25Level` | `readonly` | `number` | - | [src/types/erv.ts:45](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | -| `RoomCO2Level` | `readonly` | `number` | `Omit.RoomCO2Level` | [src/types/erv.ts:33](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L33) | -| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/erv.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L46) | +| `DeviceType` | `readonly` | `Erv` | `Omit.DeviceType` | [src/types/erv.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L41) | +| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/erv.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L42) | +| `HasCO2Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L43) | +| `HasPM25Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L44) | +| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/erv.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L37) | +| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/erv.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L32) | +| `PM25Level` | `readonly` | `number` | - | [src/types/erv.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | +| `RoomCO2Level` | `readonly` | `number` | `Omit.RoomCO2Level` | [src/types/erv.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L33) | +| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/erv.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L46) | --- @@ -7781,13 +7781,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L51) | -| `Device` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | - | [src/types/erv.ts:48](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L51) | +| `Device` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | - | [src/types/erv.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L55) | --- @@ -7797,8 +7797,8 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `error` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:53](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L53) | -| `log` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:54](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L54) | +| `error` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:53](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L53) | +| `log` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L54) | --- @@ -7808,8 +7808,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L66) | -| `username` | `readonly` | `string` | [src/types/common.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L67) | +| `password` | `readonly` | `string` | [src/types/common.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L66) | +| `username` | `readonly` | `string` | [src/types/common.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L67) | --- @@ -7819,7 +7819,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L77) | +| `LoginData` | `readonly` | `null` \| \{ `ContextKey`: `string`; `Expiry`: `string`; \} | [src/types/common.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L77) | --- @@ -7829,11 +7829,11 @@ static upsert(floor: FloorData): void | Property | Modifier | Type | Defined in | | ------------ | ---------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `AppVersion` | `readonly` | `string` | [src/types/common.ts:70](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L70) | -| `Email` | `readonly` | `string` | [src/types/common.ts:71](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L71) | -| `Language?` | `readonly` | `number` | [src/types/common.ts:73](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L73) | -| `Password` | `readonly` | `string` | [src/types/common.ts:72](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L72) | -| `Persist?` | `readonly` | `boolean` | [src/types/common.ts:74](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L74) | +| `AppVersion` | `readonly` | `string` | [src/types/common.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L70) | +| `Email` | `readonly` | `string` | [src/types/common.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L71) | +| `Language?` | `readonly` | `number` | [src/types/common.ts:73](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L73) | +| `Password` | `readonly` | `string` | [src/types/common.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L72) | +| `Persist?` | `readonly` | `boolean` | [src/types/common.ts:74](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L74) | --- @@ -7847,8 +7847,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L33) | -| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L34) | +| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L33) | +| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L34) | --- @@ -7858,9 +7858,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L94) | -| `Atw` | `readonly` | [`SetDeviceDataAtw`](README.md#setdevicedataatw) | [src/types/common.ts:95](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L95) | -| `Erv` | `readonly` | [`SetDeviceDataErv`](README.md#setdevicedataerv) | [src/types/common.ts:96](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L96) | +| `Ata` | `readonly` | [`SetDeviceDataAta`](README.md#setdevicedataata) | [src/types/common.ts:94](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L94) | +| `Atw` | `readonly` | [`SetDeviceDataAtw`](README.md#setdevicedataatw) | [src/types/common.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L95) | +| `Erv` | `readonly` | [`SetDeviceDataErv`](README.md#setdevicedataerv) | [src/types/common.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L96) | --- @@ -7874,19 +7874,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L30) | -| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | -| `RoomTemperature` | `readonly` | `number` | - | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L45) | -| `SetTemperature` | `readonly` | `number` | `Required.SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L48) | +| `DeviceType` | `readonly` | `Ata` | - | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L30) | +| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | +| `RoomTemperature` | `readonly` | `number` | - | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L45) | +| `SetTemperature` | `readonly` | `number` | `Required.SetTemperature` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L48) | --- @@ -7900,9 +7900,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L68) | -| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [src/types/ata.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L69) | -| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [src/types/ata.ts:70](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L70) | +| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [src/types/ata.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L68) | +| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [src/types/ata.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L69) | +| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [src/types/ata.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L70) | --- @@ -7916,34 +7916,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L36) | -| `ForcedHotWaterMode` | `readonly` | `boolean` | `Required.ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L49) | -| `IdleZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L58) | -| `IdleZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L37) | -| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | - | [src/types/atw.ts:60](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L34) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | -| `ProhibitCoolingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L62) | -| `ProhibitCoolingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L63) | -| `ProhibitHeatingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L64) | -| `ProhibitHeatingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L65) | -| `ProhibitHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L66) | -| `RoomTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L67) | -| `RoomTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L68) | -| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L37) | -| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L38) | -| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L39) | -| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L40) | -| `SetTankWaterTemperature` | `readonly` | `number` | `Required.SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L41) | -| `SetTemperatureZone1` | `readonly` | `number` | `Required.SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L42) | -| `SetTemperatureZone2` | `readonly` | `number` | `Required.SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L43) | -| `TankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L69) | +| `DeviceType` | `readonly` | `Atw` | - | [src/types/atw.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L36) | +| `ForcedHotWaterMode` | `readonly` | `boolean` | `Required.ForcedHotWaterMode` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L49) | +| `IdleZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L58) | +| `IdleZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L37) | +| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | - | [src/types/atw.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L34) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | +| `ProhibitCoolingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:62](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L62) | +| `ProhibitCoolingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L63) | +| `ProhibitHeatingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L64) | +| `ProhibitHeatingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L65) | +| `ProhibitHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L66) | +| `RoomTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L67) | +| `RoomTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L68) | +| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L37) | +| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L38) | +| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L39) | +| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L40) | +| `SetTankWaterTemperature` | `readonly` | `number` | `Required.SetTankWaterTemperature` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L41) | +| `SetTemperatureZone1` | `readonly` | `number` | `Required.SetTemperatureZone1` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L42) | +| `SetTemperatureZone2` | `readonly` | `number` | `Required.SetTemperatureZone2` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L43) | +| `TankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L69) | --- @@ -7957,18 +7957,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L30) | -| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/erv.ts:31](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L37) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/erv.ts:32](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L20) | -| `RoomCO2Level` | `readonly` | `number` | - | [src/types/erv.ts:33](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L33) | -| `RoomTemperature` | `readonly` | `number` | - | [src/types/erv.ts:34](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L22) | +| `DeviceType` | `readonly` | `Erv` | - | [src/types/erv.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L30) | +| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/erv.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L37) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/erv.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L20) | +| `RoomCO2Level` | `readonly` | `number` | - | [src/types/erv.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L33) | +| `RoomTemperature` | `readonly` | `number` | - | [src/types/erv.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L22) | --- @@ -7978,9 +7978,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L89) | -| `Atw` | `readonly` | [`SetDevicePostDataAtw`](README.md#setdevicepostdataatw) | [src/types/common.ts:90](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L90) | -| `Erv` | `readonly` | [`SetDevicePostDataErv`](README.md#setdevicepostdataerv) | [src/types/common.ts:91](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L91) | +| `Ata` | `readonly` | [`SetDevicePostDataAta`](README.md#setdevicepostdataata) | [src/types/common.ts:89](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L89) | +| `Atw` | `readonly` | [`SetDevicePostDataAtw`](README.md#setdevicepostdataatw) | [src/types/common.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L90) | +| `Erv` | `readonly` | [`SetDevicePostDataErv`](README.md#setdevicepostdataerv) | [src/types/common.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L91) | --- @@ -7994,14 +7994,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L48) | --- @@ -8015,19 +8015,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L43) | --- @@ -8041,11 +8041,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L22) | --- @@ -8055,8 +8055,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L256) | -| `State` | `readonly` | [`GroupAtaState`](README.md#groupatastate) | [src/types/common.ts:257](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L257) | +| `Specification` | `readonly` | [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | [src/types/common.ts:256](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L256) | +| `State` | `readonly` | [`GroupAtaState`](README.md#groupatastate) | [src/types/common.ts:257](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L257) | --- @@ -8066,8 +8066,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L236) | -| `Power` | `readonly` | `boolean` | [src/types/common.ts:237](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L237) | +| `DeviceIds` | `readonly` | readonly `number`[] | [src/types/common.ts:236](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L236) | +| `Power` | `readonly` | `boolean` | [src/types/common.ts:237](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L237) | --- @@ -8077,8 +8077,8 @@ static upsert(floor: FloorData): void | Property | Type | Defined in | | -------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `get` | \<`K`\>(`key`: `K`) => [`APISettings`](README.md#apisettings)\[`K`\] | [src/services/interfaces.ts:48](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L48) | -| `set` | \<`K`\>(`key`: `K`, `value`: [`APISettings`](README.md#apisettings)\[`K`\]) => `void` | [src/services/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L49) | +| `get` | \<`K`\>(`key`: `K`) => [`APISettings`](README.md#apisettings)\[`K`\] | [src/services/interfaces.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L48) | +| `set` | \<`K`\>(`key`: `K`, `value`: [`APISettings`](README.md#apisettings)\[`K`\]) => `void` | [src/services/interfaces.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L49) | --- @@ -8088,8 +8088,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L119) | -| `tableName` | `readonly` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | [src/types/common.ts:120](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L120) | +| `id` | `readonly` | `number` | [src/types/common.ts:119](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L119) | +| `tableName` | `readonly` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | [src/types/common.ts:120](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L120) | --- @@ -8099,8 +8099,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L110) | -| `Success` | `readonly` | `true` | [src/types/common.ts:111](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L111) | +| `AttributeErrors` | `readonly` | `null` | [src/types/common.ts:110](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L110) | +| `Success` | `readonly` | `true` | [src/types/common.ts:111](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L111) | --- @@ -8114,13 +8114,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L37) | -| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L38) | -| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L39) | -| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L40) | -| `SetTankWaterTemperature?` | `readonly` | `number` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L41) | -| `SetTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L42) | -| `SetTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L43) | +| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L37) | +| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L38) | +| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L39) | +| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L40) | +| `SetTankWaterTemperature?` | `readonly` | `number` | [src/types/atw.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L41) | +| `SetTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L42) | +| `SetTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L43) | --- @@ -8136,8 +8136,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L282) | --- @@ -8147,9 +8147,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L84) | -| `Atw` | `readonly` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw) | [src/types/common.ts:85](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L85) | -| `Erv` | `readonly` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv) | [src/types/common.ts:86](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L86) | +| `Ata` | `readonly` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata) | [src/types/common.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L84) | +| `Atw` | `readonly` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw) | [src/types/common.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L85) | +| `Erv` | `readonly` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv) | [src/types/common.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L86) | --- @@ -8167,12 +8167,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L45) | -| `SetTemperature?` | `readonly` | `number` | - | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L46) | -| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:47](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L47) | -| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:48](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L48) | +| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L45) | +| `SetTemperature?` | `readonly` | `number` | - | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L46) | +| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:47](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L47) | +| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L48) | --- @@ -8190,17 +8190,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L43) | +| `ForcedHotWaterMode?` | `readonly` | `boolean` | - | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L43) | --- @@ -8218,9 +8218,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L21) | -| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L21) | +| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L22) | --- @@ -8230,9 +8230,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L327) | -| `Atw` | `readonly` | [`ValuesAtw`](README.md#valuesatw) | [src/types/common.ts:328](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L328) | -| `Erv` | `readonly` | [`ValuesErv`](README.md#valueserv) | [src/types/common.ts:329](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L329) | +| `Ata` | `readonly` | [`ValuesAta`](README.md#valuesata) | [src/types/common.ts:327](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L327) | +| `Atw` | `readonly` | [`ValuesAtw`](README.md#valuesatw) | [src/types/common.ts:328](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L328) | +| `Erv` | `readonly` | [`ValuesErv`](README.md#valueserv) | [src/types/common.ts:329](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L329) | --- @@ -8246,12 +8246,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L110) | -| `horizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:111](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L111) | -| `mode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:112](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L59) | -| `temperature?` | `readonly` | `number` | - | [src/types/ata.ts:113](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L113) | -| `vertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:114](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L110) | +| `horizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:111](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L111) | +| `mode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:112](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L59) | +| `temperature?` | `readonly` | `number` | - | [src/types/ata.ts:113](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L113) | +| `vertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:114](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L114) | --- @@ -8265,17 +8265,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L120) | -| `coolFlowTemperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:121](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L121) | -| `forcedHotWater?` | `readonly` | `boolean` | - | [src/types/atw.ts:122](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L122) | -| `heatFlowTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:123](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L123) | -| `heatFlowTemperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:124](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L124) | -| `hotWaterTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:125](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L125) | -| `mode?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | - | [src/types/atw.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L126) | -| `modeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | - | [src/types/atw.ts:127](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L59) | -| `temperature?` | `readonly` | `number` | - | [src/types/atw.ts:128](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L128) | -| `temperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:129](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L129) | +| `coolFlowTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:120](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L120) | +| `coolFlowTemperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:121](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L121) | +| `forcedHotWater?` | `readonly` | `boolean` | - | [src/types/atw.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L122) | +| `heatFlowTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:123](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L123) | +| `heatFlowTemperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:124](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L124) | +| `hotWaterTemperature?` | `readonly` | `number` | - | [src/types/atw.ts:125](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L125) | +| `mode?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | - | [src/types/atw.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L126) | +| `modeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | - | [src/types/atw.ts:127](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L59) | +| `temperature?` | `readonly` | `number` | - | [src/types/atw.ts:128](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L128) | +| `temperatureZone2?` | `readonly` | `number` | - | [src/types/atw.ts:129](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L129) | --- @@ -8289,9 +8289,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L52) | -| `mode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:53](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L52) | +| `mode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:53](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L59) | --- @@ -8301,10 +8301,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L320) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:321](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L321) | -| `Labels` | `readonly` | readonly `string`[] | [src/types/common.ts:322](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L322) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:323](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L323) | +| `Data` | `readonly` | readonly readonly (`null` \| `number`)[][] | [src/types/common.ts:320](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L320) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:321](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L321) | +| `Labels` | `readonly` | readonly `string`[] | [src/types/common.ts:322](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L322) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:323](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L323) | --- @@ -8314,8 +8314,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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L316) | -| `hour` | `readonly` | `number` | [src/types/common.ts:317](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L317) | +| `devices` | `readonly` | readonly `number`[] | [src/types/common.ts:316](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L316) | +| `hour` | `readonly` | `number` | [src/types/common.ts:317](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L317) | --- @@ -8333,15 +8333,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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/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/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L138) | -| `HMDefined` | `readonly` | `boolean` | `Omit.HMDefined` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L173) | -| `HMEnabled` | `readonly` | `boolean` | `Omit.HMEnabled` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L174) | -| `HMEndDate` | `readonly` | `null` \| `string` | `Omit.HMEndDate` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L175) | -| `HMStartDate` | `readonly` | `null` \| `string` | `Omit.HMStartDate` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L176) | -| `TimeZone` | `readonly` | `number` | `Omit.TimeZone` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/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/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L138) | +| `HMDefined` | `readonly` | `boolean` | `Omit.HMDefined` | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L173) | +| `HMEnabled` | `readonly` | `boolean` | `Omit.HMEnabled` | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L174) | +| `HMEndDate` | `readonly` | `null` \| `string` | `Omit.HMEndDate` | [src/types/common.ts:175](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L175) | +| `HMStartDate` | `readonly` | `null` \| `string` | `Omit.HMStartDate` | [src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L176) | +| `TimeZone` | `readonly` | `number` | `Omit.TimeZone` | [src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L185) | ## Type Aliases @@ -8353,7 +8353,7 @@ type AreaDataAny: AreaData | AreaData; #### Defined in -[src/types/common.ts:199](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L199) +[src/types/common.ts:199](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L199) --- @@ -8365,7 +8365,7 @@ type AreaModelAny: AreaModel | AreaModel; #### Defined in -[src/models/area.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/area.ts#L10) +[src/models/area.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/area.ts#L10) --- @@ -8384,7 +8384,7 @@ type DateTimeComponents: { #### Defined in -[src/types/common.ts:141](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L141) +[src/types/common.ts:141](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L141) --- @@ -8396,7 +8396,7 @@ type DeviceFacadeAny: DeviceFacadeAta | DeviceFacadeAtw | DeviceFacadeErv; #### Defined in -[src/facades/manager.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/manager.ts#L30) +[src/facades/manager.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/manager.ts#L30) --- @@ -8408,7 +8408,7 @@ type DeviceModelAny: DeviceModel<"Ata"> | DeviceModel<"Atw"> | DeviceModel<"Erv" #### Defined in -[src/models/device.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/models/device.ts#L10) +[src/models/device.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/models/device.ts#L10) --- @@ -8420,7 +8420,7 @@ type GetDeviceDataAta: BaseGetDeviceData & SetDeviceDataAta; #### Defined in -[src/types/ata.ts:61](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L61) +[src/types/ata.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L61) --- @@ -8432,7 +8432,7 @@ type GetDeviceDataAtw: BaseGetDeviceData & SetDeviceDataAtw; #### Defined in -[src/types/atw.ts:72](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L72) +[src/types/atw.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L72) --- @@ -8444,7 +8444,7 @@ type GetDeviceDataErv: BaseGetDeviceData & SetDeviceDataErv; #### Defined in -[src/types/erv.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L37) +[src/types/erv.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L37) --- @@ -8456,7 +8456,7 @@ type KeysOfSetDeviceDataAtaNotInList: "SetFanSpeed" | "VaneHorizontal" | "VaneVe #### Defined in -[src/types/ata.ts:63](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L63) +[src/types/ata.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L63) --- @@ -8468,7 +8468,7 @@ type ListDeviceAny: ListDeviceAta | ListDeviceAtw | ListDeviceErv; #### Defined in -[src/types/common.ts:214](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L214) +[src/types/common.ts:214](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L214) --- @@ -8480,7 +8480,7 @@ type ListDeviceDataAny: ListDeviceDataAta | ListDeviceDataAtw | ListDeviceDataEr #### Defined in -[src/types/common.ts:205](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L205) +[src/types/common.ts:205](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L205) --- @@ -8502,7 +8502,7 @@ type TilesPostData: { | Name | Type | Defined in | | ----------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceIDs` | readonly `number`[] | [src/types/common.ts:269](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L269) | +| `DeviceIDs` | readonly `number`[] | [src/types/common.ts:269](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L269) | #### Type Parameters @@ -8512,7 +8512,7 @@ type TilesPostData: { #### Defined in -[src/types/common.ts:268](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/common.ts#L268) +[src/types/common.ts:268](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/common.ts#L268) --- @@ -8524,7 +8524,7 @@ type ZoneAtw: "Zone1" | "Zone2"; #### Defined in -[src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L30) +[src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L30) ## Variables @@ -8536,7 +8536,7 @@ const DEFAULT_YEAR: '1970-01-01' = '1970-01-01' #### Defined in -[src/facades/utils.ts:3](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/utils.ts#L3) +[src/facades/utils.ts:3](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/utils.ts#L3) --- @@ -8548,7 +8548,7 @@ const FLAG_UNCHANGED: 0 = 0x0 #### Defined in -[src/types/bases.ts:1](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/bases.ts#L1) +[src/types/bases.ts:1](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/bases.ts#L1) --- @@ -8560,7 +8560,7 @@ const flagsAta: Record #### Defined in -[src/types/ata.ts:117](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L117) +[src/types/ata.ts:117](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L117) --- @@ -8572,7 +8572,7 @@ const flagsAtw: Record #### Defined in -[src/types/atw.ts:132](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/atw.ts#L132) +[src/types/atw.ts:132](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/atw.ts#L132) --- @@ -8584,7 +8584,7 @@ const flagsErv: Record #### Defined in -[src/types/erv.ts:56](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/erv.ts#L56) +[src/types/erv.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/erv.ts#L56) --- @@ -8599,7 +8599,7 @@ const fromListToSetAta: Record< #### Defined in -[src/types/ata.ts:135](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L135) +[src/types/ata.ts:135](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L135) --- @@ -8614,7 +8614,7 @@ const fromSetToListAta: Record< #### Defined in -[src/types/ata.ts:126](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/types/ata.ts#L126) +[src/types/ata.ts:126](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/types/ata.ts#L126) ## Functions @@ -8659,7 +8659,7 @@ function fetchDevices( #### Defined in -[src/decorators/fetchDevices.ts:5](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/decorators/fetchDevices.ts#L5) +[src/decorators/fetchDevices.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/decorators/fetchDevices.ts#L5) --- @@ -8681,7 +8681,7 @@ function isAPISetting(key: string): key is keyof APISettings #### Defined in -[src/services/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/services/interfaces.ts#L37) +[src/services/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/services/interfaces.ts#L37) --- @@ -8697,7 +8697,7 @@ function now(): string #### Defined in -[src/facades/utils.ts:5](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/facades/utils.ts#L5) +[src/facades/utils.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/facades/utils.ts#L5) --- @@ -8742,7 +8742,7 @@ function syncDevices( #### Defined in -[src/decorators/syncDevices.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/decorators/syncDevices.ts#L10) +[src/decorators/syncDevices.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/decorators/syncDevices.ts#L10) --- @@ -8788,7 +8788,7 @@ function updateDevice( #### Defined in -[src/decorators/updateDevice.ts:42](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/decorators/updateDevice.ts#L42) +[src/decorators/updateDevice.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/decorators/updateDevice.ts#L42) --- @@ -8846,4 +8846,4 @@ function updateDevices(options: { #### Defined in -[src/decorators/updateDevices.ts:10](https://github.com/OlivierZal/melcloud-api/blob/cdd18b638bf519507e63340b08c26db9c648effb/src/decorators/updateDevices.ts#L10) +[src/decorators/updateDevices.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d5c629f4fabe25d089ca396558ecc82a9ae060bc/src/decorators/updateDevices.ts#L10)