Skip to content

Commit 7e657d5

Browse files
committed
Updating the Dishwasher Apps
1 parent 47e9806 commit 7e657d5

File tree

2 files changed

+0
-152
lines changed

2 files changed

+0
-152
lines changed

examples/dishwasher-app/silabs/data_model/dishwasher-thread-app.matter

-12
Original file line numberDiff line numberDiff line change
@@ -2759,18 +2759,6 @@ endpoint 3 {
27592759
device type device_energy_management = 1293, version 1;
27602760

27612761

2762-
server cluster Descriptor {
2763-
callback attribute deviceTypeList;
2764-
callback attribute serverList;
2765-
callback attribute clientList;
2766-
callback attribute partsList;
2767-
callback attribute generatedCommandList;
2768-
callback attribute acceptedCommandList;
2769-
callback attribute attributeList;
2770-
callback attribute featureMap;
2771-
callback attribute clusterRevision;
2772-
}
2773-
27742762
server cluster DeviceEnergyManagement {
27752763
emits event PowerAdjustStart;
27762764
emits event PowerAdjustEnd;

examples/dishwasher-app/silabs/data_model/dishwasher-thread-app.zap

-140
Original file line numberDiff line numberDiff line change
@@ -5150,146 +5150,6 @@
51505150
"deviceTypeCode": 1293,
51515151
"deviceTypeProfileId": 259,
51525152
"clusters": [
5153-
{
5154-
"name": "Dishwasher Mode",
5155-
"code": 89,
5156-
"mfgCode": null,
5157-
"define": "DISHWASHER_MODE_CLUSTER",
5158-
"side": "server",
5159-
"enabled": 1,
5160-
"commands": [
5161-
{
5162-
"name": "ChangeToMode",
5163-
"code": 0,
5164-
"mfgCode": null,
5165-
"source": "client",
5166-
"isIncoming": 1,
5167-
"isEnabled": 1
5168-
},
5169-
{
5170-
"name": "ChangeToModeResponse",
5171-
"code": 1,
5172-
"mfgCode": null,
5173-
"source": "server",
5174-
"isIncoming": 0,
5175-
"isEnabled": 1
5176-
}
5177-
],
5178-
"attributes": [
5179-
{
5180-
"name": "SupportedModes",
5181-
"code": 0,
5182-
"mfgCode": null,
5183-
"side": "server",
5184-
"type": "array",
5185-
"included": 1,
5186-
"storageOption": "External",
5187-
"singleton": 0,
5188-
"bounded": 0,
5189-
"defaultValue": "",
5190-
"reportable": 1,
5191-
"minInterval": 1,
5192-
"maxInterval": 65534,
5193-
"reportableChange": 0
5194-
},
5195-
{
5196-
"name": "CurrentMode",
5197-
"code": 1,
5198-
"mfgCode": null,
5199-
"side": "server",
5200-
"type": "int8u",
5201-
"included": 1,
5202-
"storageOption": "External",
5203-
"singleton": 0,
5204-
"bounded": 0,
5205-
"defaultValue": "",
5206-
"reportable": 1,
5207-
"minInterval": 1,
5208-
"maxInterval": 65534,
5209-
"reportableChange": 0
5210-
},
5211-
{
5212-
"name": "GeneratedCommandList",
5213-
"code": 65528,
5214-
"mfgCode": null,
5215-
"side": "server",
5216-
"type": "array",
5217-
"included": 1,
5218-
"storageOption": "External",
5219-
"singleton": 0,
5220-
"bounded": 0,
5221-
"defaultValue": "",
5222-
"reportable": 1,
5223-
"minInterval": 1,
5224-
"maxInterval": 65534,
5225-
"reportableChange": 0
5226-
},
5227-
{
5228-
"name": "AcceptedCommandList",
5229-
"code": 65529,
5230-
"mfgCode": null,
5231-
"side": "server",
5232-
"type": "array",
5233-
"included": 1,
5234-
"storageOption": "External",
5235-
"singleton": 0,
5236-
"bounded": 0,
5237-
"defaultValue": "",
5238-
"reportable": 1,
5239-
"minInterval": 1,
5240-
"maxInterval": 65534,
5241-
"reportableChange": 0
5242-
},
5243-
{
5244-
"name": "AttributeList",
5245-
"code": 65531,
5246-
"mfgCode": null,
5247-
"side": "server",
5248-
"type": "array",
5249-
"included": 1,
5250-
"storageOption": "External",
5251-
"singleton": 0,
5252-
"bounded": 0,
5253-
"defaultValue": "",
5254-
"reportable": 1,
5255-
"minInterval": 1,
5256-
"maxInterval": 65534,
5257-
"reportableChange": 0
5258-
},
5259-
{
5260-
"name": "FeatureMap",
5261-
"code": 65532,
5262-
"mfgCode": null,
5263-
"side": "server",
5264-
"type": "bitmap32",
5265-
"included": 1,
5266-
"storageOption": "External",
5267-
"singleton": 0,
5268-
"bounded": 0,
5269-
"defaultValue": "",
5270-
"reportable": 1,
5271-
"minInterval": 1,
5272-
"maxInterval": 65534,
5273-
"reportableChange": 0
5274-
},
5275-
{
5276-
"name": "ClusterRevision",
5277-
"code": 65533,
5278-
"mfgCode": null,
5279-
"side": "server",
5280-
"type": "int16u",
5281-
"included": 1,
5282-
"storageOption": "RAM",
5283-
"singleton": 0,
5284-
"bounded": 0,
5285-
"defaultValue": "2",
5286-
"reportable": 1,
5287-
"minInterval": 1,
5288-
"maxInterval": 65534,
5289-
"reportableChange": 0
5290-
}
5291-
]
5292-
},
52935153
{
52945154
"name": "Device Energy Management",
52955155
"code": 152,

0 commit comments

Comments
 (0)