From 3a271430127ea3d7e0492dbe9bf9078c9e0a3613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Thu, 5 Jun 2025 16:39:08 +0200 Subject: [PATCH] Matter add Service Area Cluster to vacuum_cleaner fixture (#145743) Update vacuum_cleaner.json Service Area Cluster --- .../matter/fixtures/nodes/vacuum_cleaner.json | 62 ++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/tests/components/matter/fixtures/nodes/vacuum_cleaner.json b/tests/components/matter/fixtures/nodes/vacuum_cleaner.json index d6268144ffd..8f900616799 100644 --- a/tests/components/matter/fixtures/nodes/vacuum_cleaner.json +++ b/tests/components/matter/fixtures/nodes/vacuum_cleaner.json @@ -303,7 +303,67 @@ "1/97/65533": 1, "1/97/65528": [4], "1/97/65529": [0, 3, 128], - "1/97/65531": [0, 1, 3, 4, 5, 65528, 65529, 65531, 65532, 65533] + "1/97/65531": [0, 1, 3, 4, 5, 65528, 65529, 65531, 65532, 65533], + "1/336/0": [ + { + "0": 7, + "1": 3, + "2": { + "0": { + "0": "My Location A", + "1": 4, + "2": null + }, + "1": null + } + }, + { + "0": 1234567, + "1": 3, + "2": { + "0": { + "0": "My Location B", + "1": null, + "2": null + }, + "1": null + } + }, + { + "0": 2290649224, + "1": 245, + "2": { + "0": { + "0": "My Location C", + "1": null, + "2": null + }, + "1": { + "0": 13, + "1": 1 + } + } + } + ], + "1/336/1": [ + { + "0": 3, + "1": "My Map XX" + }, + { + "0": 245, + "1": "My Map YY" + } + ], + "1/336/2": [], + "1/336/3": 7, + "1/336/4": null, + "1/336/5": [], + "1/336/65532": 6, + "1/336/65533": 1, + "1/336/65528": [1, 3], + "1/336/65529": [0, 2], + "1/336/65531": [0, 1, 2, 3, 4, 5, 65532, 65533, 65528, 65529, 65531] }, "attribute_subscriptions": [] }