Skip to content

Commit

Permalink
Merge branch 'upstream-master' into dem-test-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow committed Aug 28, 2024
2 parents 17edc0c + 18a1863 commit 7012080
Show file tree
Hide file tree
Showing 67 changed files with 1,031 additions and 855 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ jobs:
--target linux-x64-energy-management-ipv6only-no-ble-no-wifi-tsan-clang-test \
--target linux-x64-microwave-oven-ipv6only-no-ble-no-wifi-tsan-clang-test \
--target linux-x64-rvc-ipv6only-no-ble-no-wifi-tsan-clang-test \
--target linux-x64-network-manager-ipv6only-no-ble-no-wifi-tsan-clang-test \
--target linux-x64-python-bindings \
build \
--copy-artifacts-to objdir-clone \
Expand All @@ -498,6 +499,7 @@ jobs:
echo "LIT_ICD_APP: out/linux-x64-lit-icd-ipv6only-no-ble-no-wifi-tsan-clang-test/lit-icd-app" >> /tmp/test_env.yaml
echo "CHIP_MICROWAVE_OVEN_APP: out/linux-x64-microwave-oven-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-microwave-oven-app" >> /tmp/test_env.yaml
echo "CHIP_RVC_APP: out/linux-x64-rvc-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-rvc-app" >> /tmp/test_env.yaml
echo "NETWORK_MANAGEMENT_APP: out/linux-x64-network-manager-ipv6only-no-ble-no-wifi-tsan-clang-test/matter-network-manager-app" >> /tmp/test_env.yaml
echo "TRACE_APP: out/trace_data/app-{SCRIPT_BASE_NAME}" >> /tmp/test_env.yaml
echo "TRACE_TEST_JSON: out/trace_data/test-{SCRIPT_BASE_NAME}" >> /tmp/test_env.yaml
echo "TRACE_TEST_PERFETTO: out/trace_data/test-{SCRIPT_BASE_NAME}" >> /tmp/test_env.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7970,7 +7970,7 @@
"code": 18,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13445,7 +13445,7 @@
"code": 0,
"mfgCode": null,
"side": "server",
"type": "WaterHeaterTypeBitmap",
"type": "WaterHeaterHeatSourceBitmap",
"included": 1,
"storageOption": "External",
"singleton": 0,
Expand All @@ -13461,7 +13461,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"type": "WaterHeaterDemandBitmap",
"type": "WaterHeaterHeatSourceBitmap",
"included": 1,
"storageOption": "External",
"singleton": 0,
Expand Down Expand Up @@ -17507,7 +17507,7 @@
"code": 5,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "DriftCompensationEnum",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -17555,7 +17555,7 @@
"code": 8,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "ColorModeEnum",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -17571,7 +17571,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
"type": "bitmap8",
"type": "OptionsBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -18083,7 +18083,7 @@
"code": 16385,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "EnhancedColorModeEnum",
"included": 1,
"storageOption": "NVM",
"singleton": 0,
Expand Down Expand Up @@ -18179,7 +18179,7 @@
"code": 16394,
"mfgCode": null,
"side": "server",
"type": "bitmap16",
"type": "ColorCapabilitiesBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6932,7 +6932,7 @@
"code": 18,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -7202,7 +7202,7 @@
"code": 8,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "ColorModeEnum",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -7218,7 +7218,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
"type": "bitmap8",
"type": "OptionsBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -7250,7 +7250,7 @@
"code": 16385,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "EnhancedColorModeEnum",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -7266,7 +7266,7 @@
"code": 16394,
"mfgCode": null,
"side": "server",
"type": "bitmap16",
"type": "ColorCapabilitiesBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -7995,10 +7995,10 @@
"side": "server",
"type": "bitmap32",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -9965,7 +9965,7 @@
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -10541,7 +10541,7 @@
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -11917,10 +11917,10 @@
"side": "server",
"type": "bitmap32",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4783,10 +4783,10 @@
"side": "client",
"type": "bitmap32",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7991,7 +7991,7 @@
"code": 18,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -8007,7 +8007,7 @@
"code": 21,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -8023,7 +8023,7 @@
"code": 22,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down
22 changes: 11 additions & 11 deletions examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"package": [
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"category": "matter",
"version": 1,
"description": "Matter SDK ZCL data"
"version": "chip-v1"
},
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"path": "../../../src/app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"category": "matter",
"version": "chip-v1"
"version": 1,
"description": "Matter SDK ZCL data"
}
],
"endpointTypes": [
Expand Down Expand Up @@ -3408,7 +3408,7 @@
"code": 8,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "ColorModeEnum",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -3424,7 +3424,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
"type": "bitmap8",
"type": "OptionsBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -3760,7 +3760,7 @@
"code": 16385,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "EnhancedColorModeEnum",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -3776,7 +3776,7 @@
"code": 16394,
"mfgCode": null,
"side": "server",
"type": "bitmap16",
"type": "ColorCapabilitiesBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_contactsensor_27f76aeaf5.zap
Original file line number Diff line number Diff line change
Expand Up @@ -4128,7 +4128,7 @@
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -4704,7 +4704,7 @@
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3520,10 +3520,10 @@
"side": "client",
"type": "bitmap32",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3813,10 +3813,10 @@
"side": "client",
"type": "bitmap32",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3720,7 +3720,7 @@
"code": 8,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "ColorModeEnum",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -3736,7 +3736,7 @@
"code": 15,
"mfgCode": null,
"side": "server",
"type": "bitmap8",
"type": "OptionsBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -3784,7 +3784,7 @@
"code": 16385,
"mfgCode": null,
"side": "server",
"type": "enum8",
"type": "EnhancedColorModeEnum",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -3880,7 +3880,7 @@
"code": 16394,
"mfgCode": null,
"side": "server",
"type": "bitmap16",
"type": "ColorCapabilitiesBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down
14 changes: 7 additions & 7 deletions examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.zap
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
}
],
"package": [
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"category": "matter",
"version": "chip-v1"
},
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"category": "matter",
"version": 1,
"description": "Matter SDK ZCL data"
},
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"category": "matter",
"version": "chip-v1"
}
],
"endpointTypes": [
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2974,10 +2974,10 @@
"side": "server",
"type": "bitmap32",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Loading

0 comments on commit 7012080

Please sign in to comment.