@matter/model 0.11.5-alpha.0-20241112-858f60251 → 0.11.5-alpha.0-20241113-eb222f7fe

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.
@@ -247,12 +247,12 @@ const LevelControl = (0, import_elements.ClusterElement)({
247
247
  children: [
248
248
  (0, import_elements.FieldElement)({ name: "Level", id: 0, type: "uint8", conformance: "M", constraint: "0 to 254" }),
249
249
  (0, import_elements.FieldElement)({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", quality: "X" }),
250
- (0, import_elements.FieldElement)({ name: "OptionsMask", id: 2, type: "Options", conformance: "O", constraint: "desc", default: 0 }),
250
+ (0, import_elements.FieldElement)({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
251
251
  (0, import_elements.FieldElement)({
252
252
  name: "OptionsOverride",
253
253
  id: 3,
254
254
  type: "Options",
255
- conformance: "O",
255
+ conformance: "M",
256
256
  constraint: "desc",
257
257
  default: 0
258
258
  })
@@ -230,12 +230,12 @@ const LevelControl = Cluster({
230
230
  children: [
231
231
  Field({ name: "Level", id: 0, type: "uint8", conformance: "M", constraint: "0 to 254" }),
232
232
  Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", quality: "X" }),
233
- Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "O", constraint: "desc", default: 0 }),
233
+ Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
234
234
  Field({
235
235
  name: "OptionsOverride",
236
236
  id: 3,
237
237
  type: "Options",
238
- conformance: "O",
238
+ conformance: "M",
239
239
  constraint: "desc",
240
240
  default: 0
241
241
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/model",
3
- "version": "0.11.5-alpha.0-20241112-858f60251",
3
+ "version": "0.11.5-alpha.0-20241113-eb222f7fe",
4
4
  "description": "Matter data model",
5
5
  "keywords": [
6
6
  "iot",
@@ -33,12 +33,12 @@
33
33
  "embed-examples": "embedme **/README.md"
34
34
  },
35
35
  "dependencies": {
36
- "@matter/general": "0.11.5-alpha.0-20241112-858f60251",
36
+ "@matter/general": "0.11.5-alpha.0-20241113-eb222f7fe",
37
37
  "@noble/curves": "^1.5.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@matter/tools": "0.11.5-alpha.0-20241112-858f60251",
41
- "@matter/testing": "0.11.5-alpha.0-20241112-858f60251"
40
+ "@matter/tools": "0.11.5-alpha.0-20241113-eb222f7fe",
41
+ "@matter/testing": "0.11.5-alpha.0-20241113-eb222f7fe"
42
42
  },
43
43
  "files": [
44
44
  "dist/**/*",
@@ -224,9 +224,9 @@ export const LevelControl = Cluster({
224
224
  children: [
225
225
  Field({ name: "Level", id: 0x0, type: "uint8", conformance: "M", constraint: "0 to 254" }),
226
226
  Field({ name: "TransitionTime", id: 0x1, type: "uint16", conformance: "M", quality: "X" }),
227
- Field({ name: "OptionsMask", id: 0x2, type: "Options", conformance: "O", constraint: "desc", default: 0 }),
227
+ Field({ name: "OptionsMask", id: 0x2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
228
228
  Field({
229
- name: "OptionsOverride", id: 0x3, type: "Options", conformance: "O", constraint: "desc", default: 0
229
+ name: "OptionsOverride", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0
230
230
  })
231
231
  ]
232
232
  }),