Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -3084,7 +3084,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 6;
ram attribute clusterRevision default = 0x0007;

handle command Off;
handle command On;
Expand Down Expand Up @@ -3152,7 +3152,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 63;
ram attribute clusterRevision default = 4;
ram attribute clusterRevision default = 0x0006;

handle command Step;
}
Expand Down Expand Up @@ -3210,7 +3210,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster CarbonDioxideConcentrationMeasurement {
Expand All @@ -3229,7 +3229,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster NitrogenDioxideConcentrationMeasurement {
Expand All @@ -3248,7 +3248,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster OzoneConcentrationMeasurement {
Expand All @@ -3267,7 +3267,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster Pm25ConcentrationMeasurement {
Expand All @@ -3286,7 +3286,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster FormaldehydeConcentrationMeasurement {
Expand All @@ -3305,7 +3305,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster Pm1ConcentrationMeasurement {
Expand All @@ -3324,7 +3324,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster Pm10ConcentrationMeasurement {
Expand All @@ -3343,7 +3343,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster TotalVolatileOrganicCompoundsConcentrationMeasurement {
Expand All @@ -3362,7 +3362,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster RadonConcentrationMeasurement {
Expand All @@ -3381,7 +3381,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}
}
endpoint 3 {
Expand Down Expand Up @@ -3463,7 +3463,7 @@ endpoint 4 {
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}
}
endpoint 5 {
Expand Down
30 changes: 15 additions & 15 deletions examples/air-purifier-app/air-purifier-common/air-purifier-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "6",
"defaultValue": "0x0007",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -3236,7 +3236,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "4",
"defaultValue": "0x0006",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -3925,7 +3925,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -4191,7 +4191,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -4457,7 +4457,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -4723,7 +4723,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -4989,7 +4989,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -5255,7 +5255,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -5521,7 +5521,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -5787,7 +5787,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -6053,7 +6053,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -6319,7 +6319,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -6798,7 +6798,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "4",
"defaultValue": "0x0005",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -7277,7 +7277,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "3",
"defaultValue": "0x0004",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -7814,7 +7814,7 @@
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": null,
"defaultValue": "0x000b",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2848,7 +2848,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster CarbonMonoxideConcentrationMeasurement {
Expand All @@ -2867,7 +2867,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster CarbonDioxideConcentrationMeasurement {
Expand All @@ -2886,7 +2886,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster NitrogenDioxideConcentrationMeasurement {
Expand All @@ -2905,7 +2905,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster OzoneConcentrationMeasurement {
Expand All @@ -2924,7 +2924,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster Pm25ConcentrationMeasurement {
Expand All @@ -2943,7 +2943,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster FormaldehydeConcentrationMeasurement {
Expand All @@ -2962,7 +2962,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster Pm1ConcentrationMeasurement {
Expand All @@ -2981,7 +2981,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster Pm10ConcentrationMeasurement {
Expand All @@ -3000,7 +3000,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster TotalVolatileOrganicCompoundsConcentrationMeasurement {
Expand All @@ -3019,7 +3019,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}

server cluster RadonConcentrationMeasurement {
Expand All @@ -3038,7 +3038,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
callback attribute featureMap;
ram attribute clusterRevision default = 3;
ram attribute clusterRevision default = 0x0004;
}
}

Expand Down
Loading
Loading