Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update csa::master into master #71

Merged
merged 236 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
236 commits
Select commit Hold shift + click to select a range
aef88b6
Add TC_CCTRL_2_1, TC_CCTRL_2_2, TC_CCTRL_2_3 to CI (#35886)
arkq Oct 4, 2024
ca79d59
Documentation: Fix defaults on build_python.sh (#35901)
cecille Oct 4, 2024
e814987
Add provisional General Commissioning Cluster TCUpdateDeadline attrib…
swan-amazon Oct 4, 2024
994c390
Make use of DataModel::Provider device type resolution in the access …
andy31415 Oct 4, 2024
86a5270
Add missing feature map bit (#35915)
mkardous-silabs Oct 4, 2024
a2f1773
When logging work items in MTRDevice_Concrete, include names, not jus…
bzbarsky-apple Oct 4, 2024
cc28e0a
Fix Matter.framework path descriptions to be more readable. (#35921)
bzbarsky-apple Oct 4, 2024
213bf23
Fix formatting of unknown IDs in MTRClusterNames bits. (#35922)
bzbarsky-apple Oct 4, 2024
641103f
Fix some error messages when XPC exceptions happen. (#35923)
bzbarsky-apple Oct 4, 2024
89f78ca
tv-casting-app fix load stale binding endpoints from un-needed fabric…
pgregorr-amazon Oct 4, 2024
425b53c
Re-enerated using updated alchemy which recognizes Cameras domain (#3…
gmarcosb Oct 5, 2024
5c9d4f9
Update Darwin availability annotations for new camera bits. (#35925)
bzbarsky-apple Oct 5, 2024
ef0132b
[Fabric-Sync] Fix compile warnings (#35927)
yufengwangca Oct 5, 2024
45a68f8
Use ScheduleLambda() instead of PlatformMgr().ScheduleWork to excute …
yufengwangca Oct 7, 2024
386816b
Enable MRP in WiFi-PAF commissioning (#35500)
crlonxp Oct 7, 2024
bcc1f1b
[Linux] Matter Linux Water Leak Detector Example (#35392)
lboue Oct 7, 2024
1c2ad2e
[HotFix] Missing declaration in provisional water-leak-detector-app.m…
vivien-apple Oct 7, 2024
4ec1716
WebRTC requestor cluster (#35910)
andyg-apple Oct 7, 2024
b559f17
Move some Matter.framework server APIs used only with concrete contro…
bzbarsky-apple Oct 7, 2024
55e2a3f
Remove PASE verifier computation overrides from MTRDeviceController_C…
bzbarsky-apple Oct 7, 2024
3adf99e
Add a size-display script for binaries. (#35942)
andy31415 Oct 7, 2024
3a7c922
Fix handling of controllerNodeID on non-concrete controllers. (#35946)
bzbarsky-apple Oct 7, 2024
7fd3d59
Clean up asyncGetCommissionerOnMatterQueue on MTRDeviceController. (#…
bzbarsky-apple Oct 7, 2024
52a5589
Fix efr32 test_driver build and make sure the linkerfile matches the …
jmartinez-silabs Oct 7, 2024
07a28ac
One more decouple from ember from src/app and ensure we can compile w…
andy31415 Oct 8, 2024
43e447c
[Fabric-Bridge] Replace ScheduleWork with ScheduleLambda (#35949)
yufengwangca Oct 8, 2024
9fc8386
[ICD] Make optional spec checks mandatory with the launch of LongIdle…
mkardous-silabs Oct 8, 2024
9a148ab
[java]fix errorcode in GetConnectedDeviceCallbackForTestJni (#35958)
yunhanw-google Oct 8, 2024
cec1887
Fix android batch command test (#35954)
yunhanw-google Oct 8, 2024
6ced852
Make function argument a reference, to avoid passing in struct data a…
andy31415 Oct 8, 2024
9ccc52e
Remove a test-only method from base MTRDeviceController. (#35944)
bzbarsky-apple Oct 8, 2024
0d78b5f
Fix attribute-table logs to not log strings as %p. (#35941)
bzbarsky-apple Oct 8, 2024
4c4970a
Documentation: getting started - changing examples (#35929)
cecille Oct 8, 2024
1dadbe4
Add missing feature map bit (#35915) (#35961)
mkardous-silabs Oct 8, 2024
9b34d55
Fix --int-arg, --bool-arg, etc options parsing (#35249)
arkq Oct 8, 2024
6034c87
Add TC_BRBINFO_4_1 to CI (#35940)
arkq Oct 8, 2024
bd8803a
[darwin-framework-tool] Automatically check for leaks on shutdown if …
vivien-apple Oct 8, 2024
18fafa5
DM XMLs: Remove a couple of clusters/DTs not in 0.9 (#35937)
cecille Oct 8, 2024
ccd45b0
Add restyled workflow (#35967)
andy31415 Oct 8, 2024
f7600df
Fix mis-quote in pullapprove (#35968)
andy31415 Oct 8, 2024
ca70de2
Use check runs for checking restyle workflow (#35969)
andy31415 Oct 8, 2024
7c68210
Remove restyle check in pullapprove: moved this requirement to the br…
andy31415 Oct 8, 2024
0a2e58d
[devcontainer] Add icecc cluster compilation (#35502)
XToripuru Oct 8, 2024
4a21a8d
[AllClusters] If opened multiple times and something fails in Init, c…
vivien-apple Oct 8, 2024
7fcc60f
[Android] Add StayActive support during commission flow for LIT (#35959)
yunhanw-google Oct 8, 2024
a854245
[Python] Fix the value type of enumeration kUnknownEnumValue (#35963)
tianfeng-yang Oct 8, 2024
af3727b
[Matter.framework] Prevent a leak when using the _subscriptionPoolWor…
vivien-apple Oct 9, 2024
a629204
Fixing deadlock, and not cleaning up on purpose now (#35982)
woody-apple Oct 9, 2024
e02f0f2
[Silabs]Migrate some more freertos api to cmsisos (#35974)
jmartinez-silabs Oct 9, 2024
5224cec
[Silabs] Refactor Sensor code (#35979)
mkardous-silabs Oct 9, 2024
6621548
TC-VALCC-4.2: unconditionally write open duration (#35852)
cecille Oct 9, 2024
b8a0e76
[Matter.framework] When the device is entering suspended state and at…
vivien-apple Oct 9, 2024
8110157
[Matter.framework] MTRAsyncWorkItem::initWithQueue will assert when t…
vivien-apple Oct 9, 2024
59f7615
Remove python_lib build&test out of darwin build steps (#35980)
andy31415 Oct 9, 2024
50b5dfb
Make MTRBaseDevice be explicit about when it's assuming a concrete co…
bzbarsky-apple Oct 9, 2024
d4c2eaf
[NXP][common][mcxw71_k32w1] Update ButtonApp::HandleLongPress and Pla…
andrei-menzopol Oct 9, 2024
b3aeb67
Convert CI python test arguments to YAML format (#35988)
arkq Oct 9, 2024
12fe9df
Speed up linux and darwin CI (#35971)
andy31415 Oct 9, 2024
2a19f57
esp32-fix-empty-logs(#35939) (#35965)
mokap13 Oct 9, 2024
6252541
Add script and workflow that is able to "cancel all CI runs for a spe…
andy31415 Oct 9, 2024
b37012b
Moving our XPC Checkin to be a general register (#35985)
woody-apple Oct 9, 2024
f217f77
Camera zone management cluster (#35879)
gmarcosb Oct 9, 2024
24fd0d6
Add a GenericPlatformManager implementation based on CMSISOS V2 API (…
jmartinez-silabs Oct 9, 2024
f2b8a87
Use DataModel::Provider provided command information to handle comman…
andy31415 Oct 9, 2024
a7bbd7b
[Matter.framework] Clear all device controller delegates on controlle…
vivien-apple Oct 9, 2024
88bf438
Fix crash when handling jStayActiveMsec (#35997)
yunhanw-google Oct 10, 2024
8a01f93
Remove no-op ShutdownOnExit. (#36002)
bzbarsky-apple Oct 10, 2024
d3f33ba
[NXP][common][mcxw71_k32w1] Add MML support to DiagnosticDataProvider…
andrei-menzopol Oct 10, 2024
afcfba0
[Tizen] Enable QEMU RTC driver to sync time on boot (#35964)
arkq Oct 10, 2024
b1cd9fd
Refactoring of support test scripts to enhance matter testing infrast…
vatsalghelani-csa Oct 10, 2024
4440785
[Bouffalo Lab] Add a script to demonstrate mfd partition generation (…
wy-hh Oct 10, 2024
a0eafce
[bouffalolab] reduce ci build targets (#36006)
wy-hh Oct 10, 2024
1928999
[Fabric-Sync] Use aggregator endpoint instead of root endpoint for CC…
yufengwangca Oct 10, 2024
54f0493
[NXP] Bump nxp_matter_support (#36008)
marius-alex-tache Oct 10, 2024
8dc3d39
[Energy Management] Silabs Dishwasher, Electrical sensor and DEM app …
lpbeliveau-silabs Oct 10, 2024
1ed1dca
Add unit test for EcosystemInformation cluster server implementation …
tehampson Oct 10, 2024
33991c5
Reduced the ESP32 CI tests to be run on CI build (#35931)
shripad621git Oct 10, 2024
35fcc33
Revert "Refactoring of support test scripts to enhance matter testing…
soares-sergio Oct 10, 2024
86c1c71
Fix small typo (#36005)
yufengwangca Oct 10, 2024
80a7636
tv-casting-app fix CloseCommissioningWindow upon unexpected CDC Commi…
pgregorr-amazon Oct 10, 2024
7a9bd66
[Darwin] Implemented download diagnostics log for MTRDevice_XPC (#35998)
anush-apple Oct 10, 2024
cc049c3
Add back typo removed by line merge in previous PR (#36010)
andy31415 Oct 10, 2024
6a29ee5
Refactoring random SetupPinCode generation into a method. (#36009)
Alami-Amine Oct 10, 2024
043ff67
Remove all-clusters-minimal-app for Tizen platform (#36014)
arkq Oct 10, 2024
6880437
Attempt to fix ESP32 builds by adding an extra dependency (#36025)
andy31415 Oct 10, 2024
14e75a4
Store icdClientInfo after completing check-in message validation (#36…
yunhanw-google Oct 10, 2024
a76cc9b
python_testing: Improve TC_IDM_10_1 error msgs (#35999)
soares-sergio Oct 10, 2024
18bcd0c
Fix device type metadata for bridge device types. (#36034)
bzbarsky-apple Oct 11, 2024
49db415
[QPG] Fix for OpenThread Stack bump compile issue (#36039)
dvdm-qorvo Oct 11, 2024
f5bf220
Fix name of the Secondary Network Interface device type in the XML. (…
bzbarsky-apple Oct 11, 2024
cc50e9e
Add logic to stop full CI if some fast and required checks fail (#36000)
andy31415 Oct 11, 2024
fa570cc
Revert "esp32-fix-empty-logs(#35939)" (#36035)
shubhamdp Oct 11, 2024
55a6c6b
Correct copy&paste errors in log (#36019)
yufengwangca Oct 11, 2024
907caa6
Fix dependency requirement for CI cancel (#36041)
andy31415 Oct 11, 2024
3732a89
Restyler Fixes for reverted PR #34785 (#36022)
vatsalghelani-csa Oct 11, 2024
3e55a21
[darwin-framework-tool] Add missing autoreleasepool before checking f…
vivien-apple Oct 11, 2024
8c0f11a
Matter framework safe conversion for known enum (#36015)
vivien-apple Oct 11, 2024
a712f77
[ICD] Add subscriber request max interval getter (#36021)
mkardous-silabs Oct 11, 2024
f59864b
[Silabs] Adds refrigerator application (#35433)
shgutte Oct 11, 2024
89ef86d
[darwin-framework-tool] Add a memory dump-graph command (#36017)
vivien-apple Oct 11, 2024
7287041
[YAML] Add _ById commands support for darwin-framework-tool (#35996)
vivien-apple Oct 11, 2024
d2d06b3
[Silabs] Reduce the amount of target built by the ci while keeping al…
jmartinez-silabs Oct 11, 2024
48cf3e5
Fix casts when determining endpoint indices. (#36047)
bzbarsky-apple Oct 11, 2024
8e1ab70
[darwin-framework-tool] Add some autorelease pools to CHIPCommandBrid…
vivien-apple Oct 11, 2024
1988399
enable stayActive test in java matter controller during commission fl…
yunhanw-google Oct 11, 2024
f94fbfd
Dead code, no longer needed, causes duplicate checkins (#36051)
woody-apple Oct 12, 2024
bf37d4e
[ICD] Improve ICDClientStorage (#36036)
yunhanw-google Oct 12, 2024
4df081c
Definition of the Camera AV StreamManagement Cluster. (#35841)
pidarped Oct 13, 2024
dcb4444
[Python] fixed subscription crash (#32257)
tianfeng-yang Oct 14, 2024
9524ac9
Fix for arm64 build failure when bluetooth enabled on linux platform …
sabollim-silabs Oct 14, 2024
0474070
[YAML] Add _ById commands support for darwin-framework-tool - Followu…
vivien-apple Oct 14, 2024
650e69b
[CI] Add a step in CI to ensure darwin-framework-tool can be built on…
vivien-apple Oct 14, 2024
b04ec4f
Internal state is updated too often, removing this noise (#36056)
woody-apple Oct 14, 2024
d9a995f
MCORE-FS-1.4: Wait for dynamic endpoint to appear on TH_FSA (#36013)
arkq Oct 14, 2024
ac9537d
[Matter.framework] Follow-up to address remaining issues from #36015 …
vivien-apple Oct 14, 2024
03d6fbb
Fix xml field generation errors for CamerAVStreamManagement cluster. …
pidarped Oct 14, 2024
0c59ebf
[darwin-framework-tool] Add an option to use per-controller storage i…
vivien-apple Oct 15, 2024
32a375c
Docs: Move platform docs into their own directory and separate into s…
cecille Oct 15, 2024
f942dd8
Add support for single float type in RPC. (#35932)
GinyWang Oct 15, 2024
5b7aad7
Remove redundant "Matter " prefix from device type names. (#36068)
bzbarsky-apple Oct 15, 2024
d8d121e
Update ZAP to get helpers neeeded for Darwin codegen. (#36067)
bzbarsky-apple Oct 15, 2024
fe500cf
[nxp][examples][common] Make button components configurable (#36077)
marius-alex-tache Oct 15, 2024
e7ff441
TC-DA-1.2: Better error messages (#35916)
cecille Oct 15, 2024
9117e4d
Fix lighting samples weird values (#36079)
tcarmelveilleux Oct 15, 2024
bbc0fb2
Fix constraint check in thermostat cluster to follow the spec. (#36048)
bzbarsky-apple Oct 15, 2024
8a08d57
Use standard std::min std::max functions (#36065)
arkq Oct 15, 2024
064c205
Replace nlSTATIC_ASSERT_PRINT with static_assert (#36075)
arkq Oct 15, 2024
579b1b1
Add a way to ask Matter.framework for information about device types.…
bzbarsky-apple Oct 15, 2024
c29a25e
Updated silabs docker image to WiseConnect v3.3.3 (#36093)
arun-silabs Oct 16, 2024
c710d08
Update ZAP to a version that removes some unused helpers. (#36089)
bzbarsky-apple Oct 16, 2024
22e9783
Making all unit tests binaries build in out/tests folder (#36095)
Alami-Amine Oct 16, 2024
4616ac8
TC-S-2.5, 2.6 - Updates logs, preconditions (#35054)
raul-marquez-csa Oct 16, 2024
4318c3a
Remove remaining Global Attributes tests (#36029)
cecille Oct 16, 2024
9df818b
Decouple PumpConfigurationAndControl from EmberCompat (#36045)
andy31415 Oct 16, 2024
34d633c
[Scenes] Mode Select Cluster Handler (#30855)
lpbeliveau-silabs Oct 16, 2024
b90334a
[Fabric Sync] Update test to run a little faster (#36082)
tehampson Oct 16, 2024
1000d7e
Update stalebot settings (#36097)
andy31415 Oct 16, 2024
150db87
[Fabric-Admin] Refactor to use API methods instead of PushCommand (3/…
yufengwangca Oct 16, 2024
e50084b
Start an issue triage document to describe issue owners and maintaina…
andy31415 Oct 17, 2024
1a38286
DEMM, WHM, EVSEM to disallow OnMode/StartupMode in All-Clusters-App (…
jamesharrow Oct 17, 2024
97afd92
NXP : Add support of RT1060 and RT1170 boards (#35842)
jby-nxp Oct 17, 2024
c03ffef
[Python] Improve type hints of cluster objects (#29966)
agners Oct 17, 2024
d5886bc
Handle logging.info at matter_testing_support.py (#36070)
rquidute Oct 17, 2024
190c5c8
[NXP][third_party] Border router updates and fixes (#36118)
marius-preda Oct 17, 2024
d7f99c7
[Fabric-Admin] Cleanup extra override method (#36109)
yufengwangca Oct 17, 2024
e150e06
Add `emberAfMetadataStructureGeneration` for codegen data model. (#36…
andy31415 Oct 17, 2024
dead378
Add plumbing for BRBINFO reachability change (#36101)
tehampson Oct 17, 2024
8f4fd1d
Updated docker file for wiseconnect-wifi-bt-sdk to 2.10.3 (#36126)
bhmanda-silabs Oct 17, 2024
7cab1aa
Use ScopedNodeId for fabric sync CADMIN subscription (#36121)
tehampson Oct 17, 2024
7916808
[NXP] Fix mDNS issue with RW61x ethernet board (#36123)
yeaissa Oct 17, 2024
162b599
Fix unmatched Register/UnregisterReadHandlerAppCallback calls (#36119)
arkq Oct 17, 2024
d9c6de5
[ Test ] Creating test module TC_CADMIN_1_11 (#34760)
j-ororke Oct 17, 2024
c0c674c
[Fabric-Admin] Implement FabricSyncGetter APIs (#36108)
yufengwangca Oct 17, 2024
ed7ef1b
Cleanup AutoSync command (#36128)
yufengwangca Oct 17, 2024
5fe4409
[Fabric Sync] Have ECOINFO mark attribute dirty when new entry added …
tehampson Oct 17, 2024
1ae2e6e
Adding accessory for publicKeyData (#36129)
woody-apple Oct 17, 2024
bdfc0d1
Auto-release group iterators (#36127)
andy31415 Oct 17, 2024
9b25203
[Fabric-Admin] Implement CommissionerControl command APIs (#36057)
yufengwangca Oct 17, 2024
3a6c545
[ICD] Add logs to improve debuggability for storeEntry/removeEntry/r…
yunhanw-google Oct 17, 2024
915fb2c
[Darwin] Some MTRDevice mtr_strongify sites need to guard against nil…
jtung-apple Oct 18, 2024
76e9e14
[Logging] Log the duration for successfully establishing a subscripti…
vivien-apple Oct 18, 2024
2574847
Remove various un-necessary code from MTRDevice. (#36132)
bzbarsky-apple Oct 18, 2024
edf3b8b
Add missing availability annotation on publicKeyData. (#36135)
bzbarsky-apple Oct 18, 2024
0060e0e
Replace ReturnErrorCodeIf with VerifyOrReturnError (#36083)
arkq Oct 18, 2024
8fa33f0
Add support for log control variants to NXP build targets (#36122)
andy31415 Oct 18, 2024
728d138
[Telink] Reduce CI time (#36144)
s07641069 Oct 18, 2024
b79c6c6
Documentation: more reorganization (#36100)
cecille Oct 18, 2024
1f4e81e
Update docker image to pull latest simplicity sdk (#36148)
mkardous-silabs Oct 18, 2024
00bd828
TC-DESC-2.2: Fix comparison when mfg label is in the list (#35849)
cecille Oct 18, 2024
29a567e
Re-enabling unit tests for EFR32 which had been disabled due to flash…
feasel0 Oct 18, 2024
9099608
Improve the unit tests for MTRCertificateInfo.publicKeyData. (#36150)
bzbarsky-apple Oct 18, 2024
14a98e9
[Fabric-Sync] Initial version of fabric-sync example (#36136)
yufengwangca Oct 18, 2024
7d6373f
Add an ALL_EVENTS maps in symmetry to ALL_ATTRIBUTES (#35661)
cecille Oct 18, 2024
3d75573
Move some MTRDevice_Concrete-specific constants to MTRDevice_Concrete…
bzbarsky-apple Oct 19, 2024
79c1cf5
[Matter.framework] Backtrace logging for MTRDeviceControllerFactory::…
vivien-apple Oct 19, 2024
d7abcbf
DM XMLs 1.4 tag (#36153)
cecille Oct 20, 2024
ccaa43e
[Fabric-Bridge] Cleanup unused flag (#36156)
yufengwangca Oct 21, 2024
d0e9166
[Fabric-Sync] Add build target for Raspberry Pi (#36158)
yufengwangca Oct 21, 2024
562acf2
riscv:telink: fix alexa auto connect. (#36143)
s07641069 Oct 21, 2024
8c31c3f
Label platform changes in examples and test drivers (#36140)
arkq Oct 21, 2024
db7c54a
Minor update: avoid extra constructor on IsExistentAttributePath (#36…
andy31415 Oct 21, 2024
605e3f5
Remove the linux auto-label. (#36177)
andy31415 Oct 21, 2024
6f0a70c
[nxp][examples][common][lock-app] Add DiagnosticLog and Update zap fi…
andrei-menzopol Oct 21, 2024
9ee0499
DEMM, EVSEM, WHM, EEVSE, DEM, EWATERHTR zap XML out of date with 1.4 …
jamesharrow Oct 21, 2024
6054fe1
[Fabric-Sync] Integrate fabric bridge functionalities into fabric-syn…
yufengwangca Oct 22, 2024
1eaa4b9
Removed config flags inherited from tv-app (#36180)
yufengwangca Oct 22, 2024
8d44e77
OpenDeviceCommissioningWindow verifies fabric index is what we expect…
tehampson Oct 22, 2024
44db0f6
Call DeviceReachableChanged when subscription fails (#36175)
tehampson Oct 22, 2024
4269ff5
[Fabric-Bridge] Update Readme.txt to exclude incorrect path info (#36…
yufengwangca Oct 22, 2024
5eb3cc0
[NXP][platform][common] Minor platform code updates (#36169)
dinabenamar Oct 22, 2024
5c0c92e
Remove event list from generated code (#34997)
cecille Oct 22, 2024
ed11b03
Add build check for fabric-sync (#36182)
yufengwangca Oct 22, 2024
7ff4cd2
Updated the S_2_6 test steps according to plan and VS doc (#36145)
lpbeliveau-silabs Oct 22, 2024
9afad66
Match the log with its implemantation (#36183)
yufengwangca Oct 22, 2024
c98b1f5
Improve Exit Error Handling for failures in PASE pairing requests (#3…
Alami-Amine Oct 22, 2024
0b93b0d
[Silabs] Update WiseConnect to v3.3.3 (#36086)
arun-silabs Oct 22, 2024
9041169
Revert "[Feature] Adding Step Endpoint Information (#35662)" (#36198)
cecille Oct 22, 2024
f32d005
[Silabs] Update WiseConnect-wifi-bt-sdk to 2.10.3 for RS9116 (#36117)
bhmanda-silabs Oct 22, 2024
e36bde7
Add an MTRDevice method for checking whether a data-value satisfies s…
bzbarsky-apple Oct 22, 2024
ccaa0ed
Add fabric-sync ad vscode debug target (#36197)
yufengwangca Oct 22, 2024
b127740
Camera AVStreamMgmt xml updates (#36133)
pidarped Oct 23, 2024
631ad43
Removes test case scripts (#36185)
raul-marquez-csa Oct 23, 2024
a0d7b14
Add a method for validating data-value dictionaries. (#36207)
bzbarsky-apple Oct 23, 2024
42421c4
Update pigweed to latest master (#36193)
arkq Oct 23, 2024
948755d
Add missing Water Heater device to matter-devices.xml (#36125)
soares-sergio Oct 23, 2024
a7a5004
Adds step 9c (#36157)
raul-marquez-csa Oct 23, 2024
614a086
python_testing: Add Checks for Command IDs (#36018)
soares-sergio Oct 23, 2024
c28bcdc
Pything testing: Add more info to error summary (#36216)
cecille Oct 23, 2024
0a1867f
Add installation as snap instructions (#36099)
jpm-canonical Oct 23, 2024
334c669
Generate Conformance Data with Alchemy (#36186)
ethanzhouyc Oct 23, 2024
b99a978
[Silabs] Bump Simplicity SDK to 2024.6.2 (#36213)
mkardous-silabs Oct 23, 2024
7026061
[Silabs] Fixing the BLE Advertisement for the NCP and 917SoC devices …
chirag-silabs Oct 23, 2024
a4a911c
Revert "Generate Conformance Data with Alchemy (#36186)" (#36220)
andy31415 Oct 23, 2024
f5a0b6f
[HVAC] Add check for per-preset-scenario limit (#35310)
hasty Oct 23, 2024
8933398
Bump third_party/openthread/repo from `2aeb8b8` to `287dbfa` (#36012)
dependabot[bot] Oct 23, 2024
197f698
Add a BigEndian::Reader to be the equivalent for LittleEndian::Reader…
andy31415 Oct 23, 2024
92fa1ad
[darwin-framework-tool] Sending a command or issuing a write using th…
vivien-apple Oct 24, 2024
ea8b849
[Matter.framework] Move various #define to src/platform/Darwin/CHIPPl…
vivien-apple Oct 24, 2024
75d7e6b
YAML linter: Add check for manual steps, remove known bad unit tests …
cecille Oct 24, 2024
736ed63
[Matter.framework] Enforce max reporting interval to kSubscriptionMax…
vivien-apple Oct 24, 2024
70f168a
[Tizen] Pass runner's path as QEMU argument (#36173)
XToripuru Oct 24, 2024
037bc4c
Use GoogleTest back-end for unit tests running on host (#36137)
arkq Oct 24, 2024
de6dd8f
[Silabs] Add BRD4343a support (#36111)
arun-silabs Oct 24, 2024
1de2c6f
[ESP32] Implement providers which reads unique data from the secure c…
shubhamdp Oct 24, 2024
ab04f03
Switch lwIP to git submodule, update it. (#29056)
aalexanderr Oct 24, 2024
9423a8c
Use TLV-based encoding for ember data buffer. (#36172)
andy31415 Oct 24, 2024
515bc3b
Remove the ToString from pigweed as googletest complains (#36228)
andy31415 Oct 24, 2024
e0abf7a
[ICD] Set MaximumCheckInBackOff to external and fix define guards for…
mkardous-silabs Oct 24, 2024
71170fe
[NXP][platform][common] Set CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION to…
dinabenamar Oct 24, 2024
ec58aef
[nxp][examples][k32w1_mcxw71] Disable DNS over TCP for OT config (#36…
marius-alex-tache Oct 24, 2024
ec81c76
Make bridge interface as Ethernet interface (#33236)
celestecote21 Oct 24, 2024
00890a6
DRLK-2.1: use correct PICS for prompt test steps (#34026)
doublemis1 Oct 24, 2024
1febc9b
Add missing device types solar pv, battery storage, heat pump (#36147)
jamesharrow Oct 24, 2024
692983e
Use custom ember-buffer decode on codegen data model Read as well. (#…
andy31415 Oct 24, 2024
d814ce7
[chip-tool[darwin-framework-tool] Using ComplexArgument leaks on synt…
vivien-apple Oct 24, 2024
4224d70
delete unnecessary files from the docker image (#36237)
mkardous-silabs Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing device types solar pv, battery storage, heat pump (#36147)
* Added Heat Pump, Solar Power, Battery Storage to matter-devices.xml

* Update after regen_all
  • Loading branch information
jamesharrow authored Oct 24, 2024
commit 1febc9b6f6636ebc0fac2d769b5bf74e8440c798
72 changes: 72 additions & 0 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2741,4 +2741,76 @@ limitations under the License.
</include>
</clusters>
</deviceType>
<deviceType>
<name>MA-heatpump</name>
<domain>CHIP</domain>
<typeName>Heat Pump</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0309</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<clusters>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>DEVICE_TYPE_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
<requireAttribute>SERVER_LIST</requireAttribute>
</include>
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="false">
<requireAttribute>IDENTIFY_TIME</requireAttribute>
<requireAttribute>IDENTIFY_TYPE</requireAttribute>
<requireCommand>Identify</requireCommand>
</include>
<include cluster="Thermostat" client="true" server="false" clientLocked="false" serverLocked="true">
<requireAttribute>CONTROL_SEQUENCE_OF_OPERATION</requireAttribute>
<requireAttribute>LOCAL_TEMPERATURE</requireAttribute>
<requireAttribute>SYSTEM_MODE</requireAttribute>
<requireCommand>SetpointRaiseLower</requireCommand>
</include>
</clusters>
</deviceType>
<deviceType>
<name>MA-solarpower</name>
<domain>CHIP</domain>
<typeName>Solar Power</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0017</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<clusters>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>DEVICE_TYPE_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
<requireAttribute>SERVER_LIST</requireAttribute>
</include>
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="false">
<requireAttribute>IDENTIFY_TIME</requireAttribute>
<requireAttribute>IDENTIFY_TYPE</requireAttribute>
<requireCommand>Identify</requireCommand>
</include>
</clusters>
</deviceType>
<deviceType>
<name>MA-batterystorage</name>
<domain>CHIP</domain>
<typeName>Battery Storage</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0018</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<clusters>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>DEVICE_TYPE_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
<requireAttribute>SERVER_LIST</requireAttribute>
</include>
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="false">
<requireAttribute>IDENTIFY_TIME</requireAttribute>
<requireAttribute>IDENTIFY_TYPE</requireAttribute>
<requireCommand>Identify</requireCommand>
</include>
</clusters>
</deviceType>
</configurator>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.