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

Sync csa branch with main #271

Merged
merged 39 commits into from
Feb 9, 2025
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
09833eb
Make global attributes be part of IM instead of part of DataModel::Pr…
andy31415 Feb 6, 2025
deff77a
Rename expectedResult to requiredResponse in the invokeCommands API. …
bzbarsky-apple Feb 6, 2025
9db6390
bump android docker versions (#37414)
yunhanw-google Feb 6, 2025
a998bf6
Make the build_coverage script more flexible (#37415)
yufengwangca Feb 6, 2025
d777dce
[Java] Delete finalize method in java (#37417)
joonhaengHeo Feb 6, 2025
8ec9b41
[Tizen] Fix race when storing cert credentials (#37427)
arkq Feb 6, 2025
7adac6e
Add test steps logging for TCP Tests (#37397)
pidarped Feb 6, 2025
779221f
[TC-DLOG-2.1] Updated the Manual script as per the Verification step …
Ashwinigrl Feb 6, 2025
35781e5
[PSA] bugfix for potential buffer overflow from AES_CCM Encrypt/Decry…
Alami-Amine Feb 6, 2025
2cf6dd8
[Darwin] MTRDevice should tear down subscription on dealloc (#37418)
jtung-apple Feb 6, 2025
8f28a21
Tc sc 4 1 bcm support (#36597)
simonhmorris1 Feb 6, 2025
a38f2aa
Fix condition for building test vectors (#37423)
adigie Feb 6, 2025
2a15d46
[CASESession] Follow up to refactoring Sigma Parsing functions PR (#3…
Alami-Amine Feb 6, 2025
93114c7
Auto-select data model set based on specification version (#37394)
cecille Feb 6, 2025
cbe17ed
Reduce logging in BDXTransferSession by removing logging for BlockQue…
nivi-apple Feb 7, 2025
ce47e22
Create an AAI registry for PwRPC services to allow registration of cu…
sxb427 Feb 7, 2025
e1d26a0
Fix validation of return value for invokeCommands. (#37442)
bzbarsky-apple Feb 7, 2025
2a77a11
Revert "[Java] Delete finalize method in java (#37417)" (#37446)
yunhanw-google Feb 7, 2025
ee6341e
Update chef air quality sample to use ug/m^3 (#37441)
sxb427 Feb 7, 2025
1348a8a
[Darwin] MTRDevice should throttle deviceBecameActive callbacks (#37436)
jtung-apple Feb 7, 2025
c02a091
[Tizen] Add ifdef for version-dependent Thread API (#37430)
XToripuru Feb 7, 2025
f53be4f
[Docker Image] Add zstd to chip-build (#37450)
adigie Feb 7, 2025
ff5f8fd
[Android][Docker]upgrade android sdk from 8 to 11 with java 11 suppor…
yunhanw-google Feb 7, 2025
8deebeb
telink: add instructions how to use USB logging (#37376)
BorysNykytiuk Feb 7, 2025
b536bc1
Remove stale comment from ARL example (#37321)
tleacmcsa Feb 7, 2025
ab065d2
Update TC_OCC_3_2.py to fix test step 4d failure. (#37197)
jaehs6sam Feb 7, 2025
b959364
Move OnboardingCodesUtil out of app/server (#37401)
adigie Feb 7, 2025
9799dce
Add test steps 50-60 from the Thermostat test plan to the Thermostat …
nivi-apple Feb 7, 2025
a2d94d2
Optimize flash cost for optional command in wifi diagnostic cluster (…
yufengwangca Feb 7, 2025
372345e
Don't log kNone events in BdxTransferDiagnosticLog::HandleTransferSes…
bzbarsky-apple Feb 7, 2025
333e921
Fix incorrect comment in TLVWriter. (#37459)
bzbarsky-apple Feb 7, 2025
841df09
Fix comments and naming for Darwin invoke responses validation. (#37460)
bzbarsky-apple Feb 7, 2025
b6da5d5
Updated TC-DD-1.10 YAML script with more detailed descriptions for te…
Ashwinigrl Feb 7, 2025
4c1a0c5
[ESP32] Fixed the bluedroid build issue in ESP32. (#34133)
shripad621git Feb 7, 2025
eea382e
Update TCUpdateDeadline to be nullable to match spec (#37438)
tehampson Feb 7, 2025
7a2733e
Add TCP bitflag checks to TC_SC_4_3 test. (#37347)
pidarped Feb 7, 2025
9a18149
Enable integration test during coverage statistic (#37467)
yufengwangca Feb 8, 2025
ed1babf
Convert reference to gen_config.h to the correct header file. (#37464)
harimau-qirex Feb 8, 2025
cd58e5e
Improve logging around sending XPC messages. (#37480)
bzbarsky-apple Feb 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 8 additions & 14 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -81,14 +81,6 @@ jobs:
run: scripts/run_in_build_env.sh "ninja -C ./out"
- name: Run Tests
run: scripts/tests/gn_tests.sh
# TODO Log Upload https://github.com/project-chip/connectedhomeip/issues/2227
# TODO https://github.com/project-chip/connectedhomeip/issues/1512
# - name: Run Code Coverage
# if: ${{ contains('main', env.BUILD_TYPE) }}
# run: scripts/tools/codecoverage.sh
# - name: Upload Code Coverage
# if: ${{ contains('main', env.BUILD_TYPE) }}
# run: bash <(curl -s https://codecov.io/bash)
- name: Set up Build Without Detail Logging
run: scripts/build/gn_gen.sh --args="chip_detail_logging=false"
- name: Run Build Without Detail Logging
@@ -488,16 +480,16 @@ jobs:
build_linux_gcc_coverage:
name: Build on Linux (coverage)

runs-on: ubuntu-latest
env:
TSAN_OPTIONS: "halt_on_error=1 suppressions=scripts/tests/chiptest/tsan-linux-suppressions.txt"

if: github.actor != 'restyled-io[bot]'
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build:104
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"

steps:
- name: Checkout
@@ -506,6 +498,8 @@ jobs:
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
platform: linux
bootstrap-log-name: bootstrap-logs-linux-${{ matrix.build_variant }}${{ matrix.chip_tool }}

- name: Run Build Coverage
run: ./scripts/build_coverage.sh
run: ./scripts/build_coverage.sh --yaml

2 changes: 1 addition & 1 deletion .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-android:106
image: ghcr.io/project-chip/chip-build-android:108
volumes:
- "/tmp/log_output:/tmp/test_logs"

2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -114,7 +114,6 @@ jobs:
--known-failure app/util/config.h \
--known-failure app/util/DataModelHandler.cpp \
--known-failure app/util/DataModelHandler.h \
--known-failure app/util/ember-global-attribute-access-interface.h \
--known-failure app/util/ember-io-storage.h \
--known-failure app/util/endpoint-config-api.h \
--known-failure app/util/generic-callbacks.h \
@@ -133,7 +132,6 @@ jobs:
# for them. Keeping them as a list as they still need review ...
# --known-failure app/util/attribute-table.cpp \
# --known-failure app/util/ember-io-storage.cpp \
# --known-failure app/util/ember-global-attribute-access-interface.cpp \
# --known-failure app/util/attribute-storage.cpp \
- name: Check for matter lint errors
if: always()
2 changes: 1 addition & 1 deletion .github/workflows/smoketest-android.yaml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-android:106
image: ghcr.io/project-chip/chip-build-android:108
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -537,6 +537,7 @@ jobs:
scripts/run_in_python_env.sh out/venv 'python3 src/python_testing/TestIdChecks.py'
scripts/run_in_python_env.sh out/venv 'python3 src/python_testing/TestMatterTestingSupport.py'
scripts/run_in_python_env.sh out/venv 'python3 src/python_testing/TestSpecParsingDeviceType.py'
scripts/run_in_python_env.sh out/venv 'python3 src/python_testing/TestSpecParsingSelection.py'
scripts/run_in_python_env.sh out/venv 'python3 src/python_testing/TestSpecParsingSupport.py'

- name: Run Tests
77 changes: 62 additions & 15 deletions docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
@@ -589,30 +589,77 @@ SDK source code has been executed. It also provides information on how often the
Matter SDK executes segments of the code and produces a copy of the source file,
annotated with execution frequencies.

Run the following command to initiate the script:
### How to Run

```
./scripts/build_coverage.sh [OPTIONS]
```

By default, the script

Builds the Matter SDK with coverage instrumentation (unless you specify a custom
--output_root). Runs the unit tests to generate coverage data. Produces an HTML
coverage report located at:

```
out/coverage/coverage/html/index.html
```

You can extend the coverage scope and test types with the following options:

Option Description -c, --code=<scope> Specify the scope to collect coverage
data. - core (default): Coverage from the core Matter SDK stack - clusters:
Coverage from cluster implementations - all: Coverage from the entire Matter SDK

--yaml Also run YAML-based tests, in addition to unit tests.

--python Also run Python-based tests, in addition to unit tests.

-o, --output_root=DIR If specified, skip the build phase and only run coverage
on the provided build output directory. This directory must have been built with
use_coverage=true and have had tests run already.

--target=<testname> When running unit tests, specifies a particular test target
to run (e.g., TestEmberAttributeBuffer.run).

-h, --help Print script usage and exit.

### Examples

Run coverage with the default scope (core) and only unit tests:

```
./scripts/build_coverage.sh
```

By default, the code coverage script is performed at the unit testing level.
Unit tests are created by developers, thus giving them the best overview of what
tests to include in unit testing. You can extend the coverage test by scope and
ways of execution with the following parameters:
Run coverage including YAML tests (plus the always-enabled unit tests):

```
./scripts/build_coverage.sh --yaml
```

Run coverage including Python tests (plus the always-enabled unit tests):

```
-c, --code Specify which scope to collect coverage data.
'core': collect coverage data from core stack in Matter SDK. --default
'clusters': collect coverage data from clusters implementation in Matter SDK.
'all': collect coverage data from Matter SDK.
-t, --tests Specify which tools to run the coverage check.
'unit': Run unit test to drive the coverage check. --default
'yaml': Run yaml test to drive the coverage check.
'all': Run unit & yaml test to drive the coverage check.
./scripts/build_coverage.sh --python
```

Also, see the up-to-date unit testing coverage report of the Matter SDK
(collected daily) at:
Run coverage including both YAML and Python tests:

```
./scripts/build_coverage.sh --yaml --python
```

Change coverage scope to all (core + clusters) and run YAML tests:

```
./scripts/build_coverage.sh --code=all --yaml
```

### Viewing Coverage Results

After the script completes, open the following file in your web browser to view
the HTML coverage report:
[matter coverage](https://matter-build-automation.ue.r.appspot.com).

## Maintaining Matter
Original file line number Diff line number Diff line change
@@ -739,7 +739,7 @@ cluster GeneralCommissioning = 48 {
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8;
provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9;
provisional readonly attribute access(read: administer) optional nullable int32u TCUpdateDeadline = 9;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
2 changes: 1 addition & 1 deletion examples/air-purifier-app/ameba/main/chipinterface.cpp
Original file line number Diff line number Diff line change
@@ -30,14 +30,14 @@
#include <air-purifier-manager.h>
#include <app/clusters/identify-server/identify-server.h>
#include <app/clusters/network-commissioning/network-commissioning.h>
#include <app/server/OnboardingCodesUtil.h>
#include <app/util/endpoint-config-api.h>
#include <data-model-providers/codegen/Instance.h>
#include <lib/core/ErrorStr.h>
#include <platform/Ameba/AmebaConfig.h>
#include <platform/Ameba/NetworkCommissioningDriver.h>
#include <platform/CHIPDeviceLayer.h>
#include <setup_payload/ManualSetupPayloadGenerator.h>
#include <setup_payload/OnboardingCodesUtil.h>
#include <setup_payload/QRCodeSetupPayloadGenerator.h>
#if CONFIG_ENABLE_AMEBA_CRYPTO
#include <platform/Ameba/crypto/AmebaPersistentStorageOperationalKeystore.h>
2 changes: 1 addition & 1 deletion examples/air-purifier-app/cc32xx/main/AppTask.cpp
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@
#include <platform/CHIPDeviceLayer.h>

#include <app/server/Dnssd.h>
#include <app/server/OnboardingCodesUtil.h>
#include <data-model-providers/codegen/Instance.h>
#include <setup_payload/OnboardingCodesUtil.h>

#include <ti/drivers/apps/Button.h>
#include <ti/drivers/apps/LED.h>
Original file line number Diff line number Diff line change
@@ -739,7 +739,7 @@ cluster GeneralCommissioning = 48 {
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8;
provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9;
provisional readonly attribute access(read: administer) optional nullable int32u TCUpdateDeadline = 9;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
2 changes: 1 addition & 1 deletion examples/air-quality-sensor-app/silabs/src/AppTask.cpp
Original file line number Diff line number Diff line change
@@ -39,13 +39,13 @@
#include <app-common/zap-generated/callback.h>
#include <app-common/zap-generated/cluster-objects.h>
#include <app-common/zap-generated/ids/Attributes.h>
#include <app/server/OnboardingCodesUtil.h>
#include <app/server/Server.h>
#include <app/util/attribute-storage.h>
#include <assert.h>
#include <lib/support/CodeUtils.h>
#include <platform/CHIPDeviceLayer.h>
#include <platform/silabs/platformAbstraction/SilabsPlatform.h>
#include <setup_payload/OnboardingCodesUtil.h>
#include <setup_payload/QRCodeSetupPayloadGenerator.h>
#include <setup_payload/SetupPayload.h>

Original file line number Diff line number Diff line change
@@ -1642,7 +1642,7 @@ cluster GeneralCommissioning = 48 {
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8;
provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9;
provisional readonly attribute access(read: administer) optional nullable int32u TCUpdateDeadline = 9;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
2 changes: 1 addition & 1 deletion examples/all-clusters-app/ameba/main/chipinterface.cpp
Original file line number Diff line number Diff line change
@@ -31,11 +31,11 @@

#include <app/clusters/identify-server/identify-server.h>
#include <app/clusters/network-commissioning/network-commissioning.h>
#include <app/server/OnboardingCodesUtil.h>
#include <app/server/Server.h>
#include <app/util/endpoint-config-api.h>
#include <data-model-providers/codegen/Instance.h>
#include <lib/core/ErrorStr.h>
#include <setup_payload/OnboardingCodesUtil.h>

#include <platform/Ameba/AmebaConfig.h>
#include <platform/Ameba/NetworkCommissioningDriver.h>
2 changes: 1 addition & 1 deletion examples/all-clusters-app/asr/src/AppTask.cpp
Original file line number Diff line number Diff line change
@@ -31,7 +31,6 @@
#include <app-common/zap-generated/ids/Clusters.h>
#include <app/clusters/network-commissioning/network-commissioning.h>
#include <app/server/Dnssd.h>
#include <app/server/OnboardingCodesUtil.h>
#include <app/server/Server.h>
#include <app/util/attribute-storage.h>
#include <app/util/endpoint-config-api.h>
@@ -40,6 +39,7 @@
#include <platform/ASR/NetworkCommissioningDriver.h>
#include <platform/CHIPDeviceLayer.h>
#include <protocols/interaction_model/StatusCode.h>
#include <setup_payload/OnboardingCodesUtil.h>
#include <setup_payload/QRCodeSetupPayloadGenerator.h>
#include <setup_payload/SetupPayload.h>
#include <static-supported-modes-manager.h>
2 changes: 1 addition & 1 deletion examples/all-clusters-app/esp32/main/AppTask.cpp
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
#include "esp_idf_version.h"
#include "esp_log.h"
#include "freertos/FreeRTOS.h"
#include <app/server/OnboardingCodesUtil.h>
#include <setup_payload/OnboardingCodesUtil.h>

#if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 0, 0)
#include "esp_spi_flash.h"
Original file line number Diff line number Diff line change
@@ -33,8 +33,8 @@

#include <app-common/zap-generated/attributes/Accessors.h>
#include <app/server/Dnssd.h>
#include <app/server/OnboardingCodesUtil.h>
#include <app/server/Server.h>
#include <setup_payload/OnboardingCodesUtil.h>

#if CONFIG_HAVE_DISPLAY
#include "Display.h"
2 changes: 1 addition & 1 deletion examples/all-clusters-app/esp32/main/main.cpp
Original file line number Diff line number Diff line change
@@ -33,7 +33,6 @@
#include "nvs_flash.h"
#include "platform/PlatformManager.h"
#include "shell_extension/launch.h"
#include <app/server/OnboardingCodesUtil.h>
#include <app/util/endpoint-config-api.h>
#include <binding-handler.h>
#include <common/CHIPDeviceManager.h>
@@ -42,6 +41,7 @@
#include <credentials/DeviceAttestationCredsProvider.h>
#include <credentials/examples/DeviceAttestationCredsExample.h>
#include <platform/ESP32/ESP32Utils.h>
#include <setup_payload/OnboardingCodesUtil.h>
#include <static-supported-modes-manager.h>
#include <static-supported-temperature-levels.h>

2 changes: 1 addition & 1 deletion examples/all-clusters-app/infineon/psoc6/src/AppTask.cpp
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@
#include <app-common/zap-generated/attributes/Accessors.h>
#include <app-common/zap-generated/ids/Clusters.h>
#include <app/server/Dnssd.h>
#include <app/server/OnboardingCodesUtil.h>
#include <app/server/Server.h>
#include <app/util/attribute-storage.h>
#include <app/util/endpoint-config-api.h>
@@ -36,6 +35,7 @@
#include <cy_wcm.h>
#include <data-model-providers/codegen/Instance.h>
#include <platform/CHIPDeviceLayer.h>
#include <setup_payload/OnboardingCodesUtil.h>
#include <setup_payload/QRCodeSetupPayloadGenerator.h>
#include <setup_payload/SetupPayload.h>

2 changes: 1 addition & 1 deletion examples/all-clusters-app/mbed/main/AppTask.cpp
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
#include "AppTask.h"
#include "LEDWidget.h"
#include <DFUManager.h>
#include <app/server/OnboardingCodesUtil.h>
#include <setup_payload/OnboardingCodesUtil.h>

#include <app/server/Dnssd.h>
#include <app/server/Server.h>
2 changes: 1 addition & 1 deletion examples/all-clusters-app/nrfconnect/main/AppTask.cpp
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@

#include <DeviceInfoProviderImpl.h>

#include <app/server/OnboardingCodesUtil.h>
#include <app/server/Server.h>
#include <setup_payload/OnboardingCodesUtil.h>

#include <app/TestEventTriggerDelegate.h>
#include <app/clusters/identify-server/identify-server.h>
2 changes: 1 addition & 1 deletion examples/all-clusters-app/nxp/mw320/main.cpp
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@

#include <lib/shell/Engine.h>

#include <app/server/OnboardingCodesUtil.h>
#include <platform/CHIPDeviceLayer.h>
#include <setup_payload/OnboardingCodesUtil.h>
#include <setup_payload/SetupPayload.h>

#include <lib/core/CHIPCore.h>
5 changes: 4 additions & 1 deletion examples/all-clusters-app/nxp/rt/rt1060/BUILD.gn
Original file line number Diff line number Diff line change
@@ -159,7 +159,10 @@ rt_executable("all_cluster_app") {
"${common_example_dir}/matter_button/source/ButtonRegistrationDefault.cpp",
]

deps = [ "${chip_root}/examples/${app_common_folder}" ]
deps = [
"${chip_root}/examples/${app_common_folder}",
"${chip_root}/src/setup_payload:onboarding-codes-utils",
]

sources += [
"${chip_root}/examples/${app_common_folder}/src/bridged-actions-stub.cpp",
5 changes: 4 additions & 1 deletion examples/all-clusters-app/nxp/rt/rt1170/BUILD.gn
Original file line number Diff line number Diff line change
@@ -145,7 +145,10 @@ rt_executable("all_cluster_app") {
"${common_example_dir}/matter_button/source/ButtonRegistrationEmpty.cpp",
]

deps = [ "${chip_root}/examples/${app_common_folder}" ]
deps = [
"${chip_root}/examples/${app_common_folder}",
"${chip_root}/src/setup_payload:onboarding-codes-utils",
]

sources += [
"${chip_root}/examples/${app_common_folder}/src/bridged-actions-stub.cpp",
1 change: 1 addition & 0 deletions examples/all-clusters-app/nxp/rt/rw61x/BUILD.gn
Original file line number Diff line number Diff line change
@@ -167,6 +167,7 @@ rt_executable("all_cluster_app") {
deps = [
"${chip_root}/examples/${app_common_folder}",
"${chip_root}/src/platform/logging:default",
"${chip_root}/src/setup_payload:onboarding-codes-utils",
]

sources += [
Original file line number Diff line number Diff line change
@@ -1557,7 +1557,7 @@ cluster GeneralCommissioning = 48 {
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8;
provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9;
provisional readonly attribute access(read: administer) optional nullable int32u TCUpdateDeadline = 9;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Loading