mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Matter add Service Area Cluster to vacuum_cleaner fixture (#145743)
Update vacuum_cleaner.json Service Area Cluster
This commit is contained in:
parent
9a6c642bdf
commit
3a27143012
@ -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": []
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user