@@ -2080,9 +2080,9 @@ endpoint 1 {
2080
2080
}
2081
2081
2082
2082
server cluster CarbonMonoxideConcentrationMeasurement {
2083
- ram attribute measuredValue;
2084
- ram attribute minMeasuredValue;
2085
- ram attribute maxMeasuredValue;
2083
+ callback attribute measuredValue;
2084
+ callback attribute minMeasuredValue;
2085
+ callback attribute maxMeasuredValue;
2086
2086
callback attribute generatedCommandList;
2087
2087
callback attribute acceptedCommandList;
2088
2088
callback attribute eventList;
@@ -2092,9 +2092,9 @@ endpoint 1 {
2092
2092
}
2093
2093
2094
2094
server cluster CarbonDioxideConcentrationMeasurement {
2095
- ram attribute measuredValue;
2096
- ram attribute minMeasuredValue;
2097
- ram attribute maxMeasuredValue;
2095
+ callback attribute measuredValue;
2096
+ callback attribute minMeasuredValue;
2097
+ callback attribute maxMeasuredValue;
2098
2098
callback attribute generatedCommandList;
2099
2099
callback attribute acceptedCommandList;
2100
2100
callback attribute eventList;
@@ -2104,9 +2104,9 @@ endpoint 1 {
2104
2104
}
2105
2105
2106
2106
server cluster NitrogenDioxideConcentrationMeasurement {
2107
- ram attribute measuredValue;
2108
- ram attribute minMeasuredValue;
2109
- ram attribute maxMeasuredValue;
2107
+ callback attribute measuredValue;
2108
+ callback attribute minMeasuredValue;
2109
+ callback attribute maxMeasuredValue;
2110
2110
callback attribute generatedCommandList;
2111
2111
callback attribute acceptedCommandList;
2112
2112
callback attribute eventList;
@@ -2116,9 +2116,9 @@ endpoint 1 {
2116
2116
}
2117
2117
2118
2118
server cluster OzoneConcentrationMeasurement {
2119
- ram attribute measuredValue;
2120
- ram attribute minMeasuredValue;
2121
- ram attribute maxMeasuredValue;
2119
+ callback attribute measuredValue;
2120
+ callback attribute minMeasuredValue;
2121
+ callback attribute maxMeasuredValue;
2122
2122
callback attribute generatedCommandList;
2123
2123
callback attribute acceptedCommandList;
2124
2124
callback attribute eventList;
@@ -2128,9 +2128,9 @@ endpoint 1 {
2128
2128
}
2129
2129
2130
2130
server cluster Pm25ConcentrationMeasurement {
2131
- ram attribute measuredValue;
2132
- ram attribute minMeasuredValue;
2133
- ram attribute maxMeasuredValue;
2131
+ callback attribute measuredValue;
2132
+ callback attribute minMeasuredValue;
2133
+ callback attribute maxMeasuredValue;
2134
2134
callback attribute generatedCommandList;
2135
2135
callback attribute acceptedCommandList;
2136
2136
callback attribute eventList;
@@ -2140,9 +2140,9 @@ endpoint 1 {
2140
2140
}
2141
2141
2142
2142
server cluster FormaldehydeConcentrationMeasurement {
2143
- ram attribute measuredValue;
2144
- ram attribute minMeasuredValue;
2145
- ram attribute maxMeasuredValue;
2143
+ callback attribute measuredValue;
2144
+ callback attribute minMeasuredValue;
2145
+ callback attribute maxMeasuredValue;
2146
2146
callback attribute generatedCommandList;
2147
2147
callback attribute acceptedCommandList;
2148
2148
callback attribute eventList;
@@ -2152,9 +2152,9 @@ endpoint 1 {
2152
2152
}
2153
2153
2154
2154
server cluster Pm1ConcentrationMeasurement {
2155
- ram attribute measuredValue;
2156
- ram attribute minMeasuredValue;
2157
- ram attribute maxMeasuredValue;
2155
+ callback attribute measuredValue;
2156
+ callback attribute minMeasuredValue;
2157
+ callback attribute maxMeasuredValue;
2158
2158
callback attribute generatedCommandList;
2159
2159
callback attribute acceptedCommandList;
2160
2160
callback attribute eventList;
@@ -2164,9 +2164,9 @@ endpoint 1 {
2164
2164
}
2165
2165
2166
2166
server cluster Pm10ConcentrationMeasurement {
2167
- ram attribute measuredValue;
2168
- ram attribute minMeasuredValue;
2169
- ram attribute maxMeasuredValue;
2167
+ callback attribute measuredValue;
2168
+ callback attribute minMeasuredValue;
2169
+ callback attribute maxMeasuredValue;
2170
2170
callback attribute generatedCommandList;
2171
2171
callback attribute acceptedCommandList;
2172
2172
callback attribute eventList;
@@ -2176,9 +2176,9 @@ endpoint 1 {
2176
2176
}
2177
2177
2178
2178
server cluster TotalVolatileOrganicCompoundsConcentrationMeasurement {
2179
- ram attribute measuredValue;
2180
- ram attribute minMeasuredValue;
2181
- ram attribute maxMeasuredValue;
2179
+ callback attribute measuredValue;
2180
+ callback attribute minMeasuredValue;
2181
+ callback attribute maxMeasuredValue;
2182
2182
callback attribute generatedCommandList;
2183
2183
callback attribute acceptedCommandList;
2184
2184
callback attribute eventList;
@@ -2188,9 +2188,9 @@ endpoint 1 {
2188
2188
}
2189
2189
2190
2190
server cluster RadonConcentrationMeasurement {
2191
- ram attribute measuredValue;
2192
- ram attribute minMeasuredValue;
2193
- ram attribute maxMeasuredValue;
2191
+ callback attribute measuredValue;
2192
+ callback attribute minMeasuredValue;
2193
+ callback attribute maxMeasuredValue;
2194
2194
callback attribute generatedCommandList;
2195
2195
callback attribute acceptedCommandList;
2196
2196
callback attribute eventList;
0 commit comments