@matter/types 0.12.6-alpha.0-20250304-03716637c → 0.13.0-alpha.0-20250307-ebf84a05a

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 (857) hide show
  1. package/dist/cjs/cluster/Cluster.d.ts.map +1 -1
  2. package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -1
  3. package/dist/cjs/clusters/access-control.d.ts +3972 -522
  4. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  5. package/dist/cjs/clusters/access-control.js +640 -116
  6. package/dist/cjs/clusters/access-control.js.map +2 -2
  7. package/dist/cjs/clusters/actions.d.ts +10 -9
  8. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  9. package/dist/cjs/clusters/actions.js +4 -4
  10. package/dist/cjs/clusters/actions.js.map +1 -1
  11. package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
  12. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  13. package/dist/cjs/clusters/administrator-commissioning.js +40 -35
  14. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  15. package/dist/cjs/clusters/alarm-base.d.ts +9 -12
  16. package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
  17. package/dist/cjs/clusters/alarm-base.js +3 -4
  18. package/dist/cjs/clusters/alarm-base.js.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.d.ts +27 -15
  20. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  21. package/dist/cjs/clusters/application-launcher.js +7 -4
  22. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
  24. package/dist/cjs/clusters/ballast-configuration.js +7 -7
  25. package/dist/cjs/clusters/basic-information.d.ts +29 -21
  26. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  27. package/dist/cjs/clusters/basic-information.js +29 -21
  28. package/dist/cjs/clusters/basic-information.js.map +1 -1
  29. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
  30. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  31. package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
  32. package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
  33. package/dist/cjs/clusters/channel.d.ts +115 -124
  34. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  35. package/dist/cjs/clusters/channel.js +15 -16
  36. package/dist/cjs/clusters/channel.js.map +1 -1
  37. package/dist/cjs/clusters/color-control.d.ts +3076 -1366
  38. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  39. package/dist/cjs/clusters/color-control.js +423 -357
  40. package/dist/cjs/clusters/color-control.js.map +2 -2
  41. package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
  42. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
  43. package/dist/cjs/clusters/commissioner-control.js +194 -0
  44. package/dist/cjs/clusters/commissioner-control.js.map +6 -0
  45. package/dist/cjs/clusters/content-control.d.ts +497 -221
  46. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-control.js +59 -41
  48. package/dist/cjs/clusters/content-control.js.map +2 -2
  49. package/dist/cjs/clusters/content-launcher.d.ts +248 -215
  50. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-launcher.js +16 -15
  52. package/dist/cjs/clusters/content-launcher.js.map +1 -1
  53. package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
  54. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  55. package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
  56. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  57. package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
  58. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  59. package/dist/cjs/clusters/device-energy-management.js +189 -160
  60. package/dist/cjs/clusters/device-energy-management.js.map +2 -2
  61. package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
  62. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
  63. package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
  64. package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
  65. package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
  66. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  67. package/dist/cjs/clusters/dishwasher-mode.js +12 -24
  68. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  69. package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
  70. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  71. package/dist/cjs/clusters/door-lock.js +480 -802
  72. package/dist/cjs/clusters/door-lock.js.map +2 -2
  73. package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
  74. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
  75. package/dist/cjs/clusters/ecosystem-information.js +154 -0
  76. package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
  78. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  79. package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
  80. package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
  82. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  83. package/dist/cjs/clusters/energy-evse-mode.js +25 -72
  84. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  85. package/dist/cjs/clusters/energy-evse.d.ts +557 -273
  86. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  87. package/dist/cjs/clusters/energy-evse.js +107 -55
  88. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  89. package/dist/cjs/clusters/energy-preference.d.ts +76 -76
  90. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  91. package/dist/cjs/clusters/energy-preference.js +15 -18
  92. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  93. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
  94. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  95. package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
  96. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  97. package/dist/cjs/clusters/fan-control.d.ts +12 -12
  98. package/dist/cjs/clusters/fan-control.js +4 -4
  99. package/dist/cjs/clusters/fixed-label.d.ts +7 -2
  100. package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
  101. package/dist/cjs/clusters/fixed-label.js.map +1 -1
  102. package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
  103. package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
  104. package/dist/cjs/clusters/flow-measurement.js +6 -6
  105. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  106. package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
  107. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  108. package/dist/cjs/clusters/general-commissioning.js +272 -54
  109. package/dist/cjs/clusters/general-commissioning.js.map +2 -2
  110. package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
  111. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  112. package/dist/cjs/clusters/general-diagnostics.js +31 -33
  113. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  114. package/dist/cjs/clusters/group-key-management.d.ts +72 -82
  115. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  116. package/dist/cjs/clusters/group-key-management.js +19 -22
  117. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  118. package/dist/cjs/clusters/groups.d.ts +9 -6
  119. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  120. package/dist/cjs/clusters/groups.js +3 -2
  121. package/dist/cjs/clusters/groups.js.map +1 -1
  122. package/dist/cjs/clusters/icd-management.d.ts +223 -66
  123. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  124. package/dist/cjs/clusters/icd-management.js +61 -23
  125. package/dist/cjs/clusters/icd-management.js.map +2 -2
  126. package/dist/cjs/clusters/identify.d.ts +12 -13
  127. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  128. package/dist/cjs/clusters/identify.js +9 -10
  129. package/dist/cjs/clusters/identify.js.map +1 -1
  130. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
  131. package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
  132. package/dist/cjs/clusters/illuminance-measurement.js +9 -10
  133. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  134. package/dist/cjs/clusters/index.d.ts +11 -1
  135. package/dist/cjs/clusters/index.d.ts.map +1 -1
  136. package/dist/cjs/clusters/index.js +33 -3
  137. package/dist/cjs/clusters/index.js.map +1 -1
  138. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  139. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  140. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
  141. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  142. package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
  143. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
  144. package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
  145. package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
  146. package/dist/cjs/clusters/keypad-input.d.ts +2 -2
  147. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
  148. package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
  149. package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
  150. package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
  151. package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
  152. package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
  153. package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
  154. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  155. package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
  156. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
  157. package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
  158. package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
  159. package/dist/cjs/clusters/level-control.d.ts +209 -70
  160. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  161. package/dist/cjs/clusters/level-control.js +45 -12
  162. package/dist/cjs/clusters/level-control.js.map +1 -1
  163. package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
  164. package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
  165. package/dist/cjs/clusters/localization-configuration.js +5 -6
  166. package/dist/cjs/clusters/localization-configuration.js.map +1 -1
  167. package/dist/cjs/clusters/media-input.d.ts +9 -6
  168. package/dist/cjs/clusters/media-input.d.ts.map +1 -1
  169. package/dist/cjs/clusters/media-input.js +3 -2
  170. package/dist/cjs/clusters/media-input.js.map +1 -1
  171. package/dist/cjs/clusters/media-playback.d.ts +29 -24
  172. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  173. package/dist/cjs/clusters/media-playback.js +5 -4
  174. package/dist/cjs/clusters/media-playback.js.map +1 -1
  175. package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
  176. package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
  177. package/dist/cjs/clusters/microwave-oven-control.js +19 -17
  178. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  179. package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
  180. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  181. package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
  182. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  183. package/dist/cjs/clusters/mode-base.d.ts +27 -46
  184. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  185. package/dist/cjs/clusters/mode-base.js +9 -10
  186. package/dist/cjs/clusters/mode-base.js.map +1 -1
  187. package/dist/cjs/clusters/mode-select.d.ts +33 -27
  188. package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
  189. package/dist/cjs/clusters/mode-select.js +14 -13
  190. package/dist/cjs/clusters/mode-select.js.map +1 -1
  191. package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
  192. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  193. package/dist/cjs/clusters/network-commissioning.js +46 -39
  194. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
  196. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  197. package/dist/cjs/clusters/occupancy-sensing.js +278 -63
  198. package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
  199. package/dist/cjs/clusters/on-off.d.ts +18 -24
  200. package/dist/cjs/clusters/on-off.d.ts.map +1 -1
  201. package/dist/cjs/clusters/on-off.js +3 -4
  202. package/dist/cjs/clusters/on-off.js.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
  204. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  205. package/dist/cjs/clusters/operational-credentials.js +56 -49
  206. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  207. package/dist/cjs/clusters/operational-state.d.ts +136 -57
  208. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  209. package/dist/cjs/clusters/operational-state.js +62 -36
  210. package/dist/cjs/clusters/operational-state.js.map +2 -2
  211. package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
  212. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
  214. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  215. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -10
  216. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
  217. package/dist/cjs/clusters/ota-software-update-requestor.js +4 -6
  218. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  219. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
  220. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  221. package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
  222. package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
  223. package/dist/cjs/clusters/oven-mode.d.ts +79 -349
  224. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  225. package/dist/cjs/clusters/oven-mode.js +26 -82
  226. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  227. package/dist/cjs/clusters/power-source.d.ts +169 -44
  228. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  229. package/dist/cjs/clusters/power-source.js +40 -16
  230. package/dist/cjs/clusters/power-source.js.map +1 -1
  231. package/dist/cjs/clusters/pressure-measurement.js +2 -2
  232. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
  234. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  235. package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
  236. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  237. package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
  238. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
  239. package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  241. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  242. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +11 -19
  243. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  244. package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
  245. package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
  247. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  248. package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
  249. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  250. package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
  251. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  252. package/dist/cjs/clusters/rvc-operational-state.js +49 -20
  253. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  254. package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
  255. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  256. package/dist/cjs/clusters/rvc-run-mode.js +16 -15
  257. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  258. package/dist/cjs/clusters/scenes-management.d.ts +328 -181
  259. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  260. package/dist/cjs/clusters/scenes-management.js +37 -22
  261. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  262. package/dist/cjs/clusters/service-area.d.ts +2052 -0
  263. package/dist/cjs/clusters/service-area.d.ts.map +1 -0
  264. package/dist/cjs/clusters/service-area.js +582 -0
  265. package/dist/cjs/clusters/service-area.js.map +6 -0
  266. package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
  267. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  268. package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
  269. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  270. package/dist/cjs/clusters/switch.d.ts +478 -191
  271. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  272. package/dist/cjs/clusters/switch.js +145 -57
  273. package/dist/cjs/clusters/switch.js.map +1 -1
  274. package/dist/cjs/clusters/target-navigator.d.ts +1 -1
  275. package/dist/cjs/clusters/target-navigator.js +1 -1
  276. package/dist/cjs/clusters/thermostat.d.ts +3877 -830
  277. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  278. package/dist/cjs/clusters/thermostat.js +841 -159
  279. package/dist/cjs/clusters/thermostat.js.map +2 -2
  280. package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
  281. package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
  282. package/dist/cjs/clusters/thread-border-router-management.js +265 -0
  283. package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
  284. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
  285. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  286. package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
  287. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  288. package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
  289. package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
  290. package/dist/cjs/clusters/thread-network-directory.js +187 -0
  291. package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
  292. package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
  293. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  294. package/dist/cjs/clusters/time-synchronization.js +30 -23
  295. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  296. package/dist/cjs/clusters/unit-localization.d.ts +3 -4
  297. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  298. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  299. package/dist/cjs/clusters/user-label.d.ts +2 -1
  300. package/dist/cjs/clusters/user-label.d.ts.map +1 -1
  301. package/dist/cjs/clusters/user-label.js.map +1 -1
  302. package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
  303. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
  304. package/dist/cjs/clusters/water-heater-management.js +336 -0
  305. package/dist/cjs/clusters/water-heater-management.js.map +6 -0
  306. package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
  307. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
  308. package/dist/cjs/clusters/water-heater-mode.js +195 -0
  309. package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
  310. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
  311. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  312. package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
  313. package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
  317. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  318. package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
  319. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
  320. package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
  321. package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
  322. package/dist/cjs/clusters/window-covering.d.ts +66 -78
  323. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  324. package/dist/cjs/clusters/window-covering.js +26 -37
  325. package/dist/cjs/clusters/window-covering.js.map +1 -1
  326. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  327. package/dist/cjs/datatype/AttributeId.d.ts.map +1 -1
  328. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
  329. package/dist/cjs/datatype/ClusterId.d.ts.map +1 -1
  330. package/dist/cjs/datatype/CommandId.d.ts +1 -0
  331. package/dist/cjs/datatype/CommandId.d.ts.map +1 -1
  332. package/dist/cjs/datatype/CommandId.js +3 -0
  333. package/dist/cjs/datatype/CommandId.js.map +1 -1
  334. package/dist/cjs/datatype/FieldId.d.ts.map +1 -1
  335. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
  336. package/dist/cjs/datatype/NodeId.d.ts.map +1 -1
  337. package/dist/cjs/datatype/VendorId.d.ts.map +1 -1
  338. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
  339. package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
  340. package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
  341. package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
  342. package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
  343. package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
  344. package/dist/cjs/globals/AtomicRequestType.js +35 -0
  345. package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
  346. package/dist/cjs/globals/Locationdesc.d.ts +79 -0
  347. package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
  348. package/dist/cjs/globals/Locationdesc.js +89 -0
  349. package/dist/cjs/globals/Locationdesc.js.map +6 -0
  350. package/dist/cjs/globals/Priority.d.ts +1 -1
  351. package/dist/cjs/globals/Semtag.d.ts +6 -6
  352. package/dist/cjs/globals/Semtag.js +4 -4
  353. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  354. package/dist/cjs/globals/Status.d.ts +18 -3
  355. package/dist/cjs/globals/Status.d.ts.map +1 -1
  356. package/dist/cjs/globals/Status.js +3 -1
  357. package/dist/cjs/globals/Status.js.map +1 -1
  358. package/dist/cjs/globals/Tod.d.ts +2 -2
  359. package/dist/cjs/globals/index.d.ts +3 -0
  360. package/dist/cjs/globals/index.d.ts.map +1 -1
  361. package/dist/cjs/globals/index.js +3 -0
  362. package/dist/cjs/globals/index.js.map +1 -1
  363. package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
  364. package/dist/cjs/schema/PairingCodeSchema.d.ts +32 -4
  365. package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
  366. package/dist/cjs/schema/PairingCodeSchema.js +17 -3
  367. package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
  368. package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
  369. package/dist/cjs/schema/QrCodeSchema.js +4 -1
  370. package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
  371. package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -1
  372. package/dist/cjs/tlv/TlvArray.d.ts.map +1 -1
  373. package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -1
  374. package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -1
  375. package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
  376. package/dist/esm/cluster/Cluster.d.ts.map +1 -1
  377. package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -1
  378. package/dist/esm/clusters/access-control.d.ts +3972 -522
  379. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  380. package/dist/esm/clusters/access-control.js +645 -120
  381. package/dist/esm/clusters/access-control.js.map +2 -2
  382. package/dist/esm/clusters/actions.d.ts +10 -9
  383. package/dist/esm/clusters/actions.d.ts.map +1 -1
  384. package/dist/esm/clusters/actions.js +4 -4
  385. package/dist/esm/clusters/actions.js.map +1 -1
  386. package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
  387. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  388. package/dist/esm/clusters/administrator-commissioning.js +40 -35
  389. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  390. package/dist/esm/clusters/alarm-base.d.ts +9 -12
  391. package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
  392. package/dist/esm/clusters/alarm-base.js +3 -4
  393. package/dist/esm/clusters/alarm-base.js.map +1 -1
  394. package/dist/esm/clusters/application-launcher.d.ts +27 -15
  395. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  396. package/dist/esm/clusters/application-launcher.js +7 -4
  397. package/dist/esm/clusters/application-launcher.js.map +1 -1
  398. package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
  399. package/dist/esm/clusters/ballast-configuration.js +7 -7
  400. package/dist/esm/clusters/basic-information.d.ts +29 -21
  401. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  402. package/dist/esm/clusters/basic-information.js +29 -21
  403. package/dist/esm/clusters/basic-information.js.map +1 -1
  404. package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
  405. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  406. package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
  407. package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
  408. package/dist/esm/clusters/channel.d.ts +115 -124
  409. package/dist/esm/clusters/channel.d.ts.map +1 -1
  410. package/dist/esm/clusters/channel.js +15 -16
  411. package/dist/esm/clusters/channel.js.map +1 -1
  412. package/dist/esm/clusters/color-control.d.ts +3076 -1366
  413. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  414. package/dist/esm/clusters/color-control.js +424 -358
  415. package/dist/esm/clusters/color-control.js.map +2 -2
  416. package/dist/esm/clusters/commissioner-control.d.ts +268 -0
  417. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
  418. package/dist/esm/clusters/commissioner-control.js +174 -0
  419. package/dist/esm/clusters/commissioner-control.js.map +6 -0
  420. package/dist/esm/clusters/content-control.d.ts +497 -221
  421. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  422. package/dist/esm/clusters/content-control.js +60 -42
  423. package/dist/esm/clusters/content-control.js.map +2 -2
  424. package/dist/esm/clusters/content-launcher.d.ts +248 -215
  425. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  426. package/dist/esm/clusters/content-launcher.js +16 -15
  427. package/dist/esm/clusters/content-launcher.js.map +1 -1
  428. package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
  429. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  430. package/dist/esm/clusters/device-energy-management-mode.js +26 -80
  431. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  432. package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
  433. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  434. package/dist/esm/clusters/device-energy-management.js +189 -160
  435. package/dist/esm/clusters/device-energy-management.js.map +2 -2
  436. package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
  437. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
  438. package/dist/esm/clusters/dishwasher-alarm.js +3 -4
  439. package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
  440. package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
  441. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  442. package/dist/esm/clusters/dishwasher-mode.js +13 -25
  443. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  444. package/dist/esm/clusters/door-lock.d.ts +2751 -5427
  445. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  446. package/dist/esm/clusters/door-lock.js +482 -804
  447. package/dist/esm/clusters/door-lock.js.map +2 -2
  448. package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
  449. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
  450. package/dist/esm/clusters/ecosystem-information.js +134 -0
  451. package/dist/esm/clusters/ecosystem-information.js.map +6 -0
  452. package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
  453. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  454. package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
  455. package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
  456. package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
  457. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  458. package/dist/esm/clusters/energy-evse-mode.js +25 -79
  459. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  460. package/dist/esm/clusters/energy-evse.d.ts +557 -273
  461. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  462. package/dist/esm/clusters/energy-evse.js +107 -55
  463. package/dist/esm/clusters/energy-evse.js.map +1 -1
  464. package/dist/esm/clusters/energy-preference.d.ts +76 -76
  465. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  466. package/dist/esm/clusters/energy-preference.js +15 -18
  467. package/dist/esm/clusters/energy-preference.js.map +1 -1
  468. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
  469. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  470. package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
  471. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  472. package/dist/esm/clusters/fan-control.d.ts +12 -12
  473. package/dist/esm/clusters/fan-control.js +4 -4
  474. package/dist/esm/clusters/fixed-label.d.ts +7 -2
  475. package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
  476. package/dist/esm/clusters/fixed-label.js.map +1 -1
  477. package/dist/esm/clusters/flow-measurement.d.ts +4 -4
  478. package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
  479. package/dist/esm/clusters/flow-measurement.js +6 -6
  480. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  481. package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
  482. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  483. package/dist/esm/clusters/general-commissioning.js +274 -56
  484. package/dist/esm/clusters/general-commissioning.js.map +2 -2
  485. package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
  486. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  487. package/dist/esm/clusters/general-diagnostics.js +31 -33
  488. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  489. package/dist/esm/clusters/group-key-management.d.ts +72 -82
  490. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  491. package/dist/esm/clusters/group-key-management.js +19 -22
  492. package/dist/esm/clusters/group-key-management.js.map +1 -1
  493. package/dist/esm/clusters/groups.d.ts +9 -6
  494. package/dist/esm/clusters/groups.d.ts.map +1 -1
  495. package/dist/esm/clusters/groups.js +3 -2
  496. package/dist/esm/clusters/groups.js.map +1 -1
  497. package/dist/esm/clusters/icd-management.d.ts +223 -66
  498. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  499. package/dist/esm/clusters/icd-management.js +61 -23
  500. package/dist/esm/clusters/icd-management.js.map +2 -2
  501. package/dist/esm/clusters/identify.d.ts +12 -13
  502. package/dist/esm/clusters/identify.d.ts.map +1 -1
  503. package/dist/esm/clusters/identify.js +9 -10
  504. package/dist/esm/clusters/identify.js.map +1 -1
  505. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
  506. package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
  507. package/dist/esm/clusters/illuminance-measurement.js +9 -10
  508. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  509. package/dist/esm/clusters/index.d.ts +11 -1
  510. package/dist/esm/clusters/index.d.ts.map +1 -1
  511. package/dist/esm/clusters/index.js +36 -3
  512. package/dist/esm/clusters/index.js.map +1 -1
  513. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  514. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  515. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
  516. package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  517. package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
  518. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
  519. package/dist/esm/clusters/joint-fabric-pki.js +100 -0
  520. package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
  521. package/dist/esm/clusters/keypad-input.d.ts +2 -2
  522. package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
  523. package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
  524. package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
  525. package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
  526. package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
  527. package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
  528. package/dist/esm/clusters/laundry-washer-controls.js +26 -25
  529. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  530. package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
  531. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
  532. package/dist/esm/clusters/laundry-washer-mode.js +14 -26
  533. package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
  534. package/dist/esm/clusters/level-control.d.ts +209 -70
  535. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  536. package/dist/esm/clusters/level-control.js +45 -12
  537. package/dist/esm/clusters/level-control.js.map +1 -1
  538. package/dist/esm/clusters/localization-configuration.d.ts +5 -6
  539. package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
  540. package/dist/esm/clusters/localization-configuration.js +5 -6
  541. package/dist/esm/clusters/localization-configuration.js.map +1 -1
  542. package/dist/esm/clusters/media-input.d.ts +9 -6
  543. package/dist/esm/clusters/media-input.d.ts.map +1 -1
  544. package/dist/esm/clusters/media-input.js +3 -2
  545. package/dist/esm/clusters/media-input.js.map +1 -1
  546. package/dist/esm/clusters/media-playback.d.ts +29 -24
  547. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  548. package/dist/esm/clusters/media-playback.js +5 -4
  549. package/dist/esm/clusters/media-playback.js.map +1 -1
  550. package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
  551. package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
  552. package/dist/esm/clusters/microwave-oven-control.js +19 -17
  553. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  554. package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
  555. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  556. package/dist/esm/clusters/microwave-oven-mode.js +14 -11
  557. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  558. package/dist/esm/clusters/mode-base.d.ts +27 -46
  559. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  560. package/dist/esm/clusters/mode-base.js +9 -10
  561. package/dist/esm/clusters/mode-base.js.map +1 -1
  562. package/dist/esm/clusters/mode-select.d.ts +33 -27
  563. package/dist/esm/clusters/mode-select.d.ts.map +1 -1
  564. package/dist/esm/clusters/mode-select.js +14 -13
  565. package/dist/esm/clusters/mode-select.js.map +1 -1
  566. package/dist/esm/clusters/network-commissioning.d.ts +263 -240
  567. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  568. package/dist/esm/clusters/network-commissioning.js +46 -39
  569. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  570. package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
  571. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  572. package/dist/esm/clusters/occupancy-sensing.js +287 -65
  573. package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
  574. package/dist/esm/clusters/on-off.d.ts +18 -24
  575. package/dist/esm/clusters/on-off.d.ts.map +1 -1
  576. package/dist/esm/clusters/on-off.js +3 -4
  577. package/dist/esm/clusters/on-off.js.map +1 -1
  578. package/dist/esm/clusters/operational-credentials.d.ts +98 -85
  579. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  580. package/dist/esm/clusters/operational-credentials.js +56 -49
  581. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  582. package/dist/esm/clusters/operational-state.d.ts +136 -57
  583. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  584. package/dist/esm/clusters/operational-state.js +63 -37
  585. package/dist/esm/clusters/operational-state.js.map +2 -2
  586. package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
  587. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  588. package/dist/esm/clusters/ota-software-update-provider.js +20 -19
  589. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  590. package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
  591. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  592. package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
  593. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  594. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
  595. package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  596. package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
  597. package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
  598. package/dist/esm/clusters/oven-mode.d.ts +79 -349
  599. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  600. package/dist/esm/clusters/oven-mode.js +26 -89
  601. package/dist/esm/clusters/oven-mode.js.map +1 -1
  602. package/dist/esm/clusters/power-source.d.ts +169 -44
  603. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  604. package/dist/esm/clusters/power-source.js +40 -16
  605. package/dist/esm/clusters/power-source.js.map +1 -1
  606. package/dist/esm/clusters/pressure-measurement.js +2 -2
  607. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  608. package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
  609. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  610. package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
  611. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  612. package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
  613. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
  614. package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
  615. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  616. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  617. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +12 -20
  618. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  619. package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
  620. package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
  621. package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
  622. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  623. package/dist/esm/clusters/rvc-clean-mode.js +11 -15
  624. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  625. package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
  626. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  627. package/dist/esm/clusters/rvc-operational-state.js +49 -20
  628. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  629. package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
  630. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  631. package/dist/esm/clusters/rvc-run-mode.js +16 -15
  632. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  633. package/dist/esm/clusters/scenes-management.d.ts +328 -181
  634. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  635. package/dist/esm/clusters/scenes-management.js +37 -22
  636. package/dist/esm/clusters/scenes-management.js.map +1 -1
  637. package/dist/esm/clusters/service-area.d.ts +2052 -0
  638. package/dist/esm/clusters/service-area.d.ts.map +1 -0
  639. package/dist/esm/clusters/service-area.js +562 -0
  640. package/dist/esm/clusters/service-area.js.map +6 -0
  641. package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
  642. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  643. package/dist/esm/clusters/smoke-co-alarm.js +2 -3
  644. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  645. package/dist/esm/clusters/switch.d.ts +478 -191
  646. package/dist/esm/clusters/switch.d.ts.map +1 -1
  647. package/dist/esm/clusters/switch.js +145 -57
  648. package/dist/esm/clusters/switch.js.map +1 -1
  649. package/dist/esm/clusters/target-navigator.d.ts +1 -1
  650. package/dist/esm/clusters/target-navigator.js +1 -1
  651. package/dist/esm/clusters/thermostat.d.ts +3877 -830
  652. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  653. package/dist/esm/clusters/thermostat.js +842 -160
  654. package/dist/esm/clusters/thermostat.js.map +2 -2
  655. package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
  656. package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
  657. package/dist/esm/clusters/thread-border-router-management.js +245 -0
  658. package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
  659. package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
  660. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  661. package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
  662. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  663. package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
  664. package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
  665. package/dist/esm/clusters/thread-network-directory.js +167 -0
  666. package/dist/esm/clusters/thread-network-directory.js.map +6 -0
  667. package/dist/esm/clusters/time-synchronization.d.ts +101 -76
  668. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  669. package/dist/esm/clusters/time-synchronization.js +30 -23
  670. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  671. package/dist/esm/clusters/unit-localization.d.ts +3 -4
  672. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  673. package/dist/esm/clusters/unit-localization.js.map +1 -1
  674. package/dist/esm/clusters/user-label.d.ts +2 -1
  675. package/dist/esm/clusters/user-label.d.ts.map +1 -1
  676. package/dist/esm/clusters/user-label.js.map +1 -1
  677. package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
  678. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
  679. package/dist/esm/clusters/water-heater-management.js +325 -0
  680. package/dist/esm/clusters/water-heater-management.js.map +6 -0
  681. package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
  682. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
  683. package/dist/esm/clusters/water-heater-mode.js +175 -0
  684. package/dist/esm/clusters/water-heater-mode.js.map +6 -0
  685. package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
  686. package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  687. package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
  688. package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
  689. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  690. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  691. package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
  692. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  693. package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
  694. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
  695. package/dist/esm/clusters/wi-fi-network-management.js +102 -0
  696. package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
  697. package/dist/esm/clusters/window-covering.d.ts +66 -78
  698. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  699. package/dist/esm/clusters/window-covering.js +26 -37
  700. package/dist/esm/clusters/window-covering.js.map +1 -1
  701. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  702. package/dist/esm/datatype/AttributeId.d.ts.map +1 -1
  703. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
  704. package/dist/esm/datatype/ClusterId.d.ts.map +1 -1
  705. package/dist/esm/datatype/CommandId.d.ts +1 -0
  706. package/dist/esm/datatype/CommandId.d.ts.map +1 -1
  707. package/dist/esm/datatype/CommandId.js +3 -0
  708. package/dist/esm/datatype/CommandId.js.map +1 -1
  709. package/dist/esm/datatype/FieldId.d.ts.map +1 -1
  710. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
  711. package/dist/esm/datatype/NodeId.d.ts.map +1 -1
  712. package/dist/esm/datatype/VendorId.d.ts.map +1 -1
  713. package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
  714. package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
  715. package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
  716. package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
  717. package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
  718. package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
  719. package/dist/esm/globals/AtomicRequestType.js +15 -0
  720. package/dist/esm/globals/AtomicRequestType.js.map +6 -0
  721. package/dist/esm/globals/Locationdesc.d.ts +79 -0
  722. package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
  723. package/dist/esm/globals/Locationdesc.js +69 -0
  724. package/dist/esm/globals/Locationdesc.js.map +6 -0
  725. package/dist/esm/globals/Priority.d.ts +1 -1
  726. package/dist/esm/globals/Semtag.d.ts +6 -6
  727. package/dist/esm/globals/Semtag.js +4 -4
  728. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  729. package/dist/esm/globals/Status.d.ts +18 -3
  730. package/dist/esm/globals/Status.d.ts.map +1 -1
  731. package/dist/esm/globals/Status.js +3 -1
  732. package/dist/esm/globals/Status.js.map +1 -1
  733. package/dist/esm/globals/Tod.d.ts +2 -2
  734. package/dist/esm/globals/index.d.ts +3 -0
  735. package/dist/esm/globals/index.d.ts.map +1 -1
  736. package/dist/esm/globals/index.js +3 -0
  737. package/dist/esm/globals/index.js.map +1 -1
  738. package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
  739. package/dist/esm/schema/PairingCodeSchema.d.ts +32 -4
  740. package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
  741. package/dist/esm/schema/PairingCodeSchema.js +17 -3
  742. package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
  743. package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
  744. package/dist/esm/schema/QrCodeSchema.js +4 -1
  745. package/dist/esm/schema/QrCodeSchema.js.map +1 -1
  746. package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -1
  747. package/dist/esm/tlv/TlvArray.d.ts.map +1 -1
  748. package/dist/esm/tlv/TlvNullable.d.ts.map +1 -1
  749. package/dist/esm/tlv/TlvNumber.d.ts.map +1 -1
  750. package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
  751. package/package.json +5 -5
  752. package/src/clusters/access-control.ts +926 -171
  753. package/src/clusters/actions.ts +12 -11
  754. package/src/clusters/administrator-commissioning.ts +54 -35
  755. package/src/clusters/alarm-base.ts +3 -4
  756. package/src/clusters/application-launcher.ts +22 -7
  757. package/src/clusters/ballast-configuration.ts +7 -7
  758. package/src/clusters/basic-information.ts +29 -21
  759. package/src/clusters/bridged-device-basic-information.ts +264 -41
  760. package/src/clusters/channel.ts +20 -17
  761. package/src/clusters/color-control.ts +589 -426
  762. package/src/clusters/commissioner-control.ts +282 -0
  763. package/src/clusters/content-control.ts +48 -54
  764. package/src/clusters/content-launcher.ts +16 -15
  765. package/src/clusters/device-energy-management-mode.ts +63 -161
  766. package/src/clusters/device-energy-management.ts +246 -193
  767. package/src/clusters/dishwasher-alarm.ts +5 -5
  768. package/src/clusters/dishwasher-mode.ts +46 -87
  769. package/src/clusters/door-lock.ts +786 -1235
  770. package/src/clusters/ecosystem-information.ts +200 -0
  771. package/src/clusters/electrical-energy-measurement.ts +15 -16
  772. package/src/clusters/energy-evse-mode.ts +81 -158
  773. package/src/clusters/energy-evse.ts +138 -72
  774. package/src/clusters/energy-preference.ts +34 -28
  775. package/src/clusters/ethernet-network-diagnostics.ts +1 -3
  776. package/src/clusters/fan-control.ts +5 -5
  777. package/src/clusters/fixed-label.ts +7 -2
  778. package/src/clusters/flow-measurement.ts +6 -6
  779. package/src/clusters/general-commissioning.ts +396 -96
  780. package/src/clusters/general-diagnostics.ts +31 -33
  781. package/src/clusters/group-key-management.ts +22 -24
  782. package/src/clusters/groups.ts +3 -2
  783. package/src/clusters/icd-management.ts +88 -31
  784. package/src/clusters/identify.ts +9 -10
  785. package/src/clusters/illuminance-measurement.ts +9 -10
  786. package/src/clusters/index.ts +14 -1
  787. package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
  788. package/src/clusters/joint-fabric-pki.ts +202 -0
  789. package/src/clusters/keypad-input.ts +2 -2
  790. package/src/clusters/laundry-dryer-controls.ts +6 -10
  791. package/src/clusters/laundry-washer-controls.ts +28 -27
  792. package/src/clusters/laundry-washer-mode.ts +49 -90
  793. package/src/clusters/level-control.ts +45 -12
  794. package/src/clusters/localization-configuration.ts +5 -6
  795. package/src/clusters/media-input.ts +3 -2
  796. package/src/clusters/media-playback.ts +9 -7
  797. package/src/clusters/microwave-oven-control.ts +19 -17
  798. package/src/clusters/microwave-oven-mode.ts +42 -61
  799. package/src/clusters/mode-base.ts +16 -33
  800. package/src/clusters/mode-select.ts +17 -14
  801. package/src/clusters/network-commissioning.ts +47 -40
  802. package/src/clusters/occupancy-sensing.ts +433 -72
  803. package/src/clusters/on-off.ts +6 -8
  804. package/src/clusters/operational-credentials.ts +54 -47
  805. package/src/clusters/operational-state.ts +136 -58
  806. package/src/clusters/ota-software-update-provider.ts +23 -23
  807. package/src/clusters/ota-software-update-requestor.ts +4 -6
  808. package/src/clusters/oven-cavity-operational-state.ts +43 -171
  809. package/src/clusters/oven-mode.ts +76 -178
  810. package/src/clusters/power-source.ts +45 -21
  811. package/src/clusters/pressure-measurement.ts +2 -2
  812. package/src/clusters/pump-configuration-and-control.ts +35 -23
  813. package/src/clusters/refrigerator-alarm.ts +2 -1
  814. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
  815. package/src/clusters/relative-humidity-measurement.ts +1 -1
  816. package/src/clusters/rvc-clean-mode.ts +42 -101
  817. package/src/clusters/rvc-operational-state.ts +87 -25
  818. package/src/clusters/rvc-run-mode.ts +62 -126
  819. package/src/clusters/scenes-management.ts +38 -23
  820. package/src/clusters/service-area.ts +904 -0
  821. package/src/clusters/smoke-co-alarm.ts +6 -12
  822. package/src/clusters/switch.ts +177 -78
  823. package/src/clusters/target-navigator.ts +1 -1
  824. package/src/clusters/thermostat.ts +1245 -214
  825. package/src/clusters/thread-border-router-management.ts +355 -0
  826. package/src/clusters/thread-network-diagnostics.ts +34 -21
  827. package/src/clusters/thread-network-directory.ts +256 -0
  828. package/src/clusters/time-synchronization.ts +30 -23
  829. package/src/clusters/unit-localization.ts +3 -4
  830. package/src/clusters/user-label.ts +2 -1
  831. package/src/clusters/water-heater-management.ts +457 -0
  832. package/src/clusters/water-heater-mode.ts +301 -0
  833. package/src/clusters/water-tank-level-monitoring.ts +50 -0
  834. package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
  835. package/src/clusters/wi-fi-network-management.ts +119 -0
  836. package/src/clusters/window-covering.ts +26 -37
  837. package/src/datatype/CommandId.ts +4 -0
  838. package/src/globals/AtomicAttributeStatus.ts +41 -0
  839. package/src/globals/AtomicRequestType.ts +27 -0
  840. package/src/globals/Locationdesc.ts +88 -0
  841. package/src/globals/Priority.ts +1 -1
  842. package/src/globals/Semtag.ts +6 -6
  843. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  844. package/src/globals/Status.ts +20 -3
  845. package/src/globals/Tod.ts +2 -2
  846. package/src/globals/index.ts +3 -0
  847. package/src/schema/PairingCodeSchema.ts +17 -2
  848. package/src/schema/QrCodeSchema.ts +7 -2
  849. package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
  850. package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
  851. package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
  852. package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
  853. package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
  854. package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
  855. package/dist/esm/clusters/pulse-width-modulation.js +0 -31
  856. package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
  857. package/src/clusters/pulse-width-modulation.ts +0 -54
@@ -67,7 +67,7 @@ export declare namespace ContentControl {
67
67
  BlockContentTimeWindow = "BlockContentTimeWindow"
68
68
  }
69
69
  /**
70
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1
70
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2
71
71
  */
72
72
  const TlvRatingName: import("../tlv/TlvObject.js").ObjectSchema<{
73
73
  /**
@@ -75,18 +75,18 @@ export declare namespace ContentControl {
75
75
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
76
76
  * country to another.
77
77
  *
78
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
78
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
79
79
  */
80
80
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
81
81
  /**
82
82
  * This field shall specify a human readable (displayable) description for RatingName.
83
83
  *
84
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
84
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
85
85
  */
86
86
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
87
87
  }>;
88
88
  /**
89
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1
89
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2
90
90
  */
91
91
  interface RatingName extends TypeFromSchema<typeof TlvRatingName> {
92
92
  }
@@ -118,9 +118,8 @@ export declare namespace ContentControl {
118
118
  */
119
119
  const TlvSetScheduledContentRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
120
120
  /**
121
- * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one
122
- *
123
- * of the values present in the ScheduledContentRatings attribute.
121
+ * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
122
+ * the values present in the ScheduledContentRatings attribute.
124
123
  *
125
124
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
126
125
  */
@@ -152,7 +151,7 @@ export declare namespace ContentControl {
152
151
  pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
153
152
  /**
154
153
  * This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
155
- * shall not exceed the remaining time of this day.
154
+ * shall NOT exceed the remaining time of this day.
156
155
  *
157
156
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
158
157
  */
@@ -172,9 +171,8 @@ export declare namespace ContentControl {
172
171
  */
173
172
  const TlvSetScreenDailyTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
174
173
  /**
175
- * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on
176
- *
177
- * this media device within one day.
174
+ * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
175
+ * device within one day.
178
176
  *
179
177
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
180
178
  */
@@ -188,16 +186,14 @@ export declare namespace ContentControl {
188
186
  interface SetScreenDailyTimeRequest extends TypeFromSchema<typeof TlvSetScreenDailyTimeRequest> {
189
187
  }
190
188
  /**
191
- * [options="header",valign="middle"]b
192
- *
193
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2
189
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3
194
190
  */
195
191
  const TlvBlockChannel: import("../tlv/TlvObject.js").ObjectSchema<{
196
192
  /**
197
193
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
198
194
  * selected channel which will be removed from BlockChannelList attribute.
199
195
  *
200
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
196
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
201
197
  */
202
198
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
203
199
  /**
@@ -206,7 +202,7 @@ export declare namespace ContentControl {
206
202
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
207
203
  * represented by a major or minor number.
208
204
  *
209
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
205
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
210
206
  */
211
207
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
212
208
  /**
@@ -215,21 +211,19 @@ export declare namespace ContentControl {
215
211
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
216
212
  * represented by a major or minor number.
217
213
  *
218
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
214
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
219
215
  */
220
216
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
221
217
  /**
222
218
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
223
219
  * be provided when MajorNumber and MinorNumber are not available.
224
220
  *
225
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
221
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
226
222
  */
227
223
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
228
224
  }>;
229
225
  /**
230
- * [options="header",valign="middle"]b
231
- *
232
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2
226
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3
233
227
  */
234
228
  interface BlockChannel extends TypeFromSchema<typeof TlvBlockChannel> {
235
229
  }
@@ -251,7 +245,7 @@ export declare namespace ContentControl {
251
245
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
252
246
  * selected channel which will be removed from BlockChannelList attribute.
253
247
  *
254
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
248
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
255
249
  */
256
250
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
257
251
  /**
@@ -260,7 +254,7 @@ export declare namespace ContentControl {
260
254
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
261
255
  * represented by a major or minor number.
262
256
  *
263
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
257
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
264
258
  */
265
259
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
266
260
  /**
@@ -269,14 +263,14 @@ export declare namespace ContentControl {
269
263
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
270
264
  * represented by a major or minor number.
271
265
  *
272
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
266
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
273
267
  */
274
268
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
275
269
  /**
276
270
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
277
271
  * be provided when MajorNumber and MinorNumber are not available.
278
272
  *
279
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
273
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
280
274
  */
281
275
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
282
276
  }>[]>;
@@ -310,7 +304,7 @@ export declare namespace ContentControl {
310
304
  interface RemoveBlockChannelsRequest extends TypeFromSchema<typeof TlvRemoveBlockChannelsRequest> {
311
305
  }
312
306
  /**
313
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3
307
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4
314
308
  */
315
309
  const TlvAppInfo: import("../tlv/TlvObject.js").ObjectSchema<{
316
310
  /**
@@ -319,19 +313,19 @@ export declare namespace ContentControl {
319
313
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
320
314
  * assign an ApplicationID to each Content App.
321
315
  *
322
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
316
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
323
317
  */
324
318
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
325
319
  /**
326
320
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
327
321
  * "Company X". This field shall be unique within a catalog.
328
322
  *
329
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
323
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
330
324
  */
331
325
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
332
326
  }>;
333
327
  /**
334
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3
328
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4
335
329
  */
336
330
  interface AppInfo extends TypeFromSchema<typeof TlvAppInfo> {
337
331
  }
@@ -354,14 +348,14 @@ export declare namespace ContentControl {
354
348
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
355
349
  * assign an ApplicationID to each Content App.
356
350
  *
357
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
351
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
358
352
  */
359
353
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
360
354
  /**
361
355
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
362
356
  * "Company X". This field shall be unique within a catalog.
363
357
  *
364
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
358
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
365
359
  */
366
360
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
367
361
  }>[]>;
@@ -391,14 +385,14 @@ export declare namespace ContentControl {
391
385
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
392
386
  * assign an ApplicationID to each Content App.
393
387
  *
394
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
388
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
395
389
  */
396
390
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
397
391
  /**
398
392
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
399
393
  * "Company X". This field shall be unique within a catalog.
400
394
  *
401
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
395
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
402
396
  */
403
397
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
404
398
  }>[]>;
@@ -411,38 +405,38 @@ export declare namespace ContentControl {
411
405
  interface RemoveBlockApplicationsRequest extends TypeFromSchema<typeof TlvRemoveBlockApplicationsRequest> {
412
406
  }
413
407
  /**
414
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5
408
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1
415
409
  */
416
- enum DayOfWeek {
410
+ const DayOfWeek: {
417
411
  /**
418
412
  * Sunday
419
413
  */
420
- Sunday = 0,
414
+ sunday: BitFlag;
421
415
  /**
422
416
  * Monday
423
417
  */
424
- Monday = 1,
418
+ monday: BitFlag;
425
419
  /**
426
420
  * Tuesday
427
421
  */
428
- Tuesday = 2,
422
+ tuesday: BitFlag;
429
423
  /**
430
424
  * Wednesday
431
425
  */
432
- Wednesday = 3,
426
+ wednesday: BitFlag;
433
427
  /**
434
428
  * Thursday
435
429
  */
436
- Thursday = 4,
430
+ thursday: BitFlag;
437
431
  /**
438
432
  * Friday
439
433
  */
440
- Friday = 5,
434
+ friday: BitFlag;
441
435
  /**
442
436
  * Saturday
443
437
  */
444
- Saturday = 6
445
- }
438
+ saturday: BitFlag;
439
+ };
446
440
  /**
447
441
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6
448
442
  */
@@ -480,26 +474,55 @@ export declare namespace ContentControl {
480
474
  interface TimePeriod extends TypeFromSchema<typeof TlvTimePeriod> {
481
475
  }
482
476
  /**
483
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4
477
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5
484
478
  */
485
479
  const TlvTimeWindow: import("../tlv/TlvObject.js").ObjectSchema<{
486
480
  /**
487
481
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
488
482
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
489
483
  *
490
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
484
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
491
485
  */
492
486
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
493
487
  /**
494
488
  * This field shall indicate a day of week.
495
489
  *
496
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
490
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
497
491
  */
498
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
492
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
493
+ /**
494
+ * Sunday
495
+ */
496
+ sunday: BitFlag;
497
+ /**
498
+ * Monday
499
+ */
500
+ monday: BitFlag;
501
+ /**
502
+ * Tuesday
503
+ */
504
+ tuesday: BitFlag;
505
+ /**
506
+ * Wednesday
507
+ */
508
+ wednesday: BitFlag;
509
+ /**
510
+ * Thursday
511
+ */
512
+ thursday: BitFlag;
513
+ /**
514
+ * Friday
515
+ */
516
+ friday: BitFlag;
517
+ /**
518
+ * Saturday
519
+ */
520
+ saturday: BitFlag;
521
+ }>>;
499
522
  /**
500
523
  * This field shall indicate one or more discrete time periods.
501
524
  *
502
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
525
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
503
526
  */
504
527
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
505
528
  /**
@@ -531,7 +554,7 @@ export declare namespace ContentControl {
531
554
  }>[]>;
532
555
  }>;
533
556
  /**
534
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4
557
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5
535
558
  */
536
559
  interface TimeWindow extends TypeFromSchema<typeof TlvTimeWindow> {
537
560
  }
@@ -551,19 +574,48 @@ export declare namespace ContentControl {
551
574
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
552
575
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
553
576
  *
554
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
577
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
555
578
  */
556
579
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
557
580
  /**
558
581
  * This field shall indicate a day of week.
559
582
  *
560
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
583
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
561
584
  */
562
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
585
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
586
+ /**
587
+ * Sunday
588
+ */
589
+ sunday: BitFlag;
590
+ /**
591
+ * Monday
592
+ */
593
+ monday: BitFlag;
594
+ /**
595
+ * Tuesday
596
+ */
597
+ tuesday: BitFlag;
598
+ /**
599
+ * Wednesday
600
+ */
601
+ wednesday: BitFlag;
602
+ /**
603
+ * Thursday
604
+ */
605
+ thursday: BitFlag;
606
+ /**
607
+ * Friday
608
+ */
609
+ friday: BitFlag;
610
+ /**
611
+ * Saturday
612
+ */
613
+ saturday: BitFlag;
614
+ }>>;
563
615
  /**
564
616
  * This field shall indicate one or more discrete time periods.
565
617
  *
566
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
618
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
567
619
  */
568
620
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
569
621
  /**
@@ -741,13 +793,13 @@ export declare namespace ContentControl {
741
793
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
742
794
  * country to another.
743
795
  *
744
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
796
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
745
797
  */
746
798
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
747
799
  /**
748
800
  * This field shall specify a human readable (displayable) description for RatingName.
749
801
  *
750
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
802
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
751
803
  */
752
804
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
753
805
  }>[], any>;
@@ -814,13 +866,13 @@ export declare namespace ContentControl {
814
866
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
815
867
  * country to another.
816
868
  *
817
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
869
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
818
870
  */
819
871
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
820
872
  /**
821
873
  * This field shall specify a human readable (displayable) description for RatingName.
822
874
  *
823
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
875
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
824
876
  */
825
877
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
826
878
  }>[], any>;
@@ -852,9 +904,8 @@ export declare namespace ContentControl {
852
904
  */
853
905
  readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
854
906
  /**
855
- * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one
856
- *
857
- * of the values present in the ScheduledContentRatings attribute.
907
+ * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
908
+ * the values present in the ScheduledContentRatings attribute.
858
909
  *
859
910
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
860
911
  */
@@ -890,9 +941,8 @@ export declare namespace ContentControl {
890
941
  /**
891
942
  * The purpose of this command is to add the extra screen time for the user.
892
943
  *
893
- * If a client with Operate privilege invokes this command, the media device shall check whether
894
- *
895
- * the PINCode passed in the command matches the current PINCode value. If these match, then the
944
+ * If a client with Operate privilege invokes this command, the media device shall check whether the
945
+ * PINCode passed in the command matches the current PINCode value. If these match, then the
896
946
  * RemainingScreenTime attribute shall be increased by the specified BonusTime value.
897
947
  *
898
948
  * If the PINs do not match, then a response with InvalidPINCode error status shall be returned, and no
@@ -924,7 +974,7 @@ export declare namespace ContentControl {
924
974
  pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
925
975
  /**
926
976
  * This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
927
- * shall not exceed the remaining time of this day.
977
+ * shall NOT exceed the remaining time of this day.
928
978
  *
929
979
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
930
980
  */
@@ -940,9 +990,8 @@ export declare namespace ContentControl {
940
990
  */
941
991
  readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
942
992
  /**
943
- * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on
944
- *
945
- * this media device within one day.
993
+ * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
994
+ * device within one day.
946
995
  *
947
996
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
948
997
  */
@@ -965,9 +1014,8 @@ export declare namespace ContentControl {
965
1014
  readonly attributes: {
966
1015
  /**
967
1016
  * Indicates whether the playback of unrated content is allowed when the Content Control feature is
968
- * activated. If this attribute equals FALSE, then playback of unrated content
969
- *
970
- * shall be permitted. Otherwise, the media device shall prevent the playback of unrated content.
1017
+ * activated. If this attribute equals FALSE, then playback of unrated content shall be permitted.
1018
+ * Otherwise, the media device shall prevent the playback of unrated content.
971
1019
  *
972
1020
  * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
973
1021
  * example, if the feature does not control content within apps, then the device should make this clear to
@@ -1015,7 +1063,7 @@ export declare namespace ContentControl {
1015
1063
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
1016
1064
  * selected channel which will be removed from BlockChannelList attribute.
1017
1065
  *
1018
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1066
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1019
1067
  */
1020
1068
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1021
1069
  /**
@@ -1024,7 +1072,7 @@ export declare namespace ContentControl {
1024
1072
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1025
1073
  * represented by a major or minor number.
1026
1074
  *
1027
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1075
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1028
1076
  */
1029
1077
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1030
1078
  /**
@@ -1033,14 +1081,14 @@ export declare namespace ContentControl {
1033
1081
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1034
1082
  * represented by a major or minor number.
1035
1083
  *
1036
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
1084
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
1037
1085
  */
1038
1086
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1039
1087
  /**
1040
1088
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
1041
1089
  * be provided when MajorNumber and MinorNumber are not available.
1042
1090
  *
1043
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
1091
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
1044
1092
  */
1045
1093
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1046
1094
  }>[], any>;
@@ -1049,9 +1097,10 @@ export declare namespace ContentControl {
1049
1097
  /**
1050
1098
  * The purpose of this command is to set BlockChannelList attribute.
1051
1099
  *
1052
- * Upon receipt of the AddBlockChannels command, the media device shall check if the channels passed in
1053
- * this command are valid. If the channel is invalid, then a response with InvalidChannel error Status
1054
- * shall be returned.
1100
+ * Upon receipt of the AddBlockChannels command, the media device shall check if the channels
1101
+ *
1102
+ * passed in this command are valid. If the channel is invalid, then a response with InvalidChannel error
1103
+ * Status shall be returned.
1055
1104
  *
1056
1105
  * If there is at least one channel in Channels field which is not in the BlockChannelList attribute, the
1057
1106
  * media device shall process the request by adding these new channels into the BlockChannelList attribute
@@ -1076,7 +1125,7 @@ export declare namespace ContentControl {
1076
1125
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
1077
1126
  * selected channel which will be removed from BlockChannelList attribute.
1078
1127
  *
1079
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1128
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1080
1129
  */
1081
1130
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1082
1131
  /**
@@ -1085,7 +1134,7 @@ export declare namespace ContentControl {
1085
1134
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1086
1135
  * represented by a major or minor number.
1087
1136
  *
1088
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1137
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1089
1138
  */
1090
1139
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1091
1140
  /**
@@ -1094,14 +1143,14 @@ export declare namespace ContentControl {
1094
1143
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1095
1144
  * represented by a major or minor number.
1096
1145
  *
1097
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
1146
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
1098
1147
  */
1099
1148
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1100
1149
  /**
1101
1150
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
1102
1151
  * be provided when MajorNumber and MinorNumber are not available.
1103
1152
  *
1104
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
1153
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
1105
1154
  */
1106
1155
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1107
1156
  }>[]>;
@@ -1144,14 +1193,14 @@ export declare namespace ContentControl {
1144
1193
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
1145
1194
  * assign an ApplicationID to each Content App.
1146
1195
  *
1147
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1196
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
1148
1197
  */
1149
1198
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
1150
1199
  /**
1151
1200
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
1152
1201
  * "Company X". This field shall be unique within a catalog.
1153
1202
  *
1154
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1203
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
1155
1204
  */
1156
1205
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
1157
1206
  }>[], any>;
@@ -1162,7 +1211,9 @@ export declare namespace ContentControl {
1162
1211
  *
1163
1212
  * Upon receipt of the AddBlockApplications command, the media device shall check if the Applications
1164
1213
  * passed in this command are installed. If there is an application in Applications field which is not
1165
- * identified by media device, then a response with UnidentifiableApplication error Status may be returned.
1214
+ * identified by media device, then a response with UnidentifiableApplication error Status may be
1215
+ *
1216
+ * returned.
1166
1217
  *
1167
1218
  * If there is one or more applications which are not present in BlockApplicationList attribute, the media
1168
1219
  * device shall process the request by adding the new application to the BlockApplicationList attribute and
@@ -1187,14 +1238,14 @@ export declare namespace ContentControl {
1187
1238
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
1188
1239
  * assign an ApplicationID to each Content App.
1189
1240
  *
1190
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1241
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
1191
1242
  */
1192
1243
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
1193
1244
  /**
1194
1245
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
1195
1246
  * "Company X". This field shall be unique within a catalog.
1196
1247
  *
1197
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1248
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
1198
1249
  */
1199
1250
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
1200
1251
  }>[]>;
@@ -1222,14 +1273,14 @@ export declare namespace ContentControl {
1222
1273
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
1223
1274
  * assign an ApplicationID to each Content App.
1224
1275
  *
1225
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1276
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
1226
1277
  */
1227
1278
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
1228
1279
  /**
1229
1280
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
1230
1281
  * "Company X". This field shall be unique within a catalog.
1231
1282
  *
1232
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1283
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
1233
1284
  */
1234
1285
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
1235
1286
  }>[]>;
@@ -1246,7 +1297,7 @@ export declare namespace ContentControl {
1246
1297
  * the Content Control feature is activated. The media device shall reject any request to play content
1247
1298
  * during one period of this attribute. If it is entering any one period of this attribute, the media
1248
1299
  * device shall block content which is playing and generate an event EnteringBlockContentTimeWindow. There
1249
- * shall not be multiple entries in this attribute list for the same day of week.
1300
+ * shall NOT be multiple entries in this attribute list for the same day of week.
1250
1301
  *
1251
1302
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.11
1252
1303
  */
@@ -1255,19 +1306,48 @@ export declare namespace ContentControl {
1255
1306
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
1256
1307
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
1257
1308
  *
1258
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
1309
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
1259
1310
  */
1260
1311
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1261
1312
  /**
1262
1313
  * This field shall indicate a day of week.
1263
1314
  *
1264
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
1315
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
1265
1316
  */
1266
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
1317
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1318
+ /**
1319
+ * Sunday
1320
+ */
1321
+ sunday: BitFlag;
1322
+ /**
1323
+ * Monday
1324
+ */
1325
+ monday: BitFlag;
1326
+ /**
1327
+ * Tuesday
1328
+ */
1329
+ tuesday: BitFlag;
1330
+ /**
1331
+ * Wednesday
1332
+ */
1333
+ wednesday: BitFlag;
1334
+ /**
1335
+ * Thursday
1336
+ */
1337
+ thursday: BitFlag;
1338
+ /**
1339
+ * Friday
1340
+ */
1341
+ friday: BitFlag;
1342
+ /**
1343
+ * Saturday
1344
+ */
1345
+ saturday: BitFlag;
1346
+ }>>;
1267
1347
  /**
1268
1348
  * This field shall indicate one or more discrete time periods.
1269
1349
  *
1270
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
1350
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
1271
1351
  */
1272
1352
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1273
1353
  /**
@@ -1304,7 +1384,6 @@ export declare namespace ContentControl {
1304
1384
  * The purpose of this command is to set the BlockContentTimeWindow attribute.
1305
1385
  *
1306
1386
  * Upon receipt of the SetBlockContentTimeWindow command, the media device shall check if the
1307
- *
1308
1387
  * TimeWindowIndex field passed in this command is NULL. If the TimeWindowIndex field is NULL, the media
1309
1388
  * device shall check if there is an entry in the BlockContentTimeWindow attribute which matches with the
1310
1389
  * TimePeriod and DayOfWeek fields passed in this command. * If Yes, then a response with
@@ -1327,19 +1406,48 @@ export declare namespace ContentControl {
1327
1406
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
1328
1407
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
1329
1408
  *
1330
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
1409
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
1331
1410
  */
1332
1411
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1333
1412
  /**
1334
1413
  * This field shall indicate a day of week.
1335
1414
  *
1336
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
1415
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
1337
1416
  */
1338
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
1417
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1418
+ /**
1419
+ * Sunday
1420
+ */
1421
+ sunday: BitFlag;
1422
+ /**
1423
+ * Monday
1424
+ */
1425
+ monday: BitFlag;
1426
+ /**
1427
+ * Tuesday
1428
+ */
1429
+ tuesday: BitFlag;
1430
+ /**
1431
+ * Wednesday
1432
+ */
1433
+ wednesday: BitFlag;
1434
+ /**
1435
+ * Thursday
1436
+ */
1437
+ thursday: BitFlag;
1438
+ /**
1439
+ * Friday
1440
+ */
1441
+ friday: BitFlag;
1442
+ /**
1443
+ * Saturday
1444
+ */
1445
+ saturday: BitFlag;
1446
+ }>>;
1339
1447
  /**
1340
1448
  * This field shall indicate one or more discrete time periods.
1341
1449
  *
1342
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
1450
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
1343
1451
  */
1344
1452
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1345
1453
  /**
@@ -1575,13 +1683,13 @@ export declare namespace ContentControl {
1575
1683
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
1576
1684
  * country to another.
1577
1685
  *
1578
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
1686
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1579
1687
  */
1580
1688
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
1581
1689
  /**
1582
1690
  * This field shall specify a human readable (displayable) description for RatingName.
1583
1691
  *
1584
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
1692
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1585
1693
  */
1586
1694
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1587
1695
  }>[], any>;
@@ -1649,13 +1757,13 @@ export declare namespace ContentControl {
1649
1757
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
1650
1758
  * country to another.
1651
1759
  *
1652
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
1760
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1653
1761
  */
1654
1762
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
1655
1763
  /**
1656
1764
  * This field shall specify a human readable (displayable) description for RatingName.
1657
1765
  *
1658
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
1766
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1659
1767
  */
1660
1768
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1661
1769
  }>[], any>;
@@ -1687,9 +1795,8 @@ export declare namespace ContentControl {
1687
1795
  */
1688
1796
  readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1689
1797
  /**
1690
- * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one
1691
- *
1692
- * of the values present in the ScheduledContentRatings attribute.
1798
+ * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
1799
+ * the values present in the ScheduledContentRatings attribute.
1693
1800
  *
1694
1801
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
1695
1802
  */
@@ -1726,9 +1833,8 @@ export declare namespace ContentControl {
1726
1833
  /**
1727
1834
  * The purpose of this command is to add the extra screen time for the user.
1728
1835
  *
1729
- * If a client with Operate privilege invokes this command, the media device shall check whether
1730
- *
1731
- * the PINCode passed in the command matches the current PINCode value. If these match, then the
1836
+ * If a client with Operate privilege invokes this command, the media device shall check whether the
1837
+ * PINCode passed in the command matches the current PINCode value. If these match, then the
1732
1838
  * RemainingScreenTime attribute shall be increased by the specified BonusTime value.
1733
1839
  *
1734
1840
  * If the PINs do not match, then a response with InvalidPINCode error status shall be returned, and no
@@ -1760,7 +1866,7 @@ export declare namespace ContentControl {
1760
1866
  pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1761
1867
  /**
1762
1868
  * This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
1763
- * shall not exceed the remaining time of this day.
1869
+ * shall NOT exceed the remaining time of this day.
1764
1870
  *
1765
1871
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
1766
1872
  */
@@ -1776,9 +1882,8 @@ export declare namespace ContentControl {
1776
1882
  */
1777
1883
  readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1778
1884
  /**
1779
- * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on
1780
- *
1781
- * this media device within one day.
1885
+ * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
1886
+ * device within one day.
1782
1887
  *
1783
1888
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
1784
1889
  */
@@ -1802,9 +1907,8 @@ export declare namespace ContentControl {
1802
1907
  readonly attributes: {
1803
1908
  /**
1804
1909
  * Indicates whether the playback of unrated content is allowed when the Content Control feature is
1805
- * activated. If this attribute equals FALSE, then playback of unrated content
1806
- *
1807
- * shall be permitted. Otherwise, the media device shall prevent the playback of unrated content.
1910
+ * activated. If this attribute equals FALSE, then playback of unrated content shall be permitted.
1911
+ * Otherwise, the media device shall prevent the playback of unrated content.
1808
1912
  *
1809
1913
  * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
1810
1914
  * example, if the feature does not control content within apps, then the device should make this clear to
@@ -1853,7 +1957,7 @@ export declare namespace ContentControl {
1853
1957
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
1854
1958
  * selected channel which will be removed from BlockChannelList attribute.
1855
1959
  *
1856
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1960
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1857
1961
  */
1858
1962
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1859
1963
  /**
@@ -1862,7 +1966,7 @@ export declare namespace ContentControl {
1862
1966
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1863
1967
  * represented by a major or minor number.
1864
1968
  *
1865
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1969
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1866
1970
  */
1867
1971
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1868
1972
  /**
@@ -1871,14 +1975,14 @@ export declare namespace ContentControl {
1871
1975
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1872
1976
  * represented by a major or minor number.
1873
1977
  *
1874
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
1978
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
1875
1979
  */
1876
1980
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1877
1981
  /**
1878
1982
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
1879
1983
  * be provided when MajorNumber and MinorNumber are not available.
1880
1984
  *
1881
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
1985
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
1882
1986
  */
1883
1987
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1884
1988
  }>[], any>;
@@ -1887,9 +1991,10 @@ export declare namespace ContentControl {
1887
1991
  /**
1888
1992
  * The purpose of this command is to set BlockChannelList attribute.
1889
1993
  *
1890
- * Upon receipt of the AddBlockChannels command, the media device shall check if the channels passed in
1891
- * this command are valid. If the channel is invalid, then a response with InvalidChannel error Status
1892
- * shall be returned.
1994
+ * Upon receipt of the AddBlockChannels command, the media device shall check if the channels
1995
+ *
1996
+ * passed in this command are valid. If the channel is invalid, then a response with InvalidChannel error
1997
+ * Status shall be returned.
1893
1998
  *
1894
1999
  * If there is at least one channel in Channels field which is not in the BlockChannelList attribute, the
1895
2000
  * media device shall process the request by adding these new channels into the BlockChannelList attribute
@@ -1914,7 +2019,7 @@ export declare namespace ContentControl {
1914
2019
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
1915
2020
  * selected channel which will be removed from BlockChannelList attribute.
1916
2021
  *
1917
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
2022
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1918
2023
  */
1919
2024
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1920
2025
  /**
@@ -1923,7 +2028,7 @@ export declare namespace ContentControl {
1923
2028
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1924
2029
  * represented by a major or minor number.
1925
2030
  *
1926
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
2031
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1927
2032
  */
1928
2033
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1929
2034
  /**
@@ -1932,14 +2037,14 @@ export declare namespace ContentControl {
1932
2037
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1933
2038
  * represented by a major or minor number.
1934
2039
  *
1935
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
2040
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
1936
2041
  */
1937
2042
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1938
2043
  /**
1939
2044
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
1940
2045
  * be provided when MajorNumber and MinorNumber are not available.
1941
2046
  *
1942
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
2047
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
1943
2048
  */
1944
2049
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1945
2050
  }>[]>;
@@ -1983,14 +2088,14 @@ export declare namespace ContentControl {
1983
2088
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
1984
2089
  * assign an ApplicationID to each Content App.
1985
2090
  *
1986
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2091
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
1987
2092
  */
1988
2093
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
1989
2094
  /**
1990
2095
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
1991
2096
  * "Company X". This field shall be unique within a catalog.
1992
2097
  *
1993
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2098
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
1994
2099
  */
1995
2100
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
1996
2101
  }>[], any>;
@@ -2001,7 +2106,9 @@ export declare namespace ContentControl {
2001
2106
  *
2002
2107
  * Upon receipt of the AddBlockApplications command, the media device shall check if the Applications
2003
2108
  * passed in this command are installed. If there is an application in Applications field which is not
2004
- * identified by media device, then a response with UnidentifiableApplication error Status may be returned.
2109
+ * identified by media device, then a response with UnidentifiableApplication error Status may be
2110
+ *
2111
+ * returned.
2005
2112
  *
2006
2113
  * If there is one or more applications which are not present in BlockApplicationList attribute, the media
2007
2114
  * device shall process the request by adding the new application to the BlockApplicationList attribute and
@@ -2026,14 +2133,14 @@ export declare namespace ContentControl {
2026
2133
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2027
2134
  * assign an ApplicationID to each Content App.
2028
2135
  *
2029
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2136
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2030
2137
  */
2031
2138
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2032
2139
  /**
2033
2140
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2034
2141
  * "Company X". This field shall be unique within a catalog.
2035
2142
  *
2036
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2143
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2037
2144
  */
2038
2145
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2039
2146
  }>[]>;
@@ -2061,14 +2168,14 @@ export declare namespace ContentControl {
2061
2168
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2062
2169
  * assign an ApplicationID to each Content App.
2063
2170
  *
2064
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2171
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2065
2172
  */
2066
2173
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2067
2174
  /**
2068
2175
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2069
2176
  * "Company X". This field shall be unique within a catalog.
2070
2177
  *
2071
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2178
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2072
2179
  */
2073
2180
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2074
2181
  }>[]>;
@@ -2086,7 +2193,7 @@ export declare namespace ContentControl {
2086
2193
  * the Content Control feature is activated. The media device shall reject any request to play content
2087
2194
  * during one period of this attribute. If it is entering any one period of this attribute, the media
2088
2195
  * device shall block content which is playing and generate an event EnteringBlockContentTimeWindow. There
2089
- * shall not be multiple entries in this attribute list for the same day of week.
2196
+ * shall NOT be multiple entries in this attribute list for the same day of week.
2090
2197
  *
2091
2198
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.11
2092
2199
  */
@@ -2095,19 +2202,48 @@ export declare namespace ContentControl {
2095
2202
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
2096
2203
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
2097
2204
  *
2098
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2205
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
2099
2206
  */
2100
2207
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2101
2208
  /**
2102
2209
  * This field shall indicate a day of week.
2103
2210
  *
2104
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2211
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
2105
2212
  */
2106
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
2213
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2214
+ /**
2215
+ * Sunday
2216
+ */
2217
+ sunday: BitFlag;
2218
+ /**
2219
+ * Monday
2220
+ */
2221
+ monday: BitFlag;
2222
+ /**
2223
+ * Tuesday
2224
+ */
2225
+ tuesday: BitFlag;
2226
+ /**
2227
+ * Wednesday
2228
+ */
2229
+ wednesday: BitFlag;
2230
+ /**
2231
+ * Thursday
2232
+ */
2233
+ thursday: BitFlag;
2234
+ /**
2235
+ * Friday
2236
+ */
2237
+ friday: BitFlag;
2238
+ /**
2239
+ * Saturday
2240
+ */
2241
+ saturday: BitFlag;
2242
+ }>>;
2107
2243
  /**
2108
2244
  * This field shall indicate one or more discrete time periods.
2109
2245
  *
2110
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
2246
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
2111
2247
  */
2112
2248
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2113
2249
  /**
@@ -2144,7 +2280,6 @@ export declare namespace ContentControl {
2144
2280
  * The purpose of this command is to set the BlockContentTimeWindow attribute.
2145
2281
  *
2146
2282
  * Upon receipt of the SetBlockContentTimeWindow command, the media device shall check if the
2147
- *
2148
2283
  * TimeWindowIndex field passed in this command is NULL. If the TimeWindowIndex field is NULL, the media
2149
2284
  * device shall check if there is an entry in the BlockContentTimeWindow attribute which matches with the
2150
2285
  * TimePeriod and DayOfWeek fields passed in this command. * If Yes, then a response with
@@ -2167,19 +2302,48 @@ export declare namespace ContentControl {
2167
2302
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
2168
2303
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
2169
2304
  *
2170
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2305
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
2171
2306
  */
2172
2307
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2173
2308
  /**
2174
2309
  * This field shall indicate a day of week.
2175
2310
  *
2176
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2311
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
2177
2312
  */
2178
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
2313
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2314
+ /**
2315
+ * Sunday
2316
+ */
2317
+ sunday: BitFlag;
2318
+ /**
2319
+ * Monday
2320
+ */
2321
+ monday: BitFlag;
2322
+ /**
2323
+ * Tuesday
2324
+ */
2325
+ tuesday: BitFlag;
2326
+ /**
2327
+ * Wednesday
2328
+ */
2329
+ wednesday: BitFlag;
2330
+ /**
2331
+ * Thursday
2332
+ */
2333
+ thursday: BitFlag;
2334
+ /**
2335
+ * Friday
2336
+ */
2337
+ friday: BitFlag;
2338
+ /**
2339
+ * Saturday
2340
+ */
2341
+ saturday: BitFlag;
2342
+ }>>;
2179
2343
  /**
2180
2344
  * This field shall indicate one or more discrete time periods.
2181
2345
  *
2182
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
2346
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
2183
2347
  */
2184
2348
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2185
2349
  /**
@@ -2418,13 +2582,13 @@ export declare namespace ContentControl {
2418
2582
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
2419
2583
  * country to another.
2420
2584
  *
2421
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
2585
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
2422
2586
  */
2423
2587
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
2424
2588
  /**
2425
2589
  * This field shall specify a human readable (displayable) description for RatingName.
2426
2590
  *
2427
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
2591
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
2428
2592
  */
2429
2593
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2430
2594
  }>[], any>;
@@ -2492,13 +2656,13 @@ export declare namespace ContentControl {
2492
2656
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
2493
2657
  * country to another.
2494
2658
  *
2495
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
2659
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
2496
2660
  */
2497
2661
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
2498
2662
  /**
2499
2663
  * This field shall specify a human readable (displayable) description for RatingName.
2500
2664
  *
2501
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
2665
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
2502
2666
  */
2503
2667
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2504
2668
  }>[], any>;
@@ -2530,9 +2694,8 @@ export declare namespace ContentControl {
2530
2694
  */
2531
2695
  readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2532
2696
  /**
2533
- * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one
2534
- *
2535
- * of the values present in the ScheduledContentRatings attribute.
2697
+ * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
2698
+ * the values present in the ScheduledContentRatings attribute.
2536
2699
  *
2537
2700
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
2538
2701
  */
@@ -2569,9 +2732,8 @@ export declare namespace ContentControl {
2569
2732
  /**
2570
2733
  * The purpose of this command is to add the extra screen time for the user.
2571
2734
  *
2572
- * If a client with Operate privilege invokes this command, the media device shall check whether
2573
- *
2574
- * the PINCode passed in the command matches the current PINCode value. If these match, then the
2735
+ * If a client with Operate privilege invokes this command, the media device shall check whether the
2736
+ * PINCode passed in the command matches the current PINCode value. If these match, then the
2575
2737
  * RemainingScreenTime attribute shall be increased by the specified BonusTime value.
2576
2738
  *
2577
2739
  * If the PINs do not match, then a response with InvalidPINCode error status shall be returned, and no
@@ -2603,7 +2765,7 @@ export declare namespace ContentControl {
2603
2765
  pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2604
2766
  /**
2605
2767
  * This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
2606
- * shall not exceed the remaining time of this day.
2768
+ * shall NOT exceed the remaining time of this day.
2607
2769
  *
2608
2770
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
2609
2771
  */
@@ -2619,9 +2781,8 @@ export declare namespace ContentControl {
2619
2781
  */
2620
2782
  readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2621
2783
  /**
2622
- * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on
2623
- *
2624
- * this media device within one day.
2784
+ * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
2785
+ * device within one day.
2625
2786
  *
2626
2787
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
2627
2788
  */
@@ -2645,9 +2806,8 @@ export declare namespace ContentControl {
2645
2806
  readonly attributes: {
2646
2807
  /**
2647
2808
  * Indicates whether the playback of unrated content is allowed when the Content Control feature is
2648
- * activated. If this attribute equals FALSE, then playback of unrated content
2649
- *
2650
- * shall be permitted. Otherwise, the media device shall prevent the playback of unrated content.
2809
+ * activated. If this attribute equals FALSE, then playback of unrated content shall be permitted.
2810
+ * Otherwise, the media device shall prevent the playback of unrated content.
2651
2811
  *
2652
2812
  * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
2653
2813
  * example, if the feature does not control content within apps, then the device should make this clear to
@@ -2696,7 +2856,7 @@ export declare namespace ContentControl {
2696
2856
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
2697
2857
  * selected channel which will be removed from BlockChannelList attribute.
2698
2858
  *
2699
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
2859
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2700
2860
  */
2701
2861
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2702
2862
  /**
@@ -2705,7 +2865,7 @@ export declare namespace ContentControl {
2705
2865
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
2706
2866
  * represented by a major or minor number.
2707
2867
  *
2708
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
2868
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2709
2869
  */
2710
2870
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
2711
2871
  /**
@@ -2714,14 +2874,14 @@ export declare namespace ContentControl {
2714
2874
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
2715
2875
  * represented by a major or minor number.
2716
2876
  *
2717
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
2877
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
2718
2878
  */
2719
2879
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
2720
2880
  /**
2721
2881
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
2722
2882
  * be provided when MajorNumber and MinorNumber are not available.
2723
2883
  *
2724
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
2884
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
2725
2885
  */
2726
2886
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2727
2887
  }>[], any>;
@@ -2730,9 +2890,10 @@ export declare namespace ContentControl {
2730
2890
  /**
2731
2891
  * The purpose of this command is to set BlockChannelList attribute.
2732
2892
  *
2733
- * Upon receipt of the AddBlockChannels command, the media device shall check if the channels passed in
2734
- * this command are valid. If the channel is invalid, then a response with InvalidChannel error Status
2735
- * shall be returned.
2893
+ * Upon receipt of the AddBlockChannels command, the media device shall check if the channels
2894
+ *
2895
+ * passed in this command are valid. If the channel is invalid, then a response with InvalidChannel error
2896
+ * Status shall be returned.
2736
2897
  *
2737
2898
  * If there is at least one channel in Channels field which is not in the BlockChannelList attribute, the
2738
2899
  * media device shall process the request by adding these new channels into the BlockChannelList attribute
@@ -2757,7 +2918,7 @@ export declare namespace ContentControl {
2757
2918
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
2758
2919
  * selected channel which will be removed from BlockChannelList attribute.
2759
2920
  *
2760
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
2921
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2761
2922
  */
2762
2923
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2763
2924
  /**
@@ -2766,7 +2927,7 @@ export declare namespace ContentControl {
2766
2927
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
2767
2928
  * represented by a major or minor number.
2768
2929
  *
2769
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
2930
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2770
2931
  */
2771
2932
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
2772
2933
  /**
@@ -2775,14 +2936,14 @@ export declare namespace ContentControl {
2775
2936
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
2776
2937
  * represented by a major or minor number.
2777
2938
  *
2778
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
2939
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
2779
2940
  */
2780
2941
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
2781
2942
  /**
2782
2943
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
2783
2944
  * be provided when MajorNumber and MinorNumber are not available.
2784
2945
  *
2785
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
2946
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
2786
2947
  */
2787
2948
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2788
2949
  }>[]>;
@@ -2826,14 +2987,14 @@ export declare namespace ContentControl {
2826
2987
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2827
2988
  * assign an ApplicationID to each Content App.
2828
2989
  *
2829
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2990
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2830
2991
  */
2831
2992
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2832
2993
  /**
2833
2994
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2834
2995
  * "Company X". This field shall be unique within a catalog.
2835
2996
  *
2836
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2997
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2837
2998
  */
2838
2999
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2839
3000
  }>[], any>;
@@ -2844,7 +3005,9 @@ export declare namespace ContentControl {
2844
3005
  *
2845
3006
  * Upon receipt of the AddBlockApplications command, the media device shall check if the Applications
2846
3007
  * passed in this command are installed. If there is an application in Applications field which is not
2847
- * identified by media device, then a response with UnidentifiableApplication error Status may be returned.
3008
+ * identified by media device, then a response with UnidentifiableApplication error Status may be
3009
+ *
3010
+ * returned.
2848
3011
  *
2849
3012
  * If there is one or more applications which are not present in BlockApplicationList attribute, the media
2850
3013
  * device shall process the request by adding the new application to the BlockApplicationList attribute and
@@ -2869,14 +3032,14 @@ export declare namespace ContentControl {
2869
3032
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2870
3033
  * assign an ApplicationID to each Content App.
2871
3034
  *
2872
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3035
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2873
3036
  */
2874
3037
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2875
3038
  /**
2876
3039
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2877
3040
  * "Company X". This field shall be unique within a catalog.
2878
3041
  *
2879
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3042
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2880
3043
  */
2881
3044
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2882
3045
  }>[]>;
@@ -2904,14 +3067,14 @@ export declare namespace ContentControl {
2904
3067
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2905
3068
  * assign an ApplicationID to each Content App.
2906
3069
  *
2907
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3070
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2908
3071
  */
2909
3072
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2910
3073
  /**
2911
3074
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2912
3075
  * "Company X". This field shall be unique within a catalog.
2913
3076
  *
2914
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3077
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2915
3078
  */
2916
3079
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2917
3080
  }>[]>;
@@ -2929,7 +3092,7 @@ export declare namespace ContentControl {
2929
3092
  * the Content Control feature is activated. The media device shall reject any request to play content
2930
3093
  * during one period of this attribute. If it is entering any one period of this attribute, the media
2931
3094
  * device shall block content which is playing and generate an event EnteringBlockContentTimeWindow. There
2932
- * shall not be multiple entries in this attribute list for the same day of week.
3095
+ * shall NOT be multiple entries in this attribute list for the same day of week.
2933
3096
  *
2934
3097
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.11
2935
3098
  */
@@ -2938,19 +3101,48 @@ export declare namespace ContentControl {
2938
3101
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
2939
3102
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
2940
3103
  *
2941
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3104
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
2942
3105
  */
2943
3106
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2944
3107
  /**
2945
3108
  * This field shall indicate a day of week.
2946
3109
  *
2947
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3110
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
2948
3111
  */
2949
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
3112
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3113
+ /**
3114
+ * Sunday
3115
+ */
3116
+ sunday: BitFlag;
3117
+ /**
3118
+ * Monday
3119
+ */
3120
+ monday: BitFlag;
3121
+ /**
3122
+ * Tuesday
3123
+ */
3124
+ tuesday: BitFlag;
3125
+ /**
3126
+ * Wednesday
3127
+ */
3128
+ wednesday: BitFlag;
3129
+ /**
3130
+ * Thursday
3131
+ */
3132
+ thursday: BitFlag;
3133
+ /**
3134
+ * Friday
3135
+ */
3136
+ friday: BitFlag;
3137
+ /**
3138
+ * Saturday
3139
+ */
3140
+ saturday: BitFlag;
3141
+ }>>;
2950
3142
  /**
2951
3143
  * This field shall indicate one or more discrete time periods.
2952
3144
  *
2953
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
3145
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
2954
3146
  */
2955
3147
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2956
3148
  /**
@@ -2987,7 +3179,6 @@ export declare namespace ContentControl {
2987
3179
  * The purpose of this command is to set the BlockContentTimeWindow attribute.
2988
3180
  *
2989
3181
  * Upon receipt of the SetBlockContentTimeWindow command, the media device shall check if the
2990
- *
2991
3182
  * TimeWindowIndex field passed in this command is NULL. If the TimeWindowIndex field is NULL, the media
2992
3183
  * device shall check if there is an entry in the BlockContentTimeWindow attribute which matches with the
2993
3184
  * TimePeriod and DayOfWeek fields passed in this command. * If Yes, then a response with
@@ -3010,19 +3201,48 @@ export declare namespace ContentControl {
3010
3201
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
3011
3202
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
3012
3203
  *
3013
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3204
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
3014
3205
  */
3015
3206
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3016
3207
  /**
3017
3208
  * This field shall indicate a day of week.
3018
3209
  *
3019
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3210
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
3020
3211
  */
3021
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
3212
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3213
+ /**
3214
+ * Sunday
3215
+ */
3216
+ sunday: BitFlag;
3217
+ /**
3218
+ * Monday
3219
+ */
3220
+ monday: BitFlag;
3221
+ /**
3222
+ * Tuesday
3223
+ */
3224
+ tuesday: BitFlag;
3225
+ /**
3226
+ * Wednesday
3227
+ */
3228
+ wednesday: BitFlag;
3229
+ /**
3230
+ * Thursday
3231
+ */
3232
+ thursday: BitFlag;
3233
+ /**
3234
+ * Friday
3235
+ */
3236
+ friday: BitFlag;
3237
+ /**
3238
+ * Saturday
3239
+ */
3240
+ saturday: BitFlag;
3241
+ }>>;
3022
3242
  /**
3023
3243
  * This field shall indicate one or more discrete time periods.
3024
3244
  *
3025
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
3245
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
3026
3246
  */
3027
3247
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3028
3248
  /**
@@ -3229,13 +3449,13 @@ export declare namespace ContentControl {
3229
3449
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
3230
3450
  * country to another.
3231
3451
  *
3232
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
3452
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
3233
3453
  */
3234
3454
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
3235
3455
  /**
3236
3456
  * This field shall specify a human readable (displayable) description for RatingName.
3237
3457
  *
3238
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
3458
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
3239
3459
  */
3240
3460
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3241
3461
  }>[], any> & {
@@ -3260,13 +3480,13 @@ export declare namespace ContentControl {
3260
3480
  * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
3261
3481
  * country to another.
3262
3482
  *
3263
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
3483
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
3264
3484
  */
3265
3485
  ratingName: import("../tlv/TlvObject.js").FieldType<string>;
3266
3486
  /**
3267
3487
  * This field shall specify a human readable (displayable) description for RatingName.
3268
3488
  *
3269
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
3489
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
3270
3490
  */
3271
3491
  ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3272
3492
  }>[], any> & {
@@ -3314,7 +3534,7 @@ export declare namespace ContentControl {
3314
3534
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
3315
3535
  * selected channel which will be removed from BlockChannelList attribute.
3316
3536
  *
3317
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
3537
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3318
3538
  */
3319
3539
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3320
3540
  /**
@@ -3323,7 +3543,7 @@ export declare namespace ContentControl {
3323
3543
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
3324
3544
  * represented by a major or minor number.
3325
3545
  *
3326
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
3546
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3327
3547
  */
3328
3548
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
3329
3549
  /**
@@ -3332,14 +3552,14 @@ export declare namespace ContentControl {
3332
3552
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
3333
3553
  * represented by a major or minor number.
3334
3554
  *
3335
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
3555
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
3336
3556
  */
3337
3557
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
3338
3558
  /**
3339
3559
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
3340
3560
  * be provided when MajorNumber and MinorNumber are not available.
3341
3561
  *
3342
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
3562
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
3343
3563
  */
3344
3564
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3345
3565
  }>[], any> & {
@@ -3357,14 +3577,14 @@ export declare namespace ContentControl {
3357
3577
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
3358
3578
  * assign an ApplicationID to each Content App.
3359
3579
  *
3360
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3580
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3361
3581
  */
3362
3582
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
3363
3583
  /**
3364
3584
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
3365
3585
  * "Company X". This field shall be unique within a catalog.
3366
3586
  *
3367
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3587
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3368
3588
  */
3369
3589
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
3370
3590
  }>[], any> & {
@@ -3380,19 +3600,48 @@ export declare namespace ContentControl {
3380
3600
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
3381
3601
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
3382
3602
  *
3383
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3603
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
3384
3604
  */
3385
3605
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3386
3606
  /**
3387
3607
  * This field shall indicate a day of week.
3388
3608
  *
3389
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3609
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
3390
3610
  */
3391
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
3611
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3612
+ /**
3613
+ * Sunday
3614
+ */
3615
+ sunday: BitFlag;
3616
+ /**
3617
+ * Monday
3618
+ */
3619
+ monday: BitFlag;
3620
+ /**
3621
+ * Tuesday
3622
+ */
3623
+ tuesday: BitFlag;
3624
+ /**
3625
+ * Wednesday
3626
+ */
3627
+ wednesday: BitFlag;
3628
+ /**
3629
+ * Thursday
3630
+ */
3631
+ thursday: BitFlag;
3632
+ /**
3633
+ * Friday
3634
+ */
3635
+ friday: BitFlag;
3636
+ /**
3637
+ * Saturday
3638
+ */
3639
+ saturday: BitFlag;
3640
+ }>>;
3392
3641
  /**
3393
3642
  * This field shall indicate one or more discrete time periods.
3394
3643
  *
3395
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
3644
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
3396
3645
  */
3397
3646
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3398
3647
  /**
@@ -3539,7 +3788,7 @@ export declare namespace ContentControl {
3539
3788
  pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3540
3789
  /**
3541
3790
  * This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
3542
- * shall not exceed the remaining time of this day.
3791
+ * shall NOT exceed the remaining time of this day.
3543
3792
  *
3544
3793
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
3545
3794
  */
@@ -3554,9 +3803,8 @@ export declare namespace ContentControl {
3554
3803
  };
3555
3804
  readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3556
3805
  /**
3557
- * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on
3558
- *
3559
- * this media device within one day.
3806
+ * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
3807
+ * device within one day.
3560
3808
  *
3561
3809
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
3562
3810
  */
@@ -3603,9 +3851,8 @@ export declare namespace ContentControl {
3603
3851
  };
3604
3852
  readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3605
3853
  /**
3606
- * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one
3607
- *
3608
- * of the values present in the ScheduledContentRatings attribute.
3854
+ * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
3855
+ * the values present in the ScheduledContentRatings attribute.
3609
3856
  *
3610
3857
  * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
3611
3858
  */
@@ -3631,7 +3878,7 @@ export declare namespace ContentControl {
3631
3878
  * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
3632
3879
  * selected channel which will be removed from BlockChannelList attribute.
3633
3880
  *
3634
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
3881
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3635
3882
  */
3636
3883
  blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3637
3884
  /**
@@ -3640,7 +3887,7 @@ export declare namespace ContentControl {
3640
3887
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
3641
3888
  * represented by a major or minor number.
3642
3889
  *
3643
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
3890
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3644
3891
  */
3645
3892
  majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
3646
3893
  /**
@@ -3649,14 +3896,14 @@ export declare namespace ContentControl {
3649
3896
  * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
3650
3897
  * represented by a major or minor number.
3651
3898
  *
3652
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
3899
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.3
3653
3900
  */
3654
3901
  minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
3655
3902
  /**
3656
3903
  * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
3657
3904
  * be provided when MajorNumber and MinorNumber are not available.
3658
3905
  *
3659
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
3906
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.4
3660
3907
  */
3661
3908
  identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3662
3909
  }>[]>;
@@ -3698,14 +3945,14 @@ export declare namespace ContentControl {
3698
3945
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
3699
3946
  * assign an ApplicationID to each Content App.
3700
3947
  *
3701
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3948
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3702
3949
  */
3703
3950
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
3704
3951
  /**
3705
3952
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
3706
3953
  * "Company X". This field shall be unique within a catalog.
3707
3954
  *
3708
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3955
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3709
3956
  */
3710
3957
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
3711
3958
  }>[]>;
@@ -3730,14 +3977,14 @@ export declare namespace ContentControl {
3730
3977
  * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
3731
3978
  * assign an ApplicationID to each Content App.
3732
3979
  *
3733
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3980
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3734
3981
  */
3735
3982
  catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
3736
3983
  /**
3737
3984
  * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
3738
3985
  * "Company X". This field shall be unique within a catalog.
3739
3986
  *
3740
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3987
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3741
3988
  */
3742
3989
  applicationId: import("../tlv/TlvObject.js").FieldType<string>;
3743
3990
  }>[]>;
@@ -3760,19 +4007,48 @@ export declare namespace ContentControl {
3760
4007
  * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
3761
4008
  * selected time window which will be removed from the BlockContentTimeWindow attribute.
3762
4009
  *
3763
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
4010
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.1
3764
4011
  */
3765
4012
  timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3766
4013
  /**
3767
4014
  * This field shall indicate a day of week.
3768
4015
  *
3769
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
4016
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.2
3770
4017
  */
3771
- dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
4018
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4019
+ /**
4020
+ * Sunday
4021
+ */
4022
+ sunday: BitFlag;
4023
+ /**
4024
+ * Monday
4025
+ */
4026
+ monday: BitFlag;
4027
+ /**
4028
+ * Tuesday
4029
+ */
4030
+ tuesday: BitFlag;
4031
+ /**
4032
+ * Wednesday
4033
+ */
4034
+ wednesday: BitFlag;
4035
+ /**
4036
+ * Thursday
4037
+ */
4038
+ thursday: BitFlag;
4039
+ /**
4040
+ * Friday
4041
+ */
4042
+ friday: BitFlag;
4043
+ /**
4044
+ * Saturday
4045
+ */
4046
+ saturday: BitFlag;
4047
+ }>>;
3772
4048
  /**
3773
4049
  * This field shall indicate one or more discrete time periods.
3774
4050
  *
3775
- * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
4051
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5.3
3776
4052
  */
3777
4053
  timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3778
4054
  /**