Update be_matter_vendors.h - Adding Nabu Casa vendor id (#18804)

* Update be_matter_vendors.h

Adding Nabu Casa vendor id

* Update be_matter_vendors.h

Move it to the end of the list
This commit is contained in:
Ludovic BOUÉ 2023-06-06 19:16:03 +02:00 committed by GitHub
parent 5c3a6d9170
commit 73c48ff5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ const matter_vendor_t matter_Vendors[] = {
{ 0x142D, "QH"},
{ 0x142F, "QIACHIP"},
{ 0x6006, "Google LLC"},
{ 0x134B, "Nabu Casa"},
{ 0xFFFF, NULL },
};