From 35bb669036069177278dff551ba657b99e745ef3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:20:00 +0000 Subject: [PATCH] Code maintenance: lint, format and build code, generate docs --- README.md | 2056 ++++++++++++++++++++++++++--------------------------- 1 file changed, 1028 insertions(+), 1028 deletions(-) diff --git a/README.md b/README.md index f37558f..94fabe6 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | -------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `0` | [src/enums.ts:2](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L2) | -| `Atw` | `1` | [src/enums.ts:3](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L3) | -| `Erv` | `3` | [src/enums.ts:4](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L4) | +| `Ata` | `0` | [src/enums.ts:2](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L2) | +| `Atw` | `1` | [src/enums.ts:3](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L3) | +| `Erv` | `3` | [src/enums.ts:4](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L4) | --- @@ -20,13 +20,13 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------- | -| `auto` | `0` | [src/enums.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L38) | -| `fast` | `4` | [src/enums.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L39) | -| `moderate` | `3` | [src/enums.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L40) | -| `silent` | `255` | [src/enums.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L41) | -| `slow` | `2` | [src/enums.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L42) | -| `very_fast` | `5` | [src/enums.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L43) | -| `very_slow` | `1` | [src/enums.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L44) | +| `auto` | `0` | [src/enums.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L38) | +| `fast` | `4` | [src/enums.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L39) | +| `moderate` | `3` | [src/enums.ts:40](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L40) | +| `silent` | `255` | [src/enums.ts:41](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L41) | +| `slow` | `2` | [src/enums.ts:42](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L42) | +| `very_fast` | `5` | [src/enums.ts:43](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L43) | +| `very_slow` | `1` | [src/enums.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L44) | --- @@ -36,14 +36,14 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------- | -| `auto` | `0` | [src/enums.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L66) | -| `center` | `3` | [src/enums.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L67) | -| `center_left` | `2` | [src/enums.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L68) | -| `center_right` | `4` | [src/enums.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L69) | -| `leftwards` | `1` | [src/enums.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L70) | -| `rightwards` | `5` | [src/enums.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L71) | -| `swing` | `12` | [src/enums.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L72) | -| `wide` | `8` | [src/enums.ts:73](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L73) | +| `auto` | `0` | [src/enums.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L66) | +| `center` | `3` | [src/enums.ts:67](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L67) | +| `center_left` | `2` | [src/enums.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L68) | +| `center_right` | `4` | [src/enums.ts:69](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L69) | +| `leftwards` | `1` | [src/enums.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L70) | +| `rightwards` | `5` | [src/enums.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L71) | +| `swing` | `12` | [src/enums.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L72) | +| `wide` | `8` | [src/enums.ts:73](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L73) | --- @@ -53,33 +53,33 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------- | -| `bg` | `1` | [src/enums.ts:8](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L8) | -| `cs` | `2` | [src/enums.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L9) | -| `da` | `3` | [src/enums.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L10) | -| `de` | `4` | [src/enums.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L11) | -| `el` | `22` | [src/enums.ts:12](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L12) | -| `en` | `0` | [src/enums.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L13) | -| `es` | `6` | [src/enums.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L14) | -| `et` | `5` | [src/enums.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L15) | -| `fi` | `17` | [src/enums.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L16) | -| `fr` | `7` | [src/enums.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L17) | -| `hr` | `23` | [src/enums.ts:18](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L18) | -| `hu` | `11` | [src/enums.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L19) | -| `hy` | `8` | [src/enums.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L20) | -| `it` | `19` | [src/enums.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L21) | -| `lt` | `10` | [src/enums.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L22) | -| `lv` | `9` | [src/enums.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L23) | -| `nl` | `12` | [src/enums.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L24) | -| `no` | `13` | [src/enums.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L25) | -| `pl` | `14` | [src/enums.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L26) | -| `pt` | `15` | [src/enums.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L27) | -| `ro` | `24` | [src/enums.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L28) | -| `ru` | `16` | [src/enums.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L29) | -| `sl` | `25` | [src/enums.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L30) | -| `sq` | `26` | [src/enums.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L31) | -| `sv` | `18` | [src/enums.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L32) | -| `tr` | `21` | [src/enums.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L33) | -| `uk` | `20` | [src/enums.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L34) | +| `bg` | `1` | [src/enums.ts:8](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L8) | +| `cs` | `2` | [src/enums.ts:9](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L9) | +| `da` | `3` | [src/enums.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L10) | +| `de` | `4` | [src/enums.ts:11](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L11) | +| `el` | `22` | [src/enums.ts:12](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L12) | +| `en` | `0` | [src/enums.ts:13](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L13) | +| `es` | `6` | [src/enums.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L14) | +| `et` | `5` | [src/enums.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L15) | +| `fi` | `17` | [src/enums.ts:16](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L16) | +| `fr` | `7` | [src/enums.ts:17](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L17) | +| `hr` | `23` | [src/enums.ts:18](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L18) | +| `hu` | `11` | [src/enums.ts:19](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L19) | +| `hy` | `8` | [src/enums.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L20) | +| `it` | `19` | [src/enums.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L21) | +| `lt` | `10` | [src/enums.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L22) | +| `lv` | `9` | [src/enums.ts:23](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L23) | +| `nl` | `12` | [src/enums.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L24) | +| `no` | `13` | [src/enums.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L25) | +| `pl` | `14` | [src/enums.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L26) | +| `pt` | `15` | [src/enums.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L27) | +| `ro` | `24` | [src/enums.ts:28](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L28) | +| `ru` | `16` | [src/enums.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L29) | +| `sl` | `25` | [src/enums.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L30) | +| `sq` | `26` | [src/enums.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L31) | +| `sv` | `18` | [src/enums.ts:32](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L32) | +| `tr` | `21` | [src/enums.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L33) | +| `uk` | `20` | [src/enums.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L34) | --- @@ -89,11 +89,11 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------- | -| `auto` | `8` | [src/enums.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L48) | -| `cool` | `3` | [src/enums.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L49) | -| `dry` | `2` | [src/enums.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L50) | -| `fan` | `7` | [src/enums.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L51) | -| `heat` | `1` | [src/enums.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L52) | +| `auto` | `8` | [src/enums.ts:48](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L48) | +| `cool` | `3` | [src/enums.ts:49](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L49) | +| `dry` | `2` | [src/enums.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L50) | +| `fan` | `7` | [src/enums.ts:51](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L51) | +| `heat` | `1` | [src/enums.ts:52](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L52) | --- @@ -103,12 +103,12 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------- | -| `cooling` | `3` | [src/enums.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L77) | -| `defrost` | `5` | [src/enums.ts:78](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L78) | -| `dhw` | `1` | [src/enums.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L79) | -| `heating` | `2` | [src/enums.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L80) | -| `idle` | `0` | [src/enums.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L81) | -| `legionella` | `6` | [src/enums.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L82) | +| `cooling` | `3` | [src/enums.ts:77](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L77) | +| `defrost` | `5` | [src/enums.ts:78](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L78) | +| `dhw` | `1` | [src/enums.ts:79](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L79) | +| `heating` | `2` | [src/enums.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L80) | +| `idle` | `0` | [src/enums.ts:81](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L81) | +| `legionella` | `6` | [src/enums.ts:82](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L82) | --- @@ -118,11 +118,11 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------- | -| `curve` | `2` | [src/enums.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L86) | -| `flow` | `1` | [src/enums.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L87) | -| `flow_cool` | `4` | [src/enums.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L88) | -| `room` | `0` | [src/enums.ts:89](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L89) | -| `room_cool` | `3` | [src/enums.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L90) | +| `curve` | `2` | [src/enums.ts:86](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L86) | +| `flow` | `1` | [src/enums.ts:87](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L87) | +| `flow_cool` | `4` | [src/enums.ts:88](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L88) | +| `room` | `0` | [src/enums.ts:89](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L89) | +| `room_cool` | `3` | [src/enums.ts:90](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L90) | --- @@ -132,9 +132,9 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------- | -| `auto` | `2` | [src/enums.ts:94](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L94) | -| `bypass` | `1` | [src/enums.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L95) | -| `recovery` | `0` | [src/enums.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L96) | +| `auto` | `2` | [src/enums.ts:94](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L94) | +| `bypass` | `1` | [src/enums.ts:95](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L95) | +| `recovery` | `0` | [src/enums.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L96) | --- @@ -144,13 +144,13 @@ | Enumeration Member | Value | Defined in | | ------------------ | ----- | ---------------------------------------------------------------------------------------------------------------------------- | -| `auto` | `0` | [src/enums.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L56) | -| `downwards` | `5` | [src/enums.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L57) | -| `mid_high` | `2` | [src/enums.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L58) | -| `mid_low` | `4` | [src/enums.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L59) | -| `middle` | `3` | [src/enums.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L60) | -| `swing` | `7` | [src/enums.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L61) | -| `upwards` | `1` | [src/enums.ts:62](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/enums.ts#L62) | +| `auto` | `0` | [src/enums.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L56) | +| `downwards` | `5` | [src/enums.ts:57](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L57) | +| `mid_high` | `2` | [src/enums.ts:58](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L58) | +| `mid_low` | `4` | [src/enums.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L59) | +| `middle` | `3` | [src/enums.ts:60](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L60) | +| `swing` | `7` | [src/enums.ts:61](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L61) | +| `upwards` | `1` | [src/enums.ts:62](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/enums.ts#L62) | ## Classes @@ -189,21 +189,21 @@ new AreaFacade(manager: FacadeManager, instance: IAreaModel): AreaFacade ###### Defined in -[src/facades/base.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L86) +[src/facades/base.ts:86](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L86) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | -------------------------- | ----------- | -------------------------------------------- | ------------- | ----------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseSuperDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L68) | -| `frostProtectionLocation` | `readonly` | `"AreaIds"` | `'AreaIds'` | `BaseSuperDeviceFacade.frostProtectionLocation` | - | [src/facades/area.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/area.ts#L13) | -| `holidayModeLocation` | `readonly` | `"Areas"` | `'Areas'` | `BaseSuperDeviceFacade.holidayModeLocation` | - | [src/facades/area.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/area.ts#L15) | -| `id` | `readonly` | `number` | `undefined` | - | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`id` `BaseSuperDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L66) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L70) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L72) | -| `model` | `readonly` | _typeof_ [`AreaModel`](README.md#areamodelt) | `AreaModel` | `BaseSuperDeviceFacade.model` | - | [src/facades/area.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/area.ts#L17) | -| `specification` | `readonly` | `"AreaID"` | `'AreaID'` | `BaseSuperDeviceFacade.specification` | - | [src/facades/area.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/area.ts#L19) | -| `tableName` | `readonly` | `"Area"` | `'Area'` | `BaseSuperDeviceFacade.tableName` | - | [src/facades/area.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/area.ts#L21) | +| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseSuperDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L68) | +| `frostProtectionLocation` | `readonly` | `"AreaIds"` | `'AreaIds'` | `BaseSuperDeviceFacade.frostProtectionLocation` | - | [src/facades/area.ts:13](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/area.ts#L13) | +| `holidayModeLocation` | `readonly` | `"Areas"` | `'Areas'` | `BaseSuperDeviceFacade.holidayModeLocation` | - | [src/facades/area.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/area.ts#L15) | +| `id` | `readonly` | `number` | `undefined` | - | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`id` `BaseSuperDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L66) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L70) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L72) | +| `model` | `readonly` | _typeof_ [`AreaModel`](README.md#areamodelt) | `AreaModel` | `BaseSuperDeviceFacade.model` | - | [src/facades/area.ts:17](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/area.ts#L17) | +| `specification` | `readonly` | `"AreaID"` | `'AreaID'` | `BaseSuperDeviceFacade.specification` | - | [src/facades/area.ts:19](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/area.ts#L19) | +| `tableName` | `readonly` | `"Area"` | `'Area'` | `BaseSuperDeviceFacade.tableName` | - | [src/facades/area.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/area.ts#L21) | #### Accessors @@ -229,7 +229,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/facades/base_super_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L29) +[src/facades/base_super_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L29) ##### instance @@ -249,7 +249,7 @@ get protected instance(): T ###### Defined in -[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L96) +[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L96) ##### name @@ -273,7 +273,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L92) +[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L92) #### Methods @@ -297,7 +297,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L34) +[src/facades/base_super_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L34) ##### getErrors() @@ -325,7 +325,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L133) +[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L133) ##### getFrostProtection() @@ -347,7 +347,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L137) +[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L137) ##### getHolidayMode() @@ -369,7 +369,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L150) +[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L150) ##### getTiles() @@ -399,7 +399,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L163) +[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L163) ###### getTiles(select) @@ -433,7 +433,7 @@ getTiles(select: IDeviceModel): Promise> ###### Defined in -[src/facades/base.ts:164](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L164) +[src/facades/base.ts:164](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L164) ##### getWifiReport() @@ -461,7 +461,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L184) +[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L184) ##### onSync() @@ -492,7 +492,7 @@ onSync(__namedParameters: { ###### Defined in -[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L115) +[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L115) ##### setAta() @@ -520,7 +520,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L46) +[src/facades/base_super_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L46) ##### setFrostProtection() @@ -548,7 +548,7 @@ setFrostProtection(__namedParameters: FrostProtectionQuery): Promise ###### Defined in -[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L125) +[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L125) --- @@ -628,10 +628,10 @@ setPower(power: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | ------------------ | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `buildingId` | `readonly` | `number` | - | [src/models/area.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L27) | -| `floorId` | `readonly` | `null` \| `number` | - | [src/models/area.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L29) | -| `id` | `readonly` | `number` | [`IAreaModel`](README.md#iareamodel).`id` `BaseModel.id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | [`IAreaModel`](README.md#iareamodel).`name` `BaseModel.name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/base.ts#L6) | +| `buildingId` | `readonly` | `number` | - | [src/models/area.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L27) | +| `floorId` | `readonly` | `null` \| `number` | - | [src/models/area.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L29) | +| `id` | `readonly` | `number` | [`IAreaModel`](README.md#iareamodel).`id` `BaseModel.id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | [`IAreaModel`](README.md#iareamodel).`name` `BaseModel.name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/base.ts#L6) | #### Accessors @@ -653,7 +653,7 @@ get building(): undefined | IBuildingModel ###### Defined in -[src/models/area.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L42) +[src/models/area.ts:42](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L42) ##### deviceIds @@ -673,7 +673,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/area.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L46) +[src/models/area.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L46) ##### devices @@ -693,7 +693,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/models/area.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L50) +[src/models/area.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L50) ##### floor @@ -713,7 +713,7 @@ get floor(): undefined | null | IFloorModel ###### Defined in -[src/models/area.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L54) +[src/models/area.ts:54](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L54) #### Methods @@ -729,7 +729,7 @@ static getAll(): IAreaModel[] ###### Defined in -[src/models/area.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L60) +[src/models/area.ts:60](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L60) ##### getByBuildingId() @@ -749,7 +749,7 @@ static getByBuildingId(id: number): IAreaModel[] ###### Defined in -[src/models/area.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L64) +[src/models/area.ts:64](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L64) ##### getByFloorId() @@ -769,7 +769,7 @@ static getByFloorId(id: number): IAreaModel[] ###### Defined in -[src/models/area.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L68) +[src/models/area.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L68) ##### getById() @@ -789,7 +789,7 @@ static getById(id: number): undefined | IAreaModel ###### Defined in -[src/models/area.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L72) +[src/models/area.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L72) ##### getByName() @@ -809,7 +809,7 @@ static getByName(name: string): undefined | IAreaModel ###### Defined in -[src/models/area.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L76) +[src/models/area.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L76) ##### setModels() @@ -836,7 +836,7 @@ static setModels(__namedParameters: { ###### Defined in -[src/models/area.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L80) +[src/models/area.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L80) ##### sync() @@ -856,7 +856,7 @@ static sync(areas: AreaDataAny[]): void ###### Defined in -[src/models/area.ts:94](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/area.ts#L94) +[src/models/area.ts:94](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/area.ts#L94) --- @@ -895,21 +895,21 @@ new BuildingFacade(manager: FacadeManager, instance: IBuildingModel): BuildingFa ###### Defined in -[src/facades/building.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/building.ts#L26) +[src/facades/building.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/building.ts#L26) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | -------------------------- | ----------- | --------------------------------------------------- | --------------- | ----------------------------------------------- | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseSuperDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L68) | -| `frostProtectionLocation` | `readonly` | `"BuildingIds"` | `'BuildingIds'` | `BaseSuperDeviceFacade.frostProtectionLocation` | - | [src/facades/building.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/building.ts#L16) | -| `holidayModeLocation` | `readonly` | `"Buildings"` | `'Buildings'` | `BaseSuperDeviceFacade.holidayModeLocation` | - | [src/facades/building.ts:18](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/building.ts#L18) | -| `id` | `readonly` | `number` | `undefined` | - | [`IBuildingFacade`](README.md#ibuildingfacade).`id` `BaseSuperDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L66) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L70) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L72) | -| `model` | `readonly` | _typeof_ [`BuildingModel`](README.md#buildingmodel) | `BuildingModel` | `BaseSuperDeviceFacade.model` | - | [src/facades/building.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/building.ts#L20) | -| `specification` | `readonly` | `"BuildingID"` | `'BuildingID'` | `BaseSuperDeviceFacade.specification` | - | [src/facades/building.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/building.ts#L22) | -| `tableName` | `readonly` | `"Building"` | `'Building'` | `BaseSuperDeviceFacade.tableName` | - | [src/facades/building.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/building.ts#L24) | +| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseSuperDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L68) | +| `frostProtectionLocation` | `readonly` | `"BuildingIds"` | `'BuildingIds'` | `BaseSuperDeviceFacade.frostProtectionLocation` | - | [src/facades/building.ts:16](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/building.ts#L16) | +| `holidayModeLocation` | `readonly` | `"Buildings"` | `'Buildings'` | `BaseSuperDeviceFacade.holidayModeLocation` | - | [src/facades/building.ts:18](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/building.ts#L18) | +| `id` | `readonly` | `number` | `undefined` | - | [`IBuildingFacade`](README.md#ibuildingfacade).`id` `BaseSuperDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L66) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L70) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L72) | +| `model` | `readonly` | _typeof_ [`BuildingModel`](README.md#buildingmodel) | `BuildingModel` | `BaseSuperDeviceFacade.model` | - | [src/facades/building.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/building.ts#L20) | +| `specification` | `readonly` | `"BuildingID"` | `'BuildingID'` | `BaseSuperDeviceFacade.specification` | - | [src/facades/building.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/building.ts#L22) | +| `tableName` | `readonly` | `"Building"` | `'Building'` | `BaseSuperDeviceFacade.tableName` | - | [src/facades/building.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/building.ts#L24) | #### Accessors @@ -931,7 +931,7 @@ get data(): ZoneSettings ###### Defined in -[src/facades/building.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/building.ts#L36) +[src/facades/building.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/building.ts#L36) ##### devices @@ -955,7 +955,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/facades/base_super_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L29) +[src/facades/base_super_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L29) ##### instance @@ -975,7 +975,7 @@ get protected instance(): T ###### Defined in -[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L96) +[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L96) ##### name @@ -999,7 +999,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L92) +[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L92) #### Methods @@ -1019,7 +1019,7 @@ fetch(): Promise ###### Defined in -[src/facades/building.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/building.ts#L41) +[src/facades/building.ts:41](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/building.ts#L41) ##### getAta() @@ -1041,7 +1041,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L34) +[src/facades/base_super_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L34) ##### getErrors() @@ -1069,7 +1069,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L133) +[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L133) ##### getFrostProtection() @@ -1091,7 +1091,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L137) +[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L137) ##### getHolidayMode() @@ -1113,7 +1113,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L150) +[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L150) ##### getTiles() @@ -1143,7 +1143,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L163) +[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L163) ###### getTiles(select) @@ -1177,7 +1177,7 @@ getTiles(select: IDeviceModel): Promise> ###### Defined in -[src/facades/base.ts:164](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L164) +[src/facades/base.ts:164](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L164) ##### getWifiReport() @@ -1205,7 +1205,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L184) +[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L184) ##### onSync() @@ -1236,7 +1236,7 @@ onSync(__namedParameters: { ###### Defined in -[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L115) +[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L115) ##### setAta() @@ -1264,7 +1264,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L46) +[src/facades/base_super_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L46) ##### setFrostProtection() @@ -1292,7 +1292,7 @@ setFrostProtection(__namedParameters: FrostProtectionQuery): Promise ###### Defined in -[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L125) +[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L125) --- @@ -1366,9 +1366,9 @@ setPower(power: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | -------- | ---------- | ---------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| `data` | `readonly` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/building.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L24) | -| `id` | `readonly` | `number` | [`IBuildingModel`](README.md#ibuildingmodel).`id` `BaseModel.id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | [`IBuildingModel`](README.md#ibuildingmodel).`name` `BaseModel.name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/base.ts#L6) | +| `data` | `readonly` | [`ZoneSettings`](README.md#zonesettings) | - | [src/models/building.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L24) | +| `id` | `readonly` | `number` | [`IBuildingModel`](README.md#ibuildingmodel).`id` `BaseModel.id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | [`IBuildingModel`](README.md#ibuildingmodel).`name` `BaseModel.name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/base.ts#L6) | #### Accessors @@ -1390,7 +1390,7 @@ get areaIds(): number[] ###### Defined in -[src/models/building.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L31) +[src/models/building.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L31) ##### areas @@ -1410,7 +1410,7 @@ get areas(): IAreaModel[] ###### Defined in -[src/models/building.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L35) +[src/models/building.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L35) ##### deviceIds @@ -1430,7 +1430,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/building.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L39) +[src/models/building.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L39) ##### devices @@ -1450,7 +1450,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/models/building.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L43) +[src/models/building.ts:43](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L43) ##### floorIds @@ -1470,7 +1470,7 @@ get floorIds(): number[] ###### Defined in -[src/models/building.ts:47](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L47) +[src/models/building.ts:47](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L47) ##### floors @@ -1490,7 +1490,7 @@ get floors(): IFloorModel[] ###### Defined in -[src/models/building.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L51) +[src/models/building.ts:51](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L51) #### Methods @@ -1506,7 +1506,7 @@ static getAll(): IBuildingModel[] ###### Defined in -[src/models/building.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L55) +[src/models/building.ts:55](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L55) ##### getById() @@ -1526,7 +1526,7 @@ static getById(id: number): undefined | IBuildingModel ###### Defined in -[src/models/building.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L59) +[src/models/building.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L59) ##### getByName() @@ -1546,7 +1546,7 @@ static getByName(name: string): undefined | IBuildingModel ###### Defined in -[src/models/building.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L63) +[src/models/building.ts:63](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L63) ##### setModels() @@ -1573,7 +1573,7 @@ static setModels(__namedParameters: { ###### Defined in -[src/models/building.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L67) +[src/models/building.ts:67](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L67) ##### sync() @@ -1593,7 +1593,7 @@ static sync(buildings: BuildingData[]): void ###### Defined in -[src/models/building.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/building.ts#L81) +[src/models/building.ts:81](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/building.ts#L81) --- @@ -1632,38 +1632,38 @@ new DeviceAtaFacade(manager: FacadeManager, instance: IDeviceModel<"Ata">): Devi ###### Defined in -[src/facades/base_device.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L41) +[src/facades/base_device.ts:41](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L41) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | -------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L68) | -| `flags` | `readonly` | \{ `OperationMode`: `0x2`; `Power`: `0x1`; `SetFanSpeed`: `0x8`; `SetTemperature`: `0x4`; `VaneHorizontal`: `0x100`; `VaneVertical`: `0x10`; \} | `undefined` | [`IDeviceFacade`](README.md#idevicefacadet).`flags` `BaseDeviceFacade.flags` | - | [src/facades/device_ata.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_ata.ts#L13) | -| `flags.OperationMode` | `readonly` | `2` | `0x2` | - | - | [src/facades/device_ata.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_ata.ts#L14) | -| `flags.Power` | `readonly` | `1` | `0x1` | - | - | [src/facades/device_ata.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_ata.ts#L15) | -| `flags.SetFanSpeed` | `readonly` | `8` | `0x8` | - | - | [src/facades/device_ata.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_ata.ts#L16) | -| `flags.SetTemperature` | `readonly` | `4` | `0x4` | - | - | [src/facades/device_ata.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_ata.ts#L17) | -| `flags.VaneHorizontal` | `readonly` | `256` | `0x100` | - | - | [src/facades/device_ata.ts:18](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_ata.ts#L18) | -| `flags.VaneVertical` | `readonly` | `16` | `0x10` | - | - | [src/facades/device_ata.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_ata.ts#L19) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | `BaseDeviceFacade.frostProtectionLocation` | [src/facades/base_device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L31) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | `BaseDeviceFacade.holidayModeLocation` | [src/facades/base_device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L33) | -| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` `BaseDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L66) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L70) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L72) | -| `model` | `readonly` | (`__namedParameters`: [`ListDeviceAta`](README.md#listdeviceata)) => [`DeviceModel`](README.md#devicemodelt)\<`"Ata"`\> | `undefined` | - | `BaseDeviceFacade.model` | [src/facades/base_device.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L35) | +| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L68) | +| `flags` | `readonly` | \{ `OperationMode`: `0x2`; `Power`: `0x1`; `SetFanSpeed`: `0x8`; `SetTemperature`: `0x4`; `VaneHorizontal`: `0x100`; `VaneVertical`: `0x10`; \} | `undefined` | [`IDeviceFacade`](README.md#idevicefacadet).`flags` `BaseDeviceFacade.flags` | - | [src/facades/device_ata.ts:13](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_ata.ts#L13) | +| `flags.OperationMode` | `readonly` | `2` | `0x2` | - | - | [src/facades/device_ata.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_ata.ts#L14) | +| `flags.Power` | `readonly` | `1` | `0x1` | - | - | [src/facades/device_ata.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_ata.ts#L15) | +| `flags.SetFanSpeed` | `readonly` | `8` | `0x8` | - | - | [src/facades/device_ata.ts:16](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_ata.ts#L16) | +| `flags.SetTemperature` | `readonly` | `4` | `0x4` | - | - | [src/facades/device_ata.ts:17](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_ata.ts#L17) | +| `flags.VaneHorizontal` | `readonly` | `256` | `0x100` | - | - | [src/facades/device_ata.ts:18](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_ata.ts#L18) | +| `flags.VaneVertical` | `readonly` | `16` | `0x10` | - | - | [src/facades/device_ata.ts:19](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_ata.ts#L19) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | `BaseDeviceFacade.frostProtectionLocation` | [src/facades/base_device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L31) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | `BaseDeviceFacade.holidayModeLocation` | [src/facades/base_device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L33) | +| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` `BaseDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L66) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L70) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L72) | +| `model` | `readonly` | (`__namedParameters`: [`ListDeviceAta`](README.md#listdeviceata)) => [`DeviceModel`](README.md#devicemodelt)\<`"Ata"`\> | `undefined` | - | `BaseDeviceFacade.model` | [src/facades/base_device.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L35) | | `model.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `model.getAll` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L76) | -| `model.getByAreaId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L80) | -| `model.getByBuildingId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L84) | -| `model.getByFloorId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L88) | -| `model.getById` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L92) | -| `model.getByName` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L96) | -| `model.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L100) | -| `model.setModels` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L108) | -| `model.sync` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L122) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | `BaseDeviceFacade.tableName` | [src/facades/base_device.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L37) | -| `type` | `readonly` | `"Ata"` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`type` `BaseDeviceFacade.type` | [src/facades/base_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L29) | +| `model.getAll` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L76) | +| `model.getByAreaId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L80) | +| `model.getByBuildingId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L84) | +| `model.getByFloorId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L88) | +| `model.getById` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L92) | +| `model.getByName` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L96) | +| `model.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L100) | +| `model.setModels` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L108) | +| `model.sync` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:122](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L122) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | `BaseDeviceFacade.tableName` | [src/facades/base_device.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L37) | +| `type` | `readonly` | `"Ata"` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`type` `BaseDeviceFacade.type` | [src/facades/base_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L29) | #### Accessors @@ -1689,7 +1689,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/base_device.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L50) +[src/facades/base_device.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L50) ##### devices @@ -1713,7 +1713,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L46) +[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L46) ##### instance @@ -1733,7 +1733,7 @@ get protected instance(): T ###### Defined in -[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L96) +[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L96) ##### name @@ -1757,7 +1757,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L92) +[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L92) ##### setData @@ -1777,7 +1777,7 @@ get protected setData(): Required ###### Defined in -[src/facades/base_device.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L54) +[src/facades/base_device.ts:54](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L54) #### Methods @@ -1801,7 +1801,7 @@ fetch(): Promise ###### Defined in -[src/facades/base_device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L87) +[src/facades/base_device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L87) ##### get() @@ -1823,7 +1823,7 @@ get(): Promise ###### Defined in -[src/facades/base_device.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L93) +[src/facades/base_device.ts:93](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L93) ##### getEnergyReport() @@ -1856,7 +1856,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/base_device.ts:131](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L131) +[src/facades/base_device.ts:131](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L131) ##### getErrors() @@ -1884,7 +1884,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L133) +[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L133) ##### getFrostProtection() @@ -1906,7 +1906,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L137) +[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L137) ##### getHolidayMode() @@ -1928,7 +1928,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L150) +[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L150) ##### getTiles() @@ -1958,7 +1958,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base_device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L71) +[src/facades/base_device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L71) ###### getTiles(select) @@ -1986,7 +1986,7 @@ getTiles(select: true | IDeviceModel<"Ata">): Promise> ###### Defined in -[src/facades/base_device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L72) +[src/facades/base_device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L72) ##### getWifiReport() @@ -2014,7 +2014,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L184) +[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L184) ##### handle() @@ -2038,7 +2038,7 @@ protected handle(data: Partial): UpdateDeviceDataAta ###### Defined in -[src/facades/device_ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_ata.ts#L22) +[src/facades/device_ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_ata.ts#L22) ##### onSync() @@ -2069,7 +2069,7 @@ onSync(__namedParameters: { ###### Defined in -[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L115) +[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L115) ##### set() @@ -2097,7 +2097,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/base_device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L103) +[src/facades/base_device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L103) ##### setFrostProtection() @@ -2125,7 +2125,7 @@ setFrostProtection(__namedParameters: FrostProtectionQuery): Promise ###### Defined in -[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L125) +[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L125) --- @@ -2220,43 +2220,43 @@ new DeviceAtwFacade(manager: FacadeManager, instance: IDeviceModel<"Atw">): Devi ###### Defined in -[src/facades/base_device.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L41) +[src/facades/base_device.ts:41](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L41) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | ----------------------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L68) | -| `flags` | `readonly` | \{ `ForcedHotWaterMode`: `0x10000`; `OperationModeZone1`: `0x8`; `OperationModeZone2`: `0x10`; `Power`: `0x1`; `SetCoolFlowTemperatureZone1`: `0x1000000000000`; `SetCoolFlowTemperatureZone2`: `0x1000000000000`; `SetHeatFlowTemperatureZone1`: `0x1000000000000`; `SetHeatFlowTemperatureZone2`: `0x1000000000000`; `SetTankWaterTemperature`: `0x1000000000020`; `SetTemperatureZone1`: `0x200000080`; `SetTemperatureZone2`: `0x800000200`; \} | `undefined` | [`IDeviceFacade`](README.md#idevicefacadet).`flags` `BaseDeviceFacade.flags` | - | [src/facades/device_atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L25) | -| `flags.ForcedHotWaterMode` | `readonly` | `65536` | `0x10000` | - | - | [src/facades/device_atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L26) | -| `flags.OperationModeZone1` | `readonly` | `8` | `0x8` | - | - | [src/facades/device_atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L27) | -| `flags.OperationModeZone2` | `readonly` | `16` | `0x10` | - | - | [src/facades/device_atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L28) | -| `flags.Power` | `readonly` | `1` | `0x1` | - | - | [src/facades/device_atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L29) | -| `flags.SetCoolFlowTemperatureZone1` | `readonly` | `281474976710656` | `0x1000000000000` | - | - | [src/facades/device_atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L30) | -| `flags.SetCoolFlowTemperatureZone2` | `readonly` | `281474976710656` | `0x1000000000000` | - | - | [src/facades/device_atw.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L31) | -| `flags.SetHeatFlowTemperatureZone1` | `readonly` | `281474976710656` | `0x1000000000000` | - | - | [src/facades/device_atw.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L32) | -| `flags.SetHeatFlowTemperatureZone2` | `readonly` | `281474976710656` | `0x1000000000000` | - | - | [src/facades/device_atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L33) | -| `flags.SetTankWaterTemperature` | `readonly` | `281474976710688` | `0x1000000000020` | - | - | [src/facades/device_atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L34) | -| `flags.SetTemperatureZone1` | `readonly` | `8589934720` | `0x200000080` | - | - | [src/facades/device_atw.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L35) | -| `flags.SetTemperatureZone2` | `readonly` | `34359738880` | `0x800000200` | - | - | [src/facades/device_atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L36) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | `BaseDeviceFacade.frostProtectionLocation` | [src/facades/base_device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L31) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | `BaseDeviceFacade.holidayModeLocation` | [src/facades/base_device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L33) | -| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` `BaseDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L66) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L70) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L72) | -| `model` | `readonly` | (`__namedParameters`: [`ListDeviceAtw`](README.md#listdeviceatw)) => [`DeviceModel`](README.md#devicemodelt)\<`"Atw"`\> | `undefined` | - | `BaseDeviceFacade.model` | [src/facades/base_device.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L35) | +| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L68) | +| `flags` | `readonly` | \{ `ForcedHotWaterMode`: `0x10000`; `OperationModeZone1`: `0x8`; `OperationModeZone2`: `0x10`; `Power`: `0x1`; `SetCoolFlowTemperatureZone1`: `0x1000000000000`; `SetCoolFlowTemperatureZone2`: `0x1000000000000`; `SetHeatFlowTemperatureZone1`: `0x1000000000000`; `SetHeatFlowTemperatureZone2`: `0x1000000000000`; `SetTankWaterTemperature`: `0x1000000000020`; `SetTemperatureZone1`: `0x200000080`; `SetTemperatureZone2`: `0x800000200`; \} | `undefined` | [`IDeviceFacade`](README.md#idevicefacadet).`flags` `BaseDeviceFacade.flags` | - | [src/facades/device_atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L25) | +| `flags.ForcedHotWaterMode` | `readonly` | `65536` | `0x10000` | - | - | [src/facades/device_atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L26) | +| `flags.OperationModeZone1` | `readonly` | `8` | `0x8` | - | - | [src/facades/device_atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L27) | +| `flags.OperationModeZone2` | `readonly` | `16` | `0x10` | - | - | [src/facades/device_atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L28) | +| `flags.Power` | `readonly` | `1` | `0x1` | - | - | [src/facades/device_atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L29) | +| `flags.SetCoolFlowTemperatureZone1` | `readonly` | `281474976710656` | `0x1000000000000` | - | - | [src/facades/device_atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L30) | +| `flags.SetCoolFlowTemperatureZone2` | `readonly` | `281474976710656` | `0x1000000000000` | - | - | [src/facades/device_atw.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L31) | +| `flags.SetHeatFlowTemperatureZone1` | `readonly` | `281474976710656` | `0x1000000000000` | - | - | [src/facades/device_atw.ts:32](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L32) | +| `flags.SetHeatFlowTemperatureZone2` | `readonly` | `281474976710656` | `0x1000000000000` | - | - | [src/facades/device_atw.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L33) | +| `flags.SetTankWaterTemperature` | `readonly` | `281474976710688` | `0x1000000000020` | - | - | [src/facades/device_atw.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L34) | +| `flags.SetTemperatureZone1` | `readonly` | `8589934720` | `0x200000080` | - | - | [src/facades/device_atw.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L35) | +| `flags.SetTemperatureZone2` | `readonly` | `34359738880` | `0x800000200` | - | - | [src/facades/device_atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L36) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | `BaseDeviceFacade.frostProtectionLocation` | [src/facades/base_device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L31) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | `BaseDeviceFacade.holidayModeLocation` | [src/facades/base_device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L33) | +| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` `BaseDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L66) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L70) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L72) | +| `model` | `readonly` | (`__namedParameters`: [`ListDeviceAtw`](README.md#listdeviceatw)) => [`DeviceModel`](README.md#devicemodelt)\<`"Atw"`\> | `undefined` | - | `BaseDeviceFacade.model` | [src/facades/base_device.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L35) | | `model.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `model.getAll` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L76) | -| `model.getByAreaId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L80) | -| `model.getByBuildingId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L84) | -| `model.getByFloorId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L88) | -| `model.getById` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L92) | -| `model.getByName` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L96) | -| `model.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L100) | -| `model.setModels` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L108) | -| `model.sync` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L122) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | `BaseDeviceFacade.tableName` | [src/facades/base_device.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L37) | -| `type` | `readonly` | `"Atw"` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`type` `BaseDeviceFacade.type` | [src/facades/base_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L29) | +| `model.getAll` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L76) | +| `model.getByAreaId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L80) | +| `model.getByBuildingId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L84) | +| `model.getByFloorId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L88) | +| `model.getById` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L92) | +| `model.getByName` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L96) | +| `model.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L100) | +| `model.setModels` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L108) | +| `model.sync` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:122](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L122) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | `BaseDeviceFacade.tableName` | [src/facades/base_device.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L37) | +| `type` | `readonly` | `"Atw"` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`type` `BaseDeviceFacade.type` | [src/facades/base_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L29) | #### Accessors @@ -2282,7 +2282,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/base_device.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L50) +[src/facades/base_device.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L50) ##### devices @@ -2306,7 +2306,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L46) +[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L46) ##### instance @@ -2326,7 +2326,7 @@ get protected instance(): T ###### Defined in -[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L96) +[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L96) ##### name @@ -2350,7 +2350,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L92) +[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L92) ##### setData @@ -2370,7 +2370,7 @@ get protected setData(): Required ###### Defined in -[src/facades/base_device.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L54) +[src/facades/base_device.ts:54](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L54) #### Methods @@ -2394,7 +2394,7 @@ fetch(): Promise ###### Defined in -[src/facades/base_device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L87) +[src/facades/base_device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L87) ##### get() @@ -2416,7 +2416,7 @@ get(): Promise ###### Defined in -[src/facades/base_device.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L93) +[src/facades/base_device.ts:93](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L93) ##### getEnergyReport() @@ -2449,7 +2449,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/base_device.ts:131](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L131) +[src/facades/base_device.ts:131](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L131) ##### getErrors() @@ -2477,7 +2477,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L133) +[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L133) ##### getFrostProtection() @@ -2499,7 +2499,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L137) +[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L137) ##### getHolidayMode() @@ -2521,7 +2521,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L150) +[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L150) ##### getTiles() @@ -2551,7 +2551,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base_device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L71) +[src/facades/base_device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L71) ###### getTiles(select) @@ -2579,7 +2579,7 @@ getTiles(select: true | IDeviceModel<"Atw">): Promise> ###### Defined in -[src/facades/base_device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L72) +[src/facades/base_device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L72) ##### getWifiReport() @@ -2607,7 +2607,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L184) +[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L184) ##### handle() @@ -2631,7 +2631,7 @@ protected handle(data: Partial): UpdateDeviceDataAtw ###### Defined in -[src/facades/device_atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_atw.ts#L61) +[src/facades/device_atw.ts:61](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_atw.ts#L61) ##### onSync() @@ -2662,7 +2662,7 @@ onSync(__namedParameters: { ###### Defined in -[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L115) +[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L115) ##### set() @@ -2690,7 +2690,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/base_device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L103) +[src/facades/base_device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L103) ##### setFrostProtection() @@ -2718,7 +2718,7 @@ setFrostProtection(__namedParameters: FrostProtectionQuery): Promise ###### Defined in -[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L125) +[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L125) --- @@ -2813,35 +2813,35 @@ new DeviceErvFacade(manager: FacadeManager, instance: IDeviceModel<"Erv">): Devi ###### Defined in -[src/facades/base_device.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L41) +[src/facades/base_device.ts:41](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L41) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | -------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------ | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L68) | -| `flags` | `readonly` | \{ `Power`: `0x1`; `SetFanSpeed`: `0x8`; `VentilationMode`: `0x4`; \} | `undefined` | [`IDeviceFacade`](README.md#idevicefacadet).`flags` `BaseDeviceFacade.flags` | - | [src/facades/device_erv.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_erv.ts#L9) | -| `flags.Power` | `readonly` | `1` | `0x1` | - | - | [src/facades/device_erv.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_erv.ts#L10) | -| `flags.SetFanSpeed` | `readonly` | `8` | `0x8` | - | - | [src/facades/device_erv.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_erv.ts#L11) | -| `flags.VentilationMode` | `readonly` | `4` | `0x4` | - | - | [src/facades/device_erv.ts:12](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/device_erv.ts#L12) | -| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | `BaseDeviceFacade.frostProtectionLocation` | [src/facades/base_device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L31) | -| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | `BaseDeviceFacade.holidayModeLocation` | [src/facades/base_device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L33) | -| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` `BaseDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L66) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L70) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L72) | -| `model` | `readonly` | (`__namedParameters`: [`ListDeviceErv`](README.md#listdeviceerv)) => [`DeviceModel`](README.md#devicemodelt)\<`"Erv"`\> | `undefined` | - | `BaseDeviceFacade.model` | [src/facades/base_device.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L35) | +| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L68) | +| `flags` | `readonly` | \{ `Power`: `0x1`; `SetFanSpeed`: `0x8`; `VentilationMode`: `0x4`; \} | `undefined` | [`IDeviceFacade`](README.md#idevicefacadet).`flags` `BaseDeviceFacade.flags` | - | [src/facades/device_erv.ts:9](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_erv.ts#L9) | +| `flags.Power` | `readonly` | `1` | `0x1` | - | - | [src/facades/device_erv.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_erv.ts#L10) | +| `flags.SetFanSpeed` | `readonly` | `8` | `0x8` | - | - | [src/facades/device_erv.ts:11](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_erv.ts#L11) | +| `flags.VentilationMode` | `readonly` | `4` | `0x4` | - | - | [src/facades/device_erv.ts:12](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/device_erv.ts#L12) | +| `frostProtectionLocation` | `readonly` | `"DeviceIds"` | `'DeviceIds'` | - | `BaseDeviceFacade.frostProtectionLocation` | [src/facades/base_device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L31) | +| `holidayModeLocation` | `readonly` | `"Devices"` | `'Devices'` | - | `BaseDeviceFacade.holidayModeLocation` | [src/facades/base_device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L33) | +| `id` | `readonly` | `number` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`id` `BaseDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L66) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L70) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L72) | +| `model` | `readonly` | (`__namedParameters`: [`ListDeviceErv`](README.md#listdeviceerv)) => [`DeviceModel`](README.md#devicemodelt)\<`"Erv"`\> | `undefined` | - | `BaseDeviceFacade.model` | [src/facades/base_device.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L35) | | `model.prototype` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`any`\> | `undefined` | - | - | | -| `model.getAll` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L76) | -| `model.getByAreaId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L80) | -| `model.getByBuildingId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L84) | -| `model.getByFloorId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L88) | -| `model.getById` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L92) | -| `model.getByName` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L96) | -| `model.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L100) | -| `model.setModels` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L108) | -| `model.sync` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L122) | -| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | `BaseDeviceFacade.tableName` | [src/facades/base_device.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L37) | -| `type` | `readonly` | `"Erv"` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`type` `BaseDeviceFacade.type` | [src/facades/base_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L29) | +| `model.getAll` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L76) | +| `model.getByAreaId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L80) | +| `model.getByBuildingId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L84) | +| `model.getByFloorId` | `public` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | `undefined` | - | - | [src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L88) | +| `model.getById` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L92) | +| `model.getByName` | `public` | `undefined` \| [`IDeviceModelAny`](README.md#idevicemodelany) | `undefined` | - | - | [src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L96) | +| `model.getByType` | `public` | [`DeviceModel`](README.md#devicemodelt)\<`K`\>[] | `undefined` | - | - | [src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L100) | +| `model.setModels` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L108) | +| `model.sync` | `public` | `void` | `undefined` | - | - | [src/models/device.ts:122](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L122) | +| `tableName` | `readonly` | `"DeviceLocation"` | `'DeviceLocation'` | - | `BaseDeviceFacade.tableName` | [src/facades/base_device.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L37) | +| `type` | `readonly` | `"Erv"` | `undefined` | - | [`IDeviceFacade`](README.md#idevicefacadet).`type` `BaseDeviceFacade.type` | [src/facades/base_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L29) | #### Accessors @@ -2867,7 +2867,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/facades/base_device.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L50) +[src/facades/base_device.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L50) ##### devices @@ -2891,7 +2891,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L46) +[src/facades/base_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L46) ##### instance @@ -2911,7 +2911,7 @@ get protected instance(): T ###### Defined in -[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L96) +[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L96) ##### name @@ -2935,7 +2935,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L92) +[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L92) ##### setData @@ -2955,7 +2955,7 @@ get protected setData(): Required ###### Defined in -[src/facades/base_device.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L54) +[src/facades/base_device.ts:54](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L54) #### Methods @@ -2979,7 +2979,7 @@ fetch(): Promise ###### Defined in -[src/facades/base_device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L87) +[src/facades/base_device.ts:87](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L87) ##### get() @@ -3001,7 +3001,7 @@ get(): Promise ###### Defined in -[src/facades/base_device.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L93) +[src/facades/base_device.ts:93](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L93) ##### getEnergyReport() @@ -3034,7 +3034,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/facades/base_device.ts:131](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L131) +[src/facades/base_device.ts:131](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L131) ##### getErrors() @@ -3062,7 +3062,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L133) +[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L133) ##### getFrostProtection() @@ -3084,7 +3084,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L137) +[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L137) ##### getHolidayMode() @@ -3106,7 +3106,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L150) +[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L150) ##### getTiles() @@ -3136,7 +3136,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base_device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L71) +[src/facades/base_device.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L71) ###### getTiles(select) @@ -3164,7 +3164,7 @@ getTiles(select: true | IDeviceModel<"Erv">): Promise> ###### Defined in -[src/facades/base_device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L72) +[src/facades/base_device.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L72) ##### getWifiReport() @@ -3192,7 +3192,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L184) +[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L184) ##### handle() @@ -3216,7 +3216,7 @@ protected handle(data: Partial): UpdateDeviceDataErv ###### Defined in -[src/facades/base_device.ts:152](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L152) +[src/facades/base_device.ts:152](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L152) ##### onSync() @@ -3247,7 +3247,7 @@ onSync(__namedParameters: { ###### Defined in -[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L115) +[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L115) ##### set() @@ -3275,7 +3275,7 @@ set(data: Partial): Promise ###### Defined in -[src/facades/base_device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_device.ts#L103) +[src/facades/base_device.ts:103](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_device.ts#L103) ##### setFrostProtection() @@ -3303,7 +3303,7 @@ setFrostProtection(__namedParameters: FrostProtectionQuery): Promise ###### Defined in -[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L125) +[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L125) --- @@ -3403,18 +3403,18 @@ protected new DeviceModel(__namedParameters: ListDevice[T]): DeviceModel ###### Defined in -[src/models/device.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L39) +[src/models/device.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L39) #### Properties | Property | Modifier | Type | Default value | Inherited from | Defined in | | ------------ | ---------- | ------------------ | ------------- | ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L29) | -| `buildingId` | `readonly` | `number` | `undefined` | - | [src/models/device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L31) | -| `floorId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L33) | -| `id` | `readonly` | `number` | `undefined` | [`IDeviceModel`](README.md#idevicemodelt).`id` `BaseModel.id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | `undefined` | [`IDeviceModel`](README.md#idevicemodelt).`name` `BaseModel.name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/base.ts#L6) | -| `type` | `readonly` | `T` | `undefined` | - | [src/models/device.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L35) | +| `areaId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L29) | +| `buildingId` | `readonly` | `number` | `undefined` | - | [src/models/device.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L31) | +| `floorId` | `readonly` | `null` \| `number` | `null` | - | [src/models/device.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L33) | +| `id` | `readonly` | `number` | `undefined` | [`IDeviceModel`](README.md#idevicemodelt).`id` `BaseModel.id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | `undefined` | [`IDeviceModel`](README.md#idevicemodelt).`name` `BaseModel.name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/base.ts#L6) | +| `type` | `readonly` | `T` | `undefined` | - | [src/models/device.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L35) | #### Accessors @@ -3436,7 +3436,7 @@ get area(): undefined | null | IAreaModel ###### Defined in -[src/models/device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L56) +[src/models/device.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L56) ##### building @@ -3456,7 +3456,7 @@ get building(): undefined | BuildingModel ###### Defined in -[src/models/device.ts:62](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L62) +[src/models/device.ts:62](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L62) ##### data @@ -3476,7 +3476,7 @@ get data(): ListDevice[T]["Device"] ###### Defined in -[src/models/device.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L66) +[src/models/device.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L66) ##### floor @@ -3496,7 +3496,7 @@ get floor(): undefined | null | IFloorModel ###### Defined in -[src/models/device.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L70) +[src/models/device.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L70) #### Methods @@ -3522,7 +3522,7 @@ update(data: Partial): void ###### Defined in -[src/models/device.ts:131](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L131) +[src/models/device.ts:131](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L131) ##### getAll() @@ -3536,7 +3536,7 @@ static getAll(): IDeviceModelAny[] ###### Defined in -[src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L76) +[src/models/device.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L76) ##### getByAreaId() @@ -3556,7 +3556,7 @@ static getByAreaId(id: number): IDeviceModelAny[] ###### Defined in -[src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L80) +[src/models/device.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L80) ##### getByBuildingId() @@ -3576,7 +3576,7 @@ static getByBuildingId(id: number): IDeviceModelAny[] ###### Defined in -[src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L84) +[src/models/device.ts:84](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L84) ##### getByFloorId() @@ -3596,7 +3596,7 @@ static getByFloorId(id: number): IDeviceModelAny[] ###### Defined in -[src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L88) +[src/models/device.ts:88](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L88) ##### getById() @@ -3616,7 +3616,7 @@ static getById(id: number): undefined | IDeviceModelAny ###### Defined in -[src/models/device.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L92) +[src/models/device.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L92) ##### getByName() @@ -3636,7 +3636,7 @@ static getByName(name: string): undefined | IDeviceModelAny ###### Defined in -[src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L96) +[src/models/device.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L96) ##### getByType() @@ -3662,7 +3662,7 @@ static getByType(type: K): DeviceModel[] ###### Defined in -[src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L100) +[src/models/device.ts:100](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L100) ##### setModels() @@ -3689,7 +3689,7 @@ static setModels(__namedParameters: { ###### Defined in -[src/models/device.ts:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L108) +[src/models/device.ts:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L108) ##### sync() @@ -3709,7 +3709,7 @@ static sync(devices: readonly ListDeviceAny[]): void ###### Defined in -[src/models/device.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/device.ts#L122) +[src/models/device.ts:122](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/device.ts#L122) --- @@ -3735,13 +3735,13 @@ new FacadeManager(api: MELCloudAPI): FacadeManager ###### Defined in -[src/facades/manager.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L72) +[src/facades/manager.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L72) #### Properties | Property | Modifier | Type | Defined in | | -------- | ---------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | [src/facades/manager.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L68) | +| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | [src/facades/manager.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L68) | #### Methods @@ -3771,7 +3771,7 @@ get(instance: IDeviceModel): IDeviceFacade ###### Defined in -[src/facades/manager.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L76) +[src/facades/manager.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L76) ###### get(instance) @@ -3791,7 +3791,7 @@ get(instance: IFloorModel | IAreaModel): ISuperDeviceFacade ###### Defined in -[src/facades/manager.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L79) +[src/facades/manager.ts:79](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L79) ###### get(instance) @@ -3811,7 +3811,7 @@ get(instance: IBuildingModel): IBuildingFacade ###### Defined in -[src/facades/manager.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L80) +[src/facades/manager.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L80) ###### get(instance) @@ -3831,7 +3831,7 @@ get(instance: IModel): IFacade ###### Defined in -[src/facades/manager.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L81) +[src/facades/manager.ts:81](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L81) ###### get() @@ -3845,7 +3845,7 @@ get(): undefined ###### Defined in -[src/facades/manager.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L82) +[src/facades/manager.ts:82](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L82) ###### get(instance) @@ -3871,7 +3871,7 @@ get(instance?: IDeviceModel): undefined | IDeviceFacade ###### Defined in -[src/facades/manager.ts:83](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L83) +[src/facades/manager.ts:83](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L83) ###### get(instance) @@ -3891,7 +3891,7 @@ get(instance?: IFloorModel | IAreaModel): undefined | ISuperDeviceFacade ###### Defined in -[src/facades/manager.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L86) +[src/facades/manager.ts:86](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L86) ###### get(instance) @@ -3911,7 +3911,7 @@ get(instance?: IBuildingModel): undefined | IBuildingFacade ###### Defined in -[src/facades/manager.ts:89](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L89) +[src/facades/manager.ts:89](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L89) ##### getErrors() @@ -3932,7 +3932,7 @@ getErrors(query: ErrorLogQuery, deviceIds: number[]): Promise ###### Defined in -[src/facades/manager.ts:104](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/manager.ts#L104) +[src/facades/manager.ts:104](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/manager.ts#L104) --- @@ -3971,21 +3971,21 @@ new FloorFacade(manager: FacadeManager, instance: IFloorModel): FloorFacade ###### Defined in -[src/facades/base.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L86) +[src/facades/base.ts:86](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L86) #### Properties | Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in | | -------------------------- | ----------- | --------------------------------------------- | ------------- | ----------------------------------------------- | ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseSuperDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L68) | -| `frostProtectionLocation` | `readonly` | `"FloorIds"` | `'FloorIds'` | `BaseSuperDeviceFacade.frostProtectionLocation` | - | [src/facades/floor.ts:13](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/floor.ts#L13) | -| `holidayModeLocation` | `readonly` | `"Floors"` | `'Floors'` | `BaseSuperDeviceFacade.holidayModeLocation` | - | [src/facades/floor.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/floor.ts#L15) | -| `id` | `readonly` | `number` | `undefined` | - | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`id` `BaseSuperDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L66) | -| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L70) | -| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L72) | -| `model` | `readonly` | _typeof_ [`FloorModel`](README.md#floormodel) | `FloorModel` | `BaseSuperDeviceFacade.model` | - | [src/facades/floor.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/floor.ts#L17) | -| `specification` | `readonly` | `"FloorID"` | `'FloorID'` | `BaseSuperDeviceFacade.specification` | - | [src/facades/floor.ts:19](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/floor.ts#L19) | -| `tableName` | `readonly` | `"Floor"` | `'Floor'` | `BaseSuperDeviceFacade.tableName` | - | [src/facades/floor.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/floor.ts#L21) | +| `api` | `readonly` | [`MELCloudAPI`](README.md#melcloudapi) | `undefined` | - | `BaseSuperDeviceFacade.api` | [src/facades/base.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L68) | +| `frostProtectionLocation` | `readonly` | `"FloorIds"` | `'FloorIds'` | `BaseSuperDeviceFacade.frostProtectionLocation` | - | [src/facades/floor.ts:13](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/floor.ts#L13) | +| `holidayModeLocation` | `readonly` | `"Floors"` | `'Floors'` | `BaseSuperDeviceFacade.holidayModeLocation` | - | [src/facades/floor.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/floor.ts#L15) | +| `id` | `readonly` | `number` | `undefined` | - | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`id` `BaseSuperDeviceFacade.id` | [src/facades/base.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L66) | +| `isFrostProtectionDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isFrostProtectionDefined` | [src/facades/base.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L70) | +| `isHolidayModeDefined` | `protected` | `null` \| `boolean` | `null` | - | `BaseSuperDeviceFacade.isHolidayModeDefined` | [src/facades/base.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L72) | +| `model` | `readonly` | _typeof_ [`FloorModel`](README.md#floormodel) | `FloorModel` | `BaseSuperDeviceFacade.model` | - | [src/facades/floor.ts:17](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/floor.ts#L17) | +| `specification` | `readonly` | `"FloorID"` | `'FloorID'` | `BaseSuperDeviceFacade.specification` | - | [src/facades/floor.ts:19](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/floor.ts#L19) | +| `tableName` | `readonly` | `"Floor"` | `'Floor'` | `BaseSuperDeviceFacade.tableName` | - | [src/facades/floor.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/floor.ts#L21) | #### Accessors @@ -4011,7 +4011,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/facades/base_super_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L29) +[src/facades/base_super_device.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L29) ##### instance @@ -4031,7 +4031,7 @@ get protected instance(): T ###### Defined in -[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L96) +[src/facades/base.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L96) ##### name @@ -4055,7 +4055,7 @@ get name(): string ###### Defined in -[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L92) +[src/facades/base.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L92) #### Methods @@ -4079,7 +4079,7 @@ getAta(): Promise ###### Defined in -[src/facades/base_super_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L34) +[src/facades/base_super_device.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L34) ##### getErrors() @@ -4107,7 +4107,7 @@ getErrors(query: ErrorLogQuery): Promise ###### Defined in -[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L133) +[src/facades/base.ts:133](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L133) ##### getFrostProtection() @@ -4129,7 +4129,7 @@ getFrostProtection(): Promise ###### Defined in -[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L137) +[src/facades/base.ts:137](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L137) ##### getHolidayMode() @@ -4151,7 +4151,7 @@ getHolidayMode(): Promise ###### Defined in -[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L150) +[src/facades/base.ts:150](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L150) ##### getTiles() @@ -4181,7 +4181,7 @@ getTiles(select?: false): Promise> ###### Defined in -[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L163) +[src/facades/base.ts:163](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L163) ###### getTiles(select) @@ -4215,7 +4215,7 @@ getTiles(select: IDeviceModel): Promise> ###### Defined in -[src/facades/base.ts:164](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L164) +[src/facades/base.ts:164](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L164) ##### getWifiReport() @@ -4243,7 +4243,7 @@ getWifiReport(hour: number): Promise ###### Defined in -[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L184) +[src/facades/base.ts:184](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L184) ##### onSync() @@ -4274,7 +4274,7 @@ onSync(__namedParameters: { ###### Defined in -[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L115) +[src/facades/base.ts:115](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L115) ##### setAta() @@ -4302,7 +4302,7 @@ setAta(state: GroupAtaState): Promise ###### Defined in -[src/facades/base_super_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base_super_device.ts#L46) +[src/facades/base_super_device.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base_super_device.ts#L46) ##### setFrostProtection() @@ -4330,7 +4330,7 @@ setFrostProtection(__namedParameters: FrostProtectionQuery): Promise ###### Defined in -[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/base.ts#L125) +[src/facades/base.ts:125](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/base.ts#L125) --- @@ -4404,9 +4404,9 @@ setPower(power: boolean): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `buildingId` | `readonly` | `number` | - | [src/models/floor.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L24) | -| `id` | `readonly` | `number` | [`IFloorModel`](README.md#ifloormodel).`id` `BaseModel.id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/base.ts#L4) | -| `name` | `readonly` | `string` | [`IFloorModel`](README.md#ifloormodel).`name` `BaseModel.name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/base.ts#L6) | +| `buildingId` | `readonly` | `number` | - | [src/models/floor.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L24) | +| `id` | `readonly` | `number` | [`IFloorModel`](README.md#ifloormodel).`id` `BaseModel.id` | [src/models/base.ts:4](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/base.ts#L4) | +| `name` | `readonly` | `string` | [`IFloorModel`](README.md#ifloormodel).`name` `BaseModel.name` | [src/models/base.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/base.ts#L6) | #### Accessors @@ -4428,7 +4428,7 @@ get areaIds(): number[] ###### Defined in -[src/models/floor.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L35) +[src/models/floor.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L35) ##### areas @@ -4448,7 +4448,7 @@ get areas(): IAreaModel[] ###### Defined in -[src/models/floor.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L39) +[src/models/floor.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L39) ##### building @@ -4468,7 +4468,7 @@ get building(): undefined | IBuildingModel ###### Defined in -[src/models/floor.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L43) +[src/models/floor.ts:43](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L43) ##### deviceIds @@ -4488,7 +4488,7 @@ get deviceIds(): number[] ###### Defined in -[src/models/floor.ts:47](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L47) +[src/models/floor.ts:47](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L47) ##### devices @@ -4508,7 +4508,7 @@ get devices(): IDeviceModelAny[] ###### Defined in -[src/models/floor.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L51) +[src/models/floor.ts:51](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L51) #### Methods @@ -4524,7 +4524,7 @@ static getAll(): IFloorModel[] ###### Defined in -[src/models/floor.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L55) +[src/models/floor.ts:55](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L55) ##### getByBuildingId() @@ -4544,7 +4544,7 @@ static getByBuildingId(id: number): IFloorModel[] ###### Defined in -[src/models/floor.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L59) +[src/models/floor.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L59) ##### getById() @@ -4564,7 +4564,7 @@ static getById(id: number): undefined | IFloorModel ###### Defined in -[src/models/floor.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L63) +[src/models/floor.ts:63](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L63) ##### getByName() @@ -4584,7 +4584,7 @@ static getByName(name: string): undefined | IFloorModel ###### Defined in -[src/models/floor.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L67) +[src/models/floor.ts:67](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L67) ##### setModels() @@ -4611,7 +4611,7 @@ static setModels(__namedParameters: { ###### Defined in -[src/models/floor.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L71) +[src/models/floor.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L71) ##### sync() @@ -4631,7 +4631,7 @@ static sync(floors: FloorData[]): void ###### Defined in -[src/models/floor.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/floor.ts#L85) +[src/models/floor.ts:85](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/floor.ts#L85) --- @@ -4645,8 +4645,8 @@ static sync(floors: FloorData[]): void | Property | Modifier | Type | Defined in | | ----------------- | ---------- | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `onSync?` | `readonly` | [`OnSyncFunction`](README.md#onsyncfunction) | [src/services/api.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L95) | -| `settingManager?` | `readonly` | [`SettingManager`](README.md#settingmanager) | [src/services/api.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L97) | +| `onSync?` | `readonly` | [`OnSyncFunction`](README.md#onsyncfunction) | [src/services/api.ts:95](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L95) | +| `settingManager?` | `readonly` | [`SettingManager`](README.md#settingmanager) | [src/services/api.ts:97](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L97) | #### Methods @@ -4672,7 +4672,7 @@ authenticate(data?: LoginCredentials): Promise ###### Defined in -[src/services/api.ts:208](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L208) +[src/services/api.ts:208](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L208) ##### clearSync() @@ -4690,7 +4690,7 @@ clearSync(): void ###### Defined in -[src/services/api.ts:222](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L222) +[src/services/api.ts:222](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L222) ##### fetch() @@ -4708,7 +4708,7 @@ fetch(): Promise ###### Defined in -[src/services/api.ts:168](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L168) +[src/services/api.ts:168](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L168) ##### get() @@ -4735,7 +4735,7 @@ get(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`GetDeviceDataAta`](README.md#getdevicedataata) \| [`GetDeviceDataAtw`](README.md#getdevicedataatw) \| [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/services/api.ts:233](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L233) | +| `data` | [`GetDeviceDataAta`](README.md#getdevicedataata) \| [`GetDeviceDataAtw`](README.md#getdevicedataatw) \| [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/services/api.ts:233](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L233) | ###### Implementation of @@ -4743,7 +4743,7 @@ get(__namedParameters: { ###### Defined in -[src/services/api.ts:229](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L229) +[src/services/api.ts:229](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L229) ##### getAta() @@ -4770,7 +4770,7 @@ getAta(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`GetGroupAtaData`](README.md#getgroupatadata) | [src/services/api.ts:241](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L241) | +| `data` | [`GetGroupAtaData`](README.md#getgroupatadata) | [src/services/api.ts:241](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L241) | ###### Implementation of @@ -4778,7 +4778,7 @@ getAta(__namedParameters: { ###### Defined in -[src/services/api.ts:237](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L237) +[src/services/api.ts:237](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L237) ##### getEnergyReport() @@ -4805,7 +4805,7 @@ getEnergyReport(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw) | [src/services/api.ts:249](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L249) | +| `data` | [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw) | [src/services/api.ts:249](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L249) | ###### Implementation of @@ -4813,7 +4813,7 @@ getEnergyReport(__namedParameters: { ###### Defined in -[src/services/api.ts:245](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L245) +[src/services/api.ts:245](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L245) ##### getErrors() @@ -4840,7 +4840,7 @@ getErrors(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[] | [src/services/api.ts:257](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L257) | +| `data` | [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[] | [src/services/api.ts:257](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L257) | ###### Implementation of @@ -4848,7 +4848,7 @@ getErrors(__namedParameters: { ###### Defined in -[src/services/api.ts:253](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L253) +[src/services/api.ts:253](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L253) ##### getFrostProtection() @@ -4875,7 +4875,7 @@ getFrostProtection(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`FrostProtectionData`](README.md#frostprotectiondata) | [src/services/api.ts:265](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L265) | +| `data` | [`FrostProtectionData`](README.md#frostprotectiondata) | [src/services/api.ts:265](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L265) | ###### Implementation of @@ -4883,7 +4883,7 @@ getFrostProtection(__namedParameters: { ###### Defined in -[src/services/api.ts:261](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L261) +[src/services/api.ts:261](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L261) ##### getHolidayMode() @@ -4910,7 +4910,7 @@ getHolidayMode(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`HolidayModeData`](README.md#holidaymodedata) | [src/services/api.ts:275](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L275) | +| `data` | [`HolidayModeData`](README.md#holidaymodedata) | [src/services/api.ts:275](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L275) | ###### Implementation of @@ -4918,7 +4918,7 @@ getHolidayMode(__namedParameters: { ###### Defined in -[src/services/api.ts:271](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L271) +[src/services/api.ts:271](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L271) ##### getTiles() @@ -4947,7 +4947,7 @@ getTiles(__namedParameters: { | Name | Type | Defined in | | ------ | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`TilesData`](README.md#tilesdatat)\<`null`\> | [src/services/api.ts:285](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L285) | +| `data` | [`TilesData`](README.md#tilesdatat)\<`null`\> | [src/services/api.ts:285](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L285) | ###### Implementation of @@ -4955,7 +4955,7 @@ getTiles(__namedParameters: { ###### Defined in -[src/services/api.ts:281](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L281) +[src/services/api.ts:281](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L281) ###### getTiles(\_\_namedParameters) @@ -4988,7 +4988,7 @@ getTiles(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`TilesData`](README.md#tilesdatat)\<`T`\> | [src/services/api.ts:291](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L291) | +| `data` | [`TilesData`](README.md#tilesdatat)\<`T`\> | [src/services/api.ts:291](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L291) | ###### Implementation of @@ -4996,7 +4996,7 @@ getTiles(__namedParameters: { ###### Defined in -[src/services/api.ts:287](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L287) +[src/services/api.ts:287](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L287) ##### getWifiReport() @@ -5023,7 +5023,7 @@ getWifiReport(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`WifiData`](README.md#wifidata) | [src/services/api.ts:305](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L305) | +| `data` | [`WifiData`](README.md#wifidata) | [src/services/api.ts:305](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L305) | ###### Implementation of @@ -5031,7 +5031,7 @@ getWifiReport(__namedParameters: { ###### Defined in -[src/services/api.ts:301](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L301) +[src/services/api.ts:301](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L301) ##### list() @@ -5049,7 +5049,7 @@ list(): Promise<{ | Name | Type | Defined in | | ------ | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`Building`](README.md#building-3)[] | [src/services/api.ts:309](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L309) | +| `data` | [`Building`](README.md#building-3)[] | [src/services/api.ts:309](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L309) | ###### Implementation of @@ -5057,7 +5057,7 @@ list(): Promise<{ ###### Defined in -[src/services/api.ts:309](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L309) +[src/services/api.ts:309](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L309) ##### login() @@ -5084,7 +5084,7 @@ login(__namedParameters: { | Name | Type | Defined in | | ------ | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`LoginData`](README.md#logindata) | [src/services/api.ts:317](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L317) | +| `data` | [`LoginData`](README.md#logindata) | [src/services/api.ts:317](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L317) | ###### Implementation of @@ -5092,7 +5092,7 @@ login(__namedParameters: { ###### Defined in -[src/services/api.ts:313](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L313) +[src/services/api.ts:313](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L313) ##### set() @@ -5127,7 +5127,7 @@ set(__namedParameters: { | Name | Type | Defined in | | ------ | ------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SetDeviceData`](README.md#setdevicedata)\[`T`\] | [src/services/api.ts:327](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L327) | +| `data` | [`SetDeviceData`](README.md#setdevicedata)\[`T`\] | [src/services/api.ts:327](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L327) | ###### Implementation of @@ -5135,7 +5135,7 @@ set(__namedParameters: { ###### Defined in -[src/services/api.ts:321](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L321) +[src/services/api.ts:321](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L321) ##### setAta() @@ -5162,7 +5162,7 @@ setAta(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:335](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L335) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:335](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L335) | ###### Implementation of @@ -5170,7 +5170,7 @@ setAta(__namedParameters: { ###### Defined in -[src/services/api.ts:331](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L331) +[src/services/api.ts:331](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L331) ##### setFrostProtection() @@ -5197,7 +5197,7 @@ setFrostProtection(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:343](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L343) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:343](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L343) | ###### Implementation of @@ -5205,7 +5205,7 @@ setFrostProtection(__namedParameters: { ###### Defined in -[src/services/api.ts:339](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L339) +[src/services/api.ts:339](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L339) ##### setHolidayMode() @@ -5232,7 +5232,7 @@ setHolidayMode(__namedParameters: { | Name | Type | Defined in | | ------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:351](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L351) | +| `data` | [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata) | [src/services/api.ts:351](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L351) | ###### Implementation of @@ -5240,7 +5240,7 @@ setHolidayMode(__namedParameters: { ###### Defined in -[src/services/api.ts:347](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L347) +[src/services/api.ts:347](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L347) ##### setLanguage() @@ -5260,7 +5260,7 @@ setLanguage(language: string): Promise ###### Defined in -[src/services/api.ts:355](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L355) +[src/services/api.ts:355](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L355) ##### setPower() @@ -5287,7 +5287,7 @@ setPower(__namedParameters: { | Name | Type | Defined in | | ------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | `boolean` | [src/services/api.ts:370](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L370) | +| `data` | `boolean` | [src/services/api.ts:370](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L370) | ###### Implementation of @@ -5295,7 +5295,7 @@ setPower(__namedParameters: { ###### Defined in -[src/services/api.ts:366](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L366) +[src/services/api.ts:366](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L366) ##### updateLanguage() @@ -5325,7 +5325,7 @@ updateLanguage(__namedParameters: { | Name | Type | Defined in | | ------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | `boolean` | [src/services/api.ts:378](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L378) | +| `data` | `boolean` | [src/services/api.ts:378](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L378) | ###### Implementation of @@ -5333,7 +5333,7 @@ updateLanguage(__namedParameters: { ###### Defined in -[src/services/api.ts:374](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L374) +[src/services/api.ts:374](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L374) ##### create() @@ -5353,7 +5353,7 @@ static create(config: APIConfig): Promise ###### Defined in -[src/services/api.ts:161](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/api.ts#L161) +[src/services/api.ts:161](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/api.ts#L161) ## Interfaces @@ -5367,15 +5367,15 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------- | ---------- | -------------------------------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `autoSyncInterval?` | `public` | `null` \| `number` | - | [src/services/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L65) | -| `language?` | `public` | `string` | - | [src/services/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L66) | -| `logger?` | `public` | [`Logger`](README.md#logger) | - | [src/services/interfaces.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L67) | -| `onSync?` | `public` | [`OnSyncFunction`](README.md#onsyncfunction) | - | [src/services/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L68) | -| `password?` | `readonly` | `string` | `Partial.password` | [src/types/common.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L37) | -| `settingManager?` | `public` | [`SettingManager`](README.md#settingmanager) | - | [src/services/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L69) | -| `shouldVerifySSL?` | `public` | `boolean` | - | [src/services/interfaces.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L70) | -| `timezone?` | `public` | `string` | - | [src/services/interfaces.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L71) | -| `username?` | `readonly` | `string` | `Partial.username` | [src/types/common.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L38) | +| `autoSyncInterval?` | `public` | `null` \| `number` | - | [src/services/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L65) | +| `language?` | `public` | `string` | - | [src/services/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L66) | +| `logger?` | `public` | [`Logger`](README.md#logger) | - | [src/services/interfaces.ts:67](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L67) | +| `onSync?` | `public` | [`OnSyncFunction`](README.md#onsyncfunction) | - | [src/services/interfaces.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L68) | +| `password?` | `readonly` | `string` | `Partial.password` | [src/types/common.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L37) | +| `settingManager?` | `public` | [`SettingManager`](README.md#settingmanager) | - | [src/services/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L69) | +| `shouldVerifySSL?` | `public` | `boolean` | - | [src/services/interfaces.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L70) | +| `timezone?` | `public` | `string` | - | [src/services/interfaces.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L71) | +| `username?` | `readonly` | `string` | `Partial.username` | [src/types/common.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L38) | --- @@ -5385,10 +5385,10 @@ static create(config: APIConfig): Promise | Property | Type | Defined in | | ------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `contextKey?` | `null` \| `string` | [src/services/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L33) | -| `expiry?` | `null` \| `string` | [src/services/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L34) | -| `password?` | `null` \| `string` | [src/services/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L35) | -| `username?` | `null` \| `string` | [src/services/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L36) | +| `contextKey?` | `null` \| `string` | [src/services/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L33) | +| `expiry?` | `null` \| `string` | [src/services/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L34) | +| `password?` | `null` \| `string` | [src/services/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L35) | +| `username?` | `null` \| `string` | [src/services/interfaces.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L36) | --- @@ -5408,10 +5408,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `BuildingId` | `readonly` | `number` | [`FloorData`](README.md#floordata).`BuildingId` | [src/types/common.ts:187](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L187) | -| `FloorId` | `readonly` | `T` | - | [src/types/common.ts:168](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L168) | -| `ID` | `readonly` | `number` | [`FloorData`](README.md#floordata).`ID` | [src/types/common.ts:188](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L188) | -| `Name` | `readonly` | `string` | [`FloorData`](README.md#floordata).`Name` | [src/types/common.ts:189](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L189) | +| `BuildingId` | `readonly` | `number` | [`FloorData`](README.md#floordata).`BuildingId` | [src/types/common.ts:187](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L187) | +| `FloorId` | `readonly` | `T` | - | [src/types/common.ts:168](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L168) | +| `ID` | `readonly` | `number` | [`FloorData`](README.md#floordata).`ID` | [src/types/common.ts:188](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L188) | +| `Name` | `readonly` | `string` | [`FloorData`](README.md#floordata).`Name` | [src/types/common.ts:189](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L189) | --- @@ -5427,8 +5427,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ---------------- | ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L9) | -| `EffectiveFlags` | `readonly` | `number` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L10) | +| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:9](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L9) | +| `EffectiveFlags` | `readonly` | `number` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L10) | --- @@ -5442,11 +5442,11 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Overrides | Inherited from | Defined in | | ------------------- | ---------- | --------- | ------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `EffectiveFlags` | `readonly` | `0` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | - | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L26) | -| `LastCommunication` | `readonly` | `string` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L14) | -| `NextCommunication` | `readonly` | `string` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L15) | -| `Offline` | `readonly` | `boolean` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `Power` | `readonly` | `boolean` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | +| `EffectiveFlags` | `readonly` | `0` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | - | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L26) | +| `LastCommunication` | `readonly` | `string` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L14) | +| `NextCommunication` | `readonly` | `string` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L15) | +| `Offline` | `readonly` | `boolean` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `Power` | `readonly` | `boolean` | - | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | --- @@ -5462,12 +5462,12 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------ | ---------- | ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID` | `readonly` | `null` \| `number` | [src/types/bases.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L35) | -| `BuildingID` | `readonly` | `number` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L36) | -| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L37) | -| `DeviceName` | `readonly` | `string` | [src/types/bases.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L38) | -| `FloorID` | `readonly` | `null` \| `number` | [src/types/bases.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L39) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [src/types/bases.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L40) | +| `AreaID` | `readonly` | `null` \| `number` | [src/types/bases.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L35) | +| `BuildingID` | `readonly` | `number` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L36) | +| `DeviceID` | `readonly` | `number` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L37) | +| `DeviceName` | `readonly` | `string` | [src/types/bases.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L38) | +| `FloorID` | `readonly` | `null` \| `number` | [src/types/bases.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L39) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [src/types/bases.ts:40](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L40) | --- @@ -5487,10 +5487,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | -------------------- | ---------- | --------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `EffectiveFlags` | `readonly` | `0` | `Omit.EffectiveFlags` | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L26) | -| `Offline` | `readonly` | `boolean` | `Omit.Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `Power` | `readonly` | `boolean` | `Omit.Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `WifiSignalStrength` | `readonly` | `number` | - | [src/types/bases.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L31) | +| `EffectiveFlags` | `readonly` | `0` | `Omit.EffectiveFlags` | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L26) | +| `Offline` | `readonly` | `boolean` | `Omit.Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `Power` | `readonly` | `boolean` | `Omit.Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `WifiSignalStrength` | `readonly` | `number` | - | [src/types/bases.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L31) | --- @@ -5511,11 +5511,11 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------- | ---------- | --------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `EffectiveFlags` | `readonly` | `number` | - | [src/types/bases.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L21) | -| `LastCommunication` | `readonly` | `string` | [`DeviceDataNotInList`](README.md#devicedatanotinlist).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L14) | -| `NextCommunication` | `readonly` | `string` | [`DeviceDataNotInList`](README.md#devicedatanotinlist).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L15) | -| `Offline` | `readonly` | `boolean` | - | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `Power` | `readonly` | `boolean` | `Required.Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | +| `EffectiveFlags` | `readonly` | `number` | - | [src/types/bases.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L21) | +| `LastCommunication` | `readonly` | `string` | [`DeviceDataNotInList`](README.md#devicedatanotinlist).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L14) | +| `NextCommunication` | `readonly` | `string` | [`DeviceDataNotInList`](README.md#devicedatanotinlist).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L15) | +| `Offline` | `readonly` | `boolean` | - | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `Power` | `readonly` | `boolean` | `Required.Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | --- @@ -5531,7 +5531,7 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `Power?` | `readonly` | `boolean` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | +| `Power?` | `readonly` | `boolean` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | --- @@ -5545,21 +5545,21 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FPDefined` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`FPDefined` | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L106) | -| `FPEnabled` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`FPEnabled` | [src/types/common.ts:107](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L107) | -| `FPMaxTemperature` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`FPMaxTemperature` | [src/types/common.ts:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L108) | -| `FPMinTemperature` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`FPMinTemperature` | [src/types/common.ts:109](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L109) | -| `HMDefined` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`HMDefined` | [src/types/common.ts:144](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L144) | -| `HMEnabled` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`HMEnabled` | [src/types/common.ts:145](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L145) | -| `HMEndDate` | `readonly` | `null` \| `string` | [`BuildingData`](README.md#buildingdata).`HMEndDate` | [src/types/common.ts:146](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L146) | -| `HMStartDate` | `readonly` | `null` \| `string` | [`BuildingData`](README.md#buildingdata).`HMStartDate` | [src/types/common.ts:147](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L147) | -| `ID` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`ID` | [src/types/common.ts:163](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L163) | -| `Name` | `readonly` | `string` | [`BuildingData`](README.md#buildingdata).`Name` | [src/types/common.ts:164](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L164) | -| `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:192](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L192) | -| `Structure.Areas` | `readonly` | readonly [`AreaData`](README.md#areadatat)\<`null`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[] | - | [src/types/common.ts:193](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L193) | -| `Structure.Devices` | `readonly` | readonly [`ListDeviceAny`](README.md#listdeviceany)[] | - | [src/types/common.ts:196](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L196) | -| `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:197](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L197) | -| `TimeZone` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`TimeZone` | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L156) | +| `FPDefined` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`FPDefined` | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L106) | +| `FPEnabled` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`FPEnabled` | [src/types/common.ts:107](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L107) | +| `FPMaxTemperature` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`FPMaxTemperature` | [src/types/common.ts:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L108) | +| `FPMinTemperature` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`FPMinTemperature` | [src/types/common.ts:109](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L109) | +| `HMDefined` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`HMDefined` | [src/types/common.ts:144](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L144) | +| `HMEnabled` | `readonly` | `boolean` | [`BuildingData`](README.md#buildingdata).`HMEnabled` | [src/types/common.ts:145](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L145) | +| `HMEndDate` | `readonly` | `null` \| `string` | [`BuildingData`](README.md#buildingdata).`HMEndDate` | [src/types/common.ts:146](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L146) | +| `HMStartDate` | `readonly` | `null` \| `string` | [`BuildingData`](README.md#buildingdata).`HMStartDate` | [src/types/common.ts:147](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L147) | +| `ID` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`ID` | [src/types/common.ts:163](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L163) | +| `Name` | `readonly` | `string` | [`BuildingData`](README.md#buildingdata).`Name` | [src/types/common.ts:164](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L164) | +| `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:192](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L192) | +| `Structure.Areas` | `readonly` | readonly [`AreaData`](README.md#areadatat)\<`null`\> & \{ `Devices`: readonly [`ListDeviceAny`](README.md#listdeviceany)[]; \}[] | - | [src/types/common.ts:193](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L193) | +| `Structure.Devices` | `readonly` | readonly [`ListDeviceAny`](README.md#listdeviceany)[] | - | [src/types/common.ts:196](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L196) | +| `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:197](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L197) | +| `TimeZone` | `readonly` | `number` | [`BuildingData`](README.md#buildingdata).`TimeZone` | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L156) | --- @@ -5577,17 +5577,17 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------ | ---------- | ------------------ | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FPDefined` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`FPDefined` | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L106) | -| `FPEnabled` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`FPEnabled` | [src/types/common.ts:107](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L107) | -| `FPMaxTemperature` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`FPMaxTemperature` | [src/types/common.ts:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L108) | -| `FPMinTemperature` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`FPMinTemperature` | [src/types/common.ts:109](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L109) | -| `HMDefined` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`HMDefined` | [src/types/common.ts:144](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L144) | -| `HMEnabled` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`HMEnabled` | [src/types/common.ts:145](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L145) | -| `HMEndDate` | `readonly` | `null` \| `string` | [`ZoneSettings`](README.md#zonesettings).`HMEndDate` | [src/types/common.ts:146](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L146) | -| `HMStartDate` | `readonly` | `null` \| `string` | [`ZoneSettings`](README.md#zonesettings).`HMStartDate` | [src/types/common.ts:147](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L147) | -| `ID` | `readonly` | `number` | - | [src/types/common.ts:163](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L163) | -| `Name` | `readonly` | `string` | - | [src/types/common.ts:164](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L164) | -| `TimeZone` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`TimeZone` | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L156) | +| `FPDefined` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`FPDefined` | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L106) | +| `FPEnabled` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`FPEnabled` | [src/types/common.ts:107](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L107) | +| `FPMaxTemperature` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`FPMaxTemperature` | [src/types/common.ts:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L108) | +| `FPMinTemperature` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`FPMinTemperature` | [src/types/common.ts:109](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L109) | +| `HMDefined` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`HMDefined` | [src/types/common.ts:144](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L144) | +| `HMEnabled` | `readonly` | `boolean` | [`ZoneSettings`](README.md#zonesettings).`HMEnabled` | [src/types/common.ts:145](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L145) | +| `HMEndDate` | `readonly` | `null` \| `string` | [`ZoneSettings`](README.md#zonesettings).`HMEndDate` | [src/types/common.ts:146](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L146) | +| `HMStartDate` | `readonly` | `null` \| `string` | [`ZoneSettings`](README.md#zonesettings).`HMStartDate` | [src/types/common.ts:147](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L147) | +| `ID` | `readonly` | `number` | - | [src/types/common.ts:163](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L163) | +| `Name` | `readonly` | `string` | - | [src/types/common.ts:164](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L164) | +| `TimeZone` | `readonly` | `number` | [`ZoneSettings`](README.md#zonesettings).`TimeZone` | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L156) | --- @@ -5601,8 +5601,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------------- | ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `LastCommunication` | `readonly` | `string` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L14) | -| `NextCommunication` | `readonly` | `string` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L15) | +| `LastCommunication` | `readonly` | `string` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L14) | +| `NextCommunication` | `readonly` | `string` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L15) | --- @@ -5612,9 +5612,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `readonly` | [`EnergyDataAta`](README.md#energydataata) | [src/types/common.ts:269](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L269) | -| `Atw` | `readonly` | [`EnergyDataAtw`](README.md#energydataatw) | [src/types/common.ts:270](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L270) | -| `Erv` | `readonly` | `never` | [src/types/common.ts:271](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L271) | +| `Ata` | `readonly` | [`EnergyDataAta`](README.md#energydataata) | [src/types/common.ts:269](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L269) | +| `Atw` | `readonly` | [`EnergyDataAtw`](README.md#energydataatw) | [src/types/common.ts:270](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L270) | +| `Erv` | `readonly` | `never` | [src/types/common.ts:271](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L271) | --- @@ -5624,19 +5624,19 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ---------------------------- | ---------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `Auto` | `readonly` | readonly `number`[] | [src/types/ata.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L70) | -| `Cooling` | `readonly` | readonly `number`[] | [src/types/ata.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L71) | -| `Dry` | `readonly` | readonly `number`[] | [src/types/ata.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L72) | -| `Fan` | `readonly` | readonly `number`[] | [src/types/ata.ts:73](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L73) | -| `Heating` | `readonly` | readonly `number`[] | [src/types/ata.ts:74](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L74) | -| `Other` | `readonly` | readonly `number`[] | [src/types/ata.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L75) | -| `TotalAutoConsumed` | `readonly` | `number` | [src/types/ata.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L76) | -| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/ata.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L77) | -| `TotalDryConsumed` | `readonly` | `number` | [src/types/ata.ts:78](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L78) | -| `TotalFanConsumed` | `readonly` | `number` | [src/types/ata.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L79) | -| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/ata.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L80) | -| `TotalOtherConsumed` | `readonly` | `number` | [src/types/ata.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L81) | -| `UsageDisclaimerPercentages` | `readonly` | `string` | [src/types/ata.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L82) | +| `Auto` | `readonly` | readonly `number`[] | [src/types/ata.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L70) | +| `Cooling` | `readonly` | readonly `number`[] | [src/types/ata.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L71) | +| `Dry` | `readonly` | readonly `number`[] | [src/types/ata.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L72) | +| `Fan` | `readonly` | readonly `number`[] | [src/types/ata.ts:73](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L73) | +| `Heating` | `readonly` | readonly `number`[] | [src/types/ata.ts:74](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L74) | +| `Other` | `readonly` | readonly `number`[] | [src/types/ata.ts:75](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L75) | +| `TotalAutoConsumed` | `readonly` | `number` | [src/types/ata.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L76) | +| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/ata.ts:77](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L77) | +| `TotalDryConsumed` | `readonly` | `number` | [src/types/ata.ts:78](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L78) | +| `TotalFanConsumed` | `readonly` | `number` | [src/types/ata.ts:79](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L79) | +| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/ata.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L80) | +| `TotalOtherConsumed` | `readonly` | `number` | [src/types/ata.ts:81](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L81) | +| `UsageDisclaimerPercentages` | `readonly` | `string` | [src/types/ata.ts:82](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L82) | --- @@ -5646,13 +5646,13 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ----------------------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `CoP` | `readonly` | readonly `number`[] | [src/types/atw.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L97) | -| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/atw.ts:98](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L98) | -| `TotalCoolingProduced` | `readonly` | `number` | [src/types/atw.ts:99](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L99) | -| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/atw.ts:100](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L100) | -| `TotalHeatingProduced` | `readonly` | `number` | [src/types/atw.ts:101](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L101) | -| `TotalHotWaterConsumed` | `readonly` | `number` | [src/types/atw.ts:102](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L102) | -| `TotalHotWaterProduced` | `readonly` | `number` | [src/types/atw.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L103) | +| `CoP` | `readonly` | readonly `number`[] | [src/types/atw.ts:97](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L97) | +| `TotalCoolingConsumed` | `readonly` | `number` | [src/types/atw.ts:98](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L98) | +| `TotalCoolingProduced` | `readonly` | `number` | [src/types/atw.ts:99](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L99) | +| `TotalHeatingConsumed` | `readonly` | `number` | [src/types/atw.ts:100](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L100) | +| `TotalHeatingProduced` | `readonly` | `number` | [src/types/atw.ts:101](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L101) | +| `TotalHotWaterConsumed` | `readonly` | `number` | [src/types/atw.ts:102](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L102) | +| `TotalHotWaterProduced` | `readonly` | `number` | [src/types/atw.ts:103](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L103) | --- @@ -5662,9 +5662,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ---------- | ---------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [src/types/common.ts:264](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L264) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:265](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L265) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:266](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L266) | +| `DeviceID` | `readonly` | `number` | [src/types/common.ts:264](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L264) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:265](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L265) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:266](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L266) | --- @@ -5674,10 +5674,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------------- | ---------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceId` | `readonly` | `number` | [src/types/common.ts:280](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L280) | -| `EndDate` | `readonly` | `string` | [src/types/common.ts:281](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L281) | -| `ErrorMessage` | `readonly` | `null` \| `string` | [src/types/common.ts:282](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L282) | -| `StartDate` | `readonly` | `string` | [src/types/common.ts:283](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L283) | +| `DeviceId` | `readonly` | `number` | [src/types/common.ts:280](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L280) | +| `EndDate` | `readonly` | `string` | [src/types/common.ts:281](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L281) | +| `ErrorMessage` | `readonly` | `null` \| `string` | [src/types/common.ts:282](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L282) | +| `StartDate` | `readonly` | `string` | [src/types/common.ts:283](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L283) | --- @@ -5687,9 +5687,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `date` | `readonly` | `string` | [src/facades/interfaces.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L32) | -| `device` | `readonly` | `string` | [src/facades/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L33) | -| `error` | `readonly` | `string` | [src/facades/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L34) | +| `date` | `readonly` | `string` | [src/facades/interfaces.ts:32](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L32) | +| `device` | `readonly` | `string` | [src/facades/interfaces.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L33) | +| `error` | `readonly` | `string` | [src/facades/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L34) | --- @@ -5699,10 +5699,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | --------------- | ---------- | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `errors` | `readonly` | [`ErrorDetails`](README.md#errordetails)[] | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L37) | -| `fromDateHuman` | `readonly` | `string` | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L38) | -| `nextFromDate` | `readonly` | `string` | [src/facades/interfaces.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L39) | -| `nextToDate` | `readonly` | `string` | [src/facades/interfaces.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L40) | +| `errors` | `readonly` | [`ErrorDetails`](README.md#errordetails)[] | [src/facades/interfaces.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L37) | +| `fromDateHuman` | `readonly` | `string` | [src/facades/interfaces.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L38) | +| `nextFromDate` | `readonly` | `string` | [src/facades/interfaces.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L39) | +| `nextToDate` | `readonly` | `string` | [src/facades/interfaces.ts:40](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L40) | --- @@ -5712,10 +5712,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | --------- | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `from?` | `readonly` | `string` | [src/facades/interfaces.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L26) | -| `limit?` | `readonly` | `string` | [src/facades/interfaces.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L27) | -| `offset?` | `readonly` | `string` | [src/facades/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L28) | -| `to?` | `readonly` | `string` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L29) | +| `from?` | `readonly` | `string` | [src/facades/interfaces.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L26) | +| `limit?` | `readonly` | `string` | [src/facades/interfaces.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L27) | +| `offset?` | `readonly` | `string` | [src/facades/interfaces.ts:28](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L28) | +| `to?` | `readonly` | `string` | [src/facades/interfaces.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L29) | --- @@ -5725,9 +5725,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ----------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceIDs` | `readonly` | readonly `number`[] | [src/types/common.ts:275](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L275) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:276](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L276) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:277](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L277) | +| `DeviceIDs` | `readonly` | readonly `number`[] | [src/types/common.ts:275](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L275) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:276](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L276) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:277](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L277) | --- @@ -5737,8 +5737,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ----------------- | ---------- | ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `AttributeErrors` | `readonly` | `Record`\<`string`, readonly `string`[]\> | [src/types/common.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L85) | -| `Success` | `readonly` | `false` | [src/types/common.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L86) | +| `AttributeErrors` | `readonly` | `Record`\<`string`, readonly `string`[]\> | [src/types/common.ts:85](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L85) | +| `Success` | `readonly` | `false` | [src/types/common.ts:86](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L86) | --- @@ -5752,9 +5752,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------ | ---------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `BuildingId` | `readonly` | `number` | [src/types/common.ts:187](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L187) | -| `ID` | `readonly` | `number` | [src/types/common.ts:188](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L188) | -| `Name` | `readonly` | `string` | [src/types/common.ts:189](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L189) | +| `BuildingId` | `readonly` | `number` | [src/types/common.ts:187](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L187) | +| `ID` | `readonly` | `number` | [src/types/common.ts:188](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L188) | +| `Name` | `readonly` | `string` | [src/types/common.ts:189](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L189) | --- @@ -5768,10 +5768,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------------ | ---------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FPDefined` | `readonly` | `boolean` | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L106) | -| `FPEnabled` | `readonly` | `boolean` | [src/types/common.ts:107](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L107) | -| `FPMaxTemperature` | `readonly` | `number` | [src/types/common.ts:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L108) | -| `FPMinTemperature` | `readonly` | `number` | [src/types/common.ts:109](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L109) | +| `FPDefined` | `readonly` | `boolean` | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L106) | +| `FPEnabled` | `readonly` | `boolean` | [src/types/common.ts:107](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L107) | +| `FPMaxTemperature` | `readonly` | `number` | [src/types/common.ts:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L108) | +| `FPMinTemperature` | `readonly` | `number` | [src/types/common.ts:109](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L109) | --- @@ -5785,10 +5785,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------------- | ---------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `AreaIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L95) | -| `BuildingIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L96) | -| `DeviceIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L97) | -| `FloorIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:98](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L98) | +| `AreaIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:95](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L95) | +| `BuildingIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L96) | +| `DeviceIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:97](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L97) | +| `FloorIds?` | `readonly` | readonly `number`[] | [src/types/common.ts:98](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L98) | --- @@ -5802,13 +5802,13 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | -------------------- | ---------- | ------------------- | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`AreaIds` | [src/types/common.ts:95](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L95) | -| `BuildingIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`BuildingIds` | [src/types/common.ts:96](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L96) | -| `DeviceIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`DeviceIds` | [src/types/common.ts:97](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L97) | -| `Enabled` | `readonly` | `boolean` | - | [src/types/common.ts:101](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L101) | -| `FloorIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`FloorIds` | [src/types/common.ts:98](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L98) | -| `MaximumTemperature` | `readonly` | `number` | - | [src/types/common.ts:102](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L102) | -| `MinimumTemperature` | `readonly` | `number` | - | [src/types/common.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L103) | +| `AreaIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`AreaIds` | [src/types/common.ts:95](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L95) | +| `BuildingIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`BuildingIds` | [src/types/common.ts:96](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L96) | +| `DeviceIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`DeviceIds` | [src/types/common.ts:97](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L97) | +| `Enabled` | `readonly` | `boolean` | - | [src/types/common.ts:101](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L101) | +| `FloorIds?` | `readonly` | readonly `number`[] | [`FrostProtectionLocation`](README.md#frostprotectionlocation).`FloorIds` | [src/types/common.ts:98](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L98) | +| `MaximumTemperature` | `readonly` | `number` | - | [src/types/common.ts:102](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L102) | +| `MinimumTemperature` | `readonly` | `number` | - | [src/types/common.ts:103](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L103) | --- @@ -5818,9 +5818,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ---------- | ---------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `enabled?` | `readonly` | `boolean` | [src/facades/interfaces.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L46) | -| `max` | `readonly` | `number` | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L44) | -| `min` | `readonly` | `number` | [src/facades/interfaces.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L45) | +| `enabled?` | `readonly` | `boolean` | [src/facades/interfaces.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L46) | +| `max` | `readonly` | `number` | [src/facades/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L44) | +| `min` | `readonly` | `number` | [src/facades/interfaces.ts:45](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L45) | --- @@ -5830,9 +5830,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | `readonly` | [`GetDeviceDataAta`](README.md#getdevicedataata) | [src/types/common.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L75) | -| `Atw` | `readonly` | [`GetDeviceDataAtw`](README.md#getdevicedataatw) | [src/types/common.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L76) | -| `Erv` | `readonly` | [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/types/common.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L77) | +| `Ata` | `readonly` | [`GetDeviceDataAta`](README.md#getdevicedataata) | [src/types/common.ts:75](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L75) | +| `Atw` | `readonly` | [`GetDeviceDataAtw`](README.md#getdevicedataatw) | [src/types/common.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L76) | +| `Erv` | `readonly` | [`GetDeviceDataErv`](README.md#getdevicedataerv) | [src/types/common.ts:77](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L77) | --- @@ -5842,8 +5842,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------ | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `buildingId` | `readonly` | `number` | [src/types/common.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L71) | -| `id` | `readonly` | `number` | [src/types/common.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L72) | +| `buildingId` | `readonly` | `number` | [src/types/common.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L71) | +| `id` | `readonly` | `number` | [src/types/common.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L72) | --- @@ -5853,10 +5853,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Data` | `readonly` | \{ `Group`: \{ `Specification`: `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\>; `State`: `Required`\<[`GroupAtaState`](README.md#groupatastate)\>; \}; \} | [src/types/common.ts:231](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L231) | -| `Data.Group` | `readonly` | \{ `Specification`: `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\>; `State`: `Required`\<[`GroupAtaState`](README.md#groupatastate)\>; \} | [src/types/common.ts:232](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L232) | -| `Data.Group.Specification` | `readonly` | `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\> | [src/types/common.ts:233](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L233) | -| `Data.Group.State` | `readonly` | `Required`\<[`GroupAtaState`](README.md#groupatastate)\> | [src/types/common.ts:234](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L234) | +| `Data` | `readonly` | \{ `Group`: \{ `Specification`: `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\>; `State`: `Required`\<[`GroupAtaState`](README.md#groupatastate)\>; \}; \} | [src/types/common.ts:231](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L231) | +| `Data.Group` | `readonly` | \{ `Specification`: `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\>; `State`: `Required`\<[`GroupAtaState`](README.md#groupatastate)\>; \} | [src/types/common.ts:232](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L232) | +| `Data.Group.Specification` | `readonly` | `Required`\<[`GetGroupAtaPostData`](README.md#getgroupatapostdata)\> | [src/types/common.ts:233](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L233) | +| `Data.Group.State` | `readonly` | `Required`\<[`GroupAtaState`](README.md#groupatastate)\> | [src/types/common.ts:234](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L234) | --- @@ -5866,9 +5866,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------- | ---------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID?` | `readonly` | `null` \| `number` | [src/types/common.ts:212](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L212) | -| `BuildingID?` | `readonly` | `null` \| `number` | [src/types/common.ts:213](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L213) | -| `FloorID?` | `readonly` | `null` \| `number` | [src/types/common.ts:214](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L214) | +| `AreaID?` | `readonly` | `null` \| `number` | [src/types/common.ts:212](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L212) | +| `BuildingID?` | `readonly` | `null` \| `number` | [src/types/common.ts:213](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L213) | +| `FloorID?` | `readonly` | `null` \| `number` | [src/types/common.ts:214](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L214) | --- @@ -5878,14 +5878,14 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------------------------- | ---------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FanSpeed?` | `readonly` | \| `null` \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [src/types/common.ts:217](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L217) | -| `OperationMode?` | `readonly` | `null` \| [`OperationMode`](README.md#operationmode) | [src/types/common.ts:218](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L218) | -| `Power?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:219](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L219) | -| `SetTemperature?` | `readonly` | `null` \| `number` | [src/types/common.ts:220](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L220) | -| `VaneHorizontalDirection?` | `readonly` | `null` \| [`Horizontal`](README.md#horizontal) | [src/types/common.ts:221](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L221) | -| `VaneHorizontalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:222](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L222) | -| `VaneVerticalDirection?` | `readonly` | `null` \| [`Vertical`](README.md#vertical) | [src/types/common.ts:223](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L223) | -| `VaneVerticalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:224](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L224) | +| `FanSpeed?` | `readonly` | \| `null` \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [src/types/common.ts:217](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L217) | +| `OperationMode?` | `readonly` | `null` \| [`OperationMode`](README.md#operationmode) | [src/types/common.ts:218](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L218) | +| `Power?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:219](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L219) | +| `SetTemperature?` | `readonly` | `null` \| `number` | [src/types/common.ts:220](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L220) | +| `VaneHorizontalDirection?` | `readonly` | `null` \| [`Horizontal`](README.md#horizontal) | [src/types/common.ts:221](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L221) | +| `VaneHorizontalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:222](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L222) | +| `VaneVerticalDirection?` | `readonly` | `null` \| [`Vertical`](README.md#vertical) | [src/types/common.ts:223](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L223) | +| `VaneVerticalSwing?` | `readonly` | `null` \| `boolean` | [src/types/common.ts:224](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L224) | --- @@ -5899,11 +5899,11 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | ------------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Areas?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Areas` | [src/types/common.ts:121](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L121) | -| `Buildings?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Buildings` | [src/types/common.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L122) | -| `Devices?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Devices` | [src/types/common.ts:123](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L123) | -| `Floors?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Floors` | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L124) | -| `TimeZone?` | `readonly` | `number` | - | [src/types/common.ts:127](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L127) | +| `Areas?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Areas` | [src/types/common.ts:121](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L121) | +| `Buildings?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Buildings` | [src/types/common.ts:122](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L122) | +| `Devices?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Devices` | [src/types/common.ts:123](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L123) | +| `Floors?` | `readonly` | readonly `number`[] | [`HolidayModeLocation`](README.md#holidaymodelocation).`Floors` | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L124) | +| `TimeZone?` | `readonly` | `number` | - | [src/types/common.ts:127](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L127) | --- @@ -5913,25 +5913,25 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------------ | ---------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `EndDate` | `readonly` | \{ `Day`: `number`; `Hour`: `number`; `Minute`: `number`; `Month`: `number`; `Second`: `number`; `Year`: `number`; \} | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L136) | -| `EndDate.Day` | `readonly` | `number` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L137) | -| `EndDate.Hour` | `readonly` | `number` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L138) | -| `EndDate.Minute` | `readonly` | `number` | [src/types/common.ts:139](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L139) | -| `EndDate.Month` | `readonly` | `number` | [src/types/common.ts:140](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L140) | -| `EndDate.Second` | `readonly` | `number` | [src/types/common.ts:141](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L141) | -| `EndDate.Year` | `readonly` | `number` | [src/types/common.ts:142](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L142) | -| `HMDefined` | `readonly` | `boolean` | [src/types/common.ts:144](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L144) | -| `HMEnabled` | `readonly` | `boolean` | [src/types/common.ts:145](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L145) | -| `HMEndDate` | `readonly` | `null` \| `string` | [src/types/common.ts:146](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L146) | -| `HMStartDate` | `readonly` | `null` \| `string` | [src/types/common.ts:147](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L147) | -| `StartDate` | `readonly` | \{ `Day`: `number`; `Hour`: `number`; `Minute`: `number`; `Month`: `number`; `Second`: `number`; `Year`: `number`; \} | [src/types/common.ts:148](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L148) | -| `StartDate.Day` | `readonly` | `number` | [src/types/common.ts:149](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L149) | -| `StartDate.Hour` | `readonly` | `number` | [src/types/common.ts:150](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L150) | -| `StartDate.Minute` | `readonly` | `number` | [src/types/common.ts:151](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L151) | -| `StartDate.Month` | `readonly` | `number` | [src/types/common.ts:152](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L152) | -| `StartDate.Second` | `readonly` | `number` | [src/types/common.ts:153](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L153) | -| `StartDate.Year` | `readonly` | `number` | [src/types/common.ts:154](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L154) | -| `TimeZone` | `readonly` | `number` | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L156) | +| `EndDate` | `readonly` | \{ `Day`: `number`; `Hour`: `number`; `Minute`: `number`; `Month`: `number`; `Second`: `number`; `Year`: `number`; \} | [src/types/common.ts:136](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L136) | +| `EndDate.Day` | `readonly` | `number` | [src/types/common.ts:137](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L137) | +| `EndDate.Hour` | `readonly` | `number` | [src/types/common.ts:138](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L138) | +| `EndDate.Minute` | `readonly` | `number` | [src/types/common.ts:139](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L139) | +| `EndDate.Month` | `readonly` | `number` | [src/types/common.ts:140](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L140) | +| `EndDate.Second` | `readonly` | `number` | [src/types/common.ts:141](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L141) | +| `EndDate.Year` | `readonly` | `number` | [src/types/common.ts:142](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L142) | +| `HMDefined` | `readonly` | `boolean` | [src/types/common.ts:144](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L144) | +| `HMEnabled` | `readonly` | `boolean` | [src/types/common.ts:145](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L145) | +| `HMEndDate` | `readonly` | `null` \| `string` | [src/types/common.ts:146](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L146) | +| `HMStartDate` | `readonly` | `null` \| `string` | [src/types/common.ts:147](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L147) | +| `StartDate` | `readonly` | \{ `Day`: `number`; `Hour`: `number`; `Minute`: `number`; `Month`: `number`; `Second`: `number`; `Year`: `number`; \} | [src/types/common.ts:148](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L148) | +| `StartDate.Day` | `readonly` | `number` | [src/types/common.ts:149](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L149) | +| `StartDate.Hour` | `readonly` | `number` | [src/types/common.ts:150](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L150) | +| `StartDate.Minute` | `readonly` | `number` | [src/types/common.ts:151](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L151) | +| `StartDate.Month` | `readonly` | `number` | [src/types/common.ts:152](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L152) | +| `StartDate.Second` | `readonly` | `number` | [src/types/common.ts:153](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L153) | +| `StartDate.Year` | `readonly` | `number` | [src/types/common.ts:154](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L154) | +| `TimeZone` | `readonly` | `number` | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L156) | --- @@ -5945,10 +5945,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------ | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Areas?` | `readonly` | readonly `number`[] | [src/types/common.ts:121](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L121) | -| `Buildings?` | `readonly` | readonly `number`[] | [src/types/common.ts:122](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L122) | -| `Devices?` | `readonly` | readonly `number`[] | [src/types/common.ts:123](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L123) | -| `Floors?` | `readonly` | readonly `number`[] | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L124) | +| `Areas?` | `readonly` | readonly `number`[] | [src/types/common.ts:121](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L121) | +| `Buildings?` | `readonly` | readonly `number`[] | [src/types/common.ts:122](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L122) | +| `Devices?` | `readonly` | readonly `number`[] | [src/types/common.ts:123](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L123) | +| `Floors?` | `readonly` | readonly `number`[] | [src/types/common.ts:124](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L124) | --- @@ -5958,10 +5958,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------- | ---------- | ---------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Enabled` | `readonly` | `boolean` | [src/types/common.ts:130](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L130) | -| `EndDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:131](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L131) | -| `HMTimeZones` | `readonly` | readonly [`HMTimeZone`](README.md#hmtimezone)[] | [src/types/common.ts:132](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L132) | -| `StartDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:133](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L133) | +| `Enabled` | `readonly` | `boolean` | [src/types/common.ts:130](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L130) | +| `EndDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:131](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L131) | +| `HMTimeZones` | `readonly` | readonly [`HMTimeZone`](README.md#hmtimezone)[] | [src/types/common.ts:132](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L132) | +| `StartDate` | `readonly` | [`DateTimeComponents`](README.md#datetimecomponents) | [src/types/common.ts:133](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L133) | --- @@ -5971,9 +5971,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `days?` | `readonly` | `number` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L50) | -| `from?` | `readonly` | `string` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L51) | -| `to?` | `readonly` | `null` \| `string` | [src/facades/interfaces.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L52) | +| `days?` | `readonly` | `number` | [src/facades/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L50) | +| `from?` | `readonly` | `string` | [src/facades/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L51) | +| `to?` | `readonly` | `null` \| `string` | [src/facades/interfaces.ts:52](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L52) | --- @@ -5983,26 +5983,26 @@ static create(config: APIConfig): Promise | Property | Type | Defined in | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `authenticate` | (`data`?: [`LoginCredentials`](README.md#logincredentials)) => `Promise`\<`boolean`\> | [src/services/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L75) | -| `clearSync` | () => `void` | [src/services/interfaces.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L76) | -| `fetch` | () => `Promise`\<[`Building`](README.md#building-3)[]\> | [src/services/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L77) | -| `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:78](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L78) | -| `getAta` | (`__namedParameters`: \{ `postData`: [`GetGroupAtaPostData`](README.md#getgroupatapostdata); \}) => `Promise`\<\{ `data`: [`GetGroupAtaData`](README.md#getgroupatadata); \}\> | [src/services/interfaces.ts:83](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L83) | -| `getEnergyReport` | (`__namedParameters`: \{ `postData`: [`EnergyPostData`](README.md#energypostdata); \}) => `Promise`\<\{ `data`: [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw); \}\> | [src/services/interfaces.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L88) | -| `getErrors` | (`__namedParameters`: \{ `postData`: [`ErrorPostData`](README.md#errorpostdata); \}) => `Promise`\<\{ `data`: [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]; \}\> | [src/services/interfaces.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L93) | -| `getFrostProtection` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`FrostProtectionData`](README.md#frostprotectiondata); \}\> | [src/services/interfaces.ts:98](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L98) | -| `getHolidayMode` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`HolidayModeData`](README.md#holidaymodedata); \}\> | [src/services/interfaces.ts:103](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L103) | -| `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:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L108) | -| `getWifiReport` | (`__namedParameters`: \{ `postData`: [`WifiPostData`](README.md#wifipostdata); \}) => `Promise`\<\{ `data`: [`WifiData`](README.md#wifidata); \}\> | [src/services/interfaces.ts:118](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L118) | -| `list` | () => `Promise`\<\{ `data`: [`Building`](README.md#building-3)[]; \}\> | [src/services/interfaces.ts:123](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L123) | -| `login` | (`__namedParameters`: \{ `postData`: [`LoginPostData`](README.md#loginpostdata); \}) => `Promise`\<\{ `data`: [`LoginData`](README.md#logindata); \}\> | [src/services/interfaces.ts:124](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L124) | -| `onSync?` | [`OnSyncFunction`](README.md#onsyncfunction) | [src/services/interfaces.ts:161](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L161) | -| `set` | \<`T`\>(`__namedParameters`: \{ `postData`: [`SetDevicePostData`](README.md#setdevicepostdata)\[`T`\]; `type`: `T`; \}) => `Promise`\<\{ `data`: [`SetDeviceData`](README.md#setdevicedata)\[`T`\]; \}\> | [src/services/interfaces.ts:129](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L129) | -| `setAta` | (`__namedParameters`: \{ `postData`: [`SetGroupAtaPostData`](README.md#setgroupatapostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:136](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L136) | -| `setFrostProtection` | (`__namedParameters`: \{ `postData`: [`FrostProtectionPostData`](README.md#frostprotectionpostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:141](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L141) | -| `setHolidayMode` | (`__namedParameters`: \{ `postData`: [`HolidayModePostData`](README.md#holidaymodepostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:146](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L146) | -| `setPower` | (`__namedParameters`: \{ `postData`: [`SetPowerPostData`](README.md#setpowerpostdata); \}) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:151](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L151) | -| `updateLanguage` | (`__namedParameters`: \{ `postData`: \{ `language`: [`Language`](README.md#language); \}; \}) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:156](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L156) | +| `authenticate` | (`data`?: [`LoginCredentials`](README.md#logincredentials)) => `Promise`\<`boolean`\> | [src/services/interfaces.ts:75](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L75) | +| `clearSync` | () => `void` | [src/services/interfaces.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L76) | +| `fetch` | () => `Promise`\<[`Building`](README.md#building-3)[]\> | [src/services/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L77) | +| `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:78](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L78) | +| `getAta` | (`__namedParameters`: \{ `postData`: [`GetGroupAtaPostData`](README.md#getgroupatapostdata); \}) => `Promise`\<\{ `data`: [`GetGroupAtaData`](README.md#getgroupatadata); \}\> | [src/services/interfaces.ts:83](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L83) | +| `getEnergyReport` | (`__namedParameters`: \{ `postData`: [`EnergyPostData`](README.md#energypostdata); \}) => `Promise`\<\{ `data`: [`EnergyDataAta`](README.md#energydataata) \| [`EnergyDataAtw`](README.md#energydataatw); \}\> | [src/services/interfaces.ts:88](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L88) | +| `getErrors` | (`__namedParameters`: \{ `postData`: [`ErrorPostData`](README.md#errorpostdata); \}) => `Promise`\<\{ `data`: [`FailureData`](README.md#failuredata) \| [`ErrorData`](README.md#errordata)[]; \}\> | [src/services/interfaces.ts:93](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L93) | +| `getFrostProtection` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`FrostProtectionData`](README.md#frostprotectiondata); \}\> | [src/services/interfaces.ts:98](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L98) | +| `getHolidayMode` | (`__namedParameters`: \{ `params`: [`SettingsParams`](README.md#settingsparams); \}) => `Promise`\<\{ `data`: [`HolidayModeData`](README.md#holidaymodedata); \}\> | [src/services/interfaces.ts:103](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L103) | +| `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:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L108) | +| `getWifiReport` | (`__namedParameters`: \{ `postData`: [`WifiPostData`](README.md#wifipostdata); \}) => `Promise`\<\{ `data`: [`WifiData`](README.md#wifidata); \}\> | [src/services/interfaces.ts:118](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L118) | +| `list` | () => `Promise`\<\{ `data`: [`Building`](README.md#building-3)[]; \}\> | [src/services/interfaces.ts:123](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L123) | +| `login` | (`__namedParameters`: \{ `postData`: [`LoginPostData`](README.md#loginpostdata); \}) => `Promise`\<\{ `data`: [`LoginData`](README.md#logindata); \}\> | [src/services/interfaces.ts:124](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L124) | +| `onSync?` | [`OnSyncFunction`](README.md#onsyncfunction) | [src/services/interfaces.ts:161](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L161) | +| `set` | \<`T`\>(`__namedParameters`: \{ `postData`: [`SetDevicePostData`](README.md#setdevicepostdata)\[`T`\]; `type`: `T`; \}) => `Promise`\<\{ `data`: [`SetDeviceData`](README.md#setdevicedata)\[`T`\]; \}\> | [src/services/interfaces.ts:129](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L129) | +| `setAta` | (`__namedParameters`: \{ `postData`: [`SetGroupAtaPostData`](README.md#setgroupatapostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:136](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L136) | +| `setFrostProtection` | (`__namedParameters`: \{ `postData`: [`FrostProtectionPostData`](README.md#frostprotectionpostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:141](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L141) | +| `setHolidayMode` | (`__namedParameters`: \{ `postData`: [`HolidayModePostData`](README.md#holidaymodepostdata); \}) => `Promise`\<\{ `data`: [`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata); \}\> | [src/services/interfaces.ts:146](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L146) | +| `setPower` | (`__namedParameters`: \{ `postData`: [`SetPowerPostData`](README.md#setpowerpostdata); \}) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:151](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L151) | +| `updateLanguage` | (`__namedParameters`: \{ `postData`: \{ `language`: [`Language`](README.md#language); \}; \}) => `Promise`\<\{ `data`: `boolean`; \}\> | [src/services/interfaces.ts:156](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L156) | --- @@ -6016,14 +6016,14 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------------ | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | [`ISubFloorModel`](README.md#isubfloormodel).`building` | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L11) | -| `buildingId` | `number` | [`ISubFloorModel`](README.md#isubfloormodel).`buildingId` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L10) | -| `deviceIds` | `number`[] | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L20) | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`devices` | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L21) | -| `floor?` | `null` \| [`IFloorModel`](README.md#ifloormodel) | [`ISubFloorModel`](README.md#isubfloormodel).`floor` | [src/models/interfaces.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L16) | -| `floorId` | `null` \| `number` | [`ISubFloorModel`](README.md#isubfloormodel).`floorId` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L15) | -| `id` | `number` | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | +| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | [`ISubFloorModel`](README.md#isubfloormodel).`building` | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L11) | +| `buildingId` | `number` | [`ISubFloorModel`](README.md#isubfloormodel).`buildingId` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L10) | +| `deviceIds` | `number`[] | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L20) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`devices` | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L21) | +| `floor?` | `null` \| [`IFloorModel`](README.md#ifloormodel) | [`ISubFloorModel`](README.md#isubfloormodel).`floor` | [src/models/interfaces.ts:16](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L16) | +| `floorId` | `null` \| `number` | [`ISubFloorModel`](README.md#isubfloormodel).`floorId` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L15) | +| `id` | `number` | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | --- @@ -6038,7 +6038,7 @@ static create(config: APIConfig): Promise | Property | Type | Defined in | | -------- | ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`ZoneSettings`](README.md#zonesettings) | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L30) | +| `data` | [`ZoneSettings`](README.md#zonesettings) | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L30) | --- @@ -6059,8 +6059,8 @@ static create(config: APIConfig): Promise | Property | Type | Defined in | | -------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | [src/models/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L43) | -| `type` | `T` | [src/models/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L44) | +| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | [src/models/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L43) | +| `type` | `T` | [src/models/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L44) | --- @@ -6074,22 +6074,22 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `data` | [`ZoneSettings`](README.md#zonesettings) | [`IBaseBuildingModel`](README.md#ibasebuildingmodel).`data` | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L30) | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`devices` | [src/facades/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L56) | -| `fetch` | () => `Promise`\<[`ZoneSettings`](README.md#zonesettings)\> | - | [src/facades/interfaces.ts:83](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L83) | -| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getAta` | [src/facades/interfaces.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L76) | -| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getErrors` | [src/facades/interfaces.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L57) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getFrostProtection` | [src/facades/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L58) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getHolidayMode` | [src/facades/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L59) | -| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`IDeviceModel`](README.md#idevicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getTiles` | [src/facades/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L60) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getWifiReport` | [src/facades/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L64) | -| `id` | `number` | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | -| `onSync` | (`params`?: \{ `type`: `"Ata"` \| `"Atw"` \| `"Erv"`; \}) => `Promise`\<`void`\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`onSync` | [src/facades/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L65) | -| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`setAta` | [src/facades/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L77) | -| `setFrostProtection` | (`query`: [`FrostProtectionQuery`](README.md#frostprotectionquery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`setFrostProtection` | [src/facades/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L66) | -| `setHolidayMode` | (`query`: [`HolidayModeQuery`](README.md#holidaymodequery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`setHolidayMode` | [src/facades/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L69) | -| `setPower` | (`power`?: `boolean`) => `Promise`\<`boolean`\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`setPower` | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L72) | +| `data` | [`ZoneSettings`](README.md#zonesettings) | [`IBaseBuildingModel`](README.md#ibasebuildingmodel).`data` | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L30) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`devices` | [src/facades/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L56) | +| `fetch` | () => `Promise`\<[`ZoneSettings`](README.md#zonesettings)\> | - | [src/facades/interfaces.ts:83](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L83) | +| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getAta` | [src/facades/interfaces.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L76) | +| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getErrors` | [src/facades/interfaces.ts:57](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L57) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getFrostProtection` | [src/facades/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L58) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getHolidayMode` | [src/facades/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L59) | +| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`IDeviceModel`](README.md#idevicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getTiles` | [src/facades/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L60) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`getWifiReport` | [src/facades/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L64) | +| `id` | `number` | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | +| `onSync` | (`params`?: \{ `type`: `"Ata"` \| `"Atw"` \| `"Erv"`; \}) => `Promise`\<`void`\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`onSync` | [src/facades/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L65) | +| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`setAta` | [src/facades/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L77) | +| `setFrostProtection` | (`query`: [`FrostProtectionQuery`](README.md#frostprotectionquery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`setFrostProtection` | [src/facades/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L66) | +| `setHolidayMode` | (`query`: [`HolidayModeQuery`](README.md#holidaymodequery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`setHolidayMode` | [src/facades/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L69) | +| `setPower` | (`power`?: `boolean`) => `Promise`\<`boolean`\> | [`ISuperDeviceFacade`](README.md#isuperdevicefacade).`setPower` | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L72) | --- @@ -6103,15 +6103,15 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | ----------- | ------------------------------------------------ | ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | `number`[] | [`ISuperAreaModel`](README.md#isuperareamodel).`areaIds` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L25) | -| `areas` | [`IAreaModel`](README.md#iareamodel)[] | [`ISuperAreaModel`](README.md#isuperareamodel).`areas` | [src/models/interfaces.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L26) | -| `data` | [`ZoneSettings`](README.md#zonesettings) | [`IBaseBuildingModel`](README.md#ibasebuildingmodel).`data` | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L30) | -| `deviceIds` | `number`[] | [`ISuperAreaModel`](README.md#isuperareamodel).`deviceIds` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L20) | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperAreaModel`](README.md#isuperareamodel).`devices` | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L21) | -| `floorIds` | `number`[] | - | [src/models/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L34) | -| `floors` | [`IFloorModel`](README.md#ifloormodel)[] | - | [src/models/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L35) | -| `id` | `number` | [`ISuperAreaModel`](README.md#isuperareamodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`ISuperAreaModel`](README.md#isuperareamodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | +| `areaIds` | `number`[] | [`ISuperAreaModel`](README.md#isuperareamodel).`areaIds` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L25) | +| `areas` | [`IAreaModel`](README.md#iareamodel)[] | [`ISuperAreaModel`](README.md#isuperareamodel).`areas` | [src/models/interfaces.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L26) | +| `data` | [`ZoneSettings`](README.md#zonesettings) | [`IBaseBuildingModel`](README.md#ibasebuildingmodel).`data` | [src/models/interfaces.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L30) | +| `deviceIds` | `number`[] | [`ISuperAreaModel`](README.md#isuperareamodel).`deviceIds` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L20) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperAreaModel`](README.md#isuperareamodel).`devices` | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L21) | +| `floorIds` | `number`[] | - | [src/models/interfaces.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L34) | +| `floors` | [`IFloorModel`](README.md#ifloormodel)[] | - | [src/models/interfaces.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L35) | +| `id` | `number` | [`ISuperAreaModel`](README.md#isuperareamodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`ISuperAreaModel`](README.md#isuperareamodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | --- @@ -6131,25 +6131,25 @@ static create(config: APIConfig): Promise | Property | Type | Overrides | Inherited from | Defined in | | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | [`IBaseDeviceModel`](README.md#ibasedevicemodelt).`data` | [src/models/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L43) | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | - | [`IFacade`](README.md#ifacade).`devices` | [src/facades/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L56) | -| `fetch` | () => `Promise`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\> | - | - | [src/facades/interfaces.ts:89](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L89) | -| `flags` | `Record`\ | - | - | [src/facades/interfaces.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L90) | -| `get` | () => `Promise`\<[`GetDeviceData`](README.md#getdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L91) | -| `getEnergyReport` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`EnergyData`](README.md#energydata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:92](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L92) | -| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | - | [`IFacade`](README.md#ifacade).`getErrors` | [src/facades/interfaces.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L57) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | - | [`IFacade`](README.md#ifacade).`getFrostProtection` | [src/facades/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L58) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | - | [`IFacade`](README.md#ifacade).`getHolidayMode` | [src/facades/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L59) | -| `getTiles` | (`select`: `true` \| [`IDeviceModel`](README.md#idevicemodelt)\<`T`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`T`\>\> & (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> | [`IFacade`](README.md#ifacade).`getTiles` | - | [src/facades/interfaces.ts:99](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L99) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | - | [`IFacade`](README.md#ifacade).`getWifiReport` | [src/facades/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L64) | -| `id` | `number` | - | [`IFacade`](README.md#ifacade).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | - | [`IFacade`](README.md#ifacade).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | -| `onSync` | (`params`?: \{ `type`: `"Ata"` \| `"Atw"` \| `"Erv"`; \}) => `Promise`\<`void`\> | - | [`IFacade`](README.md#ifacade).`onSync` | [src/facades/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L65) | -| `set` | (`data`: [`UpdateDeviceData`](README.md#updatedevicedata)\[`T`\]) => `Promise`\<[`SetDeviceData`](README.md#setdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:101](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L101) | -| `setFrostProtection` | (`query`: [`FrostProtectionQuery`](README.md#frostprotectionquery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IFacade`](README.md#ifacade).`setFrostProtection` | [src/facades/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L66) | -| `setHolidayMode` | (`query`: [`HolidayModeQuery`](README.md#holidaymodequery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IFacade`](README.md#ifacade).`setHolidayMode` | [src/facades/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L69) | -| `setPower` | (`power`?: `boolean`) => `Promise`\<`boolean`\> | - | [`IFacade`](README.md#ifacade).`setPower` | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L72) | -| `type` | `T` | - | [`IBaseDeviceModel`](README.md#ibasedevicemodelt).`type` | [src/models/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L44) | +| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | - | [`IBaseDeviceModel`](README.md#ibasedevicemodelt).`data` | [src/models/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L43) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | - | [`IFacade`](README.md#ifacade).`devices` | [src/facades/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L56) | +| `fetch` | () => `Promise`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\> | - | - | [src/facades/interfaces.ts:89](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L89) | +| `flags` | `Record`\ | - | - | [src/facades/interfaces.ts:90](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L90) | +| `get` | () => `Promise`\<[`GetDeviceData`](README.md#getdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:91](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L91) | +| `getEnergyReport` | (`__namedParameters`: \{ `from`: `string`; `to`: `string`; \}) => `Promise`\<[`EnergyData`](README.md#energydata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:92](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L92) | +| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | - | [`IFacade`](README.md#ifacade).`getErrors` | [src/facades/interfaces.ts:57](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L57) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | - | [`IFacade`](README.md#ifacade).`getFrostProtection` | [src/facades/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L58) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | - | [`IFacade`](README.md#ifacade).`getHolidayMode` | [src/facades/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L59) | +| `getTiles` | (`select`: `true` \| [`IDeviceModel`](README.md#idevicemodelt)\<`T`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`T`\>\> & (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> | [`IFacade`](README.md#ifacade).`getTiles` | - | [src/facades/interfaces.ts:99](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L99) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | - | [`IFacade`](README.md#ifacade).`getWifiReport` | [src/facades/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L64) | +| `id` | `number` | - | [`IFacade`](README.md#ifacade).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | - | [`IFacade`](README.md#ifacade).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | +| `onSync` | (`params`?: \{ `type`: `"Ata"` \| `"Atw"` \| `"Erv"`; \}) => `Promise`\<`void`\> | - | [`IFacade`](README.md#ifacade).`onSync` | [src/facades/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L65) | +| `set` | (`data`: [`UpdateDeviceData`](README.md#updatedevicedata)\[`T`\]) => `Promise`\<[`SetDeviceData`](README.md#setdevicedata)\[`T`\]\> | - | - | [src/facades/interfaces.ts:101](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L101) | +| `setFrostProtection` | (`query`: [`FrostProtectionQuery`](README.md#frostprotectionquery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IFacade`](README.md#ifacade).`setFrostProtection` | [src/facades/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L66) | +| `setHolidayMode` | (`query`: [`HolidayModeQuery`](README.md#holidaymodequery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [`IFacade`](README.md#ifacade).`setHolidayMode` | [src/facades/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L69) | +| `setPower` | (`power`?: `boolean`) => `Promise`\<`boolean`\> | - | [`IFacade`](README.md#ifacade).`setPower` | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L72) | +| `type` | `T` | - | [`IBaseDeviceModel`](README.md#ibasedevicemodelt).`type` | [src/models/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L44) | --- @@ -6169,17 +6169,17 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------------------------------------------------------ | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `area?` | `null` \| [`IAreaModel`](README.md#iareamodel) | - | [src/models/interfaces.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L52) | -| `areaId` | `null` \| `number` | - | [src/models/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L50) | -| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | [`ISubFloorModel`](README.md#isubfloormodel).`building` | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L11) | -| `buildingId` | `number` | [`ISubFloorModel`](README.md#isubfloormodel).`buildingId` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L10) | -| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | [`IBaseDeviceModel`](README.md#ibasedevicemodelt).`data` | [src/models/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L43) | -| `floor?` | `null` \| [`IFloorModel`](README.md#ifloormodel) | [`ISubFloorModel`](README.md#isubfloormodel).`floor` | [src/models/interfaces.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L16) | -| `floorId` | `null` \| `number` | [`ISubFloorModel`](README.md#isubfloormodel).`floorId` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L15) | -| `id` | `number` | [`ISubFloorModel`](README.md#isubfloormodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`ISubFloorModel`](README.md#isubfloormodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | -| `type` | `T` | [`IBaseDeviceModel`](README.md#ibasedevicemodelt).`type` | [src/models/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L44) | -| `update` | (`data`: `Partial`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\>) => `void` | - | [src/models/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L51) | +| `area?` | `null` \| [`IAreaModel`](README.md#iareamodel) | - | [src/models/interfaces.ts:52](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L52) | +| `areaId` | `null` \| `number` | - | [src/models/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L50) | +| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | [`ISubFloorModel`](README.md#isubfloormodel).`building` | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L11) | +| `buildingId` | `number` | [`ISubFloorModel`](README.md#isubfloormodel).`buildingId` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L10) | +| `data` | [`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\] | [`IBaseDeviceModel`](README.md#ibasedevicemodelt).`data` | [src/models/interfaces.ts:43](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L43) | +| `floor?` | `null` \| [`IFloorModel`](README.md#ifloormodel) | [`ISubFloorModel`](README.md#isubfloormodel).`floor` | [src/models/interfaces.ts:16](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L16) | +| `floorId` | `null` \| `number` | [`ISubFloorModel`](README.md#isubfloormodel).`floorId` | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L15) | +| `id` | `number` | [`ISubFloorModel`](README.md#isubfloormodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`ISubFloorModel`](README.md#isubfloormodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | +| `type` | `T` | [`IBaseDeviceModel`](README.md#ibasedevicemodelt).`type` | [src/models/interfaces.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L44) | +| `update` | (`data`: `Partial`\<[`ListDevice`](README.md#listdevice)\[`T`\]\[`"Device"`\]\>) => `void` | - | [src/models/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L51) | --- @@ -6198,18 +6198,18 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | - | [src/facades/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L56) | -| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | - | [src/facades/interfaces.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L57) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | - | [src/facades/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L58) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | - | [src/facades/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L59) | -| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`IDeviceModel`](README.md#idevicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | - | [src/facades/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L60) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | - | [src/facades/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L64) | -| `id` | `number` | [`IModel`](README.md#imodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`IModel`](README.md#imodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | -| `onSync` | (`params`?: \{ `type`: `"Ata"` \| `"Atw"` \| `"Erv"`; \}) => `Promise`\<`void`\> | - | [src/facades/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L65) | -| `setFrostProtection` | (`query`: [`FrostProtectionQuery`](README.md#frostprotectionquery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L66) | -| `setHolidayMode` | (`query`: [`HolidayModeQuery`](README.md#holidaymodequery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L69) | -| `setPower` | (`power`?: `boolean`) => `Promise`\<`boolean`\> | - | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L72) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | - | [src/facades/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L56) | +| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | - | [src/facades/interfaces.ts:57](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L57) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | - | [src/facades/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L58) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | - | [src/facades/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L59) | +| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`IDeviceModel`](README.md#idevicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | - | [src/facades/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L60) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | - | [src/facades/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L64) | +| `id` | `number` | [`IModel`](README.md#imodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`IModel`](README.md#imodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | +| `onSync` | (`params`?: \{ `type`: `"Ata"` \| `"Atw"` \| `"Erv"`; \}) => `Promise`\<`void`\> | - | [src/facades/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L65) | +| `setFrostProtection` | (`query`: [`FrostProtectionQuery`](README.md#frostprotectionquery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L66) | +| `setHolidayMode` | (`query`: [`HolidayModeQuery`](README.md#holidaymodequery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L69) | +| `setPower` | (`power`?: `boolean`) => `Promise`\<`boolean`\> | - | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L72) | --- @@ -6223,14 +6223,14 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------------ | --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | `number`[] | [`ISuperAreaModel`](README.md#isuperareamodel).`areaIds` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L25) | -| `areas` | [`IAreaModel`](README.md#iareamodel)[] | [`ISuperAreaModel`](README.md#isuperareamodel).`areas` | [src/models/interfaces.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L26) | -| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | [`ISubBuildingModel`](README.md#isubbuildingmodel).`building` | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L11) | -| `buildingId` | `number` | [`ISubBuildingModel`](README.md#isubbuildingmodel).`buildingId` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L10) | -| `deviceIds` | `number`[] | [`ISuperAreaModel`](README.md#isuperareamodel).`deviceIds` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L20) | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperAreaModel`](README.md#isuperareamodel).`devices` | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L21) | -| `id` | `number` | [`ISuperAreaModel`](README.md#isuperareamodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`ISuperAreaModel`](README.md#isuperareamodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | +| `areaIds` | `number`[] | [`ISuperAreaModel`](README.md#isuperareamodel).`areaIds` | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L25) | +| `areas` | [`IAreaModel`](README.md#iareamodel)[] | [`ISuperAreaModel`](README.md#isuperareamodel).`areas` | [src/models/interfaces.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L26) | +| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | [`ISubBuildingModel`](README.md#isubbuildingmodel).`building` | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L11) | +| `buildingId` | `number` | [`ISubBuildingModel`](README.md#isubbuildingmodel).`buildingId` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L10) | +| `deviceIds` | `number`[] | [`ISuperAreaModel`](README.md#isuperareamodel).`deviceIds` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L20) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperAreaModel`](README.md#isuperareamodel).`devices` | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L21) | +| `id` | `number` | [`ISuperAreaModel`](README.md#isuperareamodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`ISuperAreaModel`](README.md#isuperareamodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | --- @@ -6246,8 +6246,8 @@ static create(config: APIConfig): Promise | Property | Type | Defined in | | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | `number` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | +| `id` | `number` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | --- @@ -6266,10 +6266,10 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | ------------ | -------------------------------------------- | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | - | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L11) | -| `buildingId` | `number` | - | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L10) | -| `id` | `number` | [`IModel`](README.md#imodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`IModel`](README.md#imodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | +| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | - | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L11) | +| `buildingId` | `number` | - | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L10) | +| `id` | `number` | [`IModel`](README.md#imodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`IModel`](README.md#imodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | --- @@ -6288,12 +6288,12 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | ------------ | ------------------------------------------------ | --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | [`ISubBuildingModel`](README.md#isubbuildingmodel).`building` | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L11) | -| `buildingId` | `number` | [`ISubBuildingModel`](README.md#isubbuildingmodel).`buildingId` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L10) | -| `floor?` | `null` \| [`IFloorModel`](README.md#ifloormodel) | - | [src/models/interfaces.ts:16](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L16) | -| `floorId` | `null` \| `number` | - | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L15) | -| `id` | `number` | [`ISubBuildingModel`](README.md#isubbuildingmodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`ISubBuildingModel`](README.md#isubbuildingmodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | +| `building?` | [`IBuildingModel`](README.md#ibuildingmodel) | [`ISubBuildingModel`](README.md#isubbuildingmodel).`building` | [src/models/interfaces.ts:11](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L11) | +| `buildingId` | `number` | [`ISubBuildingModel`](README.md#isubbuildingmodel).`buildingId` | [src/models/interfaces.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L10) | +| `floor?` | `null` \| [`IFloorModel`](README.md#ifloormodel) | - | [src/models/interfaces.ts:16](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L16) | +| `floorId` | `null` \| `number` | - | [src/models/interfaces.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L15) | +| `id` | `number` | [`ISubBuildingModel`](README.md#isubbuildingmodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`ISubBuildingModel`](README.md#isubbuildingmodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | --- @@ -6312,12 +6312,12 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | ----------- | ------------------------------------------------ | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `areaIds` | `number`[] | - | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L25) | -| `areas` | [`IAreaModel`](README.md#iareamodel)[] | - | [src/models/interfaces.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L26) | -| `deviceIds` | `number`[] | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L20) | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`devices` | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L21) | -| `id` | `number` | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | +| `areaIds` | `number`[] | - | [src/models/interfaces.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L25) | +| `areas` | [`IAreaModel`](README.md#iareamodel)[] | - | [src/models/interfaces.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L26) | +| `deviceIds` | `number`[] | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`deviceIds` | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L20) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`devices` | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L21) | +| `id` | `number` | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`ISuperDeviceModel`](README.md#isuperdevicemodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | --- @@ -6335,20 +6335,20 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`IFacade`](README.md#ifacade).`devices` | [src/facades/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L56) | -| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | - | [src/facades/interfaces.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L76) | -| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [`IFacade`](README.md#ifacade).`getErrors` | [src/facades/interfaces.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L57) | -| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IFacade`](README.md#ifacade).`getFrostProtection` | [src/facades/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L58) | -| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IFacade`](README.md#ifacade).`getHolidayMode` | [src/facades/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L59) | -| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`IDeviceModel`](README.md#idevicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [`IFacade`](README.md#ifacade).`getTiles` | [src/facades/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L60) | -| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IFacade`](README.md#ifacade).`getWifiReport` | [src/facades/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L64) | -| `id` | `number` | [`IFacade`](README.md#ifacade).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`IFacade`](README.md#ifacade).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | -| `onSync` | (`params`?: \{ `type`: `"Ata"` \| `"Atw"` \| `"Erv"`; \}) => `Promise`\<`void`\> | [`IFacade`](README.md#ifacade).`onSync` | [src/facades/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L65) | -| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L77) | -| `setFrostProtection` | (`query`: [`FrostProtectionQuery`](README.md#frostprotectionquery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IFacade`](README.md#ifacade).`setFrostProtection` | [src/facades/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L66) | -| `setHolidayMode` | (`query`: [`HolidayModeQuery`](README.md#holidaymodequery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IFacade`](README.md#ifacade).`setHolidayMode` | [src/facades/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L69) | -| `setPower` | (`power`?: `boolean`) => `Promise`\<`boolean`\> | [`IFacade`](README.md#ifacade).`setPower` | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L72) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | [`IFacade`](README.md#ifacade).`devices` | [src/facades/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L56) | +| `getAta` | () => `Promise`\<[`GroupAtaState`](README.md#groupatastate)\> | - | [src/facades/interfaces.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L76) | +| `getErrors` | (`query`: [`ErrorLogQuery`](README.md#errorlogquery)) => `Promise`\<[`FailureData`](README.md#failuredata) \| [`ErrorLog`](README.md#errorlog)\> | [`IFacade`](README.md#ifacade).`getErrors` | [src/facades/interfaces.ts:57](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L57) | +| `getFrostProtection` | () => `Promise`\<[`FrostProtectionData`](README.md#frostprotectiondata)\> | [`IFacade`](README.md#ifacade).`getFrostProtection` | [src/facades/interfaces.ts:58](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L58) | +| `getHolidayMode` | () => `Promise`\<[`HolidayModeData`](README.md#holidaymodedata)\> | [`IFacade`](README.md#ifacade).`getHolidayMode` | [src/facades/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L59) | +| `getTiles` | (`select`?: `false`) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`null`\>\> & \<`U`\>(`select`: [`IDeviceModel`](README.md#idevicemodelt)\<`U`\>) => `Promise`\<[`TilesData`](README.md#tilesdatat)\<`U`\>\> | [`IFacade`](README.md#ifacade).`getTiles` | [src/facades/interfaces.ts:60](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L60) | +| `getWifiReport` | (`hour`?: `number`) => `Promise`\<[`WifiData`](README.md#wifidata)\> | [`IFacade`](README.md#ifacade).`getWifiReport` | [src/facades/interfaces.ts:64](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L64) | +| `id` | `number` | [`IFacade`](README.md#ifacade).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`IFacade`](README.md#ifacade).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | +| `onSync` | (`params`?: \{ `type`: `"Ata"` \| `"Atw"` \| `"Erv"`; \}) => `Promise`\<`void`\> | [`IFacade`](README.md#ifacade).`onSync` | [src/facades/interfaces.ts:65](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L65) | +| `setAta` | (`state`: [`GroupAtaState`](README.md#groupatastate)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | - | [src/facades/interfaces.ts:77](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L77) | +| `setFrostProtection` | (`query`: [`FrostProtectionQuery`](README.md#frostprotectionquery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IFacade`](README.md#ifacade).`setFrostProtection` | [src/facades/interfaces.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L66) | +| `setHolidayMode` | (`query`: [`HolidayModeQuery`](README.md#holidaymodequery)) => `Promise`\<[`SuccessData`](README.md#successdata) \| [`FailureData`](README.md#failuredata)\> | [`IFacade`](README.md#ifacade).`setHolidayMode` | [src/facades/interfaces.ts:69](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L69) | +| `setPower` | (`power`?: `boolean`) => `Promise`\<`boolean`\> | [`IFacade`](README.md#ifacade).`setPower` | [src/facades/interfaces.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L72) | --- @@ -6367,10 +6367,10 @@ static create(config: APIConfig): Promise | Property | Type | Inherited from | Defined in | | ----------- | ------------------------------------------------ | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `deviceIds` | `number`[] | - | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L20) | -| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | - | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L21) | -| `id` | `number` | [`IModel`](README.md#imodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L5) | -| `name` | `string` | [`IModel`](README.md#imodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L6) | +| `deviceIds` | `number`[] | - | [src/models/interfaces.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L20) | +| `devices` | [`IDeviceModelAny`](README.md#idevicemodelany)[] | - | [src/models/interfaces.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L21) | +| `id` | `number` | [`IModel`](README.md#imodel).`id` | [src/models/interfaces.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L5) | +| `name` | `string` | [`IModel`](README.md#imodel).`name` | [src/models/interfaces.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L6) | --- @@ -6380,9 +6380,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `readonly` | [`ListDeviceAta`](README.md#listdeviceata) | [src/types/common.ts:181](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L181) | -| `Atw` | `readonly` | [`ListDeviceAtw`](README.md#listdeviceatw) | [src/types/common.ts:182](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L182) | -| `Erv` | `readonly` | [`ListDeviceErv`](README.md#listdeviceerv) | [src/types/common.ts:183](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L183) | +| `Ata` | `readonly` | [`ListDeviceAta`](README.md#listdeviceata) | [src/types/common.ts:181](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L181) | +| `Atw` | `readonly` | [`ListDeviceAtw`](README.md#listdeviceatw) | [src/types/common.ts:182](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L182) | +| `Erv` | `readonly` | [`ListDeviceErv`](README.md#listdeviceerv) | [src/types/common.ts:183](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L183) | --- @@ -6396,13 +6396,13 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------------------------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L35) | -| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L36) | -| `Device` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | - | [src/types/ata.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L66) | -| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L37) | -| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L38) | -| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L39) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L40) | +| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L35) | +| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L36) | +| `Device` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | - | [src/types/ata.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L66) | +| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L37) | +| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L38) | +| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L39) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:40](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L40) | --- @@ -6416,13 +6416,13 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------------------------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L35) | -| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L36) | -| `Device` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | - | [src/types/atw.ts:93](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L93) | -| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L37) | -| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L38) | -| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L39) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L40) | +| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L35) | +| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L36) | +| `Device` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | - | [src/types/atw.ts:93](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L93) | +| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L37) | +| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L38) | +| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L39) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:40](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L40) | --- @@ -6432,9 +6432,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Ata` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | [src/types/common.ts:172](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L172) | -| `Atw` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L173) | -| `Erv` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L174) | +| `Ata` | `readonly` | [`ListDeviceDataAta`](README.md#listdevicedataata) | [src/types/common.ts:172](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L172) | +| `Atw` | `readonly` | [`ListDeviceDataAtw`](README.md#listdevicedataatw) | [src/types/common.ts:173](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L173) | +| `Erv` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | [src/types/common.ts:174](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L174) | --- @@ -6448,27 +6448,27 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------------- | ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `ActualFanSpeed` | `readonly` | `number` | - | [src/types/ata.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L55) | -| `DeviceType` | `readonly` | `Ata` | `Omit.DeviceType` | [src/types/ata.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L32) | -| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L26) | -| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`FanSpeed` | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L44) | -| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L56) | -| `MaxTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L57) | -| `MaxTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L58) | -| `MaxTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L59) | -| `MinTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L60) | -| `MinTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L61) | -| `MinTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:62](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L62) | -| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/ata.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L33) | -| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `OperationMode` | `readonly` | [`OperationMode`](README.md#operationmode) | `Omit.OperationMode` | [src/types/ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L20) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/ata.ts:63](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L63) | -| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L34) | -| `SetTemperature` | `readonly` | `number` | `Omit.SetTemperature` | [src/types/ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L22) | -| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`VaneHorizontalDirection` | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L45) | -| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`VaneVerticalDirection` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L46) | -| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L31) | +| `ActualFanSpeed` | `readonly` | `number` | - | [src/types/ata.ts:55](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L55) | +| `DeviceType` | `readonly` | `Ata` | `Omit.DeviceType` | [src/types/ata.ts:32](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L32) | +| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L26) | +| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`FanSpeed` | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L44) | +| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/ata.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L56) | +| `MaxTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:57](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L57) | +| `MaxTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:58](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L58) | +| `MaxTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L59) | +| `MinTempAutomatic` | `readonly` | `number` | - | [src/types/ata.ts:60](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L60) | +| `MinTempCoolDry` | `readonly` | `number` | - | [src/types/ata.ts:61](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L61) | +| `MinTempHeat` | `readonly` | `number` | - | [src/types/ata.ts:62](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L62) | +| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/ata.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L33) | +| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `OperationMode` | `readonly` | [`OperationMode`](README.md#operationmode) | `Omit.OperationMode` | [src/types/ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L20) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/ata.ts:63](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L63) | +| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L34) | +| `SetTemperature` | `readonly` | `number` | `Omit.SetTemperature` | [src/types/ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L22) | +| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`VaneHorizontalDirection` | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L45) | +| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [`SetDeviceDataAtaInList`](README.md#setdevicedataatainlist).`VaneVerticalDirection` | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L46) | +| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L31) | --- @@ -6482,60 +6482,60 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------------------ | ---------- | ---------------------------------------------------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `BoosterHeater1Status` | `readonly` | `boolean` | - | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L64) | -| `BoosterHeater2PlusStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L65) | -| `BoosterHeater2Status` | `readonly` | `boolean` | - | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L66) | -| `CanCool` | `readonly` | `boolean` | - | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L67) | -| `CondensingTemperature` | `readonly` | `number` | - | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L68) | -| `CurrentEnergyConsumed` | `readonly` | `number` | - | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L69) | -| `CurrentEnergyProduced` | `readonly` | `number` | - | [src/types/atw.ts:70](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L70) | -| `DefrostMode` | `readonly` | `number` | - | [src/types/atw.ts:71](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L71) | -| `DeviceType` | `readonly` | `Atw` | `Omit.DeviceType` | [src/types/atw.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L44) | -| `EcoHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:72](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L72) | -| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L26) | -| `FlowTemperature` | `readonly` | `number` | - | [src/types/atw.ts:73](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L73) | -| `FlowTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:74](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L74) | -| `FlowTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:75](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L75) | -| `ForcedHotWaterMode` | `readonly` | `boolean` | `Omit.ForcedHotWaterMode` | [src/types/atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L36) | -| `HasZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:76](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L76) | -| `HeatPumpFrequency` | `readonly` | `number` | - | [src/types/atw.ts:77](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L77) | -| `IdleZone1` | `readonly` | `boolean` | `Omit.IdleZone1` | [src/types/atw.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L45) | -| `IdleZone2` | `readonly` | `boolean` | `Omit.IdleZone2` | [src/types/atw.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L46) | -| `ImmersionHeaterStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:78](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L78) | -| `LastLegionellaActivationTime` | `readonly` | `string` | - | [src/types/atw.ts:79](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L79) | -| `MaxTankTemperature` | `readonly` | `number` | - | [src/types/atw.ts:80](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L80) | -| `MixingTankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L81) | -| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | `Omit.OperationMode` | [src/types/atw.ts:47](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L47) | -| `OperationModeZone1` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Omit.OperationModeZone1` | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L20) | -| `OperationModeZone2` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Omit.OperationModeZone2` | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L21) | -| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/atw.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L48) | -| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `ProhibitCoolingZone1` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone1` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L49) | -| `ProhibitCoolingZone2` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone2` | [src/types/atw.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L50) | -| `ProhibitHeatingZone1` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone1` | [src/types/atw.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L51) | -| `ProhibitHeatingZone2` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone2` | [src/types/atw.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L52) | -| `ProhibitHotWater` | `readonly` | `boolean` | `Omit.ProhibitHotWater` | [src/types/atw.ts:53](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L53) | -| `ReturnTemperature` | `readonly` | `number` | - | [src/types/atw.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L82) | -| `ReturnTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:83](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L83) | -| `ReturnTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:84](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L84) | -| `RoomTemperatureZone1` | `readonly` | `number` | `Omit.RoomTemperatureZone1` | [src/types/atw.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L54) | -| `RoomTemperatureZone2` | `readonly` | `number` | `Omit.RoomTemperatureZone2` | [src/types/atw.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L55) | -| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L24) | -| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L25) | -| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L26) | -| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L27) | -| `SetTankWaterTemperature` | `readonly` | `number` | `Omit.SetTankWaterTemperature` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L28) | -| `SetTemperatureZone1` | `readonly` | `number` | `Omit.SetTemperatureZone1` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L29) | -| `SetTemperatureZone2` | `readonly` | `number` | `Omit.SetTemperatureZone2` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L30) | -| `TankWaterTemperature` | `readonly` | `number` | `Omit.TankWaterTemperature` | [src/types/atw.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L56) | -| `TargetHCTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:85](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L85) | -| `TargetHCTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:86](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L86) | -| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L31) | -| `Zone1InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:87](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L87) | -| `Zone1InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:88](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L88) | -| `Zone2InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:89](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L89) | -| `Zone2InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L90) | +| `BoosterHeater1Status` | `readonly` | `boolean` | - | [src/types/atw.ts:64](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L64) | +| `BoosterHeater2PlusStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:65](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L65) | +| `BoosterHeater2Status` | `readonly` | `boolean` | - | [src/types/atw.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L66) | +| `CanCool` | `readonly` | `boolean` | - | [src/types/atw.ts:67](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L67) | +| `CondensingTemperature` | `readonly` | `number` | - | [src/types/atw.ts:68](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L68) | +| `CurrentEnergyConsumed` | `readonly` | `number` | - | [src/types/atw.ts:69](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L69) | +| `CurrentEnergyProduced` | `readonly` | `number` | - | [src/types/atw.ts:70](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L70) | +| `DefrostMode` | `readonly` | `number` | - | [src/types/atw.ts:71](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L71) | +| `DeviceType` | `readonly` | `Atw` | `Omit.DeviceType` | [src/types/atw.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L44) | +| `EcoHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:72](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L72) | +| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L26) | +| `FlowTemperature` | `readonly` | `number` | - | [src/types/atw.ts:73](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L73) | +| `FlowTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:74](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L74) | +| `FlowTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:75](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L75) | +| `ForcedHotWaterMode` | `readonly` | `boolean` | `Omit.ForcedHotWaterMode` | [src/types/atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L36) | +| `HasZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:76](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L76) | +| `HeatPumpFrequency` | `readonly` | `number` | - | [src/types/atw.ts:77](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L77) | +| `IdleZone1` | `readonly` | `boolean` | `Omit.IdleZone1` | [src/types/atw.ts:45](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L45) | +| `IdleZone2` | `readonly` | `boolean` | `Omit.IdleZone2` | [src/types/atw.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L46) | +| `ImmersionHeaterStatus` | `readonly` | `boolean` | - | [src/types/atw.ts:78](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L78) | +| `LastLegionellaActivationTime` | `readonly` | `string` | - | [src/types/atw.ts:79](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L79) | +| `MaxTankTemperature` | `readonly` | `number` | - | [src/types/atw.ts:80](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L80) | +| `MixingTankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:81](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L81) | +| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | `Omit.OperationMode` | [src/types/atw.ts:47](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L47) | +| `OperationModeZone1` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Omit.OperationModeZone1` | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L20) | +| `OperationModeZone2` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Omit.OperationModeZone2` | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L21) | +| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/atw.ts:48](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L48) | +| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `ProhibitCoolingZone1` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone1` | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L49) | +| `ProhibitCoolingZone2` | `readonly` | `boolean` | `Omit.ProhibitCoolingZone2` | [src/types/atw.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L50) | +| `ProhibitHeatingZone1` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone1` | [src/types/atw.ts:51](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L51) | +| `ProhibitHeatingZone2` | `readonly` | `boolean` | `Omit.ProhibitHeatingZone2` | [src/types/atw.ts:52](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L52) | +| `ProhibitHotWater` | `readonly` | `boolean` | `Omit.ProhibitHotWater` | [src/types/atw.ts:53](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L53) | +| `ReturnTemperature` | `readonly` | `number` | - | [src/types/atw.ts:82](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L82) | +| `ReturnTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:83](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L83) | +| `ReturnTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:84](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L84) | +| `RoomTemperatureZone1` | `readonly` | `number` | `Omit.RoomTemperatureZone1` | [src/types/atw.ts:54](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L54) | +| `RoomTemperatureZone2` | `readonly` | `number` | `Omit.RoomTemperatureZone2` | [src/types/atw.ts:55](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L55) | +| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L24) | +| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L25) | +| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L26) | +| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Omit.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L27) | +| `SetTankWaterTemperature` | `readonly` | `number` | `Omit.SetTankWaterTemperature` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L28) | +| `SetTemperatureZone1` | `readonly` | `number` | `Omit.SetTemperatureZone1` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L29) | +| `SetTemperatureZone2` | `readonly` | `number` | `Omit.SetTemperatureZone2` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L30) | +| `TankWaterTemperature` | `readonly` | `number` | `Omit.TankWaterTemperature` | [src/types/atw.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L56) | +| `TargetHCTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:85](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L85) | +| `TargetHCTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:86](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L86) | +| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L31) | +| `Zone1InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:87](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L87) | +| `Zone1InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:88](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L88) | +| `Zone2InCoolMode` | `readonly` | `boolean` | - | [src/types/atw.ts:89](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L89) | +| `Zone2InHeatMode` | `readonly` | `boolean` | - | [src/types/atw.ts:90](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L90) | --- @@ -6549,21 +6549,21 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ---------------------- | ---------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceType` | `readonly` | `Erv` | `Omit.DeviceType` | [src/types/erv.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L23) | -| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L26) | -| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/erv.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L35) | -| `HasCO2Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L36) | -| `HasPM25Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L37) | -| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/erv.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L24) | -| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/erv.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L25) | -| `PM25Level` | `readonly` | `number` | - | [src/types/erv.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L38) | -| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `RoomCO2Level` | `readonly` | `number` | `Omit.RoomCO2Level` | [src/types/erv.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L26) | -| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/erv.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L27) | -| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Omit.SetFanSpeed` | [src/types/erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L14) | -| `VentilationMode` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | `Omit.VentilationMode` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L15) | -| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:31](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L31) | +| `DeviceType` | `readonly` | `Erv` | `Omit.DeviceType` | [src/types/erv.ts:23](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L23) | +| `EffectiveFlags` | `readonly` | `0` | [`BaseListDeviceData`](README.md#baselistdevicedata).`EffectiveFlags` | [src/types/bases.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L26) | +| `HasAutomaticFanSpeed` | `readonly` | `boolean` | - | [src/types/erv.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L35) | +| `HasCO2Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L36) | +| `HasPM25Sensor` | `readonly` | `boolean` | - | [src/types/erv.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L37) | +| `NumberOfFanSpeeds` | `readonly` | `number` | `Omit.NumberOfFanSpeeds` | [src/types/erv.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L24) | +| `Offline` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `OutdoorTemperature` | `readonly` | `number` | `Omit.OutdoorTemperature` | [src/types/erv.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L25) | +| `PM25Level` | `readonly` | `number` | - | [src/types/erv.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L38) | +| `Power` | `readonly` | `boolean` | [`BaseListDeviceData`](README.md#baselistdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `RoomCO2Level` | `readonly` | `number` | `Omit.RoomCO2Level` | [src/types/erv.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L26) | +| `RoomTemperature` | `readonly` | `number` | `Omit.RoomTemperature` | [src/types/erv.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L27) | +| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Omit.SetFanSpeed` | [src/types/erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L14) | +| `VentilationMode` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | `Omit.VentilationMode` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L15) | +| `WifiSignalStrength` | `readonly` | `number` | [`BaseListDeviceData`](README.md#baselistdevicedata).`WifiSignalStrength` | [src/types/bases.ts:31](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L31) | --- @@ -6577,13 +6577,13 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------ | ---------- | -------------------------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:35](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L35) | -| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L36) | -| `Device` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | - | [src/types/erv.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L41) | -| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L37) | -| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L38) | -| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L39) | -| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:40](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L40) | +| `AreaID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`AreaID` | [src/types/bases.ts:35](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L35) | +| `BuildingID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`BuildingID` | [src/types/bases.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L36) | +| `Device` | `readonly` | [`ListDeviceDataErv`](README.md#listdevicedataerv) | - | [src/types/erv.ts:41](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L41) | +| `DeviceID` | `readonly` | `number` | [`BaseListDevice`](README.md#baselistdevice).`DeviceID` | [src/types/bases.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L37) | +| `DeviceName` | `readonly` | `string` | [`BaseListDevice`](README.md#baselistdevice).`DeviceName` | [src/types/bases.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L38) | +| `FloorID` | `readonly` | `null` \| `number` | [`BaseListDevice`](README.md#baselistdevice).`FloorID` | [src/types/bases.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L39) | +| `Type` | `readonly` | [`DeviceType`](README.md#devicetype) | [`BaseListDevice`](README.md#baselistdevice).`Type` | [src/types/bases.ts:40](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L40) | --- @@ -6593,8 +6593,8 @@ static create(config: APIConfig): Promise | Property | Type | Defined in | | -------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `error` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L55) | -| `log` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L56) | +| `error` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:55](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L55) | +| `log` | (`message`?: `any`, ...`optionalParams`: `any`[]) => `void` | [src/services/interfaces.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L56) | --- @@ -6604,8 +6604,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ---------- | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `password` | `readonly` | `string` | [src/types/common.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L37) | -| `username` | `readonly` | `string` | [src/types/common.ts:38](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L38) | +| `password` | `readonly` | `string` | [src/types/common.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L37) | +| `username` | `readonly` | `string` | [src/types/common.ts:38](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L38) | --- @@ -6615,7 +6615,7 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ----------- | ---------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `LoginData` | `readonly` | `null` \| \{ `ContextKey`: `string`; `Expiry`: `string`; \} | [src/types/common.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L48) | +| `LoginData` | `readonly` | `null` \| \{ `ContextKey`: `string`; `Expiry`: `string`; \} | [src/types/common.ts:48](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L48) | --- @@ -6625,11 +6625,11 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------ | ---------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `AppVersion` | `readonly` | `string` | [src/types/common.ts:41](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L41) | -| `Email` | `readonly` | `string` | [src/types/common.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L42) | -| `Language?` | `readonly` | `number` | [src/types/common.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L44) | -| `Password` | `readonly` | `string` | [src/types/common.ts:43](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L43) | -| `Persist?` | `readonly` | `boolean` | [src/types/common.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L45) | +| `AppVersion` | `readonly` | `string` | [src/types/common.ts:41](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L41) | +| `Email` | `readonly` | `string` | [src/types/common.ts:42](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L42) | +| `Language?` | `readonly` | `number` | [src/types/common.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L44) | +| `Password` | `readonly` | `string` | [src/types/common.ts:43](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L43) | +| `Persist?` | `readonly` | `boolean` | [src/types/common.ts:45](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L45) | --- @@ -6643,8 +6643,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | --------------------- | ---------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L20) | -| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L21) | +| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L20) | +| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L21) | --- @@ -6654,9 +6654,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | `readonly` | [`SetDeviceDataAta`](README.md#setdevicedataata) | [src/types/common.ts:65](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L65) | -| `Atw` | `readonly` | [`SetDeviceDataAtw`](README.md#setdevicedataatw) | [src/types/common.ts:66](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L66) | -| `Erv` | `readonly` | [`SetDeviceDataErv`](README.md#setdevicedataerv) | [src/types/common.ts:67](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L67) | +| `Ata` | `readonly` | [`SetDeviceDataAta`](README.md#setdevicedataata) | [src/types/common.ts:65](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L65) | +| `Atw` | `readonly` | [`SetDeviceDataAtw`](README.md#setdevicedataatw) | [src/types/common.ts:66](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L66) | +| `Erv` | `readonly` | [`SetDeviceDataErv`](README.md#setdevicedataerv) | [src/types/common.ts:67](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L67) | --- @@ -6670,19 +6670,19 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------- | ---------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceType` | `readonly` | `Ata` | - | [src/types/ata.ts:32](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L32) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L21) | -| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L14) | -| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L15) | -| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/ata.ts:33](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L33) | -| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `OperationMode` | `readonly` | [`OperationMode`](README.md#operationmode) | `Required.OperationMode` | [src/types/ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L20) | -| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `RoomTemperature` | `readonly` | `number` | - | [src/types/ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L34) | -| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Required.SetFanSpeed` | [src/types/ata.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L21) | -| `SetTemperature` | `readonly` | `number` | `Required.SetTemperature` | [src/types/ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L22) | -| `VaneHorizontal` | `readonly` | [`Horizontal`](README.md#horizontal) | `Required.VaneHorizontal` | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L23) | -| `VaneVertical` | `readonly` | [`Vertical`](README.md#vertical) | `Required.VaneVertical` | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L24) | +| `DeviceType` | `readonly` | `Ata` | - | [src/types/ata.ts:32](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L32) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L21) | +| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L14) | +| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L15) | +| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/ata.ts:33](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L33) | +| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `OperationMode` | `readonly` | [`OperationMode`](README.md#operationmode) | `Required.OperationMode` | [src/types/ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L20) | +| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `RoomTemperature` | `readonly` | `number` | - | [src/types/ata.ts:34](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L34) | +| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Required.SetFanSpeed` | [src/types/ata.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L21) | +| `SetTemperature` | `readonly` | `number` | `Required.SetTemperature` | [src/types/ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L22) | +| `VaneHorizontal` | `readonly` | [`Horizontal`](README.md#horizontal) | `Required.VaneHorizontal` | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L23) | +| `VaneVertical` | `readonly` | [`Vertical`](README.md#vertical) | `Required.VaneVertical` | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L24) | --- @@ -6696,9 +6696,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------------------- | ---------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | -| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L44) | -| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L45) | -| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L46) | +| `FanSpeed` | `readonly` | [`FanSpeed`](README.md#fanspeed) | [src/types/ata.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L44) | +| `VaneHorizontalDirection` | `readonly` | [`Horizontal`](README.md#horizontal) | [src/types/ata.ts:45](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L45) | +| `VaneVerticalDirection` | `readonly` | [`Vertical`](README.md#vertical) | [src/types/ata.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L46) | --- @@ -6712,34 +6712,34 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ----------------------------- | ---------- | ---------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceType` | `readonly` | `Atw` | - | [src/types/atw.ts:44](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L44) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L21) | -| `ForcedHotWaterMode` | `readonly` | `boolean` | `Required.ForcedHotWaterMode` | [src/types/atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L36) | -| `IdleZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:45](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L45) | -| `IdleZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:46](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L46) | -| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L14) | -| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L15) | -| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | - | [src/types/atw.ts:47](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L47) | -| `OperationModeZone1` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Required.OperationModeZone1` | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L20) | -| `OperationModeZone2` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Required.OperationModeZone2` | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L21) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/atw.ts:48](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L48) | -| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `ProhibitCoolingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L49) | -| `ProhibitCoolingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L50) | -| `ProhibitHeatingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L51) | -| `ProhibitHeatingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:52](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L52) | -| `ProhibitHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:53](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L53) | -| `RoomTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:54](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L54) | -| `RoomTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L55) | -| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L24) | -| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L25) | -| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L26) | -| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L27) | -| `SetTankWaterTemperature` | `readonly` | `number` | `Required.SetTankWaterTemperature` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L28) | -| `SetTemperatureZone1` | `readonly` | `number` | `Required.SetTemperatureZone1` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L29) | -| `SetTemperatureZone2` | `readonly` | `number` | `Required.SetTemperatureZone2` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L30) | -| `TankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L56) | +| `DeviceType` | `readonly` | `Atw` | - | [src/types/atw.ts:44](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L44) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L21) | +| `ForcedHotWaterMode` | `readonly` | `boolean` | `Required.ForcedHotWaterMode` | [src/types/atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L36) | +| `IdleZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:45](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L45) | +| `IdleZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:46](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L46) | +| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L14) | +| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L15) | +| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `OperationMode` | `readonly` | [`OperationModeState`](README.md#operationmodestate) | - | [src/types/atw.ts:47](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L47) | +| `OperationModeZone1` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Required.OperationModeZone1` | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L20) | +| `OperationModeZone2` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | `Required.OperationModeZone2` | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L21) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/atw.ts:48](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L48) | +| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `ProhibitCoolingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:49](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L49) | +| `ProhibitCoolingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L50) | +| `ProhibitHeatingZone1` | `readonly` | `boolean` | - | [src/types/atw.ts:51](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L51) | +| `ProhibitHeatingZone2` | `readonly` | `boolean` | - | [src/types/atw.ts:52](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L52) | +| `ProhibitHotWater` | `readonly` | `boolean` | - | [src/types/atw.ts:53](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L53) | +| `RoomTemperatureZone1` | `readonly` | `number` | - | [src/types/atw.ts:54](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L54) | +| `RoomTemperatureZone2` | `readonly` | `number` | - | [src/types/atw.ts:55](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L55) | +| `SetCoolFlowTemperatureZone1` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L24) | +| `SetCoolFlowTemperatureZone2` | `readonly` | `number` | `Required.SetCoolFlowTemperatureZone2` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L25) | +| `SetHeatFlowTemperatureZone1` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone1` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L26) | +| `SetHeatFlowTemperatureZone2` | `readonly` | `number` | `Required.SetHeatFlowTemperatureZone2` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L27) | +| `SetTankWaterTemperature` | `readonly` | `number` | `Required.SetTankWaterTemperature` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L28) | +| `SetTemperatureZone1` | `readonly` | `number` | `Required.SetTemperatureZone1` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L29) | +| `SetTemperatureZone2` | `readonly` | `number` | `Required.SetTemperatureZone2` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L30) | +| `TankWaterTemperature` | `readonly` | `number` | - | [src/types/atw.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L56) | --- @@ -6753,18 +6753,18 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | -------------------- | ---------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceType` | `readonly` | `Erv` | - | [src/types/erv.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L23) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L21) | -| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L14) | -| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L15) | -| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/erv.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L24) | -| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L22) | -| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/erv.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L25) | -| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `RoomCO2Level` | `readonly` | `number` | - | [src/types/erv.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L26) | -| `RoomTemperature` | `readonly` | `number` | - | [src/types/erv.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L27) | -| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Required.SetFanSpeed` | [src/types/erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L14) | -| `VentilationMode` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | `Required.VentilationMode` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L15) | +| `DeviceType` | `readonly` | `Erv` | - | [src/types/erv.ts:23](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L23) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`EffectiveFlags` | [src/types/bases.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L21) | +| `LastCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`LastCommunication` | [src/types/bases.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L14) | +| `NextCommunication` | `readonly` | `string` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`NextCommunication` | [src/types/bases.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L15) | +| `NumberOfFanSpeeds` | `readonly` | `number` | - | [src/types/erv.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L24) | +| `Offline` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Offline` | [src/types/bases.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L22) | +| `OutdoorTemperature` | `readonly` | `number` | - | [src/types/erv.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L25) | +| `Power` | `readonly` | `boolean` | [`BaseSetDeviceData`](README.md#basesetdevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `RoomCO2Level` | `readonly` | `number` | - | [src/types/erv.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L26) | +| `RoomTemperature` | `readonly` | `number` | - | [src/types/erv.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L27) | +| `SetFanSpeed` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | `Required.SetFanSpeed` | [src/types/erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L14) | +| `VentilationMode` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | `Required.VentilationMode` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L15) | --- @@ -6774,9 +6774,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | `readonly` | [`SetDevicePostDataAta`](README.md#setdevicepostdataata) | [src/types/common.ts:60](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L60) | -| `Atw` | `readonly` | [`SetDevicePostDataAtw`](README.md#setdevicepostdataatw) | [src/types/common.ts:61](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L61) | -| `Erv` | `readonly` | [`SetDevicePostDataErv`](README.md#setdevicepostdataerv) | [src/types/common.ts:62](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L62) | +| `Ata` | `readonly` | [`SetDevicePostDataAta`](README.md#setdevicepostdataata) | [src/types/common.ts:60](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L60) | +| `Atw` | `readonly` | [`SetDevicePostDataAtw`](README.md#setdevicepostdataatw) | [src/types/common.ts:61](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L61) | +| `Erv` | `readonly` | [`SetDevicePostDataErv`](README.md#setdevicepostdataerv) | [src/types/common.ts:62](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L62) | --- @@ -6790,14 +6790,14 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ----------------- | ---------- | ------------------------------------------------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L9) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L10) | -| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`OperationMode` | [src/types/ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L20) | -| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`SetFanSpeed` | [src/types/ata.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L21) | -| `SetTemperature?` | `readonly` | `number` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`SetTemperature` | [src/types/ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L22) | -| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`VaneHorizontal` | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L23) | -| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`VaneVertical` | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L24) | +| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:9](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L9) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L10) | +| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`OperationMode` | [src/types/ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L20) | +| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`SetFanSpeed` | [src/types/ata.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L21) | +| `SetTemperature?` | `readonly` | `number` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`SetTemperature` | [src/types/ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L22) | +| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`VaneHorizontal` | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L23) | +| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | [`UpdateDeviceDataAta`](README.md#updatedevicedataata).`VaneVertical` | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L24) | --- @@ -6811,19 +6811,19 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------------------ | ---------- | -------------------------------------------------- | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L9) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L10) | -| `ForcedHotWaterMode?` | `readonly` | `boolean` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`ForcedHotWaterMode` | [src/types/atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L36) | -| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`OperationModeZone1` | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L20) | -| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`OperationModeZone2` | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L21) | -| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetCoolFlowTemperatureZone1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L24) | -| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetCoolFlowTemperatureZone2` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L25) | -| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetHeatFlowTemperatureZone1` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L26) | -| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetHeatFlowTemperatureZone2` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L27) | -| `SetTankWaterTemperature?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTankWaterTemperature` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L28) | -| `SetTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTemperatureZone1` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L29) | -| `SetTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTemperatureZone2` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L30) | +| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:9](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L9) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L10) | +| `ForcedHotWaterMode?` | `readonly` | `boolean` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`ForcedHotWaterMode` | [src/types/atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L36) | +| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`OperationModeZone1` | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L20) | +| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`OperationModeZone2` | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L21) | +| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetCoolFlowTemperatureZone1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L24) | +| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetCoolFlowTemperatureZone2` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L25) | +| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetHeatFlowTemperatureZone1` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L26) | +| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetHeatFlowTemperatureZone2` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L27) | +| `SetTankWaterTemperature?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTankWaterTemperature` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L28) | +| `SetTemperatureZone1?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTemperatureZone1` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L29) | +| `SetTemperatureZone2?` | `readonly` | `number` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw).`SetTemperatureZone2` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L30) | --- @@ -6837,11 +6837,11 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------ | ---------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:9](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L9) | -| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L10) | -| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`SetFanSpeed` | [src/types/erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L14) | -| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`VentilationMode` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L15) | +| `DeviceID` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`DeviceID` | [src/types/bases.ts:9](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L9) | +| `EffectiveFlags` | `readonly` | `number` | [`BaseDevicePostData`](README.md#basedevicepostdata).`EffectiveFlags` | [src/types/bases.ts:10](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L10) | +| `Power?` | `readonly` | `boolean` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`SetFanSpeed` | [src/types/erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L14) | +| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv).`VentilationMode` | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L15) | --- @@ -6851,8 +6851,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | --------------- | ---------- | ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Specification` | `readonly` | [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | [src/types/common.ts:227](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L227) | -| `State` | `readonly` | [`GroupAtaState`](README.md#groupatastate) | [src/types/common.ts:228](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L228) | +| `Specification` | `readonly` | [`GetGroupAtaPostData`](README.md#getgroupatapostdata) | [src/types/common.ts:227](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L227) | +| `State` | `readonly` | [`GroupAtaState`](README.md#groupatastate) | [src/types/common.ts:228](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L228) | --- @@ -6862,8 +6862,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ----------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceIds` | `readonly` | readonly `number`[] | [src/types/common.ts:207](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L207) | -| `Power` | `readonly` | `boolean` | [src/types/common.ts:208](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L208) | +| `DeviceIds` | `readonly` | readonly `number`[] | [src/types/common.ts:207](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L207) | +| `Power` | `readonly` | `boolean` | [src/types/common.ts:208](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L208) | --- @@ -6873,8 +6873,8 @@ static create(config: APIConfig): Promise | Property | Type | Defined in | | -------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `get` | \<`K`\>(`key`: `K`) => [`APISettings`](README.md#apisettings)\[`K`\] | [src/services/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L50) | -| `set` | \<`K`\>(`key`: `K`, `value`: [`APISettings`](README.md#apisettings)\[`K`\]) => `void` | [src/services/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L51) | +| `get` | \<`K`\>(`key`: `K`) => [`APISettings`](README.md#apisettings)\[`K`\] | [src/services/interfaces.ts:50](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L50) | +| `set` | \<`K`\>(`key`: `K`, `value`: [`APISettings`](README.md#apisettings)\[`K`\]) => `void` | [src/services/interfaces.ts:51](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L51) | --- @@ -6884,8 +6884,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ----------- | ---------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `id` | `readonly` | `number` | [src/types/common.ts:90](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L90) | -| `tableName` | `readonly` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | [src/types/common.ts:91](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L91) | +| `id` | `readonly` | `number` | [src/types/common.ts:90](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L90) | +| `tableName` | `readonly` | `"Area"` \| `"Building"` \| `"DeviceLocation"` \| `"Floor"` | [src/types/common.ts:91](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L91) | --- @@ -6895,8 +6895,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ----------------- | ---------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `AttributeErrors` | `readonly` | `null` | [src/types/common.ts:81](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L81) | -| `Success` | `readonly` | `true` | [src/types/common.ts:82](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L82) | +| `AttributeErrors` | `readonly` | `null` | [src/types/common.ts:81](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L81) | +| `Success` | `readonly` | `true` | [src/types/common.ts:82](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L82) | --- @@ -6910,13 +6910,13 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ------------------------------ | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L24) | -| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L25) | -| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L26) | -| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L27) | -| `SetTankWaterTemperature?` | `readonly` | `number` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L28) | -| `SetTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L29) | -| `SetTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L30) | +| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L24) | +| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L25) | +| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L26) | +| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L27) | +| `SetTankWaterTemperature?` | `readonly` | `number` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L28) | +| `SetTemperatureZone1?` | `readonly` | `number` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L29) | +| `SetTemperatureZone2?` | `readonly` | `number` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L30) | --- @@ -6932,8 +6932,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ---------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `SelectedDevice` | `readonly` | `T` _extends_ `"Ata"` \| `"Atw"` \| `"Erv"` ? [`GetDeviceData`](README.md#getdevicedata)\[`T`\<`T`\>\] : `null` | [src/types/common.ts:251](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L251) | -| `Tiles` | `readonly` | readonly \{ `Device`: `number`; `Offline`: `boolean`; `Power`: `boolean`; `RoomTemperature`: `number`; `RoomTemperature2`: `number`; `TankWaterTemperature`: `number`; \}[] | [src/types/common.ts:253](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L253) | +| `SelectedDevice` | `readonly` | `T` _extends_ `"Ata"` \| `"Atw"` \| `"Erv"` ? [`GetDeviceData`](README.md#getdevicedata)\[`T`\<`T`\>\] : `null` | [src/types/common.ts:251](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L251) | +| `Tiles` | `readonly` | readonly \{ `Device`: `number`; `Offline`: `boolean`; `Power`: `boolean`; `RoomTemperature`: `number`; `RoomTemperature2`: `number`; `TankWaterTemperature`: `number`; \}[] | [src/types/common.ts:253](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L253) | --- @@ -6943,9 +6943,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | -------- | ---------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | -| `Ata` | `readonly` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata) | [src/types/common.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L55) | -| `Atw` | `readonly` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw) | [src/types/common.ts:56](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L56) | -| `Erv` | `readonly` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv) | [src/types/common.ts:57](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L57) | +| `Ata` | `readonly` | [`UpdateDeviceDataAta`](README.md#updatedevicedataata) | [src/types/common.ts:55](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L55) | +| `Atw` | `readonly` | [`UpdateDeviceDataAtw`](README.md#updatedevicedataatw) | [src/types/common.ts:56](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L56) | +| `Erv` | `readonly` | [`UpdateDeviceDataErv`](README.md#updatedevicedataerv) | [src/types/common.ts:57](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L57) | --- @@ -6963,12 +6963,12 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ----------------- | ---------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L20) | -| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/ata.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L21) | -| `SetTemperature?` | `readonly` | `number` | - | [src/types/ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L22) | -| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L23) | -| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L24) | +| `OperationMode?` | `readonly` | [`OperationMode`](README.md#operationmode) | - | [src/types/ata.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L20) | +| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/ata.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L21) | +| `SetTemperature?` | `readonly` | `number` | - | [src/types/ata.ts:22](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L22) | +| `VaneHorizontal?` | `readonly` | [`Horizontal`](README.md#horizontal) | - | [src/types/ata.ts:23](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L23) | +| `VaneVertical?` | `readonly` | [`Vertical`](README.md#vertical) | - | [src/types/ata.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L24) | --- @@ -6986,17 +6986,17 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------------------ | ---------- | -------------------------------------------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `ForcedHotWaterMode?` | `readonly` | `boolean` | - | [src/types/atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L36) | -| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`OperationModeZoneDataAtw`](README.md#operationmodezonedataatw).`OperationModeZone1` | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L20) | -| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`OperationModeZoneDataAtw`](README.md#operationmodezonedataatw).`OperationModeZone2` | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L21) | -| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetCoolFlowTemperatureZone1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L24) | -| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetCoolFlowTemperatureZone2` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L25) | -| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetHeatFlowTemperatureZone1` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L26) | -| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetHeatFlowTemperatureZone2` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L27) | -| `SetTankWaterTemperature?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTankWaterTemperature` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L28) | -| `SetTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTemperatureZone1` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L29) | -| `SetTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTemperatureZone2` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L30) | +| `ForcedHotWaterMode?` | `readonly` | `boolean` | - | [src/types/atw.ts:36](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L36) | +| `OperationModeZone1?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`OperationModeZoneDataAtw`](README.md#operationmodezonedataatw).`OperationModeZone1` | [src/types/atw.ts:20](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L20) | +| `OperationModeZone2?` | `readonly` | [`OperationModeZone`](README.md#operationmodezone) | [`OperationModeZoneDataAtw`](README.md#operationmodezonedataatw).`OperationModeZone2` | [src/types/atw.ts:21](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L21) | +| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `SetCoolFlowTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetCoolFlowTemperatureZone1` | [src/types/atw.ts:24](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L24) | +| `SetCoolFlowTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetCoolFlowTemperatureZone2` | [src/types/atw.ts:25](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L25) | +| `SetHeatFlowTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetHeatFlowTemperatureZone1` | [src/types/atw.ts:26](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L26) | +| `SetHeatFlowTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetHeatFlowTemperatureZone2` | [src/types/atw.ts:27](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L27) | +| `SetTankWaterTemperature?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTankWaterTemperature` | [src/types/atw.ts:28](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L28) | +| `SetTemperatureZone1?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTemperatureZone1` | [src/types/atw.ts:29](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L29) | +| `SetTemperatureZone2?` | `readonly` | `number` | [`TemperatureDataAtw`](README.md#temperaturedataatw).`SetTemperatureZone2` | [src/types/atw.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L30) | --- @@ -7014,9 +7014,9 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------ | ---------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/bases.ts#L5) | -| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L14) | -| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L15) | +| `Power?` | `readonly` | `boolean` | [`BaseUpdateDeviceData`](README.md#baseupdatedevicedata).`Power` | [src/types/bases.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/bases.ts#L5) | +| `SetFanSpeed?` | `readonly` | \| `auto` \| `fast` \| `moderate` \| `slow` \| `very_fast` \| `very_slow` | - | [src/types/erv.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L14) | +| `VentilationMode?` | `readonly` | [`VentilationMode`](README.md#ventilationmode) | - | [src/types/erv.ts:15](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L15) | --- @@ -7026,10 +7026,10 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | ---------- | ---------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `Data` | `readonly` | readonly readonly (`null` \| `number`)[][] | [src/types/common.ts:291](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L291) | -| `FromDate` | `readonly` | `string` | [src/types/common.ts:292](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L292) | -| `Labels` | `readonly` | readonly `string`[] | [src/types/common.ts:293](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L293) | -| `ToDate` | `readonly` | `string` | [src/types/common.ts:294](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L294) | +| `Data` | `readonly` | readonly readonly (`null` \| `number`)[][] | [src/types/common.ts:291](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L291) | +| `FromDate` | `readonly` | `string` | [src/types/common.ts:292](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L292) | +| `Labels` | `readonly` | readonly `string`[] | [src/types/common.ts:293](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L293) | +| `ToDate` | `readonly` | `string` | [src/types/common.ts:294](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L294) | --- @@ -7039,8 +7039,8 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Defined in | | --------- | ---------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `devices` | `readonly` | readonly `number`[] | [src/types/common.ts:287](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L287) | -| `hour` | `readonly` | `number` | [src/types/common.ts:288](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L288) | +| `devices` | `readonly` | readonly `number`[] | [src/types/common.ts:287](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L287) | +| `hour` | `readonly` | `number` | [src/types/common.ts:288](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L288) | --- @@ -7058,15 +7058,15 @@ static create(config: APIConfig): Promise | Property | Modifier | Type | Inherited from | Defined in | | ------------------ | ---------- | ------------------ | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `FPDefined` | `readonly` | `boolean` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPDefined` | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L106) | -| `FPEnabled` | `readonly` | `boolean` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPEnabled` | [src/types/common.ts:107](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L107) | -| `FPMaxTemperature` | `readonly` | `number` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPMaxTemperature` | [src/types/common.ts:108](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L108) | -| `FPMinTemperature` | `readonly` | `number` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPMinTemperature` | [src/types/common.ts:109](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L109) | -| `HMDefined` | `readonly` | `boolean` | `Omit.HMDefined` | [src/types/common.ts:144](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L144) | -| `HMEnabled` | `readonly` | `boolean` | `Omit.HMEnabled` | [src/types/common.ts:145](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L145) | -| `HMEndDate` | `readonly` | `null` \| `string` | `Omit.HMEndDate` | [src/types/common.ts:146](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L146) | -| `HMStartDate` | `readonly` | `null` \| `string` | `Omit.HMStartDate` | [src/types/common.ts:147](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L147) | -| `TimeZone` | `readonly` | `number` | `Omit.TimeZone` | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L156) | +| `FPDefined` | `readonly` | `boolean` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPDefined` | [src/types/common.ts:106](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L106) | +| `FPEnabled` | `readonly` | `boolean` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPEnabled` | [src/types/common.ts:107](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L107) | +| `FPMaxTemperature` | `readonly` | `number` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPMaxTemperature` | [src/types/common.ts:108](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L108) | +| `FPMinTemperature` | `readonly` | `number` | [`FrostProtectionData`](README.md#frostprotectiondata).`FPMinTemperature` | [src/types/common.ts:109](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L109) | +| `HMDefined` | `readonly` | `boolean` | `Omit.HMDefined` | [src/types/common.ts:144](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L144) | +| `HMEnabled` | `readonly` | `boolean` | `Omit.HMEnabled` | [src/types/common.ts:145](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L145) | +| `HMEndDate` | `readonly` | `null` \| `string` | `Omit.HMEndDate` | [src/types/common.ts:146](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L146) | +| `HMStartDate` | `readonly` | `null` \| `string` | `Omit.HMStartDate` | [src/types/common.ts:147](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L147) | +| `TimeZone` | `readonly` | `number` | `Omit.TimeZone` | [src/types/common.ts:156](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L156) | ## Type Aliases @@ -7078,7 +7078,7 @@ type AreaDataAny: AreaData | AreaData; #### Defined in -[src/types/common.ts:170](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L170) +[src/types/common.ts:170](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L170) --- @@ -7097,7 +7097,7 @@ type DateTimeComponents: { #### Defined in -[src/types/common.ts:112](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L112) +[src/types/common.ts:112](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L112) --- @@ -7109,7 +7109,7 @@ type GetDeviceDataAta: BaseGetDeviceData & SetDeviceDataAta; #### Defined in -[src/types/ata.ts:37](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L37) +[src/types/ata.ts:37](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L37) --- @@ -7121,7 +7121,7 @@ type GetDeviceDataAtw: BaseGetDeviceData & SetDeviceDataAtw; #### Defined in -[src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L59) +[src/types/atw.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L59) --- @@ -7133,7 +7133,7 @@ type GetDeviceDataErv: BaseGetDeviceData & SetDeviceDataErv; #### Defined in -[src/types/erv.ts:30](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/erv.ts#L30) +[src/types/erv.ts:30](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/erv.ts#L30) --- @@ -7145,7 +7145,7 @@ type IDeviceFacadeAny: IDeviceFacade<"Ata"> | IDeviceFacade<"Atw"> | IDeviceFaca #### Defined in -[src/facades/interfaces.ts:104](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/facades/interfaces.ts#L104) +[src/facades/interfaces.ts:104](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/facades/interfaces.ts#L104) --- @@ -7157,7 +7157,7 @@ type IDeviceModelAny: IDeviceModel<"Ata"> | IDeviceModel<"Atw"> | IDeviceModel<" #### Defined in -[src/models/interfaces.ts:55](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/models/interfaces.ts#L55) +[src/models/interfaces.ts:55](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/models/interfaces.ts#L55) --- @@ -7169,7 +7169,7 @@ type KeysOfSetDeviceDataAtaNotInList: "SetFanSpeed" | "VaneHorizontal" | "VaneVe #### Defined in -[src/types/ata.ts:39](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/ata.ts#L39) +[src/types/ata.ts:39](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/ata.ts#L39) --- @@ -7181,7 +7181,7 @@ type ListDeviceAny: ListDeviceAta | ListDeviceAtw | ListDeviceErv; #### Defined in -[src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L185) +[src/types/common.ts:185](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L185) --- @@ -7193,7 +7193,7 @@ type ListDeviceDataAny: ListDeviceDataAta | ListDeviceDataAtw | ListDeviceDataEr #### Defined in -[src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L176) +[src/types/common.ts:176](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L176) --- @@ -7220,7 +7220,7 @@ type OnSyncFunction: (params?: { #### Defined in -[src/services/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/services/interfaces.ts#L59) +[src/services/interfaces.ts:59](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/services/interfaces.ts#L59) --- @@ -7242,7 +7242,7 @@ type TilesPostData: { | Name | Type | Defined in | | ----------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `DeviceIDs` | readonly `number`[] | [src/types/common.ts:240](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L240) | +| `DeviceIDs` | readonly `number`[] | [src/types/common.ts:240](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L240) | #### Type Parameters @@ -7252,7 +7252,7 @@ type TilesPostData: { #### Defined in -[src/types/common.ts:239](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/common.ts#L239) +[src/types/common.ts:239](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/common.ts#L239) --- @@ -7264,7 +7264,7 @@ type ZoneAtw: "Zone1" | "Zone2"; #### Defined in -[src/types/atw.ts:17](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/types/atw.ts#L17) +[src/types/atw.ts:17](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/types/atw.ts#L17) ## Functions @@ -7309,7 +7309,7 @@ function fetchDevices( #### Defined in -[src/decorators/fetchDevices.ts:5](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/decorators/fetchDevices.ts#L5) +[src/decorators/fetchDevices.ts:5](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/decorators/fetchDevices.ts#L5) --- @@ -7368,7 +7368,7 @@ function syncDevices(params?: { #### Defined in -[src/decorators/syncDevices.ts:14](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/decorators/syncDevices.ts#L14) +[src/decorators/syncDevices.ts:14](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/decorators/syncDevices.ts#L14) --- @@ -7414,7 +7414,7 @@ function updateDevice( #### Defined in -[src/decorators/updateDevice.ts:42](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/decorators/updateDevice.ts#L42) +[src/decorators/updateDevice.ts:42](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/decorators/updateDevice.ts#L42) --- @@ -7472,4 +7472,4 @@ function updateDevices(params?: { #### Defined in -[src/decorators/updateDevices.ts:6](https://github.com/OlivierZal/melcloud-api/blob/d69e8ad4942368a02e26d82b8ed5c8541fe41b89/src/decorators/updateDevices.ts#L6) +[src/decorators/updateDevices.ts:6](https://github.com/OlivierZal/melcloud-api/blob/2f1f275db50db5905c5b40aa6f90e5612e39bd24/src/decorators/updateDevices.ts#L6)