William
William
The mktime function used to convert the tm struct to time_t (seconds since Jan 1, 1970) assumes that the tm struct time is in local time. Hence, in the instance...
Fixes #31683. Enables all RVC python tests to run in CI against the RVC example app. This PR assumes that these PRs that fix issues with the test scripts have...
The `write_to_app_pipe` function is replicated in a number of python tests. This should be moved into a common location, possibly made part of the `MatterBaseTest` class. Consider requiring apps to...
## Reproduction steps 1. Starting a new ZAP configuration from `template.zap` 2. Change the device on Endpoint 1 to the Matter Robotic Vacuum Cleaner device. 3. Filter the enabled clusters...
Update the RVC device type definition according to the changes in [this spec change](https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/9019). Follow [these instructions](https://github.com/project-chip/connectedhomeip/blob/master/docs/cluster_and_device_type_dev/how_to_add_new_dts_and_clusters.md#add-the-device-type-definition-to-the-sdk) to updated the RVC device type definition.
Add the Location cluster definition based on [this spec change](https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8937). Follow [these instructions](https://github.com/project-chip/connectedhomeip/blob/master/docs/cluster_and_device_type_dev/how_to_add_new_dts_and_clusters.md#add-the-cluster-definitions-to-the-sdk) to add the a cluster definition to the SDK.
Update the CI to test the Location cluster via the RVC example app.
Implement the test plan according to the outcome of the work carried out in the "Write the location cluster's test plan" ticket. todo Add a link to the ticket of...
Add a new cluster to the SDK according the this [spec PR](https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8937).
Update the RVC example app to emulate an RVC device that uses the Location cluster and it's features.