@matter/types 0.11.9-alpha.0-20241205-ccf69a00a → 0.11.9-alpha.0-20241207-b604cfa44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +58 -7
  2. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  3. package/dist/cjs/clusters/bridged-device-basic-information.js +19 -2
  4. package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
  5. package/dist/cjs/clusters/content-launcher.d.ts +10 -10
  6. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  7. package/dist/cjs/clusters/content-launcher.js +22 -22
  8. package/dist/cjs/clusters/content-launcher.js.map +2 -2
  9. package/dist/cjs/clusters/device-energy-management-mode.d.ts +411 -25
  10. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  11. package/dist/cjs/clusters/device-energy-management-mode.js +90 -1
  12. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  13. package/dist/cjs/clusters/dishwasher-alarm.d.ts +1253 -42
  14. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
  15. package/dist/cjs/clusters/dishwasher-alarm.js +72 -9
  16. package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
  17. package/dist/cjs/clusters/dishwasher-mode.d.ts +340 -17
  18. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  19. package/dist/cjs/clusters/dishwasher-mode.js +91 -2
  20. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  21. package/dist/cjs/clusters/door-lock.d.ts +1287 -135
  22. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  23. package/dist/cjs/clusters/door-lock.js +199 -3
  24. package/dist/cjs/clusters/door-lock.js.map +1 -1
  25. package/dist/cjs/clusters/energy-evse-mode.d.ts +409 -25
  26. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  27. package/dist/cjs/clusters/energy-evse-mode.js +90 -1
  28. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  29. package/dist/cjs/clusters/fan-control.d.ts +5 -0
  30. package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
  31. package/dist/cjs/clusters/fan-control.js.map +1 -1
  32. package/dist/cjs/clusters/groups.d.ts +12 -0
  33. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  34. package/dist/cjs/clusters/groups.js +7 -1
  35. package/dist/cjs/clusters/groups.js.map +1 -1
  36. package/dist/cjs/clusters/laundry-washer-mode.d.ts +340 -17
  37. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
  38. package/dist/cjs/clusters/laundry-washer-mode.js +91 -2
  39. package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
  40. package/dist/cjs/clusters/microwave-oven-mode.d.ts +330 -13
  41. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  42. package/dist/cjs/clusters/microwave-oven-mode.js +90 -2
  43. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  44. package/dist/cjs/clusters/mode-base.d.ts +68 -68
  45. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  46. package/dist/cjs/clusters/mode-base.js +16 -16
  47. package/dist/cjs/clusters/mode-base.js.map +2 -2
  48. package/dist/cjs/clusters/oven-mode.d.ts +409 -25
  49. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  50. package/dist/cjs/clusters/oven-mode.js +90 -1
  51. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  52. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +15 -0
  53. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  54. package/dist/cjs/clusters/pump-configuration-and-control.js +6 -1
  55. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  56. package/dist/cjs/clusters/refrigerator-alarm.d.ts +364 -36
  57. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
  58. package/dist/cjs/clusters/refrigerator-alarm.js +46 -8
  59. package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
  60. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +340 -17
  61. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  62. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +91 -2
  63. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  64. package/dist/cjs/clusters/rvc-clean-mode.d.ts +374 -23
  65. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  66. package/dist/cjs/clusters/rvc-clean-mode.js +99 -6
  67. package/dist/cjs/clusters/rvc-clean-mode.js.map +2 -2
  68. package/dist/cjs/clusters/rvc-operational-state.d.ts +248 -22
  69. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  70. package/dist/cjs/clusters/rvc-operational-state.js +59 -10
  71. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  72. package/dist/cjs/clusters/rvc-run-mode.d.ts +401 -40
  73. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  74. package/dist/cjs/clusters/rvc-run-mode.js +101 -8
  75. package/dist/cjs/clusters/rvc-run-mode.js.map +2 -2
  76. package/dist/cjs/clusters/thermostat.d.ts +262 -61
  77. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  78. package/dist/cjs/clusters/thermostat.js +72 -58
  79. package/dist/cjs/clusters/thermostat.js.map +1 -1
  80. package/dist/esm/clusters/bridged-device-basic-information.d.ts +58 -7
  81. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  82. package/dist/esm/clusters/bridged-device-basic-information.js +19 -2
  83. package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
  84. package/dist/esm/clusters/content-launcher.d.ts +10 -10
  85. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  86. package/dist/esm/clusters/content-launcher.js +22 -22
  87. package/dist/esm/clusters/content-launcher.js.map +2 -2
  88. package/dist/esm/clusters/device-energy-management-mode.d.ts +411 -25
  89. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  90. package/dist/esm/clusters/device-energy-management-mode.js +91 -2
  91. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  92. package/dist/esm/clusters/dishwasher-alarm.d.ts +1253 -42
  93. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
  94. package/dist/esm/clusters/dishwasher-alarm.js +72 -9
  95. package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
  96. package/dist/esm/clusters/dishwasher-mode.d.ts +340 -17
  97. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  98. package/dist/esm/clusters/dishwasher-mode.js +91 -2
  99. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  100. package/dist/esm/clusters/door-lock.d.ts +1287 -135
  101. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  102. package/dist/esm/clusters/door-lock.js +199 -3
  103. package/dist/esm/clusters/door-lock.js.map +1 -1
  104. package/dist/esm/clusters/energy-evse-mode.d.ts +409 -25
  105. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  106. package/dist/esm/clusters/energy-evse-mode.js +91 -2
  107. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  108. package/dist/esm/clusters/fan-control.d.ts +5 -0
  109. package/dist/esm/clusters/fan-control.d.ts.map +1 -1
  110. package/dist/esm/clusters/fan-control.js.map +1 -1
  111. package/dist/esm/clusters/groups.d.ts +12 -0
  112. package/dist/esm/clusters/groups.d.ts.map +1 -1
  113. package/dist/esm/clusters/groups.js +7 -1
  114. package/dist/esm/clusters/groups.js.map +1 -1
  115. package/dist/esm/clusters/laundry-washer-mode.d.ts +340 -17
  116. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
  117. package/dist/esm/clusters/laundry-washer-mode.js +91 -2
  118. package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
  119. package/dist/esm/clusters/microwave-oven-mode.d.ts +330 -13
  120. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  121. package/dist/esm/clusters/microwave-oven-mode.js +91 -3
  122. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  123. package/dist/esm/clusters/mode-base.d.ts +68 -68
  124. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  125. package/dist/esm/clusters/mode-base.js +17 -17
  126. package/dist/esm/clusters/mode-base.js.map +2 -2
  127. package/dist/esm/clusters/oven-mode.d.ts +409 -25
  128. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  129. package/dist/esm/clusters/oven-mode.js +91 -2
  130. package/dist/esm/clusters/oven-mode.js.map +1 -1
  131. package/dist/esm/clusters/pump-configuration-and-control.d.ts +15 -0
  132. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  133. package/dist/esm/clusters/pump-configuration-and-control.js +6 -1
  134. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  135. package/dist/esm/clusters/refrigerator-alarm.d.ts +364 -36
  136. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
  137. package/dist/esm/clusters/refrigerator-alarm.js +46 -8
  138. package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
  139. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +340 -17
  140. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  141. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +91 -2
  142. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  143. package/dist/esm/clusters/rvc-clean-mode.d.ts +374 -23
  144. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  145. package/dist/esm/clusters/rvc-clean-mode.js +99 -6
  146. package/dist/esm/clusters/rvc-clean-mode.js.map +2 -2
  147. package/dist/esm/clusters/rvc-operational-state.d.ts +248 -22
  148. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  149. package/dist/esm/clusters/rvc-operational-state.js +60 -11
  150. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  151. package/dist/esm/clusters/rvc-run-mode.d.ts +401 -40
  152. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  153. package/dist/esm/clusters/rvc-run-mode.js +101 -8
  154. package/dist/esm/clusters/rvc-run-mode.js.map +2 -2
  155. package/dist/esm/clusters/thermostat.d.ts +262 -61
  156. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  157. package/dist/esm/clusters/thermostat.js +72 -58
  158. package/dist/esm/clusters/thermostat.js.map +1 -1
  159. package/package.json +5 -5
  160. package/src/clusters/bridged-device-basic-information.ts +46 -2
  161. package/src/clusters/content-launcher.ts +5 -5
  162. package/src/clusters/device-energy-management-mode.ts +184 -3
  163. package/src/clusters/dishwasher-alarm.ts +115 -9
  164. package/src/clusters/dishwasher-mode.ts +188 -3
  165. package/src/clusters/door-lock.ts +247 -3
  166. package/src/clusters/energy-evse-mode.ts +182 -3
  167. package/src/clusters/fan-control.ts +5 -0
  168. package/src/clusters/groups.ts +8 -1
  169. package/src/clusters/laundry-washer-mode.ts +188 -3
  170. package/src/clusters/microwave-oven-mode.ts +182 -4
  171. package/src/clusters/mode-base.ts +77 -77
  172. package/src/clusters/oven-mode.ts +182 -3
  173. package/src/clusters/pump-configuration-and-control.ts +7 -1
  174. package/src/clusters/refrigerator-alarm.ts +76 -8
  175. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +188 -3
  176. package/src/clusters/rvc-clean-mode.ts +227 -10
  177. package/src/clusters/rvc-operational-state.ts +112 -11
  178. package/src/clusters/rvc-run-mode.ts +253 -26
  179. package/src/clusters/thermostat.ts +80 -65
  180. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -7,6 +7,7 @@
7
7
  import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
8
8
  import { FixedAttribute, Command, Attribute, OptionalCommand, Event } from "../cluster/Cluster.js";
9
9
  import { BitFlag } from "../schema/BitmapSchema.js";
10
+ import { TypeFromSchema } from "../tlv/TlvSchema.js";
10
11
  import { Identity } from "#general";
11
12
  export declare namespace DishwasherAlarm {
12
13
  /**
@@ -53,6 +54,255 @@ export declare namespace DishwasherAlarm {
53
54
  */
54
55
  waterLevelError: BitFlag;
55
56
  };
57
+ /**
58
+ * Input to the DishwasherAlarm reset command
59
+ *
60
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1
61
+ */
62
+ const TlvResetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
63
+ /**
64
+ * This field shall indicate a bitmap where each bit set in this field corresponds to an alarm that shall be
65
+ * reset to inactive in the State attribute unless the alarm definition requires manual intervention. If the
66
+ * alarms indicated are successfully reset, the response status code shall be SUCCESS, otherwise, the response
67
+ * status code shall be FAILURE.
68
+ *
69
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1.1
70
+ */
71
+ alarms: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
72
+ /**
73
+ * Water inflow is abnormal
74
+ */
75
+ inflowError: BitFlag;
76
+ /**
77
+ * Water draining is abnormal
78
+ */
79
+ drainError: BitFlag;
80
+ /**
81
+ * Door or door lock is abnormal
82
+ */
83
+ doorError: BitFlag;
84
+ /**
85
+ * Unable to reach normal temperature
86
+ */
87
+ tempTooLow: BitFlag;
88
+ /**
89
+ * Temperature is too high
90
+ */
91
+ tempTooHigh: BitFlag;
92
+ /**
93
+ * Water level is abnormal
94
+ */
95
+ waterLevelError: BitFlag;
96
+ }>>;
97
+ }>;
98
+ /**
99
+ * Input to the DishwasherAlarm reset command
100
+ *
101
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1
102
+ */
103
+ interface ResetRequest extends TypeFromSchema<typeof TlvResetRequest> {
104
+ }
105
+ /**
106
+ * Input to the DishwasherAlarm modifyEnabledAlarms command
107
+ *
108
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2
109
+ */
110
+ const TlvModifyEnabledAlarmsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
111
+ /**
112
+ * This field shall indicate a bitmap where each bit set in the this field corresponds to an alarm that SHOULD
113
+ * be enabled or suppressed. A value of 1 shall indicate that the alarm SHOULD be enabled while a value of 0
114
+ * shall indicate that the alarm SHOULD be suppressed.
115
+ *
116
+ * A server that receives this command with a Mask that includes bits that are set for unknown alarms shall
117
+ * respond with a status code of INVALID_COMMAND.
118
+ *
119
+ * A server that receives this command with a Mask that includes bits that are set for alarms which are not
120
+ * supported, as indicated in the Supported attribute, shall respond with a status code of INVALID_COMMAND.
121
+ *
122
+ * A server that is unable to enable a currently suppressed alarm, or is unable to suppress a currently enabled
123
+ * alarm shall respond with a status code of FAILURE; otherwise the server shall respond with a status code of
124
+ * SUCCESS.
125
+ *
126
+ * On a SUCCESS case, the server shall also change the value of the Mask attribute to the value of the
127
+ *
128
+ * Mask field from this command. After that the server shall also update the value of its State attribute to
129
+ * reflect the status of the new alarm set as indicated by the new value of the Mask attribute.
130
+ *
131
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2.1
132
+ */
133
+ mask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
134
+ /**
135
+ * Water inflow is abnormal
136
+ */
137
+ inflowError: BitFlag;
138
+ /**
139
+ * Water draining is abnormal
140
+ */
141
+ drainError: BitFlag;
142
+ /**
143
+ * Door or door lock is abnormal
144
+ */
145
+ doorError: BitFlag;
146
+ /**
147
+ * Unable to reach normal temperature
148
+ */
149
+ tempTooLow: BitFlag;
150
+ /**
151
+ * Temperature is too high
152
+ */
153
+ tempTooHigh: BitFlag;
154
+ /**
155
+ * Water level is abnormal
156
+ */
157
+ waterLevelError: BitFlag;
158
+ }>>;
159
+ }>;
160
+ /**
161
+ * Input to the DishwasherAlarm modifyEnabledAlarms command
162
+ *
163
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2
164
+ */
165
+ interface ModifyEnabledAlarmsRequest extends TypeFromSchema<typeof TlvModifyEnabledAlarmsRequest> {
166
+ }
167
+ /**
168
+ * Body of the DishwasherAlarm notify event
169
+ *
170
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1
171
+ */
172
+ const TlvNotifyEvent: import("../tlv/TlvObject.js").ObjectSchema<{
173
+ /**
174
+ * This field shall indicate those alarms that have become active.
175
+ *
176
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.1
177
+ */
178
+ active: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
179
+ /**
180
+ * Water inflow is abnormal
181
+ */
182
+ inflowError: BitFlag;
183
+ /**
184
+ * Water draining is abnormal
185
+ */
186
+ drainError: BitFlag;
187
+ /**
188
+ * Door or door lock is abnormal
189
+ */
190
+ doorError: BitFlag;
191
+ /**
192
+ * Unable to reach normal temperature
193
+ */
194
+ tempTooLow: BitFlag;
195
+ /**
196
+ * Temperature is too high
197
+ */
198
+ tempTooHigh: BitFlag;
199
+ /**
200
+ * Water level is abnormal
201
+ */
202
+ waterLevelError: BitFlag;
203
+ }>>;
204
+ /**
205
+ * This field shall indicate those alarms that have become inactive.
206
+ *
207
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.2
208
+ */
209
+ inactive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
210
+ /**
211
+ * Water inflow is abnormal
212
+ */
213
+ inflowError: BitFlag;
214
+ /**
215
+ * Water draining is abnormal
216
+ */
217
+ drainError: BitFlag;
218
+ /**
219
+ * Door or door lock is abnormal
220
+ */
221
+ doorError: BitFlag;
222
+ /**
223
+ * Unable to reach normal temperature
224
+ */
225
+ tempTooLow: BitFlag;
226
+ /**
227
+ * Temperature is too high
228
+ */
229
+ tempTooHigh: BitFlag;
230
+ /**
231
+ * Water level is abnormal
232
+ */
233
+ waterLevelError: BitFlag;
234
+ }>>;
235
+ /**
236
+ * This field shall be a copy of the new State attribute value that resulted in the event being generated. That
237
+ * is, this field shall have all the bits in Active set and shall NOT have any of the bits in Inactive set.
238
+ *
239
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.4
240
+ */
241
+ state: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
242
+ /**
243
+ * Water inflow is abnormal
244
+ */
245
+ inflowError: BitFlag;
246
+ /**
247
+ * Water draining is abnormal
248
+ */
249
+ drainError: BitFlag;
250
+ /**
251
+ * Door or door lock is abnormal
252
+ */
253
+ doorError: BitFlag;
254
+ /**
255
+ * Unable to reach normal temperature
256
+ */
257
+ tempTooLow: BitFlag;
258
+ /**
259
+ * Temperature is too high
260
+ */
261
+ tempTooHigh: BitFlag;
262
+ /**
263
+ * Water level is abnormal
264
+ */
265
+ waterLevelError: BitFlag;
266
+ }>>;
267
+ /**
268
+ * This field shall be a copy of the Mask attribute when this event was generated.
269
+ *
270
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.3
271
+ */
272
+ mask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
273
+ /**
274
+ * Water inflow is abnormal
275
+ */
276
+ inflowError: BitFlag;
277
+ /**
278
+ * Water draining is abnormal
279
+ */
280
+ drainError: BitFlag;
281
+ /**
282
+ * Door or door lock is abnormal
283
+ */
284
+ doorError: BitFlag;
285
+ /**
286
+ * Unable to reach normal temperature
287
+ */
288
+ tempTooLow: BitFlag;
289
+ /**
290
+ * Temperature is too high
291
+ */
292
+ tempTooHigh: BitFlag;
293
+ /**
294
+ * Water level is abnormal
295
+ */
296
+ waterLevelError: BitFlag;
297
+ }>>;
298
+ }>;
299
+ /**
300
+ * Body of the DishwasherAlarm notify event
301
+ *
302
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1
303
+ */
304
+ interface NotifyEvent extends TypeFromSchema<typeof TlvNotifyEvent> {
305
+ }
56
306
  /**
57
307
  * A DishwasherAlarmCluster supports these elements if it supports feature Reset.
58
308
  */
@@ -65,7 +315,32 @@ export declare namespace DishwasherAlarm {
65
315
  *
66
316
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.2
67
317
  */
68
- readonly latch: FixedAttribute<number, any>;
318
+ readonly latch: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
319
+ /**
320
+ * Water inflow is abnormal
321
+ */
322
+ inflowError: BitFlag;
323
+ /**
324
+ * Water draining is abnormal
325
+ */
326
+ drainError: BitFlag;
327
+ /**
328
+ * Door or door lock is abnormal
329
+ */
330
+ doorError: BitFlag;
331
+ /**
332
+ * Unable to reach normal temperature
333
+ */
334
+ tempTooLow: BitFlag;
335
+ /**
336
+ * Temperature is too high
337
+ */
338
+ tempTooHigh: BitFlag;
339
+ /**
340
+ * Water level is abnormal
341
+ */
342
+ waterLevelError: BitFlag;
343
+ }>, any>;
69
344
  };
70
345
  readonly commands: {
71
346
  /**
@@ -74,8 +349,41 @@ export declare namespace DishwasherAlarm {
74
349
  *
75
350
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1
76
351
  */
77
- readonly reset: Command<import("../index.js").TypeFromFields<{
78
- alarms: import("../index.js").FieldType<number>;
352
+ readonly reset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
353
+ /**
354
+ * This field shall indicate a bitmap where each bit set in this field corresponds to an alarm that shall be
355
+ * reset to inactive in the State attribute unless the alarm definition requires manual intervention. If the
356
+ * alarms indicated are successfully reset, the response status code shall be SUCCESS, otherwise, the response
357
+ * status code shall be FAILURE.
358
+ *
359
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1.1
360
+ */
361
+ alarms: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
362
+ /**
363
+ * Water inflow is abnormal
364
+ */
365
+ inflowError: BitFlag;
366
+ /**
367
+ * Water draining is abnormal
368
+ */
369
+ drainError: BitFlag;
370
+ /**
371
+ * Door or door lock is abnormal
372
+ */
373
+ doorError: BitFlag;
374
+ /**
375
+ * Unable to reach normal temperature
376
+ */
377
+ tempTooLow: BitFlag;
378
+ /**
379
+ * Temperature is too high
380
+ */
381
+ tempTooHigh: BitFlag;
382
+ /**
383
+ * Water level is abnormal
384
+ */
385
+ waterLevelError: BitFlag;
386
+ }>>;
79
387
  }>, void, any>;
80
388
  };
81
389
  };
@@ -103,14 +411,64 @@ export declare namespace DishwasherAlarm {
103
411
  *
104
412
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.1
105
413
  */
106
- readonly mask: Attribute<number, any>;
414
+ readonly mask: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
415
+ /**
416
+ * Water inflow is abnormal
417
+ */
418
+ inflowError: BitFlag;
419
+ /**
420
+ * Water draining is abnormal
421
+ */
422
+ drainError: BitFlag;
423
+ /**
424
+ * Door or door lock is abnormal
425
+ */
426
+ doorError: BitFlag;
427
+ /**
428
+ * Unable to reach normal temperature
429
+ */
430
+ tempTooLow: BitFlag;
431
+ /**
432
+ * Temperature is too high
433
+ */
434
+ tempTooHigh: BitFlag;
435
+ /**
436
+ * Water level is abnormal
437
+ */
438
+ waterLevelError: BitFlag;
439
+ }>, any>;
107
440
  /**
108
441
  * Indicates a bitmap where each bit shall represent the state of an alarm. The value of true means the
109
442
  * alarm is active, otherwise the alarm is inactive.
110
443
  *
111
444
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.3
112
445
  */
113
- readonly state: Attribute<number, any>;
446
+ readonly state: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
447
+ /**
448
+ * Water inflow is abnormal
449
+ */
450
+ inflowError: BitFlag;
451
+ /**
452
+ * Water draining is abnormal
453
+ */
454
+ drainError: BitFlag;
455
+ /**
456
+ * Door or door lock is abnormal
457
+ */
458
+ doorError: BitFlag;
459
+ /**
460
+ * Unable to reach normal temperature
461
+ */
462
+ tempTooLow: BitFlag;
463
+ /**
464
+ * Temperature is too high
465
+ */
466
+ tempTooHigh: BitFlag;
467
+ /**
468
+ * Water level is abnormal
469
+ */
470
+ waterLevelError: BitFlag;
471
+ }>, any>;
114
472
  /**
115
473
  * Indicates a bitmap where each bit shall represent whether or not an alarm is supported. The value of
116
474
  * true means the alarm is supported, otherwise the alarm is not supported.
@@ -119,7 +477,32 @@ export declare namespace DishwasherAlarm {
119
477
  *
120
478
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.4
121
479
  */
122
- readonly supported: FixedAttribute<number, any>;
480
+ readonly supported: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
481
+ /**
482
+ * Water inflow is abnormal
483
+ */
484
+ inflowError: BitFlag;
485
+ /**
486
+ * Water draining is abnormal
487
+ */
488
+ drainError: BitFlag;
489
+ /**
490
+ * Door or door lock is abnormal
491
+ */
492
+ doorError: BitFlag;
493
+ /**
494
+ * Unable to reach normal temperature
495
+ */
496
+ tempTooLow: BitFlag;
497
+ /**
498
+ * Temperature is too high
499
+ */
500
+ tempTooHigh: BitFlag;
501
+ /**
502
+ * Water level is abnormal
503
+ */
504
+ waterLevelError: BitFlag;
505
+ }>, any>;
123
506
  };
124
507
  readonly commands: {
125
508
  /**
@@ -127,8 +510,55 @@ export declare namespace DishwasherAlarm {
127
510
  *
128
511
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2
129
512
  */
130
- readonly modifyEnabledAlarms: OptionalCommand<import("../index.js").TypeFromFields<{
131
- mask: import("../index.js").FieldType<number>;
513
+ readonly modifyEnabledAlarms: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
514
+ /**
515
+ * This field shall indicate a bitmap where each bit set in the this field corresponds to an alarm that SHOULD
516
+ * be enabled or suppressed. A value of 1 shall indicate that the alarm SHOULD be enabled while a value of 0
517
+ * shall indicate that the alarm SHOULD be suppressed.
518
+ *
519
+ * A server that receives this command with a Mask that includes bits that are set for unknown alarms shall
520
+ * respond with a status code of INVALID_COMMAND.
521
+ *
522
+ * A server that receives this command with a Mask that includes bits that are set for alarms which are not
523
+ * supported, as indicated in the Supported attribute, shall respond with a status code of INVALID_COMMAND.
524
+ *
525
+ * A server that is unable to enable a currently suppressed alarm, or is unable to suppress a currently enabled
526
+ * alarm shall respond with a status code of FAILURE; otherwise the server shall respond with a status code of
527
+ * SUCCESS.
528
+ *
529
+ * On a SUCCESS case, the server shall also change the value of the Mask attribute to the value of the
530
+ *
531
+ * Mask field from this command. After that the server shall also update the value of its State attribute to
532
+ * reflect the status of the new alarm set as indicated by the new value of the Mask attribute.
533
+ *
534
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2.1
535
+ */
536
+ mask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
537
+ /**
538
+ * Water inflow is abnormal
539
+ */
540
+ inflowError: BitFlag;
541
+ /**
542
+ * Water draining is abnormal
543
+ */
544
+ drainError: BitFlag;
545
+ /**
546
+ * Door or door lock is abnormal
547
+ */
548
+ doorError: BitFlag;
549
+ /**
550
+ * Unable to reach normal temperature
551
+ */
552
+ tempTooLow: BitFlag;
553
+ /**
554
+ * Temperature is too high
555
+ */
556
+ tempTooHigh: BitFlag;
557
+ /**
558
+ * Water level is abnormal
559
+ */
560
+ waterLevelError: BitFlag;
561
+ }>>;
132
562
  }>, void, any>;
133
563
  };
134
564
  readonly events: {
@@ -137,11 +567,132 @@ export declare namespace DishwasherAlarm {
137
567
  *
138
568
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1
139
569
  */
140
- readonly notify: Event<import("../index.js").TypeFromFields<{
141
- active: import("../index.js").FieldType<number>;
142
- inactive: import("../index.js").FieldType<number>;
143
- state: import("../index.js").FieldType<number>;
144
- mask: import("../index.js").FieldType<number>;
570
+ readonly notify: Event<import("../tlv/TlvObject.js").TypeFromFields<{
571
+ /**
572
+ * This field shall indicate those alarms that have become active.
573
+ *
574
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.1
575
+ */
576
+ active: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
577
+ /**
578
+ * Water inflow is abnormal
579
+ */
580
+ inflowError: BitFlag;
581
+ /**
582
+ * Water draining is abnormal
583
+ */
584
+ drainError: BitFlag;
585
+ /**
586
+ * Door or door lock is abnormal
587
+ */
588
+ doorError: BitFlag;
589
+ /**
590
+ * Unable to reach normal temperature
591
+ */
592
+ tempTooLow: BitFlag;
593
+ /**
594
+ * Temperature is too high
595
+ */
596
+ tempTooHigh: BitFlag;
597
+ /**
598
+ * Water level is abnormal
599
+ */
600
+ waterLevelError: BitFlag;
601
+ }>>;
602
+ /**
603
+ * This field shall indicate those alarms that have become inactive.
604
+ *
605
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.2
606
+ */
607
+ inactive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
608
+ /**
609
+ * Water inflow is abnormal
610
+ */
611
+ inflowError: BitFlag;
612
+ /**
613
+ * Water draining is abnormal
614
+ */
615
+ drainError: BitFlag;
616
+ /**
617
+ * Door or door lock is abnormal
618
+ */
619
+ doorError: BitFlag;
620
+ /**
621
+ * Unable to reach normal temperature
622
+ */
623
+ tempTooLow: BitFlag;
624
+ /**
625
+ * Temperature is too high
626
+ */
627
+ tempTooHigh: BitFlag;
628
+ /**
629
+ * Water level is abnormal
630
+ */
631
+ waterLevelError: BitFlag;
632
+ }>>;
633
+ /**
634
+ * This field shall be a copy of the new State attribute value that resulted in the event being generated. That
635
+ * is, this field shall have all the bits in Active set and shall NOT have any of the bits in Inactive set.
636
+ *
637
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.4
638
+ */
639
+ state: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
640
+ /**
641
+ * Water inflow is abnormal
642
+ */
643
+ inflowError: BitFlag;
644
+ /**
645
+ * Water draining is abnormal
646
+ */
647
+ drainError: BitFlag;
648
+ /**
649
+ * Door or door lock is abnormal
650
+ */
651
+ doorError: BitFlag;
652
+ /**
653
+ * Unable to reach normal temperature
654
+ */
655
+ tempTooLow: BitFlag;
656
+ /**
657
+ * Temperature is too high
658
+ */
659
+ tempTooHigh: BitFlag;
660
+ /**
661
+ * Water level is abnormal
662
+ */
663
+ waterLevelError: BitFlag;
664
+ }>>;
665
+ /**
666
+ * This field shall be a copy of the Mask attribute when this event was generated.
667
+ *
668
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.3
669
+ */
670
+ mask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
671
+ /**
672
+ * Water inflow is abnormal
673
+ */
674
+ inflowError: BitFlag;
675
+ /**
676
+ * Water draining is abnormal
677
+ */
678
+ drainError: BitFlag;
679
+ /**
680
+ * Door or door lock is abnormal
681
+ */
682
+ doorError: BitFlag;
683
+ /**
684
+ * Unable to reach normal temperature
685
+ */
686
+ tempTooLow: BitFlag;
687
+ /**
688
+ * Temperature is too high
689
+ */
690
+ tempTooHigh: BitFlag;
691
+ /**
692
+ * Water level is abnormal
693
+ */
694
+ waterLevelError: BitFlag;
695
+ }>>;
145
696
  }>, any>;
146
697
  };
147
698
  /**
@@ -161,7 +712,32 @@ export declare namespace DishwasherAlarm {
161
712
  *
162
713
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.2
163
714
  */
164
- readonly latch: FixedAttribute<number, any>;
715
+ readonly latch: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
716
+ /**
717
+ * Water inflow is abnormal
718
+ */
719
+ inflowError: BitFlag;
720
+ /**
721
+ * Water draining is abnormal
722
+ */
723
+ drainError: BitFlag;
724
+ /**
725
+ * Door or door lock is abnormal
726
+ */
727
+ doorError: BitFlag;
728
+ /**
729
+ * Unable to reach normal temperature
730
+ */
731
+ tempTooLow: BitFlag;
732
+ /**
733
+ * Temperature is too high
734
+ */
735
+ tempTooHigh: BitFlag;
736
+ /**
737
+ * Water level is abnormal
738
+ */
739
+ waterLevelError: BitFlag;
740
+ }>, any>;
165
741
  };
166
742
  readonly commands: {
167
743
  /**
@@ -170,8 +746,41 @@ export declare namespace DishwasherAlarm {
170
746
  *
171
747
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1
172
748
  */
173
- readonly reset: Command<import("../index.js").TypeFromFields<{
174
- alarms: import("../index.js").FieldType<number>;
749
+ readonly reset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
750
+ /**
751
+ * This field shall indicate a bitmap where each bit set in this field corresponds to an alarm that shall be
752
+ * reset to inactive in the State attribute unless the alarm definition requires manual intervention. If the
753
+ * alarms indicated are successfully reset, the response status code shall be SUCCESS, otherwise, the response
754
+ * status code shall be FAILURE.
755
+ *
756
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1.1
757
+ */
758
+ alarms: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
759
+ /**
760
+ * Water inflow is abnormal
761
+ */
762
+ inflowError: BitFlag;
763
+ /**
764
+ * Water draining is abnormal
765
+ */
766
+ drainError: BitFlag;
767
+ /**
768
+ * Door or door lock is abnormal
769
+ */
770
+ doorError: BitFlag;
771
+ /**
772
+ * Unable to reach normal temperature
773
+ */
774
+ tempTooLow: BitFlag;
775
+ /**
776
+ * Temperature is too high
777
+ */
778
+ tempTooHigh: BitFlag;
779
+ /**
780
+ * Water level is abnormal
781
+ */
782
+ waterLevelError: BitFlag;
783
+ }>>;
175
784
  }>, void, any>;
176
785
  };
177
786
  };
@@ -201,14 +810,64 @@ export declare namespace DishwasherAlarm {
201
810
  *
202
811
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.1
203
812
  */
204
- readonly mask: Attribute<number, any>;
813
+ readonly mask: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
814
+ /**
815
+ * Water inflow is abnormal
816
+ */
817
+ inflowError: BitFlag;
818
+ /**
819
+ * Water draining is abnormal
820
+ */
821
+ drainError: BitFlag;
822
+ /**
823
+ * Door or door lock is abnormal
824
+ */
825
+ doorError: BitFlag;
826
+ /**
827
+ * Unable to reach normal temperature
828
+ */
829
+ tempTooLow: BitFlag;
830
+ /**
831
+ * Temperature is too high
832
+ */
833
+ tempTooHigh: BitFlag;
834
+ /**
835
+ * Water level is abnormal
836
+ */
837
+ waterLevelError: BitFlag;
838
+ }>, any>;
205
839
  /**
206
840
  * Indicates a bitmap where each bit shall represent the state of an alarm. The value of true means the
207
841
  * alarm is active, otherwise the alarm is inactive.
208
842
  *
209
843
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.3
210
844
  */
211
- readonly state: Attribute<number, any>;
845
+ readonly state: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
846
+ /**
847
+ * Water inflow is abnormal
848
+ */
849
+ inflowError: BitFlag;
850
+ /**
851
+ * Water draining is abnormal
852
+ */
853
+ drainError: BitFlag;
854
+ /**
855
+ * Door or door lock is abnormal
856
+ */
857
+ doorError: BitFlag;
858
+ /**
859
+ * Unable to reach normal temperature
860
+ */
861
+ tempTooLow: BitFlag;
862
+ /**
863
+ * Temperature is too high
864
+ */
865
+ tempTooHigh: BitFlag;
866
+ /**
867
+ * Water level is abnormal
868
+ */
869
+ waterLevelError: BitFlag;
870
+ }>, any>;
212
871
  /**
213
872
  * Indicates a bitmap where each bit shall represent whether or not an alarm is supported. The value of
214
873
  * true means the alarm is supported, otherwise the alarm is not supported.
@@ -217,7 +876,32 @@ export declare namespace DishwasherAlarm {
217
876
  *
218
877
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.4
219
878
  */
220
- readonly supported: FixedAttribute<number, any>;
879
+ readonly supported: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
880
+ /**
881
+ * Water inflow is abnormal
882
+ */
883
+ inflowError: BitFlag;
884
+ /**
885
+ * Water draining is abnormal
886
+ */
887
+ drainError: BitFlag;
888
+ /**
889
+ * Door or door lock is abnormal
890
+ */
891
+ doorError: BitFlag;
892
+ /**
893
+ * Unable to reach normal temperature
894
+ */
895
+ tempTooLow: BitFlag;
896
+ /**
897
+ * Temperature is too high
898
+ */
899
+ tempTooHigh: BitFlag;
900
+ /**
901
+ * Water level is abnormal
902
+ */
903
+ waterLevelError: BitFlag;
904
+ }>, any>;
221
905
  };
222
906
  readonly commands: {
223
907
  /**
@@ -225,8 +909,55 @@ export declare namespace DishwasherAlarm {
225
909
  *
226
910
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2
227
911
  */
228
- readonly modifyEnabledAlarms: OptionalCommand<import("../index.js").TypeFromFields<{
229
- mask: import("../index.js").FieldType<number>;
912
+ readonly modifyEnabledAlarms: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
913
+ /**
914
+ * This field shall indicate a bitmap where each bit set in the this field corresponds to an alarm that SHOULD
915
+ * be enabled or suppressed. A value of 1 shall indicate that the alarm SHOULD be enabled while a value of 0
916
+ * shall indicate that the alarm SHOULD be suppressed.
917
+ *
918
+ * A server that receives this command with a Mask that includes bits that are set for unknown alarms shall
919
+ * respond with a status code of INVALID_COMMAND.
920
+ *
921
+ * A server that receives this command with a Mask that includes bits that are set for alarms which are not
922
+ * supported, as indicated in the Supported attribute, shall respond with a status code of INVALID_COMMAND.
923
+ *
924
+ * A server that is unable to enable a currently suppressed alarm, or is unable to suppress a currently enabled
925
+ * alarm shall respond with a status code of FAILURE; otherwise the server shall respond with a status code of
926
+ * SUCCESS.
927
+ *
928
+ * On a SUCCESS case, the server shall also change the value of the Mask attribute to the value of the
929
+ *
930
+ * Mask field from this command. After that the server shall also update the value of its State attribute to
931
+ * reflect the status of the new alarm set as indicated by the new value of the Mask attribute.
932
+ *
933
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2.1
934
+ */
935
+ mask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
936
+ /**
937
+ * Water inflow is abnormal
938
+ */
939
+ inflowError: BitFlag;
940
+ /**
941
+ * Water draining is abnormal
942
+ */
943
+ drainError: BitFlag;
944
+ /**
945
+ * Door or door lock is abnormal
946
+ */
947
+ doorError: BitFlag;
948
+ /**
949
+ * Unable to reach normal temperature
950
+ */
951
+ tempTooLow: BitFlag;
952
+ /**
953
+ * Temperature is too high
954
+ */
955
+ tempTooHigh: BitFlag;
956
+ /**
957
+ * Water level is abnormal
958
+ */
959
+ waterLevelError: BitFlag;
960
+ }>>;
230
961
  }>, void, any>;
231
962
  };
232
963
  readonly events: {
@@ -235,11 +966,132 @@ export declare namespace DishwasherAlarm {
235
966
  *
236
967
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1
237
968
  */
238
- readonly notify: Event<import("../index.js").TypeFromFields<{
239
- active: import("../index.js").FieldType<number>;
240
- inactive: import("../index.js").FieldType<number>;
241
- state: import("../index.js").FieldType<number>;
242
- mask: import("../index.js").FieldType<number>;
969
+ readonly notify: Event<import("../tlv/TlvObject.js").TypeFromFields<{
970
+ /**
971
+ * This field shall indicate those alarms that have become active.
972
+ *
973
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.1
974
+ */
975
+ active: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
976
+ /**
977
+ * Water inflow is abnormal
978
+ */
979
+ inflowError: BitFlag;
980
+ /**
981
+ * Water draining is abnormal
982
+ */
983
+ drainError: BitFlag;
984
+ /**
985
+ * Door or door lock is abnormal
986
+ */
987
+ doorError: BitFlag;
988
+ /**
989
+ * Unable to reach normal temperature
990
+ */
991
+ tempTooLow: BitFlag;
992
+ /**
993
+ * Temperature is too high
994
+ */
995
+ tempTooHigh: BitFlag;
996
+ /**
997
+ * Water level is abnormal
998
+ */
999
+ waterLevelError: BitFlag;
1000
+ }>>;
1001
+ /**
1002
+ * This field shall indicate those alarms that have become inactive.
1003
+ *
1004
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.2
1005
+ */
1006
+ inactive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1007
+ /**
1008
+ * Water inflow is abnormal
1009
+ */
1010
+ inflowError: BitFlag;
1011
+ /**
1012
+ * Water draining is abnormal
1013
+ */
1014
+ drainError: BitFlag;
1015
+ /**
1016
+ * Door or door lock is abnormal
1017
+ */
1018
+ doorError: BitFlag;
1019
+ /**
1020
+ * Unable to reach normal temperature
1021
+ */
1022
+ tempTooLow: BitFlag;
1023
+ /**
1024
+ * Temperature is too high
1025
+ */
1026
+ tempTooHigh: BitFlag;
1027
+ /**
1028
+ * Water level is abnormal
1029
+ */
1030
+ waterLevelError: BitFlag;
1031
+ }>>;
1032
+ /**
1033
+ * This field shall be a copy of the new State attribute value that resulted in the event being generated. That
1034
+ * is, this field shall have all the bits in Active set and shall NOT have any of the bits in Inactive set.
1035
+ *
1036
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.4
1037
+ */
1038
+ state: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1039
+ /**
1040
+ * Water inflow is abnormal
1041
+ */
1042
+ inflowError: BitFlag;
1043
+ /**
1044
+ * Water draining is abnormal
1045
+ */
1046
+ drainError: BitFlag;
1047
+ /**
1048
+ * Door or door lock is abnormal
1049
+ */
1050
+ doorError: BitFlag;
1051
+ /**
1052
+ * Unable to reach normal temperature
1053
+ */
1054
+ tempTooLow: BitFlag;
1055
+ /**
1056
+ * Temperature is too high
1057
+ */
1058
+ tempTooHigh: BitFlag;
1059
+ /**
1060
+ * Water level is abnormal
1061
+ */
1062
+ waterLevelError: BitFlag;
1063
+ }>>;
1064
+ /**
1065
+ * This field shall be a copy of the Mask attribute when this event was generated.
1066
+ *
1067
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.3
1068
+ */
1069
+ mask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1070
+ /**
1071
+ * Water inflow is abnormal
1072
+ */
1073
+ inflowError: BitFlag;
1074
+ /**
1075
+ * Water draining is abnormal
1076
+ */
1077
+ drainError: BitFlag;
1078
+ /**
1079
+ * Door or door lock is abnormal
1080
+ */
1081
+ doorError: BitFlag;
1082
+ /**
1083
+ * Unable to reach normal temperature
1084
+ */
1085
+ tempTooLow: BitFlag;
1086
+ /**
1087
+ * Temperature is too high
1088
+ */
1089
+ tempTooHigh: BitFlag;
1090
+ /**
1091
+ * Water level is abnormal
1092
+ */
1093
+ waterLevelError: BitFlag;
1094
+ }>>;
243
1095
  }>, any>;
244
1096
  };
245
1097
  /**
@@ -259,7 +1111,32 @@ export declare namespace DishwasherAlarm {
259
1111
  *
260
1112
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.6.2
261
1113
  */
262
- readonly latch: FixedAttribute<number, any>;
1114
+ readonly latch: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1115
+ /**
1116
+ * Water inflow is abnormal
1117
+ */
1118
+ inflowError: BitFlag;
1119
+ /**
1120
+ * Water draining is abnormal
1121
+ */
1122
+ drainError: BitFlag;
1123
+ /**
1124
+ * Door or door lock is abnormal
1125
+ */
1126
+ doorError: BitFlag;
1127
+ /**
1128
+ * Unable to reach normal temperature
1129
+ */
1130
+ tempTooLow: BitFlag;
1131
+ /**
1132
+ * Temperature is too high
1133
+ */
1134
+ tempTooHigh: BitFlag;
1135
+ /**
1136
+ * Water level is abnormal
1137
+ */
1138
+ waterLevelError: BitFlag;
1139
+ }>, any>;
263
1140
  };
264
1141
  readonly commands: {
265
1142
  /**
@@ -268,8 +1145,41 @@ export declare namespace DishwasherAlarm {
268
1145
  *
269
1146
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1
270
1147
  */
271
- readonly reset: Command<import("../index.js").TypeFromFields<{
272
- alarms: import("../index.js").FieldType<number>;
1148
+ readonly reset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1149
+ /**
1150
+ * This field shall indicate a bitmap where each bit set in this field corresponds to an alarm that shall be
1151
+ * reset to inactive in the State attribute unless the alarm definition requires manual intervention. If the
1152
+ * alarms indicated are successfully reset, the response status code shall be SUCCESS, otherwise, the response
1153
+ * status code shall be FAILURE.
1154
+ *
1155
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1.1
1156
+ */
1157
+ alarms: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1158
+ /**
1159
+ * Water inflow is abnormal
1160
+ */
1161
+ inflowError: BitFlag;
1162
+ /**
1163
+ * Water draining is abnormal
1164
+ */
1165
+ drainError: BitFlag;
1166
+ /**
1167
+ * Door or door lock is abnormal
1168
+ */
1169
+ doorError: BitFlag;
1170
+ /**
1171
+ * Unable to reach normal temperature
1172
+ */
1173
+ tempTooLow: BitFlag;
1174
+ /**
1175
+ * Temperature is too high
1176
+ */
1177
+ tempTooHigh: BitFlag;
1178
+ /**
1179
+ * Water level is abnormal
1180
+ */
1181
+ waterLevelError: BitFlag;
1182
+ }>>;
273
1183
  }>, void, any>;
274
1184
  };
275
1185
  };
@@ -304,7 +1214,32 @@ export declare namespace DishwasherAlarm {
304
1214
  readonly reset: BitFlag;
305
1215
  };
306
1216
  readonly attributes: {
307
- readonly latch: FixedAttribute<number, any> & {
1217
+ readonly latch: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1218
+ /**
1219
+ * Water inflow is abnormal
1220
+ */
1221
+ inflowError: BitFlag;
1222
+ /**
1223
+ * Water draining is abnormal
1224
+ */
1225
+ drainError: BitFlag;
1226
+ /**
1227
+ * Door or door lock is abnormal
1228
+ */
1229
+ doorError: BitFlag;
1230
+ /**
1231
+ * Unable to reach normal temperature
1232
+ */
1233
+ tempTooLow: BitFlag;
1234
+ /**
1235
+ * Temperature is too high
1236
+ */
1237
+ tempTooHigh: BitFlag;
1238
+ /**
1239
+ * Water level is abnormal
1240
+ */
1241
+ waterLevelError: BitFlag;
1242
+ }>, any> & {
308
1243
  readonly optional: true;
309
1244
  readonly isConditional: true;
310
1245
  readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
@@ -312,9 +1247,84 @@ export declare namespace DishwasherAlarm {
312
1247
  reset: boolean;
313
1248
  }];
314
1249
  };
315
- readonly mask: Attribute<number, any>;
316
- readonly state: Attribute<number, any>;
317
- readonly supported: FixedAttribute<number, any>;
1250
+ readonly mask: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1251
+ /**
1252
+ * Water inflow is abnormal
1253
+ */
1254
+ inflowError: BitFlag;
1255
+ /**
1256
+ * Water draining is abnormal
1257
+ */
1258
+ drainError: BitFlag;
1259
+ /**
1260
+ * Door or door lock is abnormal
1261
+ */
1262
+ doorError: BitFlag;
1263
+ /**
1264
+ * Unable to reach normal temperature
1265
+ */
1266
+ tempTooLow: BitFlag;
1267
+ /**
1268
+ * Temperature is too high
1269
+ */
1270
+ tempTooHigh: BitFlag;
1271
+ /**
1272
+ * Water level is abnormal
1273
+ */
1274
+ waterLevelError: BitFlag;
1275
+ }>, any>;
1276
+ readonly state: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1277
+ /**
1278
+ * Water inflow is abnormal
1279
+ */
1280
+ inflowError: BitFlag;
1281
+ /**
1282
+ * Water draining is abnormal
1283
+ */
1284
+ drainError: BitFlag;
1285
+ /**
1286
+ * Door or door lock is abnormal
1287
+ */
1288
+ doorError: BitFlag;
1289
+ /**
1290
+ * Unable to reach normal temperature
1291
+ */
1292
+ tempTooLow: BitFlag;
1293
+ /**
1294
+ * Temperature is too high
1295
+ */
1296
+ tempTooHigh: BitFlag;
1297
+ /**
1298
+ * Water level is abnormal
1299
+ */
1300
+ waterLevelError: BitFlag;
1301
+ }>, any>;
1302
+ readonly supported: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1303
+ /**
1304
+ * Water inflow is abnormal
1305
+ */
1306
+ inflowError: BitFlag;
1307
+ /**
1308
+ * Water draining is abnormal
1309
+ */
1310
+ drainError: BitFlag;
1311
+ /**
1312
+ * Door or door lock is abnormal
1313
+ */
1314
+ doorError: BitFlag;
1315
+ /**
1316
+ * Unable to reach normal temperature
1317
+ */
1318
+ tempTooLow: BitFlag;
1319
+ /**
1320
+ * Temperature is too high
1321
+ */
1322
+ tempTooHigh: BitFlag;
1323
+ /**
1324
+ * Water level is abnormal
1325
+ */
1326
+ waterLevelError: BitFlag;
1327
+ }>, any>;
318
1328
  readonly clusterRevision: Attribute<number, never>;
319
1329
  readonly featureMap: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
320
1330
  /**
@@ -331,8 +1341,41 @@ export declare namespace DishwasherAlarm {
331
1341
  readonly generatedCommandList: Attribute<import("../index.js").CommandId[], never>;
332
1342
  };
333
1343
  readonly commands: {
334
- readonly reset: Command<import("../index.js").TypeFromFields<{
335
- alarms: import("../index.js").FieldType<number>;
1344
+ readonly reset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1345
+ /**
1346
+ * This field shall indicate a bitmap where each bit set in this field corresponds to an alarm that shall be
1347
+ * reset to inactive in the State attribute unless the alarm definition requires manual intervention. If the
1348
+ * alarms indicated are successfully reset, the response status code shall be SUCCESS, otherwise, the response
1349
+ * status code shall be FAILURE.
1350
+ *
1351
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.1.1
1352
+ */
1353
+ alarms: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1354
+ /**
1355
+ * Water inflow is abnormal
1356
+ */
1357
+ inflowError: BitFlag;
1358
+ /**
1359
+ * Water draining is abnormal
1360
+ */
1361
+ drainError: BitFlag;
1362
+ /**
1363
+ * Door or door lock is abnormal
1364
+ */
1365
+ doorError: BitFlag;
1366
+ /**
1367
+ * Unable to reach normal temperature
1368
+ */
1369
+ tempTooLow: BitFlag;
1370
+ /**
1371
+ * Temperature is too high
1372
+ */
1373
+ tempTooHigh: BitFlag;
1374
+ /**
1375
+ * Water level is abnormal
1376
+ */
1377
+ waterLevelError: BitFlag;
1378
+ }>>;
336
1379
  }>, void, any> & {
337
1380
  readonly optional: true;
338
1381
  readonly isConditional: true;
@@ -346,8 +1389,55 @@ export declare namespace DishwasherAlarm {
346
1389
  *
347
1390
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2
348
1391
  */
349
- readonly modifyEnabledAlarms: OptionalCommand<import("../index.js").TypeFromFields<{
350
- mask: import("../index.js").FieldType<number>;
1392
+ readonly modifyEnabledAlarms: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
1393
+ /**
1394
+ * This field shall indicate a bitmap where each bit set in the this field corresponds to an alarm that SHOULD
1395
+ * be enabled or suppressed. A value of 1 shall indicate that the alarm SHOULD be enabled while a value of 0
1396
+ * shall indicate that the alarm SHOULD be suppressed.
1397
+ *
1398
+ * A server that receives this command with a Mask that includes bits that are set for unknown alarms shall
1399
+ * respond with a status code of INVALID_COMMAND.
1400
+ *
1401
+ * A server that receives this command with a Mask that includes bits that are set for alarms which are not
1402
+ * supported, as indicated in the Supported attribute, shall respond with a status code of INVALID_COMMAND.
1403
+ *
1404
+ * A server that is unable to enable a currently suppressed alarm, or is unable to suppress a currently enabled
1405
+ * alarm shall respond with a status code of FAILURE; otherwise the server shall respond with a status code of
1406
+ * SUCCESS.
1407
+ *
1408
+ * On a SUCCESS case, the server shall also change the value of the Mask attribute to the value of the
1409
+ *
1410
+ * Mask field from this command. After that the server shall also update the value of its State attribute to
1411
+ * reflect the status of the new alarm set as indicated by the new value of the Mask attribute.
1412
+ *
1413
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.7.2.1
1414
+ */
1415
+ mask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1416
+ /**
1417
+ * Water inflow is abnormal
1418
+ */
1419
+ inflowError: BitFlag;
1420
+ /**
1421
+ * Water draining is abnormal
1422
+ */
1423
+ drainError: BitFlag;
1424
+ /**
1425
+ * Door or door lock is abnormal
1426
+ */
1427
+ doorError: BitFlag;
1428
+ /**
1429
+ * Unable to reach normal temperature
1430
+ */
1431
+ tempTooLow: BitFlag;
1432
+ /**
1433
+ * Temperature is too high
1434
+ */
1435
+ tempTooHigh: BitFlag;
1436
+ /**
1437
+ * Water level is abnormal
1438
+ */
1439
+ waterLevelError: BitFlag;
1440
+ }>>;
351
1441
  }>, void, any>;
352
1442
  };
353
1443
  readonly events: {
@@ -356,11 +1446,132 @@ export declare namespace DishwasherAlarm {
356
1446
  *
357
1447
  * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1
358
1448
  */
359
- readonly notify: Event<import("../index.js").TypeFromFields<{
360
- active: import("../index.js").FieldType<number>;
361
- inactive: import("../index.js").FieldType<number>;
362
- state: import("../index.js").FieldType<number>;
363
- mask: import("../index.js").FieldType<number>;
1449
+ readonly notify: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1450
+ /**
1451
+ * This field shall indicate those alarms that have become active.
1452
+ *
1453
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.1
1454
+ */
1455
+ active: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1456
+ /**
1457
+ * Water inflow is abnormal
1458
+ */
1459
+ inflowError: BitFlag;
1460
+ /**
1461
+ * Water draining is abnormal
1462
+ */
1463
+ drainError: BitFlag;
1464
+ /**
1465
+ * Door or door lock is abnormal
1466
+ */
1467
+ doorError: BitFlag;
1468
+ /**
1469
+ * Unable to reach normal temperature
1470
+ */
1471
+ tempTooLow: BitFlag;
1472
+ /**
1473
+ * Temperature is too high
1474
+ */
1475
+ tempTooHigh: BitFlag;
1476
+ /**
1477
+ * Water level is abnormal
1478
+ */
1479
+ waterLevelError: BitFlag;
1480
+ }>>;
1481
+ /**
1482
+ * This field shall indicate those alarms that have become inactive.
1483
+ *
1484
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.2
1485
+ */
1486
+ inactive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1487
+ /**
1488
+ * Water inflow is abnormal
1489
+ */
1490
+ inflowError: BitFlag;
1491
+ /**
1492
+ * Water draining is abnormal
1493
+ */
1494
+ drainError: BitFlag;
1495
+ /**
1496
+ * Door or door lock is abnormal
1497
+ */
1498
+ doorError: BitFlag;
1499
+ /**
1500
+ * Unable to reach normal temperature
1501
+ */
1502
+ tempTooLow: BitFlag;
1503
+ /**
1504
+ * Temperature is too high
1505
+ */
1506
+ tempTooHigh: BitFlag;
1507
+ /**
1508
+ * Water level is abnormal
1509
+ */
1510
+ waterLevelError: BitFlag;
1511
+ }>>;
1512
+ /**
1513
+ * This field shall be a copy of the new State attribute value that resulted in the event being generated. That
1514
+ * is, this field shall have all the bits in Active set and shall NOT have any of the bits in Inactive set.
1515
+ *
1516
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.4
1517
+ */
1518
+ state: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1519
+ /**
1520
+ * Water inflow is abnormal
1521
+ */
1522
+ inflowError: BitFlag;
1523
+ /**
1524
+ * Water draining is abnormal
1525
+ */
1526
+ drainError: BitFlag;
1527
+ /**
1528
+ * Door or door lock is abnormal
1529
+ */
1530
+ doorError: BitFlag;
1531
+ /**
1532
+ * Unable to reach normal temperature
1533
+ */
1534
+ tempTooLow: BitFlag;
1535
+ /**
1536
+ * Temperature is too high
1537
+ */
1538
+ tempTooHigh: BitFlag;
1539
+ /**
1540
+ * Water level is abnormal
1541
+ */
1542
+ waterLevelError: BitFlag;
1543
+ }>>;
1544
+ /**
1545
+ * This field shall be a copy of the Mask attribute when this event was generated.
1546
+ *
1547
+ * @see {@link MatterSpecification.v13.Cluster} § 1.15.8.1.3
1548
+ */
1549
+ mask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1550
+ /**
1551
+ * Water inflow is abnormal
1552
+ */
1553
+ inflowError: BitFlag;
1554
+ /**
1555
+ * Water draining is abnormal
1556
+ */
1557
+ drainError: BitFlag;
1558
+ /**
1559
+ * Door or door lock is abnormal
1560
+ */
1561
+ doorError: BitFlag;
1562
+ /**
1563
+ * Unable to reach normal temperature
1564
+ */
1565
+ tempTooLow: BitFlag;
1566
+ /**
1567
+ * Temperature is too high
1568
+ */
1569
+ tempTooHigh: BitFlag;
1570
+ /**
1571
+ * Water level is abnormal
1572
+ */
1573
+ waterLevelError: BitFlag;
1574
+ }>>;
364
1575
  }>, any>;
365
1576
  };
366
1577
  }, []>;