@matter/types 0.11.0-alpha.0-20241005-e3e4e4a7a

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 (1970) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +13 -0
  3. package/dist/cjs/cluster/Cluster.d.ts +250 -0
  4. package/dist/cjs/cluster/Cluster.d.ts.map +1 -0
  5. package/dist/cjs/cluster/Cluster.js +607 -0
  6. package/dist/cjs/cluster/Cluster.js.map +6 -0
  7. package/dist/cjs/cluster/ClusterHelper.d.ts +30 -0
  8. package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -0
  9. package/dist/cjs/cluster/ClusterHelper.js +178 -0
  10. package/dist/cjs/cluster/ClusterHelper.js.map +6 -0
  11. package/dist/cjs/cluster/ClusterRegistry.d.ts +23 -0
  12. package/dist/cjs/cluster/ClusterRegistry.d.ts.map +1 -0
  13. package/dist/cjs/cluster/ClusterRegistry.js +47 -0
  14. package/dist/cjs/cluster/ClusterRegistry.js.map +6 -0
  15. package/dist/cjs/cluster/ClusterType.d.ts +227 -0
  16. package/dist/cjs/cluster/ClusterType.d.ts.map +1 -0
  17. package/dist/cjs/cluster/ClusterType.js +64 -0
  18. package/dist/cjs/cluster/ClusterType.js.map +6 -0
  19. package/dist/cjs/cluster/index.d.ts +12 -0
  20. package/dist/cjs/cluster/index.d.ts.map +1 -0
  21. package/dist/cjs/cluster/index.js +29 -0
  22. package/dist/cjs/cluster/index.js.map +6 -0
  23. package/dist/cjs/cluster/mutation/ClusterComposer.d.ts +115 -0
  24. package/dist/cjs/cluster/mutation/ClusterComposer.d.ts.map +1 -0
  25. package/dist/cjs/cluster/mutation/ClusterComposer.js +151 -0
  26. package/dist/cjs/cluster/mutation/ClusterComposer.js.map +6 -0
  27. package/dist/cjs/cluster/mutation/ElementModifier.d.ts +124 -0
  28. package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +1 -0
  29. package/dist/cjs/cluster/mutation/ElementModifier.js +100 -0
  30. package/dist/cjs/cluster/mutation/ElementModifier.js.map +6 -0
  31. package/dist/cjs/cluster/mutation/MutableCluster.d.ts +75 -0
  32. package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -0
  33. package/dist/cjs/cluster/mutation/MutableCluster.js +83 -0
  34. package/dist/cjs/cluster/mutation/MutableCluster.js.map +6 -0
  35. package/dist/cjs/cluster/mutation/index.d.ts +9 -0
  36. package/dist/cjs/cluster/mutation/index.d.ts.map +1 -0
  37. package/dist/cjs/cluster/mutation/index.js +26 -0
  38. package/dist/cjs/cluster/mutation/index.js.map +6 -0
  39. package/dist/cjs/clusters/access-control.d.ts +850 -0
  40. package/dist/cjs/clusters/access-control.d.ts.map +1 -0
  41. package/dist/cjs/clusters/access-control.js +372 -0
  42. package/dist/cjs/clusters/access-control.js.map +6 -0
  43. package/dist/cjs/clusters/account-login.d.ts +359 -0
  44. package/dist/cjs/clusters/account-login.d.ts.map +1 -0
  45. package/dist/cjs/clusters/account-login.js +245 -0
  46. package/dist/cjs/clusters/account-login.js.map +6 -0
  47. package/dist/cjs/clusters/actions.d.ts +1170 -0
  48. package/dist/cjs/clusters/actions.d.ts.map +1 -0
  49. package/dist/cjs/clusters/actions.js +556 -0
  50. package/dist/cjs/clusters/actions.js.map +6 -0
  51. package/dist/cjs/clusters/activated-carbon-filter-monitoring.d.ts +162 -0
  52. package/dist/cjs/clusters/activated-carbon-filter-monitoring.d.ts.map +1 -0
  53. package/dist/cjs/clusters/activated-carbon-filter-monitoring.js +47 -0
  54. package/dist/cjs/clusters/activated-carbon-filter-monitoring.js.map +6 -0
  55. package/dist/cjs/clusters/administrator-commissioning.d.ts +885 -0
  56. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -0
  57. package/dist/cjs/clusters/administrator-commissioning.js +315 -0
  58. package/dist/cjs/clusters/administrator-commissioning.js.map +6 -0
  59. package/dist/cjs/clusters/air-quality.d.ts +189 -0
  60. package/dist/cjs/clusters/air-quality.d.ts.map +1 -0
  61. package/dist/cjs/clusters/air-quality.js +104 -0
  62. package/dist/cjs/clusters/air-quality.js.map +6 -0
  63. package/dist/cjs/clusters/alarm-base.d.ts +451 -0
  64. package/dist/cjs/clusters/alarm-base.d.ts.map +1 -0
  65. package/dist/cjs/clusters/alarm-base.js +200 -0
  66. package/dist/cjs/clusters/alarm-base.js.map +6 -0
  67. package/dist/cjs/clusters/application-basic.d.ts +169 -0
  68. package/dist/cjs/clusters/application-basic.d.ts.map +1 -0
  69. package/dist/cjs/clusters/application-basic.js +140 -0
  70. package/dist/cjs/clusters/application-basic.js.map +6 -0
  71. package/dist/cjs/clusters/application-launcher.d.ts +1084 -0
  72. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -0
  73. package/dist/cjs/clusters/application-launcher.js +250 -0
  74. package/dist/cjs/clusters/application-launcher.js.map +6 -0
  75. package/dist/cjs/clusters/audio-output.d.ts +439 -0
  76. package/dist/cjs/clusters/audio-output.d.ts.map +1 -0
  77. package/dist/cjs/clusters/audio-output.js +163 -0
  78. package/dist/cjs/clusters/audio-output.js.map +6 -0
  79. package/dist/cjs/clusters/ballast-configuration.d.ts +248 -0
  80. package/dist/cjs/clusters/ballast-configuration.d.ts.map +1 -0
  81. package/dist/cjs/clusters/ballast-configuration.js +256 -0
  82. package/dist/cjs/clusters/ballast-configuration.js.map +6 -0
  83. package/dist/cjs/clusters/basic-information.d.ts +628 -0
  84. package/dist/cjs/clusters/basic-information.d.ts.map +1 -0
  85. package/dist/cjs/clusters/basic-information.js +458 -0
  86. package/dist/cjs/clusters/basic-information.js.map +6 -0
  87. package/dist/cjs/clusters/binding.d.ts +136 -0
  88. package/dist/cjs/clusters/binding.d.ts.map +1 -0
  89. package/dist/cjs/clusters/binding.js +96 -0
  90. package/dist/cjs/clusters/binding.js.map +6 -0
  91. package/dist/cjs/clusters/boolean-state-configuration.d.ts +1737 -0
  92. package/dist/cjs/clusters/boolean-state-configuration.d.ts.map +1 -0
  93. package/dist/cjs/clusters/boolean-state-configuration.js +361 -0
  94. package/dist/cjs/clusters/boolean-state-configuration.js.map +6 -0
  95. package/dist/cjs/clusters/boolean-state.d.ts +79 -0
  96. package/dist/cjs/clusters/boolean-state.d.ts.map +1 -0
  97. package/dist/cjs/clusters/boolean-state.js +75 -0
  98. package/dist/cjs/clusters/boolean-state.js.map +6 -0
  99. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +159 -0
  100. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -0
  101. package/dist/cjs/clusters/bridged-device-basic-information.js +155 -0
  102. package/dist/cjs/clusters/bridged-device-basic-information.js.map +6 -0
  103. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.d.ts +310 -0
  104. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.d.ts.map +1 -0
  105. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.js +51 -0
  106. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.js.map +6 -0
  107. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.d.ts +310 -0
  108. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.d.ts.map +1 -0
  109. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.js +51 -0
  110. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.js.map +6 -0
  111. package/dist/cjs/clusters/channel.d.ts +4764 -0
  112. package/dist/cjs/clusters/channel.d.ts.map +1 -0
  113. package/dist/cjs/clusters/channel.js +737 -0
  114. package/dist/cjs/clusters/channel.js.map +6 -0
  115. package/dist/cjs/clusters/color-control.d.ts +5084 -0
  116. package/dist/cjs/clusters/color-control.d.ts.map +1 -0
  117. package/dist/cjs/clusters/color-control.js +1392 -0
  118. package/dist/cjs/clusters/color-control.js.map +6 -0
  119. package/dist/cjs/clusters/concentration-measurement.d.ts +566 -0
  120. package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -0
  121. package/dist/cjs/clusters/concentration-measurement.js +275 -0
  122. package/dist/cjs/clusters/concentration-measurement.js.map +6 -0
  123. package/dist/cjs/clusters/content-app-observer.d.ts +183 -0
  124. package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -0
  125. package/dist/cjs/clusters/content-app-observer.js +99 -0
  126. package/dist/cjs/clusters/content-app-observer.js.map +6 -0
  127. package/dist/cjs/clusters/content-control.d.ts +3879 -0
  128. package/dist/cjs/clusters/content-control.d.ts.map +1 -0
  129. package/dist/cjs/clusters/content-control.js +975 -0
  130. package/dist/cjs/clusters/content-control.js.map +6 -0
  131. package/dist/cjs/clusters/content-launcher.d.ts +4265 -0
  132. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -0
  133. package/dist/cjs/clusters/content-launcher.js +513 -0
  134. package/dist/cjs/clusters/content-launcher.js.map +6 -0
  135. package/dist/cjs/clusters/descriptor.d.ts +413 -0
  136. package/dist/cjs/clusters/descriptor.d.ts.map +1 -0
  137. package/dist/cjs/clusters/descriptor.js +161 -0
  138. package/dist/cjs/clusters/descriptor.js.map +6 -0
  139. package/dist/cjs/clusters/device-energy-management-mode.d.ts +374 -0
  140. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -0
  141. package/dist/cjs/clusters/device-energy-management-mode.js +157 -0
  142. package/dist/cjs/clusters/device-energy-management-mode.js.map +6 -0
  143. package/dist/cjs/clusters/device-energy-management.d.ts +6333 -0
  144. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -0
  145. package/dist/cjs/clusters/device-energy-management.js +1277 -0
  146. package/dist/cjs/clusters/device-energy-management.js.map +6 -0
  147. package/dist/cjs/clusters/diagnostic-logs.d.ts +341 -0
  148. package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -0
  149. package/dist/cjs/clusters/diagnostic-logs.js +161 -0
  150. package/dist/cjs/clusters/diagnostic-logs.js.map +6 -0
  151. package/dist/cjs/clusters/dishwasher-alarm.d.ts +380 -0
  152. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -0
  153. package/dist/cjs/clusters/dishwasher-alarm.js +172 -0
  154. package/dist/cjs/clusters/dishwasher-alarm.js.map +6 -0
  155. package/dist/cjs/clusters/dishwasher-mode.d.ts +194 -0
  156. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -0
  157. package/dist/cjs/clusters/dishwasher-mode.js +112 -0
  158. package/dist/cjs/clusters/dishwasher-mode.js.map +6 -0
  159. package/dist/cjs/clusters/door-lock.d.ts +15808 -0
  160. package/dist/cjs/clusters/door-lock.d.ts.map +1 -0
  161. package/dist/cjs/clusters/door-lock.js +3216 -0
  162. package/dist/cjs/clusters/door-lock.js.map +6 -0
  163. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +4074 -0
  164. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -0
  165. package/dist/cjs/clusters/electrical-energy-measurement.js +469 -0
  166. package/dist/cjs/clusters/electrical-energy-measurement.js.map +6 -0
  167. package/dist/cjs/clusters/electrical-power-measurement.d.ts +2565 -0
  168. package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -0
  169. package/dist/cjs/clusters/electrical-power-measurement.js +659 -0
  170. package/dist/cjs/clusters/electrical-power-measurement.js.map +6 -0
  171. package/dist/cjs/clusters/energy-evse-mode.d.ts +367 -0
  172. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -0
  173. package/dist/cjs/clusters/energy-evse-mode.js +156 -0
  174. package/dist/cjs/clusters/energy-evse-mode.js.map +6 -0
  175. package/dist/cjs/clusters/energy-evse.d.ts +4153 -0
  176. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -0
  177. package/dist/cjs/clusters/energy-evse.js +993 -0
  178. package/dist/cjs/clusters/energy-evse.js.map +6 -0
  179. package/dist/cjs/clusters/energy-preference.d.ts +665 -0
  180. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -0
  181. package/dist/cjs/clusters/energy-preference.js +226 -0
  182. package/dist/cjs/clusters/energy-preference.js.map +6 -0
  183. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +623 -0
  184. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -0
  185. package/dist/cjs/clusters/ethernet-network-diagnostics.js +235 -0
  186. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +6 -0
  187. package/dist/cjs/clusters/fan-control.d.ts +1289 -0
  188. package/dist/cjs/clusters/fan-control.d.ts.map +1 -0
  189. package/dist/cjs/clusters/fan-control.js +385 -0
  190. package/dist/cjs/clusters/fan-control.js.map +6 -0
  191. package/dist/cjs/clusters/fixed-label.d.ts +53 -0
  192. package/dist/cjs/clusters/fixed-label.d.ts.map +1 -0
  193. package/dist/cjs/clusters/fixed-label.js +53 -0
  194. package/dist/cjs/clusters/fixed-label.js.map +6 -0
  195. package/dist/cjs/clusters/flow-measurement.d.ts +69 -0
  196. package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -0
  197. package/dist/cjs/clusters/flow-measurement.js +84 -0
  198. package/dist/cjs/clusters/flow-measurement.js.map +6 -0
  199. package/dist/cjs/clusters/formaldehyde-concentration-measurement.d.ts +310 -0
  200. package/dist/cjs/clusters/formaldehyde-concentration-measurement.d.ts.map +1 -0
  201. package/dist/cjs/clusters/formaldehyde-concentration-measurement.js +51 -0
  202. package/dist/cjs/clusters/formaldehyde-concentration-measurement.js.map +6 -0
  203. package/dist/cjs/clusters/general-commissioning.d.ts +575 -0
  204. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -0
  205. package/dist/cjs/clusters/general-commissioning.js +447 -0
  206. package/dist/cjs/clusters/general-commissioning.js.map +6 -0
  207. package/dist/cjs/clusters/general-diagnostics.d.ts +1891 -0
  208. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -0
  209. package/dist/cjs/clusters/general-diagnostics.js +563 -0
  210. package/dist/cjs/clusters/general-diagnostics.js.map +6 -0
  211. package/dist/cjs/clusters/group-key-management.d.ts +1254 -0
  212. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -0
  213. package/dist/cjs/clusters/group-key-management.js +401 -0
  214. package/dist/cjs/clusters/group-key-management.js.map +6 -0
  215. package/dist/cjs/clusters/groups.d.ts +710 -0
  216. package/dist/cjs/clusters/groups.d.ts.map +1 -0
  217. package/dist/cjs/clusters/groups.js +270 -0
  218. package/dist/cjs/clusters/groups.js.map +6 -0
  219. package/dist/cjs/clusters/hepa-filter-monitoring.d.ts +162 -0
  220. package/dist/cjs/clusters/hepa-filter-monitoring.d.ts.map +1 -0
  221. package/dist/cjs/clusters/hepa-filter-monitoring.js +47 -0
  222. package/dist/cjs/clusters/hepa-filter-monitoring.js.map +6 -0
  223. package/dist/cjs/clusters/icd-management.d.ts +1744 -0
  224. package/dist/cjs/clusters/icd-management.d.ts.map +1 -0
  225. package/dist/cjs/clusters/icd-management.js +516 -0
  226. package/dist/cjs/clusters/icd-management.js.map +6 -0
  227. package/dist/cjs/clusters/identify.d.ts +219 -0
  228. package/dist/cjs/clusters/identify.d.ts.map +1 -0
  229. package/dist/cjs/clusters/identify.js +142 -0
  230. package/dist/cjs/clusters/identify.js.map +6 -0
  231. package/dist/cjs/clusters/illuminance-measurement.d.ts +94 -0
  232. package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -0
  233. package/dist/cjs/clusters/illuminance-measurement.js +101 -0
  234. package/dist/cjs/clusters/illuminance-measurement.js.map +6 -0
  235. package/dist/cjs/clusters/index.d.ts +121 -0
  236. package/dist/cjs/clusters/index.d.ts.map +1 -0
  237. package/dist/cjs/clusters/index.js +365 -0
  238. package/dist/cjs/clusters/index.js.map +6 -0
  239. package/dist/cjs/clusters/keypad-input.d.ts +341 -0
  240. package/dist/cjs/clusters/keypad-input.d.ts.map +1 -0
  241. package/dist/cjs/clusters/keypad-input.js +207 -0
  242. package/dist/cjs/clusters/keypad-input.js.map +6 -0
  243. package/dist/cjs/clusters/label.d.ts +96 -0
  244. package/dist/cjs/clusters/label.d.ts.map +1 -0
  245. package/dist/cjs/clusters/label.js +66 -0
  246. package/dist/cjs/clusters/label.js.map +6 -0
  247. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +82 -0
  248. package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -0
  249. package/dist/cjs/clusters/laundry-dryer-controls.js +83 -0
  250. package/dist/cjs/clusters/laundry-dryer-controls.js.map +6 -0
  251. package/dist/cjs/clusters/laundry-washer-controls.d.ts +379 -0
  252. package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -0
  253. package/dist/cjs/clusters/laundry-washer-controls.js +162 -0
  254. package/dist/cjs/clusters/laundry-washer-controls.js.map +6 -0
  255. package/dist/cjs/clusters/laundry-washer-mode.d.ts +200 -0
  256. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -0
  257. package/dist/cjs/clusters/laundry-washer-mode.js +113 -0
  258. package/dist/cjs/clusters/laundry-washer-mode.js.map +6 -0
  259. package/dist/cjs/clusters/level-control.d.ts +2945 -0
  260. package/dist/cjs/clusters/level-control.d.ts.map +1 -0
  261. package/dist/cjs/clusters/level-control.js +419 -0
  262. package/dist/cjs/clusters/level-control.js.map +6 -0
  263. package/dist/cjs/clusters/localization-configuration.d.ts +60 -0
  264. package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -0
  265. package/dist/cjs/clusters/localization-configuration.js +75 -0
  266. package/dist/cjs/clusters/localization-configuration.js.map +6 -0
  267. package/dist/cjs/clusters/low-power.d.ts +52 -0
  268. package/dist/cjs/clusters/low-power.d.ts.map +1 -0
  269. package/dist/cjs/clusters/low-power.js +54 -0
  270. package/dist/cjs/clusters/low-power.js.map +6 -0
  271. package/dist/cjs/clusters/media-input.d.ts +493 -0
  272. package/dist/cjs/clusters/media-input.d.ts.map +1 -0
  273. package/dist/cjs/clusters/media-input.js +181 -0
  274. package/dist/cjs/clusters/media-input.js.map +6 -0
  275. package/dist/cjs/clusters/media-playback.d.ts +3558 -0
  276. package/dist/cjs/clusters/media-playback.d.ts.map +1 -0
  277. package/dist/cjs/clusters/media-playback.js +734 -0
  278. package/dist/cjs/clusters/media-playback.js.map +6 -0
  279. package/dist/cjs/clusters/messages.d.ts +1369 -0
  280. package/dist/cjs/clusters/messages.d.ts.map +1 -0
  281. package/dist/cjs/clusters/messages.js +421 -0
  282. package/dist/cjs/clusters/messages.js.map +6 -0
  283. package/dist/cjs/clusters/microwave-oven-control.d.ts +859 -0
  284. package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -0
  285. package/dist/cjs/clusters/microwave-oven-control.js +295 -0
  286. package/dist/cjs/clusters/microwave-oven-control.js.map +6 -0
  287. package/dist/cjs/clusters/microwave-oven-mode.d.ts +140 -0
  288. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -0
  289. package/dist/cjs/clusters/microwave-oven-mode.js +89 -0
  290. package/dist/cjs/clusters/microwave-oven-mode.js.map +6 -0
  291. package/dist/cjs/clusters/mode-base.d.ts +716 -0
  292. package/dist/cjs/clusters/mode-base.d.ts.map +1 -0
  293. package/dist/cjs/clusters/mode-base.js +275 -0
  294. package/dist/cjs/clusters/mode-base.js.map +6 -0
  295. package/dist/cjs/clusters/mode-select.d.ts +638 -0
  296. package/dist/cjs/clusters/mode-select.d.ts.map +1 -0
  297. package/dist/cjs/clusters/mode-select.js +224 -0
  298. package/dist/cjs/clusters/mode-select.js.map +6 -0
  299. package/dist/cjs/clusters/network-commissioning.d.ts +5310 -0
  300. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -0
  301. package/dist/cjs/clusters/network-commissioning.js +1026 -0
  302. package/dist/cjs/clusters/network-commissioning.js.map +6 -0
  303. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.d.ts +310 -0
  304. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.d.ts.map +1 -0
  305. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.js +51 -0
  306. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.js.map +6 -0
  307. package/dist/cjs/clusters/occupancy-sensing.d.ts +196 -0
  308. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -0
  309. package/dist/cjs/clusters/occupancy-sensing.js +204 -0
  310. package/dist/cjs/clusters/occupancy-sensing.js.map +6 -0
  311. package/dist/cjs/clusters/on-off.d.ts +1399 -0
  312. package/dist/cjs/clusters/on-off.d.ts.map +1 -0
  313. package/dist/cjs/clusters/on-off.js +347 -0
  314. package/dist/cjs/clusters/on-off.js.map +6 -0
  315. package/dist/cjs/clusters/operational-credentials.d.ts +1307 -0
  316. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -0
  317. package/dist/cjs/clusters/operational-credentials.js +717 -0
  318. package/dist/cjs/clusters/operational-credentials.js.map +6 -0
  319. package/dist/cjs/clusters/operational-state.d.ts +711 -0
  320. package/dist/cjs/clusters/operational-state.d.ts.map +1 -0
  321. package/dist/cjs/clusters/operational-state.js +365 -0
  322. package/dist/cjs/clusters/operational-state.js.map +6 -0
  323. package/dist/cjs/clusters/ota-software-update-provider.d.ts +928 -0
  324. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -0
  325. package/dist/cjs/clusters/ota-software-update-provider.js +471 -0
  326. package/dist/cjs/clusters/ota-software-update-provider.js.map +6 -0
  327. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +688 -0
  328. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -0
  329. package/dist/cjs/clusters/ota-software-update-requestor.js +351 -0
  330. package/dist/cjs/clusters/ota-software-update-requestor.js.map +6 -0
  331. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +273 -0
  332. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -0
  333. package/dist/cjs/clusters/oven-cavity-operational-state.js +280 -0
  334. package/dist/cjs/clusters/oven-cavity-operational-state.js.map +6 -0
  335. package/dist/cjs/clusters/oven-mode.d.ts +399 -0
  336. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -0
  337. package/dist/cjs/clusters/oven-mode.js +162 -0
  338. package/dist/cjs/clusters/oven-mode.js.map +6 -0
  339. package/dist/cjs/clusters/ozone-concentration-measurement.d.ts +309 -0
  340. package/dist/cjs/clusters/ozone-concentration-measurement.d.ts.map +1 -0
  341. package/dist/cjs/clusters/ozone-concentration-measurement.js +47 -0
  342. package/dist/cjs/clusters/ozone-concentration-measurement.js.map +6 -0
  343. package/dist/cjs/clusters/pm1-concentration-measurement.d.ts +309 -0
  344. package/dist/cjs/clusters/pm1-concentration-measurement.d.ts.map +1 -0
  345. package/dist/cjs/clusters/pm1-concentration-measurement.js +47 -0
  346. package/dist/cjs/clusters/pm1-concentration-measurement.js.map +6 -0
  347. package/dist/cjs/clusters/pm10-concentration-measurement.d.ts +309 -0
  348. package/dist/cjs/clusters/pm10-concentration-measurement.d.ts.map +1 -0
  349. package/dist/cjs/clusters/pm10-concentration-measurement.js +47 -0
  350. package/dist/cjs/clusters/pm10-concentration-measurement.js.map +6 -0
  351. package/dist/cjs/clusters/pm25-concentration-measurement.d.ts +309 -0
  352. package/dist/cjs/clusters/pm25-concentration-measurement.d.ts.map +1 -0
  353. package/dist/cjs/clusters/pm25-concentration-measurement.js +47 -0
  354. package/dist/cjs/clusters/pm25-concentration-measurement.js.map +6 -0
  355. package/dist/cjs/clusters/power-source-configuration.d.ts +48 -0
  356. package/dist/cjs/clusters/power-source-configuration.d.ts.map +1 -0
  357. package/dist/cjs/clusters/power-source-configuration.js +63 -0
  358. package/dist/cjs/clusters/power-source-configuration.js.map +6 -0
  359. package/dist/cjs/clusters/power-source.d.ts +2377 -0
  360. package/dist/cjs/clusters/power-source.d.ts.map +1 -0
  361. package/dist/cjs/clusters/power-source.js +786 -0
  362. package/dist/cjs/clusters/power-source.js.map +6 -0
  363. package/dist/cjs/clusters/power-topology.d.ts +346 -0
  364. package/dist/cjs/clusters/power-topology.d.ts.map +1 -0
  365. package/dist/cjs/clusters/power-topology.js +139 -0
  366. package/dist/cjs/clusters/power-topology.js.map +6 -0
  367. package/dist/cjs/clusters/pressure-measurement.d.ts +377 -0
  368. package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -0
  369. package/dist/cjs/clusters/pressure-measurement.js +168 -0
  370. package/dist/cjs/clusters/pressure-measurement.js.map +6 -0
  371. package/dist/cjs/clusters/proxy-configuration.d.ts +79 -0
  372. package/dist/cjs/clusters/proxy-configuration.d.ts.map +1 -0
  373. package/dist/cjs/clusters/proxy-configuration.js +73 -0
  374. package/dist/cjs/clusters/proxy-configuration.js.map +6 -0
  375. package/dist/cjs/clusters/proxy-discovery.d.ts +98 -0
  376. package/dist/cjs/clusters/proxy-discovery.d.ts.map +1 -0
  377. package/dist/cjs/clusters/proxy-discovery.js +79 -0
  378. package/dist/cjs/clusters/proxy-discovery.js.map +6 -0
  379. package/dist/cjs/clusters/pulse-width-modulation.d.ts +2031 -0
  380. package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +1 -0
  381. package/dist/cjs/clusters/pulse-width-modulation.js +51 -0
  382. package/dist/cjs/clusters/pulse-width-modulation.js.map +6 -0
  383. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +2203 -0
  384. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -0
  385. package/dist/cjs/clusters/pump-configuration-and-control.js +750 -0
  386. package/dist/cjs/clusters/pump-configuration-and-control.js.map +6 -0
  387. package/dist/cjs/clusters/radon-concentration-measurement.d.ts +309 -0
  388. package/dist/cjs/clusters/radon-concentration-measurement.d.ts.map +1 -0
  389. package/dist/cjs/clusters/radon-concentration-measurement.js +47 -0
  390. package/dist/cjs/clusters/radon-concentration-measurement.js.map +6 -0
  391. package/dist/cjs/clusters/refrigerator-alarm.d.ts +332 -0
  392. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -0
  393. package/dist/cjs/clusters/refrigerator-alarm.js +142 -0
  394. package/dist/cjs/clusters/refrigerator-alarm.js.map +6 -0
  395. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +180 -0
  396. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -0
  397. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +107 -0
  398. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +6 -0
  399. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +73 -0
  400. package/dist/cjs/clusters/relative-humidity-measurement.d.ts.map +1 -0
  401. package/dist/cjs/clusters/relative-humidity-measurement.js +87 -0
  402. package/dist/cjs/clusters/relative-humidity-measurement.js.map +6 -0
  403. package/dist/cjs/clusters/resource-monitoring.d.ts +353 -0
  404. package/dist/cjs/clusters/resource-monitoring.d.ts.map +1 -0
  405. package/dist/cjs/clusters/resource-monitoring.js +194 -0
  406. package/dist/cjs/clusters/resource-monitoring.js.map +6 -0
  407. package/dist/cjs/clusters/rvc-clean-mode.d.ts +174 -0
  408. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -0
  409. package/dist/cjs/clusters/rvc-clean-mode.js +104 -0
  410. package/dist/cjs/clusters/rvc-clean-mode.js.map +6 -0
  411. package/dist/cjs/clusters/rvc-operational-state.d.ts +242 -0
  412. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -0
  413. package/dist/cjs/clusters/rvc-operational-state.js +194 -0
  414. package/dist/cjs/clusters/rvc-operational-state.js.map +6 -0
  415. package/dist/cjs/clusters/rvc-run-mode.d.ts +217 -0
  416. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -0
  417. package/dist/cjs/clusters/rvc-run-mode.js +111 -0
  418. package/dist/cjs/clusters/rvc-run-mode.js.map +6 -0
  419. package/dist/cjs/clusters/scenes-management.d.ts +2351 -0
  420. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -0
  421. package/dist/cjs/clusters/scenes-management.js +684 -0
  422. package/dist/cjs/clusters/scenes-management.js.map +6 -0
  423. package/dist/cjs/clusters/smoke-co-alarm.d.ts +1304 -0
  424. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -0
  425. package/dist/cjs/clusters/smoke-co-alarm.js +409 -0
  426. package/dist/cjs/clusters/smoke-co-alarm.js.map +6 -0
  427. package/dist/cjs/clusters/software-diagnostics.d.ts +590 -0
  428. package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -0
  429. package/dist/cjs/clusters/software-diagnostics.js +218 -0
  430. package/dist/cjs/clusters/software-diagnostics.js.map +6 -0
  431. package/dist/cjs/clusters/switch.d.ts +1222 -0
  432. package/dist/cjs/clusters/switch.d.ts.map +1 -0
  433. package/dist/cjs/clusters/switch.js +356 -0
  434. package/dist/cjs/clusters/switch.js.map +6 -0
  435. package/dist/cjs/clusters/target-navigator.d.ts +261 -0
  436. package/dist/cjs/clusters/target-navigator.d.ts.map +1 -0
  437. package/dist/cjs/clusters/target-navigator.js +140 -0
  438. package/dist/cjs/clusters/target-navigator.js.map +6 -0
  439. package/dist/cjs/clusters/temperature-control.d.ts +626 -0
  440. package/dist/cjs/clusters/temperature-control.d.ts.map +1 -0
  441. package/dist/cjs/clusters/temperature-control.js +224 -0
  442. package/dist/cjs/clusters/temperature-control.js.map +6 -0
  443. package/dist/cjs/clusters/temperature-measurement.d.ts +64 -0
  444. package/dist/cjs/clusters/temperature-measurement.d.ts.map +1 -0
  445. package/dist/cjs/clusters/temperature-measurement.js +79 -0
  446. package/dist/cjs/clusters/temperature-measurement.js.map +6 -0
  447. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +115 -0
  448. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -0
  449. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +104 -0
  450. package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +6 -0
  451. package/dist/cjs/clusters/thermostat.d.ts +4485 -0
  452. package/dist/cjs/clusters/thermostat.d.ts.map +1 -0
  453. package/dist/cjs/clusters/thermostat.js +1371 -0
  454. package/dist/cjs/clusters/thermostat.js.map +6 -0
  455. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +3308 -0
  456. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -0
  457. package/dist/cjs/clusters/thread-network-diagnostics.js +1127 -0
  458. package/dist/cjs/clusters/thread-network-diagnostics.js.map +6 -0
  459. package/dist/cjs/clusters/time-format-localization.d.ts +331 -0
  460. package/dist/cjs/clusters/time-format-localization.d.ts.map +1 -0
  461. package/dist/cjs/clusters/time-format-localization.js +154 -0
  462. package/dist/cjs/clusters/time-format-localization.js.map +6 -0
  463. package/dist/cjs/clusters/time-synchronization.d.ts +2597 -0
  464. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -0
  465. package/dist/cjs/clusters/time-synchronization.js +713 -0
  466. package/dist/cjs/clusters/time-synchronization.js.map +6 -0
  467. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +311 -0
  468. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts.map +1 -0
  469. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.js +51 -0
  470. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.js.map +6 -0
  471. package/dist/cjs/clusters/unit-localization.d.ts +187 -0
  472. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -0
  473. package/dist/cjs/clusters/unit-localization.js +101 -0
  474. package/dist/cjs/clusters/unit-localization.js.map +6 -0
  475. package/dist/cjs/clusters/user-label.d.ts +43 -0
  476. package/dist/cjs/clusters/user-label.d.ts.map +1 -0
  477. package/dist/cjs/clusters/user-label.js +61 -0
  478. package/dist/cjs/clusters/user-label.js.map +6 -0
  479. package/dist/cjs/clusters/valid-proxies.d.ts +84 -0
  480. package/dist/cjs/clusters/valid-proxies.d.ts.map +1 -0
  481. package/dist/cjs/clusters/valid-proxies.js +68 -0
  482. package/dist/cjs/clusters/valid-proxies.js.map +6 -0
  483. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +1146 -0
  484. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -0
  485. package/dist/cjs/clusters/valve-configuration-and-control.js +375 -0
  486. package/dist/cjs/clusters/valve-configuration-and-control.js.map +6 -0
  487. package/dist/cjs/clusters/wake-on-lan.d.ts +78 -0
  488. package/dist/cjs/clusters/wake-on-lan.d.ts.map +1 -0
  489. package/dist/cjs/clusters/wake-on-lan.js +71 -0
  490. package/dist/cjs/clusters/wake-on-lan.js.map +6 -0
  491. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +928 -0
  492. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -0
  493. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +344 -0
  494. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +6 -0
  495. package/dist/cjs/clusters/window-covering.d.ts +2864 -0
  496. package/dist/cjs/clusters/window-covering.d.ts.map +1 -0
  497. package/dist/cjs/clusters/window-covering.js +907 -0
  498. package/dist/cjs/clusters/window-covering.js.map +6 -0
  499. package/dist/cjs/commissioning/CommissioningConstants.d.ts +11 -0
  500. package/dist/cjs/commissioning/CommissioningConstants.d.ts.map +1 -0
  501. package/dist/cjs/commissioning/CommissioningConstants.js +39 -0
  502. package/dist/cjs/commissioning/CommissioningConstants.js.map +6 -0
  503. package/dist/cjs/commissioning/CommissioningOptions.d.ts +38 -0
  504. package/dist/cjs/commissioning/CommissioningOptions.d.ts.map +1 -0
  505. package/dist/cjs/commissioning/CommissioningOptions.js +46 -0
  506. package/dist/cjs/commissioning/CommissioningOptions.js.map +6 -0
  507. package/dist/cjs/commissioning/index.d.ts +8 -0
  508. package/dist/cjs/commissioning/index.d.ts.map +1 -0
  509. package/dist/cjs/commissioning/index.js +25 -0
  510. package/dist/cjs/commissioning/index.js.map +6 -0
  511. package/dist/cjs/common/DeviceClassification.d.ts +44 -0
  512. package/dist/cjs/common/DeviceClassification.d.ts.map +1 -0
  513. package/dist/cjs/common/DeviceClassification.js +38 -0
  514. package/dist/cjs/common/DeviceClassification.js.map +6 -0
  515. package/dist/cjs/common/ProductDescription.d.ts +25 -0
  516. package/dist/cjs/common/ProductDescription.d.ts.map +1 -0
  517. package/dist/cjs/common/ProductDescription.js +22 -0
  518. package/dist/cjs/common/ProductDescription.js.map +6 -0
  519. package/dist/cjs/common/StatusCode.d.ts +17 -0
  520. package/dist/cjs/common/StatusCode.d.ts.map +1 -0
  521. package/dist/cjs/common/StatusCode.js +44 -0
  522. package/dist/cjs/common/StatusCode.js.map +6 -0
  523. package/dist/cjs/common/ValidationError.d.ts +38 -0
  524. package/dist/cjs/common/ValidationError.d.ts.map +1 -0
  525. package/dist/cjs/common/ValidationError.js +64 -0
  526. package/dist/cjs/common/ValidationError.js.map +6 -0
  527. package/dist/cjs/common/index.d.ts +9 -0
  528. package/dist/cjs/common/index.d.ts.map +1 -0
  529. package/dist/cjs/common/index.js +26 -0
  530. package/dist/cjs/common/index.js.map +6 -0
  531. package/dist/cjs/datatype/AttributeId.d.ts +21 -0
  532. package/dist/cjs/datatype/AttributeId.d.ts.map +1 -0
  533. package/dist/cjs/datatype/AttributeId.js +59 -0
  534. package/dist/cjs/datatype/AttributeId.js.map +6 -0
  535. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts +28 -0
  536. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -0
  537. package/dist/cjs/datatype/CaseAuthenticatedTag.js +75 -0
  538. package/dist/cjs/datatype/CaseAuthenticatedTag.js.map +6 -0
  539. package/dist/cjs/datatype/ClusterId.d.ts +24 -0
  540. package/dist/cjs/datatype/ClusterId.d.ts.map +1 -0
  541. package/dist/cjs/datatype/ClusterId.js +66 -0
  542. package/dist/cjs/datatype/ClusterId.js.map +6 -0
  543. package/dist/cjs/datatype/CommandId.d.ts +20 -0
  544. package/dist/cjs/datatype/CommandId.d.ts.map +1 -0
  545. package/dist/cjs/datatype/CommandId.js +53 -0
  546. package/dist/cjs/datatype/CommandId.js.map +6 -0
  547. package/dist/cjs/datatype/DataVersion.d.ts +18 -0
  548. package/dist/cjs/datatype/DataVersion.d.ts.map +1 -0
  549. package/dist/cjs/datatype/DataVersion.js +40 -0
  550. package/dist/cjs/datatype/DataVersion.js.map +6 -0
  551. package/dist/cjs/datatype/DeviceTypeId.d.ts +20 -0
  552. package/dist/cjs/datatype/DeviceTypeId.d.ts.map +1 -0
  553. package/dist/cjs/datatype/DeviceTypeId.js +53 -0
  554. package/dist/cjs/datatype/DeviceTypeId.js.map +6 -0
  555. package/dist/cjs/datatype/EndpointNumber.d.ts +20 -0
  556. package/dist/cjs/datatype/EndpointNumber.d.ts.map +1 -0
  557. package/dist/cjs/datatype/EndpointNumber.js +48 -0
  558. package/dist/cjs/datatype/EndpointNumber.js.map +6 -0
  559. package/dist/cjs/datatype/EntryIndex.d.ts +18 -0
  560. package/dist/cjs/datatype/EntryIndex.d.ts.map +1 -0
  561. package/dist/cjs/datatype/EntryIndex.js +40 -0
  562. package/dist/cjs/datatype/EntryIndex.js.map +6 -0
  563. package/dist/cjs/datatype/EventId.d.ts +20 -0
  564. package/dist/cjs/datatype/EventId.d.ts.map +1 -0
  565. package/dist/cjs/datatype/EventId.js +53 -0
  566. package/dist/cjs/datatype/EventId.js.map +6 -0
  567. package/dist/cjs/datatype/EventNumber.d.ts +18 -0
  568. package/dist/cjs/datatype/EventNumber.d.ts.map +1 -0
  569. package/dist/cjs/datatype/EventNumber.js +40 -0
  570. package/dist/cjs/datatype/EventNumber.js.map +6 -0
  571. package/dist/cjs/datatype/FabricId.d.ts +18 -0
  572. package/dist/cjs/datatype/FabricId.d.ts.map +1 -0
  573. package/dist/cjs/datatype/FabricId.js +41 -0
  574. package/dist/cjs/datatype/FabricId.js.map +6 -0
  575. package/dist/cjs/datatype/FabricIndex.d.ts +31 -0
  576. package/dist/cjs/datatype/FabricIndex.d.ts.map +1 -0
  577. package/dist/cjs/datatype/FabricIndex.js +64 -0
  578. package/dist/cjs/datatype/FabricIndex.js.map +6 -0
  579. package/dist/cjs/datatype/FieldId.d.ts +22 -0
  580. package/dist/cjs/datatype/FieldId.d.ts.map +1 -0
  581. package/dist/cjs/datatype/FieldId.js +59 -0
  582. package/dist/cjs/datatype/FieldId.js.map +6 -0
  583. package/dist/cjs/datatype/GroupId.d.ts +28 -0
  584. package/dist/cjs/datatype/GroupId.d.ts.map +1 -0
  585. package/dist/cjs/datatype/GroupId.js +49 -0
  586. package/dist/cjs/datatype/GroupId.js.map +6 -0
  587. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts +23 -0
  588. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -0
  589. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.js +63 -0
  590. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.js.map +6 -0
  591. package/dist/cjs/datatype/NodeId.d.ts +58 -0
  592. package/dist/cjs/datatype/NodeId.d.ts.map +1 -0
  593. package/dist/cjs/datatype/NodeId.js +97 -0
  594. package/dist/cjs/datatype/NodeId.js.map +6 -0
  595. package/dist/cjs/datatype/SubjectId.d.ts +16 -0
  596. package/dist/cjs/datatype/SubjectId.d.ts.map +1 -0
  597. package/dist/cjs/datatype/SubjectId.js +31 -0
  598. package/dist/cjs/datatype/SubjectId.js.map +6 -0
  599. package/dist/cjs/datatype/VendorId.d.ts +22 -0
  600. package/dist/cjs/datatype/VendorId.d.ts.map +1 -0
  601. package/dist/cjs/datatype/VendorId.js +55 -0
  602. package/dist/cjs/datatype/VendorId.js.map +6 -0
  603. package/dist/cjs/datatype/index.d.ts +24 -0
  604. package/dist/cjs/datatype/index.d.ts.map +1 -0
  605. package/dist/cjs/datatype/index.js +41 -0
  606. package/dist/cjs/datatype/index.js.map +6 -0
  607. package/dist/cjs/globals/MeasurementAccuracy.d.ts +64 -0
  608. package/dist/cjs/globals/MeasurementAccuracy.d.ts.map +1 -0
  609. package/dist/cjs/globals/MeasurementAccuracy.js +67 -0
  610. package/dist/cjs/globals/MeasurementAccuracy.js.map +6 -0
  611. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +135 -0
  612. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts.map +1 -0
  613. package/dist/cjs/globals/MeasurementAccuracyRange.js +97 -0
  614. package/dist/cjs/globals/MeasurementAccuracyRange.js.map +6 -0
  615. package/dist/cjs/globals/MeasurementType.d.ts +69 -0
  616. package/dist/cjs/globals/MeasurementType.d.ts.map +1 -0
  617. package/dist/cjs/globals/MeasurementType.js +47 -0
  618. package/dist/cjs/globals/MeasurementType.js.map +6 -0
  619. package/dist/cjs/globals/Priority.d.ts +32 -0
  620. package/dist/cjs/globals/Priority.d.ts.map +1 -0
  621. package/dist/cjs/globals/Priority.js +35 -0
  622. package/dist/cjs/globals/Priority.js.map +6 -0
  623. package/dist/cjs/globals/Semtag.d.ts +68 -0
  624. package/dist/cjs/globals/Semtag.d.ts.map +1 -0
  625. package/dist/cjs/globals/Semtag.js +79 -0
  626. package/dist/cjs/globals/Semtag.js.map +6 -0
  627. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +32 -0
  628. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts.map +1 -0
  629. package/dist/cjs/globals/SoftwareVersionCertificationStatus.js +36 -0
  630. package/dist/cjs/globals/SoftwareVersionCertificationStatus.js.map +6 -0
  631. package/dist/cjs/globals/Status.d.ts +206 -0
  632. package/dist/cjs/globals/Status.d.ts.map +1 -0
  633. package/dist/cjs/globals/Status.js +61 -0
  634. package/dist/cjs/globals/Status.js.map +6 -0
  635. package/dist/cjs/globals/Tod.d.ts +41 -0
  636. package/dist/cjs/globals/Tod.d.ts.map +1 -0
  637. package/dist/cjs/globals/Tod.js +49 -0
  638. package/dist/cjs/globals/Tod.js.map +6 -0
  639. package/dist/cjs/globals/WildcardPathFlags.d.ts +52 -0
  640. package/dist/cjs/globals/WildcardPathFlags.d.ts.map +1 -0
  641. package/dist/cjs/globals/WildcardPathFlags.js +68 -0
  642. package/dist/cjs/globals/WildcardPathFlags.js.map +6 -0
  643. package/dist/cjs/globals/index.d.ts +16 -0
  644. package/dist/cjs/globals/index.d.ts.map +1 -0
  645. package/dist/cjs/globals/index.js +32 -0
  646. package/dist/cjs/globals/index.js.map +6 -0
  647. package/dist/cjs/index.d.ts +14 -0
  648. package/dist/cjs/index.d.ts.map +1 -0
  649. package/dist/cjs/index.js +31 -0
  650. package/dist/cjs/index.js.map +6 -0
  651. package/dist/cjs/package.json +8 -0
  652. package/dist/cjs/protocol/definitions/index.d.ts +8 -0
  653. package/dist/cjs/protocol/definitions/index.d.ts.map +1 -0
  654. package/dist/cjs/protocol/definitions/index.js +25 -0
  655. package/dist/cjs/protocol/definitions/index.js.map +6 -0
  656. package/dist/cjs/protocol/definitions/interaction.d.ts +12 -0
  657. package/dist/cjs/protocol/definitions/interaction.d.ts.map +1 -0
  658. package/dist/cjs/protocol/definitions/interaction.js +32 -0
  659. package/dist/cjs/protocol/definitions/interaction.js.map +6 -0
  660. package/dist/cjs/protocol/definitions/secure-channel.d.ts +99 -0
  661. package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -0
  662. package/dist/cjs/protocol/definitions/secure-channel.js +79 -0
  663. package/dist/cjs/protocol/definitions/secure-channel.js.map +6 -0
  664. package/dist/cjs/protocol/index.d.ts +9 -0
  665. package/dist/cjs/protocol/index.d.ts.map +1 -0
  666. package/dist/cjs/protocol/index.js +26 -0
  667. package/dist/cjs/protocol/index.js.map +6 -0
  668. package/dist/cjs/protocol/messages/TlvDataReport.d.ts +98 -0
  669. package/dist/cjs/protocol/messages/TlvDataReport.d.ts.map +1 -0
  670. package/dist/cjs/protocol/messages/TlvDataReport.js +47 -0
  671. package/dist/cjs/protocol/messages/TlvDataReport.js.map +6 -0
  672. package/dist/cjs/protocol/messages/TlvDataReportForSend.d.ts +19 -0
  673. package/dist/cjs/protocol/messages/TlvDataReportForSend.d.ts.map +1 -0
  674. package/dist/cjs/protocol/messages/TlvDataReportForSend.js +46 -0
  675. package/dist/cjs/protocol/messages/TlvDataReportForSend.js.map +6 -0
  676. package/dist/cjs/protocol/messages/TlvInvokeRequest.d.ts +24 -0
  677. package/dist/cjs/protocol/messages/TlvInvokeRequest.d.ts.map +1 -0
  678. package/dist/cjs/protocol/messages/TlvInvokeRequest.js +43 -0
  679. package/dist/cjs/protocol/messages/TlvInvokeRequest.js.map +6 -0
  680. package/dist/cjs/protocol/messages/TlvInvokeResponse.d.ts +37 -0
  681. package/dist/cjs/protocol/messages/TlvInvokeResponse.d.ts.map +1 -0
  682. package/dist/cjs/protocol/messages/TlvInvokeResponse.js +42 -0
  683. package/dist/cjs/protocol/messages/TlvInvokeResponse.js.map +6 -0
  684. package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.d.ts +12 -0
  685. package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.d.ts.map +1 -0
  686. package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.js +40 -0
  687. package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.js.map +6 -0
  688. package/dist/cjs/protocol/messages/TlvReadRequest.d.ts +54 -0
  689. package/dist/cjs/protocol/messages/TlvReadRequest.d.ts.map +1 -0
  690. package/dist/cjs/protocol/messages/TlvReadRequest.js +50 -0
  691. package/dist/cjs/protocol/messages/TlvReadRequest.js.map +6 -0
  692. package/dist/cjs/protocol/messages/TlvStatusResponse.d.ts +12 -0
  693. package/dist/cjs/protocol/messages/TlvStatusResponse.d.ts.map +1 -0
  694. package/dist/cjs/protocol/messages/TlvStatusResponse.js +36 -0
  695. package/dist/cjs/protocol/messages/TlvStatusResponse.js.map +6 -0
  696. package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts +60 -0
  697. package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -0
  698. package/dist/cjs/protocol/messages/TlvSubscribeRequest.js +56 -0
  699. package/dist/cjs/protocol/messages/TlvSubscribeRequest.js.map +6 -0
  700. package/dist/cjs/protocol/messages/TlvSubscribeResponse.d.ts +14 -0
  701. package/dist/cjs/protocol/messages/TlvSubscribeResponse.d.ts.map +1 -0
  702. package/dist/cjs/protocol/messages/TlvSubscribeResponse.js +38 -0
  703. package/dist/cjs/protocol/messages/TlvSubscribeResponse.js.map +6 -0
  704. package/dist/cjs/protocol/messages/TlvTimedRequest.d.ts +12 -0
  705. package/dist/cjs/protocol/messages/TlvTimedRequest.d.ts.map +1 -0
  706. package/dist/cjs/protocol/messages/TlvTimedRequest.js +36 -0
  707. package/dist/cjs/protocol/messages/TlvTimedRequest.js.map +6 -0
  708. package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts +39 -0
  709. package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts.map +1 -0
  710. package/dist/cjs/protocol/messages/TlvWriteRequest.js +44 -0
  711. package/dist/cjs/protocol/messages/TlvWriteRequest.js.map +6 -0
  712. package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts +36 -0
  713. package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts.map +1 -0
  714. package/dist/cjs/protocol/messages/TlvWriteResponse.js +38 -0
  715. package/dist/cjs/protocol/messages/TlvWriteResponse.js.map +6 -0
  716. package/dist/cjs/protocol/messages/index.d.ts +18 -0
  717. package/dist/cjs/protocol/messages/index.d.ts.map +1 -0
  718. package/dist/cjs/protocol/messages/index.js +35 -0
  719. package/dist/cjs/protocol/messages/index.js.map +6 -0
  720. package/dist/cjs/protocol/types/TlvAttributeData.d.ts +30 -0
  721. package/dist/cjs/protocol/types/TlvAttributeData.d.ts.map +1 -0
  722. package/dist/cjs/protocol/types/TlvAttributeData.js +39 -0
  723. package/dist/cjs/protocol/types/TlvAttributeData.js.map +6 -0
  724. package/dist/cjs/protocol/types/TlvAttributePath.d.ts +26 -0
  725. package/dist/cjs/protocol/types/TlvAttributePath.d.ts.map +1 -0
  726. package/dist/cjs/protocol/types/TlvAttributePath.js +48 -0
  727. package/dist/cjs/protocol/types/TlvAttributePath.js.map +6 -0
  728. package/dist/cjs/protocol/types/TlvAttributeReport.d.ts +57 -0
  729. package/dist/cjs/protocol/types/TlvAttributeReport.d.ts.map +1 -0
  730. package/dist/cjs/protocol/types/TlvAttributeReport.js +37 -0
  731. package/dist/cjs/protocol/types/TlvAttributeReport.js.map +6 -0
  732. package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts +29 -0
  733. package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts.map +1 -0
  734. package/dist/cjs/protocol/types/TlvAttributeReportData.js +39 -0
  735. package/dist/cjs/protocol/types/TlvAttributeReportData.js.map +6 -0
  736. package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts +32 -0
  737. package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts.map +1 -0
  738. package/dist/cjs/protocol/types/TlvAttributeStatus.js +37 -0
  739. package/dist/cjs/protocol/types/TlvAttributeStatus.js.map +6 -0
  740. package/dist/cjs/protocol/types/TlvClusterPath.d.ts +12 -0
  741. package/dist/cjs/protocol/types/TlvClusterPath.d.ts.map +1 -0
  742. package/dist/cjs/protocol/types/TlvClusterPath.js +39 -0
  743. package/dist/cjs/protocol/types/TlvClusterPath.js.map +6 -0
  744. package/dist/cjs/protocol/types/TlvCommandData.d.ts +16 -0
  745. package/dist/cjs/protocol/types/TlvCommandData.d.ts.map +1 -0
  746. package/dist/cjs/protocol/types/TlvCommandData.js +39 -0
  747. package/dist/cjs/protocol/types/TlvCommandData.js.map +6 -0
  748. package/dist/cjs/protocol/types/TlvCommandPath.d.ts +12 -0
  749. package/dist/cjs/protocol/types/TlvCommandPath.d.ts.map +1 -0
  750. package/dist/cjs/protocol/types/TlvCommandPath.js +39 -0
  751. package/dist/cjs/protocol/types/TlvCommandPath.js.map +6 -0
  752. package/dist/cjs/protocol/types/TlvCommandStatus.d.ts +19 -0
  753. package/dist/cjs/protocol/types/TlvCommandStatus.d.ts.map +1 -0
  754. package/dist/cjs/protocol/types/TlvCommandStatus.js +39 -0
  755. package/dist/cjs/protocol/types/TlvCommandStatus.js.map +6 -0
  756. package/dist/cjs/protocol/types/TlvDataVersionFilter.d.ts +15 -0
  757. package/dist/cjs/protocol/types/TlvDataVersionFilter.d.ts.map +1 -0
  758. package/dist/cjs/protocol/types/TlvDataVersionFilter.js +37 -0
  759. package/dist/cjs/protocol/types/TlvDataVersionFilter.js.map +6 -0
  760. package/dist/cjs/protocol/types/TlvEventData.d.ts +24 -0
  761. package/dist/cjs/protocol/types/TlvEventData.d.ts.map +1 -0
  762. package/dist/cjs/protocol/types/TlvEventData.js +45 -0
  763. package/dist/cjs/protocol/types/TlvEventData.js.map +6 -0
  764. package/dist/cjs/protocol/types/TlvEventFilter.d.ts +11 -0
  765. package/dist/cjs/protocol/types/TlvEventFilter.d.ts.map +1 -0
  766. package/dist/cjs/protocol/types/TlvEventFilter.js +37 -0
  767. package/dist/cjs/protocol/types/TlvEventFilter.js.map +6 -0
  768. package/dist/cjs/protocol/types/TlvEventPath.d.ts +14 -0
  769. package/dist/cjs/protocol/types/TlvEventPath.d.ts.map +1 -0
  770. package/dist/cjs/protocol/types/TlvEventPath.js +43 -0
  771. package/dist/cjs/protocol/types/TlvEventPath.js.map +6 -0
  772. package/dist/cjs/protocol/types/TlvEventReport.d.ts +38 -0
  773. package/dist/cjs/protocol/types/TlvEventReport.d.ts.map +1 -0
  774. package/dist/cjs/protocol/types/TlvEventReport.js +37 -0
  775. package/dist/cjs/protocol/types/TlvEventReport.js.map +6 -0
  776. package/dist/cjs/protocol/types/TlvEventStatus.d.ts +20 -0
  777. package/dist/cjs/protocol/types/TlvEventStatus.d.ts.map +1 -0
  778. package/dist/cjs/protocol/types/TlvEventStatus.js +37 -0
  779. package/dist/cjs/protocol/types/TlvEventStatus.js.map +6 -0
  780. package/dist/cjs/protocol/types/TlvInvokeResponseData.d.ts +30 -0
  781. package/dist/cjs/protocol/types/TlvInvokeResponseData.d.ts.map +1 -0
  782. package/dist/cjs/protocol/types/TlvInvokeResponseData.js +37 -0
  783. package/dist/cjs/protocol/types/TlvInvokeResponseData.js.map +6 -0
  784. package/dist/cjs/protocol/types/TlvStatus.d.ts +11 -0
  785. package/dist/cjs/protocol/types/TlvStatus.d.ts.map +1 -0
  786. package/dist/cjs/protocol/types/TlvStatus.js +37 -0
  787. package/dist/cjs/protocol/types/TlvStatus.js.map +6 -0
  788. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts +28 -0
  789. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -0
  790. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.js +50 -0
  791. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.js.map +6 -0
  792. package/dist/cjs/protocol/types/index.d.ts +23 -0
  793. package/dist/cjs/protocol/types/index.d.ts.map +1 -0
  794. package/dist/cjs/protocol/types/index.js +40 -0
  795. package/dist/cjs/protocol/types/index.js.map +6 -0
  796. package/dist/cjs/schema/Base38Schema.d.ts +16 -0
  797. package/dist/cjs/schema/Base38Schema.d.ts.map +1 -0
  798. package/dist/cjs/schema/Base38Schema.js +110 -0
  799. package/dist/cjs/schema/Base38Schema.js.map +6 -0
  800. package/dist/cjs/schema/BitmapSchema.d.ts +76 -0
  801. package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -0
  802. package/dist/cjs/schema/BitmapSchema.js +192 -0
  803. package/dist/cjs/schema/BitmapSchema.js.map +6 -0
  804. package/dist/cjs/schema/PairingCodeSchema.d.ts +105 -0
  805. package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -0
  806. package/dist/cjs/schema/PairingCodeSchema.js +191 -0
  807. package/dist/cjs/schema/PairingCodeSchema.js.map +6 -0
  808. package/dist/cjs/schema/QrCodeSchema.d.ts +14 -0
  809. package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -0
  810. package/dist/cjs/schema/QrCodeSchema.js +204 -0
  811. package/dist/cjs/schema/QrCodeSchema.js.map +6 -0
  812. package/dist/cjs/schema/Schema.d.ts +17 -0
  813. package/dist/cjs/schema/Schema.d.ts.map +1 -0
  814. package/dist/cjs/schema/Schema.js +47 -0
  815. package/dist/cjs/schema/Schema.js.map +6 -0
  816. package/dist/cjs/schema/SpecificationVersionSchema.d.ts +21 -0
  817. package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -0
  818. package/dist/cjs/schema/SpecificationVersionSchema.js +42 -0
  819. package/dist/cjs/schema/SpecificationVersionSchema.js.map +6 -0
  820. package/dist/cjs/schema/index.d.ts +11 -0
  821. package/dist/cjs/schema/index.d.ts.map +1 -0
  822. package/dist/cjs/schema/index.js +28 -0
  823. package/dist/cjs/schema/index.js.map +6 -0
  824. package/dist/cjs/tlv/TlvAny.d.ts +22 -0
  825. package/dist/cjs/tlv/TlvAny.d.ts.map +1 -0
  826. package/dist/cjs/tlv/TlvAny.js +204 -0
  827. package/dist/cjs/tlv/TlvAny.js.map +6 -0
  828. package/dist/cjs/tlv/TlvArray.d.ts +39 -0
  829. package/dist/cjs/tlv/TlvArray.d.ts.map +1 -0
  830. package/dist/cjs/tlv/TlvArray.js +126 -0
  831. package/dist/cjs/tlv/TlvArray.js.map +6 -0
  832. package/dist/cjs/tlv/TlvBoolean.d.ts +20 -0
  833. package/dist/cjs/tlv/TlvBoolean.d.ts.map +1 -0
  834. package/dist/cjs/tlv/TlvBoolean.js +48 -0
  835. package/dist/cjs/tlv/TlvBoolean.js.map +6 -0
  836. package/dist/cjs/tlv/TlvCodec.d.ts +100 -0
  837. package/dist/cjs/tlv/TlvCodec.d.ts.map +1 -0
  838. package/dist/cjs/tlv/TlvCodec.js +404 -0
  839. package/dist/cjs/tlv/TlvCodec.js.map +6 -0
  840. package/dist/cjs/tlv/TlvNoArguments.d.ts +17 -0
  841. package/dist/cjs/tlv/TlvNoArguments.d.ts.map +1 -0
  842. package/dist/cjs/tlv/TlvNoArguments.js +41 -0
  843. package/dist/cjs/tlv/TlvNoArguments.js.map +6 -0
  844. package/dist/cjs/tlv/TlvNullable.d.ts +24 -0
  845. package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -0
  846. package/dist/cjs/tlv/TlvNullable.js +71 -0
  847. package/dist/cjs/tlv/TlvNullable.js.map +6 -0
  848. package/dist/cjs/tlv/TlvNumber.d.ts +57 -0
  849. package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -0
  850. package/dist/cjs/tlv/TlvNumber.js +186 -0
  851. package/dist/cjs/tlv/TlvNumber.js.map +6 -0
  852. package/dist/cjs/tlv/TlvObject.d.ts +103 -0
  853. package/dist/cjs/tlv/TlvObject.d.ts.map +1 -0
  854. package/dist/cjs/tlv/TlvObject.js +275 -0
  855. package/dist/cjs/tlv/TlvObject.js.map +6 -0
  856. package/dist/cjs/tlv/TlvSchema.d.ts +81 -0
  857. package/dist/cjs/tlv/TlvSchema.d.ts.map +1 -0
  858. package/dist/cjs/tlv/TlvSchema.js +113 -0
  859. package/dist/cjs/tlv/TlvSchema.js.map +6 -0
  860. package/dist/cjs/tlv/TlvString.d.ts +40 -0
  861. package/dist/cjs/tlv/TlvString.d.ts.map +1 -0
  862. package/dist/cjs/tlv/TlvString.js +84 -0
  863. package/dist/cjs/tlv/TlvString.js.map +6 -0
  864. package/dist/cjs/tlv/TlvVoid.d.ts +19 -0
  865. package/dist/cjs/tlv/TlvVoid.d.ts.map +1 -0
  866. package/dist/cjs/tlv/TlvVoid.js +46 -0
  867. package/dist/cjs/tlv/TlvVoid.js.map +6 -0
  868. package/dist/cjs/tlv/TlvWrapper.d.ts +17 -0
  869. package/dist/cjs/tlv/TlvWrapper.d.ts.map +1 -0
  870. package/dist/cjs/tlv/TlvWrapper.js +47 -0
  871. package/dist/cjs/tlv/TlvWrapper.js.map +6 -0
  872. package/dist/cjs/tlv/index.d.ts +18 -0
  873. package/dist/cjs/tlv/index.d.ts.map +1 -0
  874. package/dist/cjs/tlv/index.js +35 -0
  875. package/dist/cjs/tlv/index.js.map +6 -0
  876. package/dist/cjs/tsconfig.tsbuildinfo +1 -0
  877. package/dist/esm/cluster/Cluster.d.ts +250 -0
  878. package/dist/esm/cluster/Cluster.d.ts.map +1 -0
  879. package/dist/esm/cluster/Cluster.js +587 -0
  880. package/dist/esm/cluster/Cluster.js.map +6 -0
  881. package/dist/esm/cluster/ClusterHelper.d.ts +30 -0
  882. package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -0
  883. package/dist/esm/cluster/ClusterHelper.js +158 -0
  884. package/dist/esm/cluster/ClusterHelper.js.map +6 -0
  885. package/dist/esm/cluster/ClusterRegistry.d.ts +23 -0
  886. package/dist/esm/cluster/ClusterRegistry.d.ts.map +1 -0
  887. package/dist/esm/cluster/ClusterRegistry.js +27 -0
  888. package/dist/esm/cluster/ClusterRegistry.js.map +6 -0
  889. package/dist/esm/cluster/ClusterType.d.ts +227 -0
  890. package/dist/esm/cluster/ClusterType.d.ts.map +1 -0
  891. package/dist/esm/cluster/ClusterType.js +46 -0
  892. package/dist/esm/cluster/ClusterType.js.map +6 -0
  893. package/dist/esm/cluster/index.d.ts +12 -0
  894. package/dist/esm/cluster/index.d.ts.map +1 -0
  895. package/dist/esm/cluster/index.js +12 -0
  896. package/dist/esm/cluster/index.js.map +6 -0
  897. package/dist/esm/cluster/mutation/ClusterComposer.d.ts +115 -0
  898. package/dist/esm/cluster/mutation/ClusterComposer.d.ts.map +1 -0
  899. package/dist/esm/cluster/mutation/ClusterComposer.js +131 -0
  900. package/dist/esm/cluster/mutation/ClusterComposer.js.map +6 -0
  901. package/dist/esm/cluster/mutation/ElementModifier.d.ts +124 -0
  902. package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +1 -0
  903. package/dist/esm/cluster/mutation/ElementModifier.js +80 -0
  904. package/dist/esm/cluster/mutation/ElementModifier.js.map +6 -0
  905. package/dist/esm/cluster/mutation/MutableCluster.d.ts +75 -0
  906. package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -0
  907. package/dist/esm/cluster/mutation/MutableCluster.js +63 -0
  908. package/dist/esm/cluster/mutation/MutableCluster.js.map +6 -0
  909. package/dist/esm/cluster/mutation/index.d.ts +9 -0
  910. package/dist/esm/cluster/mutation/index.d.ts.map +1 -0
  911. package/dist/esm/cluster/mutation/index.js +9 -0
  912. package/dist/esm/cluster/mutation/index.js.map +6 -0
  913. package/dist/esm/clusters/access-control.d.ts +850 -0
  914. package/dist/esm/clusters/access-control.d.ts.map +1 -0
  915. package/dist/esm/clusters/access-control.js +358 -0
  916. package/dist/esm/clusters/access-control.js.map +6 -0
  917. package/dist/esm/clusters/account-login.d.ts +359 -0
  918. package/dist/esm/clusters/account-login.d.ts.map +1 -0
  919. package/dist/esm/clusters/account-login.js +225 -0
  920. package/dist/esm/clusters/account-login.js.map +6 -0
  921. package/dist/esm/clusters/actions.d.ts +1170 -0
  922. package/dist/esm/clusters/actions.d.ts.map +1 -0
  923. package/dist/esm/clusters/actions.js +543 -0
  924. package/dist/esm/clusters/actions.js.map +6 -0
  925. package/dist/esm/clusters/activated-carbon-filter-monitoring.d.ts +162 -0
  926. package/dist/esm/clusters/activated-carbon-filter-monitoring.d.ts.map +1 -0
  927. package/dist/esm/clusters/activated-carbon-filter-monitoring.js +27 -0
  928. package/dist/esm/clusters/activated-carbon-filter-monitoring.js.map +6 -0
  929. package/dist/esm/clusters/administrator-commissioning.d.ts +885 -0
  930. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -0
  931. package/dist/esm/clusters/administrator-commissioning.js +295 -0
  932. package/dist/esm/clusters/administrator-commissioning.js.map +6 -0
  933. package/dist/esm/clusters/air-quality.d.ts +189 -0
  934. package/dist/esm/clusters/air-quality.d.ts.map +1 -0
  935. package/dist/esm/clusters/air-quality.js +84 -0
  936. package/dist/esm/clusters/air-quality.js.map +6 -0
  937. package/dist/esm/clusters/alarm-base.d.ts +451 -0
  938. package/dist/esm/clusters/alarm-base.d.ts.map +1 -0
  939. package/dist/esm/clusters/alarm-base.js +188 -0
  940. package/dist/esm/clusters/alarm-base.js.map +6 -0
  941. package/dist/esm/clusters/application-basic.d.ts +169 -0
  942. package/dist/esm/clusters/application-basic.d.ts.map +1 -0
  943. package/dist/esm/clusters/application-basic.js +120 -0
  944. package/dist/esm/clusters/application-basic.js.map +6 -0
  945. package/dist/esm/clusters/application-launcher.d.ts +1084 -0
  946. package/dist/esm/clusters/application-launcher.d.ts.map +1 -0
  947. package/dist/esm/clusters/application-launcher.js +230 -0
  948. package/dist/esm/clusters/application-launcher.js.map +6 -0
  949. package/dist/esm/clusters/audio-output.d.ts +439 -0
  950. package/dist/esm/clusters/audio-output.d.ts.map +1 -0
  951. package/dist/esm/clusters/audio-output.js +143 -0
  952. package/dist/esm/clusters/audio-output.js.map +6 -0
  953. package/dist/esm/clusters/ballast-configuration.d.ts +248 -0
  954. package/dist/esm/clusters/ballast-configuration.d.ts.map +1 -0
  955. package/dist/esm/clusters/ballast-configuration.js +236 -0
  956. package/dist/esm/clusters/ballast-configuration.js.map +6 -0
  957. package/dist/esm/clusters/basic-information.d.ts +628 -0
  958. package/dist/esm/clusters/basic-information.d.ts.map +1 -0
  959. package/dist/esm/clusters/basic-information.js +447 -0
  960. package/dist/esm/clusters/basic-information.js.map +6 -0
  961. package/dist/esm/clusters/binding.d.ts +136 -0
  962. package/dist/esm/clusters/binding.d.ts.map +1 -0
  963. package/dist/esm/clusters/binding.js +76 -0
  964. package/dist/esm/clusters/binding.js.map +6 -0
  965. package/dist/esm/clusters/boolean-state-configuration.d.ts +1737 -0
  966. package/dist/esm/clusters/boolean-state-configuration.d.ts.map +1 -0
  967. package/dist/esm/clusters/boolean-state-configuration.js +352 -0
  968. package/dist/esm/clusters/boolean-state-configuration.js.map +6 -0
  969. package/dist/esm/clusters/boolean-state.d.ts +79 -0
  970. package/dist/esm/clusters/boolean-state.d.ts.map +1 -0
  971. package/dist/esm/clusters/boolean-state.js +55 -0
  972. package/dist/esm/clusters/boolean-state.js.map +6 -0
  973. package/dist/esm/clusters/bridged-device-basic-information.d.ts +159 -0
  974. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -0
  975. package/dist/esm/clusters/bridged-device-basic-information.js +142 -0
  976. package/dist/esm/clusters/bridged-device-basic-information.js.map +6 -0
  977. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.d.ts +310 -0
  978. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.d.ts.map +1 -0
  979. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.js +31 -0
  980. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.js.map +6 -0
  981. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.d.ts +310 -0
  982. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.d.ts.map +1 -0
  983. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.js +31 -0
  984. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.js.map +6 -0
  985. package/dist/esm/clusters/channel.d.ts +4764 -0
  986. package/dist/esm/clusters/channel.d.ts.map +1 -0
  987. package/dist/esm/clusters/channel.js +717 -0
  988. package/dist/esm/clusters/channel.js.map +6 -0
  989. package/dist/esm/clusters/color-control.d.ts +5084 -0
  990. package/dist/esm/clusters/color-control.d.ts.map +1 -0
  991. package/dist/esm/clusters/color-control.js +1381 -0
  992. package/dist/esm/clusters/color-control.js.map +6 -0
  993. package/dist/esm/clusters/concentration-measurement.d.ts +566 -0
  994. package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -0
  995. package/dist/esm/clusters/concentration-measurement.js +255 -0
  996. package/dist/esm/clusters/concentration-measurement.js.map +6 -0
  997. package/dist/esm/clusters/content-app-observer.d.ts +183 -0
  998. package/dist/esm/clusters/content-app-observer.d.ts.map +1 -0
  999. package/dist/esm/clusters/content-app-observer.js +79 -0
  1000. package/dist/esm/clusters/content-app-observer.js.map +6 -0
  1001. package/dist/esm/clusters/content-control.d.ts +3879 -0
  1002. package/dist/esm/clusters/content-control.d.ts.map +1 -0
  1003. package/dist/esm/clusters/content-control.js +955 -0
  1004. package/dist/esm/clusters/content-control.js.map +6 -0
  1005. package/dist/esm/clusters/content-launcher.d.ts +4265 -0
  1006. package/dist/esm/clusters/content-launcher.d.ts.map +1 -0
  1007. package/dist/esm/clusters/content-launcher.js +493 -0
  1008. package/dist/esm/clusters/content-launcher.js.map +6 -0
  1009. package/dist/esm/clusters/descriptor.d.ts +413 -0
  1010. package/dist/esm/clusters/descriptor.d.ts.map +1 -0
  1011. package/dist/esm/clusters/descriptor.js +141 -0
  1012. package/dist/esm/clusters/descriptor.js.map +6 -0
  1013. package/dist/esm/clusters/device-energy-management-mode.d.ts +374 -0
  1014. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -0
  1015. package/dist/esm/clusters/device-energy-management-mode.js +144 -0
  1016. package/dist/esm/clusters/device-energy-management-mode.js.map +6 -0
  1017. package/dist/esm/clusters/device-energy-management.d.ts +6333 -0
  1018. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -0
  1019. package/dist/esm/clusters/device-energy-management.js +1257 -0
  1020. package/dist/esm/clusters/device-energy-management.js.map +6 -0
  1021. package/dist/esm/clusters/diagnostic-logs.d.ts +341 -0
  1022. package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -0
  1023. package/dist/esm/clusters/diagnostic-logs.js +141 -0
  1024. package/dist/esm/clusters/diagnostic-logs.js.map +6 -0
  1025. package/dist/esm/clusters/dishwasher-alarm.d.ts +380 -0
  1026. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -0
  1027. package/dist/esm/clusters/dishwasher-alarm.js +160 -0
  1028. package/dist/esm/clusters/dishwasher-alarm.js.map +6 -0
  1029. package/dist/esm/clusters/dishwasher-mode.d.ts +194 -0
  1030. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -0
  1031. package/dist/esm/clusters/dishwasher-mode.js +92 -0
  1032. package/dist/esm/clusters/dishwasher-mode.js.map +6 -0
  1033. package/dist/esm/clusters/door-lock.d.ts +15808 -0
  1034. package/dist/esm/clusters/door-lock.d.ts.map +1 -0
  1035. package/dist/esm/clusters/door-lock.js +3207 -0
  1036. package/dist/esm/clusters/door-lock.js.map +6 -0
  1037. package/dist/esm/clusters/electrical-energy-measurement.d.ts +4074 -0
  1038. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -0
  1039. package/dist/esm/clusters/electrical-energy-measurement.js +449 -0
  1040. package/dist/esm/clusters/electrical-energy-measurement.js.map +6 -0
  1041. package/dist/esm/clusters/electrical-power-measurement.d.ts +2565 -0
  1042. package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -0
  1043. package/dist/esm/clusters/electrical-power-measurement.js +639 -0
  1044. package/dist/esm/clusters/electrical-power-measurement.js.map +6 -0
  1045. package/dist/esm/clusters/energy-evse-mode.d.ts +367 -0
  1046. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -0
  1047. package/dist/esm/clusters/energy-evse-mode.js +143 -0
  1048. package/dist/esm/clusters/energy-evse-mode.js.map +6 -0
  1049. package/dist/esm/clusters/energy-evse.d.ts +4153 -0
  1050. package/dist/esm/clusters/energy-evse.d.ts.map +1 -0
  1051. package/dist/esm/clusters/energy-evse.js +991 -0
  1052. package/dist/esm/clusters/energy-evse.js.map +6 -0
  1053. package/dist/esm/clusters/energy-preference.d.ts +665 -0
  1054. package/dist/esm/clusters/energy-preference.d.ts.map +1 -0
  1055. package/dist/esm/clusters/energy-preference.js +206 -0
  1056. package/dist/esm/clusters/energy-preference.js.map +6 -0
  1057. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +623 -0
  1058. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -0
  1059. package/dist/esm/clusters/ethernet-network-diagnostics.js +215 -0
  1060. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +6 -0
  1061. package/dist/esm/clusters/fan-control.d.ts +1289 -0
  1062. package/dist/esm/clusters/fan-control.d.ts.map +1 -0
  1063. package/dist/esm/clusters/fan-control.js +365 -0
  1064. package/dist/esm/clusters/fan-control.js.map +6 -0
  1065. package/dist/esm/clusters/fixed-label.d.ts +53 -0
  1066. package/dist/esm/clusters/fixed-label.d.ts.map +1 -0
  1067. package/dist/esm/clusters/fixed-label.js +33 -0
  1068. package/dist/esm/clusters/fixed-label.js.map +6 -0
  1069. package/dist/esm/clusters/flow-measurement.d.ts +69 -0
  1070. package/dist/esm/clusters/flow-measurement.d.ts.map +1 -0
  1071. package/dist/esm/clusters/flow-measurement.js +64 -0
  1072. package/dist/esm/clusters/flow-measurement.js.map +6 -0
  1073. package/dist/esm/clusters/formaldehyde-concentration-measurement.d.ts +310 -0
  1074. package/dist/esm/clusters/formaldehyde-concentration-measurement.d.ts.map +1 -0
  1075. package/dist/esm/clusters/formaldehyde-concentration-measurement.js +31 -0
  1076. package/dist/esm/clusters/formaldehyde-concentration-measurement.js.map +6 -0
  1077. package/dist/esm/clusters/general-commissioning.d.ts +575 -0
  1078. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -0
  1079. package/dist/esm/clusters/general-commissioning.js +427 -0
  1080. package/dist/esm/clusters/general-commissioning.js.map +6 -0
  1081. package/dist/esm/clusters/general-diagnostics.d.ts +1891 -0
  1082. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -0
  1083. package/dist/esm/clusters/general-diagnostics.js +551 -0
  1084. package/dist/esm/clusters/general-diagnostics.js.map +6 -0
  1085. package/dist/esm/clusters/group-key-management.d.ts +1254 -0
  1086. package/dist/esm/clusters/group-key-management.d.ts.map +1 -0
  1087. package/dist/esm/clusters/group-key-management.js +387 -0
  1088. package/dist/esm/clusters/group-key-management.js.map +6 -0
  1089. package/dist/esm/clusters/groups.d.ts +710 -0
  1090. package/dist/esm/clusters/groups.d.ts.map +1 -0
  1091. package/dist/esm/clusters/groups.js +250 -0
  1092. package/dist/esm/clusters/groups.js.map +6 -0
  1093. package/dist/esm/clusters/hepa-filter-monitoring.d.ts +162 -0
  1094. package/dist/esm/clusters/hepa-filter-monitoring.d.ts.map +1 -0
  1095. package/dist/esm/clusters/hepa-filter-monitoring.js +27 -0
  1096. package/dist/esm/clusters/hepa-filter-monitoring.js.map +6 -0
  1097. package/dist/esm/clusters/icd-management.d.ts +1744 -0
  1098. package/dist/esm/clusters/icd-management.d.ts.map +1 -0
  1099. package/dist/esm/clusters/icd-management.js +504 -0
  1100. package/dist/esm/clusters/icd-management.js.map +6 -0
  1101. package/dist/esm/clusters/identify.d.ts +219 -0
  1102. package/dist/esm/clusters/identify.d.ts.map +1 -0
  1103. package/dist/esm/clusters/identify.js +122 -0
  1104. package/dist/esm/clusters/identify.js.map +6 -0
  1105. package/dist/esm/clusters/illuminance-measurement.d.ts +94 -0
  1106. package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -0
  1107. package/dist/esm/clusters/illuminance-measurement.js +81 -0
  1108. package/dist/esm/clusters/illuminance-measurement.js.map +6 -0
  1109. package/dist/esm/clusters/index.d.ts +121 -0
  1110. package/dist/esm/clusters/index.d.ts.map +1 -0
  1111. package/dist/esm/clusters/index.js +381 -0
  1112. package/dist/esm/clusters/index.js.map +6 -0
  1113. package/dist/esm/clusters/keypad-input.d.ts +341 -0
  1114. package/dist/esm/clusters/keypad-input.d.ts.map +1 -0
  1115. package/dist/esm/clusters/keypad-input.js +187 -0
  1116. package/dist/esm/clusters/keypad-input.js.map +6 -0
  1117. package/dist/esm/clusters/label.d.ts +96 -0
  1118. package/dist/esm/clusters/label.d.ts.map +1 -0
  1119. package/dist/esm/clusters/label.js +46 -0
  1120. package/dist/esm/clusters/label.js.map +6 -0
  1121. package/dist/esm/clusters/laundry-dryer-controls.d.ts +82 -0
  1122. package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -0
  1123. package/dist/esm/clusters/laundry-dryer-controls.js +63 -0
  1124. package/dist/esm/clusters/laundry-dryer-controls.js.map +6 -0
  1125. package/dist/esm/clusters/laundry-washer-controls.d.ts +379 -0
  1126. package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -0
  1127. package/dist/esm/clusters/laundry-washer-controls.js +142 -0
  1128. package/dist/esm/clusters/laundry-washer-controls.js.map +6 -0
  1129. package/dist/esm/clusters/laundry-washer-mode.d.ts +200 -0
  1130. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -0
  1131. package/dist/esm/clusters/laundry-washer-mode.js +93 -0
  1132. package/dist/esm/clusters/laundry-washer-mode.js.map +6 -0
  1133. package/dist/esm/clusters/level-control.d.ts +2945 -0
  1134. package/dist/esm/clusters/level-control.d.ts.map +1 -0
  1135. package/dist/esm/clusters/level-control.js +406 -0
  1136. package/dist/esm/clusters/level-control.js.map +6 -0
  1137. package/dist/esm/clusters/localization-configuration.d.ts +60 -0
  1138. package/dist/esm/clusters/localization-configuration.d.ts.map +1 -0
  1139. package/dist/esm/clusters/localization-configuration.js +55 -0
  1140. package/dist/esm/clusters/localization-configuration.js.map +6 -0
  1141. package/dist/esm/clusters/low-power.d.ts +52 -0
  1142. package/dist/esm/clusters/low-power.d.ts.map +1 -0
  1143. package/dist/esm/clusters/low-power.js +34 -0
  1144. package/dist/esm/clusters/low-power.js.map +6 -0
  1145. package/dist/esm/clusters/media-input.d.ts +493 -0
  1146. package/dist/esm/clusters/media-input.d.ts.map +1 -0
  1147. package/dist/esm/clusters/media-input.js +161 -0
  1148. package/dist/esm/clusters/media-input.js.map +6 -0
  1149. package/dist/esm/clusters/media-playback.d.ts +3558 -0
  1150. package/dist/esm/clusters/media-playback.d.ts.map +1 -0
  1151. package/dist/esm/clusters/media-playback.js +721 -0
  1152. package/dist/esm/clusters/media-playback.js.map +6 -0
  1153. package/dist/esm/clusters/messages.d.ts +1369 -0
  1154. package/dist/esm/clusters/messages.d.ts.map +1 -0
  1155. package/dist/esm/clusters/messages.js +401 -0
  1156. package/dist/esm/clusters/messages.js.map +6 -0
  1157. package/dist/esm/clusters/microwave-oven-control.d.ts +859 -0
  1158. package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -0
  1159. package/dist/esm/clusters/microwave-oven-control.js +282 -0
  1160. package/dist/esm/clusters/microwave-oven-control.js.map +6 -0
  1161. package/dist/esm/clusters/microwave-oven-mode.d.ts +140 -0
  1162. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -0
  1163. package/dist/esm/clusters/microwave-oven-mode.js +69 -0
  1164. package/dist/esm/clusters/microwave-oven-mode.js.map +6 -0
  1165. package/dist/esm/clusters/mode-base.d.ts +716 -0
  1166. package/dist/esm/clusters/mode-base.d.ts.map +1 -0
  1167. package/dist/esm/clusters/mode-base.js +261 -0
  1168. package/dist/esm/clusters/mode-base.js.map +6 -0
  1169. package/dist/esm/clusters/mode-select.d.ts +638 -0
  1170. package/dist/esm/clusters/mode-select.d.ts.map +1 -0
  1171. package/dist/esm/clusters/mode-select.js +211 -0
  1172. package/dist/esm/clusters/mode-select.js.map +6 -0
  1173. package/dist/esm/clusters/network-commissioning.d.ts +5310 -0
  1174. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -0
  1175. package/dist/esm/clusters/network-commissioning.js +1006 -0
  1176. package/dist/esm/clusters/network-commissioning.js.map +6 -0
  1177. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.d.ts +310 -0
  1178. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.d.ts.map +1 -0
  1179. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.js +31 -0
  1180. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.js.map +6 -0
  1181. package/dist/esm/clusters/occupancy-sensing.d.ts +196 -0
  1182. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -0
  1183. package/dist/esm/clusters/occupancy-sensing.js +184 -0
  1184. package/dist/esm/clusters/occupancy-sensing.js.map +6 -0
  1185. package/dist/esm/clusters/on-off.d.ts +1399 -0
  1186. package/dist/esm/clusters/on-off.d.ts.map +1 -0
  1187. package/dist/esm/clusters/on-off.js +327 -0
  1188. package/dist/esm/clusters/on-off.js.map +6 -0
  1189. package/dist/esm/clusters/operational-credentials.d.ts +1307 -0
  1190. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -0
  1191. package/dist/esm/clusters/operational-credentials.js +697 -0
  1192. package/dist/esm/clusters/operational-credentials.js.map +6 -0
  1193. package/dist/esm/clusters/operational-state.d.ts +711 -0
  1194. package/dist/esm/clusters/operational-state.d.ts.map +1 -0
  1195. package/dist/esm/clusters/operational-state.js +352 -0
  1196. package/dist/esm/clusters/operational-state.js.map +6 -0
  1197. package/dist/esm/clusters/ota-software-update-provider.d.ts +928 -0
  1198. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -0
  1199. package/dist/esm/clusters/ota-software-update-provider.js +451 -0
  1200. package/dist/esm/clusters/ota-software-update-provider.js.map +6 -0
  1201. package/dist/esm/clusters/ota-software-update-requestor.d.ts +688 -0
  1202. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -0
  1203. package/dist/esm/clusters/ota-software-update-requestor.js +338 -0
  1204. package/dist/esm/clusters/ota-software-update-requestor.js.map +6 -0
  1205. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +273 -0
  1206. package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -0
  1207. package/dist/esm/clusters/oven-cavity-operational-state.js +268 -0
  1208. package/dist/esm/clusters/oven-cavity-operational-state.js.map +6 -0
  1209. package/dist/esm/clusters/oven-mode.d.ts +399 -0
  1210. package/dist/esm/clusters/oven-mode.d.ts.map +1 -0
  1211. package/dist/esm/clusters/oven-mode.js +149 -0
  1212. package/dist/esm/clusters/oven-mode.js.map +6 -0
  1213. package/dist/esm/clusters/ozone-concentration-measurement.d.ts +309 -0
  1214. package/dist/esm/clusters/ozone-concentration-measurement.d.ts.map +1 -0
  1215. package/dist/esm/clusters/ozone-concentration-measurement.js +27 -0
  1216. package/dist/esm/clusters/ozone-concentration-measurement.js.map +6 -0
  1217. package/dist/esm/clusters/pm1-concentration-measurement.d.ts +309 -0
  1218. package/dist/esm/clusters/pm1-concentration-measurement.d.ts.map +1 -0
  1219. package/dist/esm/clusters/pm1-concentration-measurement.js +27 -0
  1220. package/dist/esm/clusters/pm1-concentration-measurement.js.map +6 -0
  1221. package/dist/esm/clusters/pm10-concentration-measurement.d.ts +309 -0
  1222. package/dist/esm/clusters/pm10-concentration-measurement.d.ts.map +1 -0
  1223. package/dist/esm/clusters/pm10-concentration-measurement.js +27 -0
  1224. package/dist/esm/clusters/pm10-concentration-measurement.js.map +6 -0
  1225. package/dist/esm/clusters/pm25-concentration-measurement.d.ts +309 -0
  1226. package/dist/esm/clusters/pm25-concentration-measurement.d.ts.map +1 -0
  1227. package/dist/esm/clusters/pm25-concentration-measurement.js +27 -0
  1228. package/dist/esm/clusters/pm25-concentration-measurement.js.map +6 -0
  1229. package/dist/esm/clusters/power-source-configuration.d.ts +48 -0
  1230. package/dist/esm/clusters/power-source-configuration.d.ts.map +1 -0
  1231. package/dist/esm/clusters/power-source-configuration.js +43 -0
  1232. package/dist/esm/clusters/power-source-configuration.js.map +6 -0
  1233. package/dist/esm/clusters/power-source.d.ts +2377 -0
  1234. package/dist/esm/clusters/power-source.d.ts.map +1 -0
  1235. package/dist/esm/clusters/power-source.js +773 -0
  1236. package/dist/esm/clusters/power-source.js.map +6 -0
  1237. package/dist/esm/clusters/power-topology.d.ts +346 -0
  1238. package/dist/esm/clusters/power-topology.d.ts.map +1 -0
  1239. package/dist/esm/clusters/power-topology.js +119 -0
  1240. package/dist/esm/clusters/power-topology.js.map +6 -0
  1241. package/dist/esm/clusters/pressure-measurement.d.ts +377 -0
  1242. package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -0
  1243. package/dist/esm/clusters/pressure-measurement.js +148 -0
  1244. package/dist/esm/clusters/pressure-measurement.js.map +6 -0
  1245. package/dist/esm/clusters/proxy-configuration.d.ts +79 -0
  1246. package/dist/esm/clusters/proxy-configuration.d.ts.map +1 -0
  1247. package/dist/esm/clusters/proxy-configuration.js +53 -0
  1248. package/dist/esm/clusters/proxy-configuration.js.map +6 -0
  1249. package/dist/esm/clusters/proxy-discovery.d.ts +98 -0
  1250. package/dist/esm/clusters/proxy-discovery.d.ts.map +1 -0
  1251. package/dist/esm/clusters/proxy-discovery.js +59 -0
  1252. package/dist/esm/clusters/proxy-discovery.js.map +6 -0
  1253. package/dist/esm/clusters/pulse-width-modulation.d.ts +2031 -0
  1254. package/dist/esm/clusters/pulse-width-modulation.d.ts.map +1 -0
  1255. package/dist/esm/clusters/pulse-width-modulation.js +31 -0
  1256. package/dist/esm/clusters/pulse-width-modulation.js.map +6 -0
  1257. package/dist/esm/clusters/pump-configuration-and-control.d.ts +2203 -0
  1258. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -0
  1259. package/dist/esm/clusters/pump-configuration-and-control.js +739 -0
  1260. package/dist/esm/clusters/pump-configuration-and-control.js.map +6 -0
  1261. package/dist/esm/clusters/radon-concentration-measurement.d.ts +309 -0
  1262. package/dist/esm/clusters/radon-concentration-measurement.d.ts.map +1 -0
  1263. package/dist/esm/clusters/radon-concentration-measurement.js +27 -0
  1264. package/dist/esm/clusters/radon-concentration-measurement.js.map +6 -0
  1265. package/dist/esm/clusters/refrigerator-alarm.d.ts +332 -0
  1266. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -0
  1267. package/dist/esm/clusters/refrigerator-alarm.js +122 -0
  1268. package/dist/esm/clusters/refrigerator-alarm.js.map +6 -0
  1269. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +180 -0
  1270. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -0
  1271. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +87 -0
  1272. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +6 -0
  1273. package/dist/esm/clusters/relative-humidity-measurement.d.ts +73 -0
  1274. package/dist/esm/clusters/relative-humidity-measurement.d.ts.map +1 -0
  1275. package/dist/esm/clusters/relative-humidity-measurement.js +67 -0
  1276. package/dist/esm/clusters/relative-humidity-measurement.js.map +6 -0
  1277. package/dist/esm/clusters/resource-monitoring.d.ts +353 -0
  1278. package/dist/esm/clusters/resource-monitoring.d.ts.map +1 -0
  1279. package/dist/esm/clusters/resource-monitoring.js +181 -0
  1280. package/dist/esm/clusters/resource-monitoring.js.map +6 -0
  1281. package/dist/esm/clusters/rvc-clean-mode.d.ts +174 -0
  1282. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -0
  1283. package/dist/esm/clusters/rvc-clean-mode.js +84 -0
  1284. package/dist/esm/clusters/rvc-clean-mode.js.map +6 -0
  1285. package/dist/esm/clusters/rvc-operational-state.d.ts +242 -0
  1286. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -0
  1287. package/dist/esm/clusters/rvc-operational-state.js +181 -0
  1288. package/dist/esm/clusters/rvc-operational-state.js.map +6 -0
  1289. package/dist/esm/clusters/rvc-run-mode.d.ts +217 -0
  1290. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -0
  1291. package/dist/esm/clusters/rvc-run-mode.js +91 -0
  1292. package/dist/esm/clusters/rvc-run-mode.js.map +6 -0
  1293. package/dist/esm/clusters/scenes-management.d.ts +2351 -0
  1294. package/dist/esm/clusters/scenes-management.d.ts.map +1 -0
  1295. package/dist/esm/clusters/scenes-management.js +682 -0
  1296. package/dist/esm/clusters/scenes-management.js.map +6 -0
  1297. package/dist/esm/clusters/smoke-co-alarm.d.ts +1304 -0
  1298. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -0
  1299. package/dist/esm/clusters/smoke-co-alarm.js +399 -0
  1300. package/dist/esm/clusters/smoke-co-alarm.js.map +6 -0
  1301. package/dist/esm/clusters/software-diagnostics.d.ts +590 -0
  1302. package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -0
  1303. package/dist/esm/clusters/software-diagnostics.js +205 -0
  1304. package/dist/esm/clusters/software-diagnostics.js.map +6 -0
  1305. package/dist/esm/clusters/switch.d.ts +1222 -0
  1306. package/dist/esm/clusters/switch.d.ts.map +1 -0
  1307. package/dist/esm/clusters/switch.js +336 -0
  1308. package/dist/esm/clusters/switch.js.map +6 -0
  1309. package/dist/esm/clusters/target-navigator.d.ts +261 -0
  1310. package/dist/esm/clusters/target-navigator.d.ts.map +1 -0
  1311. package/dist/esm/clusters/target-navigator.js +120 -0
  1312. package/dist/esm/clusters/target-navigator.js.map +6 -0
  1313. package/dist/esm/clusters/temperature-control.d.ts +626 -0
  1314. package/dist/esm/clusters/temperature-control.d.ts.map +1 -0
  1315. package/dist/esm/clusters/temperature-control.js +204 -0
  1316. package/dist/esm/clusters/temperature-control.js.map +6 -0
  1317. package/dist/esm/clusters/temperature-measurement.d.ts +64 -0
  1318. package/dist/esm/clusters/temperature-measurement.d.ts.map +1 -0
  1319. package/dist/esm/clusters/temperature-measurement.js +59 -0
  1320. package/dist/esm/clusters/temperature-measurement.js.map +6 -0
  1321. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +115 -0
  1322. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -0
  1323. package/dist/esm/clusters/thermostat-user-interface-configuration.js +84 -0
  1324. package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +6 -0
  1325. package/dist/esm/clusters/thermostat.d.ts +4485 -0
  1326. package/dist/esm/clusters/thermostat.d.ts.map +1 -0
  1327. package/dist/esm/clusters/thermostat.js +1360 -0
  1328. package/dist/esm/clusters/thermostat.js.map +6 -0
  1329. package/dist/esm/clusters/thread-network-diagnostics.d.ts +3308 -0
  1330. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -0
  1331. package/dist/esm/clusters/thread-network-diagnostics.js +1114 -0
  1332. package/dist/esm/clusters/thread-network-diagnostics.js.map +6 -0
  1333. package/dist/esm/clusters/time-format-localization.d.ts +331 -0
  1334. package/dist/esm/clusters/time-format-localization.d.ts.map +1 -0
  1335. package/dist/esm/clusters/time-format-localization.js +134 -0
  1336. package/dist/esm/clusters/time-format-localization.js.map +6 -0
  1337. package/dist/esm/clusters/time-synchronization.d.ts +2597 -0
  1338. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -0
  1339. package/dist/esm/clusters/time-synchronization.js +701 -0
  1340. package/dist/esm/clusters/time-synchronization.js.map +6 -0
  1341. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +311 -0
  1342. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts.map +1 -0
  1343. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.js +31 -0
  1344. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.js.map +6 -0
  1345. package/dist/esm/clusters/unit-localization.d.ts +187 -0
  1346. package/dist/esm/clusters/unit-localization.d.ts.map +1 -0
  1347. package/dist/esm/clusters/unit-localization.js +81 -0
  1348. package/dist/esm/clusters/unit-localization.js.map +6 -0
  1349. package/dist/esm/clusters/user-label.d.ts +43 -0
  1350. package/dist/esm/clusters/user-label.d.ts.map +1 -0
  1351. package/dist/esm/clusters/user-label.js +41 -0
  1352. package/dist/esm/clusters/user-label.js.map +6 -0
  1353. package/dist/esm/clusters/valid-proxies.d.ts +84 -0
  1354. package/dist/esm/clusters/valid-proxies.d.ts.map +1 -0
  1355. package/dist/esm/clusters/valid-proxies.js +48 -0
  1356. package/dist/esm/clusters/valid-proxies.js.map +6 -0
  1357. package/dist/esm/clusters/valve-configuration-and-control.d.ts +1146 -0
  1358. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -0
  1359. package/dist/esm/clusters/valve-configuration-and-control.js +365 -0
  1360. package/dist/esm/clusters/valve-configuration-and-control.js.map +6 -0
  1361. package/dist/esm/clusters/wake-on-lan.d.ts +78 -0
  1362. package/dist/esm/clusters/wake-on-lan.d.ts.map +1 -0
  1363. package/dist/esm/clusters/wake-on-lan.js +51 -0
  1364. package/dist/esm/clusters/wake-on-lan.js.map +6 -0
  1365. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +928 -0
  1366. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -0
  1367. package/dist/esm/clusters/wi-fi-network-diagnostics.js +331 -0
  1368. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +6 -0
  1369. package/dist/esm/clusters/window-covering.d.ts +2864 -0
  1370. package/dist/esm/clusters/window-covering.d.ts.map +1 -0
  1371. package/dist/esm/clusters/window-covering.js +896 -0
  1372. package/dist/esm/clusters/window-covering.js.map +6 -0
  1373. package/dist/esm/commissioning/CommissioningConstants.d.ts +11 -0
  1374. package/dist/esm/commissioning/CommissioningConstants.d.ts.map +1 -0
  1375. package/dist/esm/commissioning/CommissioningConstants.js +19 -0
  1376. package/dist/esm/commissioning/CommissioningConstants.js.map +6 -0
  1377. package/dist/esm/commissioning/CommissioningOptions.d.ts +38 -0
  1378. package/dist/esm/commissioning/CommissioningOptions.d.ts.map +1 -0
  1379. package/dist/esm/commissioning/CommissioningOptions.js +26 -0
  1380. package/dist/esm/commissioning/CommissioningOptions.js.map +6 -0
  1381. package/dist/esm/commissioning/index.d.ts +8 -0
  1382. package/dist/esm/commissioning/index.d.ts.map +1 -0
  1383. package/dist/esm/commissioning/index.js +8 -0
  1384. package/dist/esm/commissioning/index.js.map +6 -0
  1385. package/dist/esm/common/DeviceClassification.d.ts +44 -0
  1386. package/dist/esm/common/DeviceClassification.d.ts.map +1 -0
  1387. package/dist/esm/common/DeviceClassification.js +18 -0
  1388. package/dist/esm/common/DeviceClassification.js.map +6 -0
  1389. package/dist/esm/common/ProductDescription.d.ts +25 -0
  1390. package/dist/esm/common/ProductDescription.d.ts.map +1 -0
  1391. package/dist/esm/common/ProductDescription.js +6 -0
  1392. package/dist/esm/common/ProductDescription.js.map +6 -0
  1393. package/dist/esm/common/StatusCode.d.ts +17 -0
  1394. package/dist/esm/common/StatusCode.d.ts.map +1 -0
  1395. package/dist/esm/common/StatusCode.js +24 -0
  1396. package/dist/esm/common/StatusCode.js.map +6 -0
  1397. package/dist/esm/common/ValidationError.d.ts +38 -0
  1398. package/dist/esm/common/ValidationError.d.ts.map +1 -0
  1399. package/dist/esm/common/ValidationError.js +44 -0
  1400. package/dist/esm/common/ValidationError.js.map +6 -0
  1401. package/dist/esm/common/index.d.ts +9 -0
  1402. package/dist/esm/common/index.d.ts.map +1 -0
  1403. package/dist/esm/common/index.js +9 -0
  1404. package/dist/esm/common/index.js.map +6 -0
  1405. package/dist/esm/datatype/AttributeId.d.ts +21 -0
  1406. package/dist/esm/datatype/AttributeId.d.ts.map +1 -0
  1407. package/dist/esm/datatype/AttributeId.js +39 -0
  1408. package/dist/esm/datatype/AttributeId.js.map +6 -0
  1409. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts +28 -0
  1410. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -0
  1411. package/dist/esm/datatype/CaseAuthenticatedTag.js +55 -0
  1412. package/dist/esm/datatype/CaseAuthenticatedTag.js.map +6 -0
  1413. package/dist/esm/datatype/ClusterId.d.ts +24 -0
  1414. package/dist/esm/datatype/ClusterId.d.ts.map +1 -0
  1415. package/dist/esm/datatype/ClusterId.js +46 -0
  1416. package/dist/esm/datatype/ClusterId.js.map +6 -0
  1417. package/dist/esm/datatype/CommandId.d.ts +20 -0
  1418. package/dist/esm/datatype/CommandId.d.ts.map +1 -0
  1419. package/dist/esm/datatype/CommandId.js +33 -0
  1420. package/dist/esm/datatype/CommandId.js.map +6 -0
  1421. package/dist/esm/datatype/DataVersion.d.ts +18 -0
  1422. package/dist/esm/datatype/DataVersion.d.ts.map +1 -0
  1423. package/dist/esm/datatype/DataVersion.js +20 -0
  1424. package/dist/esm/datatype/DataVersion.js.map +6 -0
  1425. package/dist/esm/datatype/DeviceTypeId.d.ts +20 -0
  1426. package/dist/esm/datatype/DeviceTypeId.d.ts.map +1 -0
  1427. package/dist/esm/datatype/DeviceTypeId.js +33 -0
  1428. package/dist/esm/datatype/DeviceTypeId.js.map +6 -0
  1429. package/dist/esm/datatype/EndpointNumber.d.ts +20 -0
  1430. package/dist/esm/datatype/EndpointNumber.d.ts.map +1 -0
  1431. package/dist/esm/datatype/EndpointNumber.js +28 -0
  1432. package/dist/esm/datatype/EndpointNumber.js.map +6 -0
  1433. package/dist/esm/datatype/EntryIndex.d.ts +18 -0
  1434. package/dist/esm/datatype/EntryIndex.d.ts.map +1 -0
  1435. package/dist/esm/datatype/EntryIndex.js +20 -0
  1436. package/dist/esm/datatype/EntryIndex.js.map +6 -0
  1437. package/dist/esm/datatype/EventId.d.ts +20 -0
  1438. package/dist/esm/datatype/EventId.d.ts.map +1 -0
  1439. package/dist/esm/datatype/EventId.js +33 -0
  1440. package/dist/esm/datatype/EventId.js.map +6 -0
  1441. package/dist/esm/datatype/EventNumber.d.ts +18 -0
  1442. package/dist/esm/datatype/EventNumber.d.ts.map +1 -0
  1443. package/dist/esm/datatype/EventNumber.js +20 -0
  1444. package/dist/esm/datatype/EventNumber.js.map +6 -0
  1445. package/dist/esm/datatype/FabricId.d.ts +18 -0
  1446. package/dist/esm/datatype/FabricId.d.ts.map +1 -0
  1447. package/dist/esm/datatype/FabricId.js +21 -0
  1448. package/dist/esm/datatype/FabricId.js.map +6 -0
  1449. package/dist/esm/datatype/FabricIndex.d.ts +31 -0
  1450. package/dist/esm/datatype/FabricIndex.d.ts.map +1 -0
  1451. package/dist/esm/datatype/FabricIndex.js +44 -0
  1452. package/dist/esm/datatype/FabricIndex.js.map +6 -0
  1453. package/dist/esm/datatype/FieldId.d.ts +22 -0
  1454. package/dist/esm/datatype/FieldId.d.ts.map +1 -0
  1455. package/dist/esm/datatype/FieldId.js +39 -0
  1456. package/dist/esm/datatype/FieldId.js.map +6 -0
  1457. package/dist/esm/datatype/GroupId.d.ts +28 -0
  1458. package/dist/esm/datatype/GroupId.d.ts.map +1 -0
  1459. package/dist/esm/datatype/GroupId.js +29 -0
  1460. package/dist/esm/datatype/GroupId.js.map +6 -0
  1461. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts +23 -0
  1462. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -0
  1463. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.js +43 -0
  1464. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.js.map +6 -0
  1465. package/dist/esm/datatype/NodeId.d.ts +58 -0
  1466. package/dist/esm/datatype/NodeId.d.ts.map +1 -0
  1467. package/dist/esm/datatype/NodeId.js +77 -0
  1468. package/dist/esm/datatype/NodeId.js.map +6 -0
  1469. package/dist/esm/datatype/SubjectId.d.ts +16 -0
  1470. package/dist/esm/datatype/SubjectId.d.ts.map +1 -0
  1471. package/dist/esm/datatype/SubjectId.js +11 -0
  1472. package/dist/esm/datatype/SubjectId.js.map +6 -0
  1473. package/dist/esm/datatype/VendorId.d.ts +22 -0
  1474. package/dist/esm/datatype/VendorId.d.ts.map +1 -0
  1475. package/dist/esm/datatype/VendorId.js +35 -0
  1476. package/dist/esm/datatype/VendorId.js.map +6 -0
  1477. package/dist/esm/datatype/index.d.ts +24 -0
  1478. package/dist/esm/datatype/index.d.ts.map +1 -0
  1479. package/dist/esm/datatype/index.js +24 -0
  1480. package/dist/esm/datatype/index.js.map +6 -0
  1481. package/dist/esm/globals/MeasurementAccuracy.d.ts +64 -0
  1482. package/dist/esm/globals/MeasurementAccuracy.d.ts.map +1 -0
  1483. package/dist/esm/globals/MeasurementAccuracy.js +47 -0
  1484. package/dist/esm/globals/MeasurementAccuracy.js.map +6 -0
  1485. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +135 -0
  1486. package/dist/esm/globals/MeasurementAccuracyRange.d.ts.map +1 -0
  1487. package/dist/esm/globals/MeasurementAccuracyRange.js +77 -0
  1488. package/dist/esm/globals/MeasurementAccuracyRange.js.map +6 -0
  1489. package/dist/esm/globals/MeasurementType.d.ts +69 -0
  1490. package/dist/esm/globals/MeasurementType.d.ts.map +1 -0
  1491. package/dist/esm/globals/MeasurementType.js +27 -0
  1492. package/dist/esm/globals/MeasurementType.js.map +6 -0
  1493. package/dist/esm/globals/Priority.d.ts +32 -0
  1494. package/dist/esm/globals/Priority.d.ts.map +1 -0
  1495. package/dist/esm/globals/Priority.js +15 -0
  1496. package/dist/esm/globals/Priority.js.map +6 -0
  1497. package/dist/esm/globals/Semtag.d.ts +68 -0
  1498. package/dist/esm/globals/Semtag.d.ts.map +1 -0
  1499. package/dist/esm/globals/Semtag.js +59 -0
  1500. package/dist/esm/globals/Semtag.js.map +6 -0
  1501. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +32 -0
  1502. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts.map +1 -0
  1503. package/dist/esm/globals/SoftwareVersionCertificationStatus.js +16 -0
  1504. package/dist/esm/globals/SoftwareVersionCertificationStatus.js.map +6 -0
  1505. package/dist/esm/globals/Status.d.ts +206 -0
  1506. package/dist/esm/globals/Status.d.ts.map +1 -0
  1507. package/dist/esm/globals/Status.js +41 -0
  1508. package/dist/esm/globals/Status.js.map +6 -0
  1509. package/dist/esm/globals/Tod.d.ts +41 -0
  1510. package/dist/esm/globals/Tod.d.ts.map +1 -0
  1511. package/dist/esm/globals/Tod.js +29 -0
  1512. package/dist/esm/globals/Tod.js.map +6 -0
  1513. package/dist/esm/globals/WildcardPathFlags.d.ts +52 -0
  1514. package/dist/esm/globals/WildcardPathFlags.d.ts.map +1 -0
  1515. package/dist/esm/globals/WildcardPathFlags.js +48 -0
  1516. package/dist/esm/globals/WildcardPathFlags.js.map +6 -0
  1517. package/dist/esm/globals/index.d.ts +16 -0
  1518. package/dist/esm/globals/index.d.ts.map +1 -0
  1519. package/dist/esm/globals/index.js +15 -0
  1520. package/dist/esm/globals/index.js.map +6 -0
  1521. package/dist/esm/index.d.ts +14 -0
  1522. package/dist/esm/index.d.ts.map +1 -0
  1523. package/dist/esm/index.js +14 -0
  1524. package/dist/esm/index.js.map +6 -0
  1525. package/dist/esm/package.json +8 -0
  1526. package/dist/esm/protocol/definitions/index.d.ts +8 -0
  1527. package/dist/esm/protocol/definitions/index.d.ts.map +1 -0
  1528. package/dist/esm/protocol/definitions/index.js +8 -0
  1529. package/dist/esm/protocol/definitions/index.js.map +6 -0
  1530. package/dist/esm/protocol/definitions/interaction.d.ts +12 -0
  1531. package/dist/esm/protocol/definitions/interaction.d.ts.map +1 -0
  1532. package/dist/esm/protocol/definitions/interaction.js +12 -0
  1533. package/dist/esm/protocol/definitions/interaction.js.map +6 -0
  1534. package/dist/esm/protocol/definitions/secure-channel.d.ts +99 -0
  1535. package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -0
  1536. package/dist/esm/protocol/definitions/secure-channel.js +59 -0
  1537. package/dist/esm/protocol/definitions/secure-channel.js.map +6 -0
  1538. package/dist/esm/protocol/index.d.ts +9 -0
  1539. package/dist/esm/protocol/index.d.ts.map +1 -0
  1540. package/dist/esm/protocol/index.js +9 -0
  1541. package/dist/esm/protocol/index.js.map +6 -0
  1542. package/dist/esm/protocol/messages/TlvDataReport.d.ts +98 -0
  1543. package/dist/esm/protocol/messages/TlvDataReport.d.ts.map +1 -0
  1544. package/dist/esm/protocol/messages/TlvDataReport.js +27 -0
  1545. package/dist/esm/protocol/messages/TlvDataReport.js.map +6 -0
  1546. package/dist/esm/protocol/messages/TlvDataReportForSend.d.ts +19 -0
  1547. package/dist/esm/protocol/messages/TlvDataReportForSend.d.ts.map +1 -0
  1548. package/dist/esm/protocol/messages/TlvDataReportForSend.js +26 -0
  1549. package/dist/esm/protocol/messages/TlvDataReportForSend.js.map +6 -0
  1550. package/dist/esm/protocol/messages/TlvInvokeRequest.d.ts +24 -0
  1551. package/dist/esm/protocol/messages/TlvInvokeRequest.d.ts.map +1 -0
  1552. package/dist/esm/protocol/messages/TlvInvokeRequest.js +23 -0
  1553. package/dist/esm/protocol/messages/TlvInvokeRequest.js.map +6 -0
  1554. package/dist/esm/protocol/messages/TlvInvokeResponse.d.ts +37 -0
  1555. package/dist/esm/protocol/messages/TlvInvokeResponse.d.ts.map +1 -0
  1556. package/dist/esm/protocol/messages/TlvInvokeResponse.js +22 -0
  1557. package/dist/esm/protocol/messages/TlvInvokeResponse.js.map +6 -0
  1558. package/dist/esm/protocol/messages/TlvInvokeResponseForSend.d.ts +12 -0
  1559. package/dist/esm/protocol/messages/TlvInvokeResponseForSend.d.ts.map +1 -0
  1560. package/dist/esm/protocol/messages/TlvInvokeResponseForSend.js +20 -0
  1561. package/dist/esm/protocol/messages/TlvInvokeResponseForSend.js.map +6 -0
  1562. package/dist/esm/protocol/messages/TlvReadRequest.d.ts +54 -0
  1563. package/dist/esm/protocol/messages/TlvReadRequest.d.ts.map +1 -0
  1564. package/dist/esm/protocol/messages/TlvReadRequest.js +30 -0
  1565. package/dist/esm/protocol/messages/TlvReadRequest.js.map +6 -0
  1566. package/dist/esm/protocol/messages/TlvStatusResponse.d.ts +12 -0
  1567. package/dist/esm/protocol/messages/TlvStatusResponse.d.ts.map +1 -0
  1568. package/dist/esm/protocol/messages/TlvStatusResponse.js +16 -0
  1569. package/dist/esm/protocol/messages/TlvStatusResponse.js.map +6 -0
  1570. package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts +60 -0
  1571. package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -0
  1572. package/dist/esm/protocol/messages/TlvSubscribeRequest.js +36 -0
  1573. package/dist/esm/protocol/messages/TlvSubscribeRequest.js.map +6 -0
  1574. package/dist/esm/protocol/messages/TlvSubscribeResponse.d.ts +14 -0
  1575. package/dist/esm/protocol/messages/TlvSubscribeResponse.d.ts.map +1 -0
  1576. package/dist/esm/protocol/messages/TlvSubscribeResponse.js +18 -0
  1577. package/dist/esm/protocol/messages/TlvSubscribeResponse.js.map +6 -0
  1578. package/dist/esm/protocol/messages/TlvTimedRequest.d.ts +12 -0
  1579. package/dist/esm/protocol/messages/TlvTimedRequest.d.ts.map +1 -0
  1580. package/dist/esm/protocol/messages/TlvTimedRequest.js +16 -0
  1581. package/dist/esm/protocol/messages/TlvTimedRequest.js.map +6 -0
  1582. package/dist/esm/protocol/messages/TlvWriteRequest.d.ts +39 -0
  1583. package/dist/esm/protocol/messages/TlvWriteRequest.d.ts.map +1 -0
  1584. package/dist/esm/protocol/messages/TlvWriteRequest.js +24 -0
  1585. package/dist/esm/protocol/messages/TlvWriteRequest.js.map +6 -0
  1586. package/dist/esm/protocol/messages/TlvWriteResponse.d.ts +36 -0
  1587. package/dist/esm/protocol/messages/TlvWriteResponse.d.ts.map +1 -0
  1588. package/dist/esm/protocol/messages/TlvWriteResponse.js +18 -0
  1589. package/dist/esm/protocol/messages/TlvWriteResponse.js.map +6 -0
  1590. package/dist/esm/protocol/messages/index.d.ts +18 -0
  1591. package/dist/esm/protocol/messages/index.d.ts.map +1 -0
  1592. package/dist/esm/protocol/messages/index.js +18 -0
  1593. package/dist/esm/protocol/messages/index.js.map +6 -0
  1594. package/dist/esm/protocol/types/TlvAttributeData.d.ts +30 -0
  1595. package/dist/esm/protocol/types/TlvAttributeData.d.ts.map +1 -0
  1596. package/dist/esm/protocol/types/TlvAttributeData.js +19 -0
  1597. package/dist/esm/protocol/types/TlvAttributeData.js.map +6 -0
  1598. package/dist/esm/protocol/types/TlvAttributePath.d.ts +26 -0
  1599. package/dist/esm/protocol/types/TlvAttributePath.d.ts.map +1 -0
  1600. package/dist/esm/protocol/types/TlvAttributePath.js +28 -0
  1601. package/dist/esm/protocol/types/TlvAttributePath.js.map +6 -0
  1602. package/dist/esm/protocol/types/TlvAttributeReport.d.ts +57 -0
  1603. package/dist/esm/protocol/types/TlvAttributeReport.d.ts.map +1 -0
  1604. package/dist/esm/protocol/types/TlvAttributeReport.js +17 -0
  1605. package/dist/esm/protocol/types/TlvAttributeReport.js.map +6 -0
  1606. package/dist/esm/protocol/types/TlvAttributeReportData.d.ts +29 -0
  1607. package/dist/esm/protocol/types/TlvAttributeReportData.d.ts.map +1 -0
  1608. package/dist/esm/protocol/types/TlvAttributeReportData.js +19 -0
  1609. package/dist/esm/protocol/types/TlvAttributeReportData.js.map +6 -0
  1610. package/dist/esm/protocol/types/TlvAttributeStatus.d.ts +32 -0
  1611. package/dist/esm/protocol/types/TlvAttributeStatus.d.ts.map +1 -0
  1612. package/dist/esm/protocol/types/TlvAttributeStatus.js +17 -0
  1613. package/dist/esm/protocol/types/TlvAttributeStatus.js.map +6 -0
  1614. package/dist/esm/protocol/types/TlvClusterPath.d.ts +12 -0
  1615. package/dist/esm/protocol/types/TlvClusterPath.d.ts.map +1 -0
  1616. package/dist/esm/protocol/types/TlvClusterPath.js +19 -0
  1617. package/dist/esm/protocol/types/TlvClusterPath.js.map +6 -0
  1618. package/dist/esm/protocol/types/TlvCommandData.d.ts +16 -0
  1619. package/dist/esm/protocol/types/TlvCommandData.d.ts.map +1 -0
  1620. package/dist/esm/protocol/types/TlvCommandData.js +19 -0
  1621. package/dist/esm/protocol/types/TlvCommandData.js.map +6 -0
  1622. package/dist/esm/protocol/types/TlvCommandPath.d.ts +12 -0
  1623. package/dist/esm/protocol/types/TlvCommandPath.d.ts.map +1 -0
  1624. package/dist/esm/protocol/types/TlvCommandPath.js +19 -0
  1625. package/dist/esm/protocol/types/TlvCommandPath.js.map +6 -0
  1626. package/dist/esm/protocol/types/TlvCommandStatus.d.ts +19 -0
  1627. package/dist/esm/protocol/types/TlvCommandStatus.d.ts.map +1 -0
  1628. package/dist/esm/protocol/types/TlvCommandStatus.js +19 -0
  1629. package/dist/esm/protocol/types/TlvCommandStatus.js.map +6 -0
  1630. package/dist/esm/protocol/types/TlvDataVersionFilter.d.ts +15 -0
  1631. package/dist/esm/protocol/types/TlvDataVersionFilter.d.ts.map +1 -0
  1632. package/dist/esm/protocol/types/TlvDataVersionFilter.js +17 -0
  1633. package/dist/esm/protocol/types/TlvDataVersionFilter.js.map +6 -0
  1634. package/dist/esm/protocol/types/TlvEventData.d.ts +24 -0
  1635. package/dist/esm/protocol/types/TlvEventData.d.ts.map +1 -0
  1636. package/dist/esm/protocol/types/TlvEventData.js +25 -0
  1637. package/dist/esm/protocol/types/TlvEventData.js.map +6 -0
  1638. package/dist/esm/protocol/types/TlvEventFilter.d.ts +11 -0
  1639. package/dist/esm/protocol/types/TlvEventFilter.d.ts.map +1 -0
  1640. package/dist/esm/protocol/types/TlvEventFilter.js +17 -0
  1641. package/dist/esm/protocol/types/TlvEventFilter.js.map +6 -0
  1642. package/dist/esm/protocol/types/TlvEventPath.d.ts +14 -0
  1643. package/dist/esm/protocol/types/TlvEventPath.d.ts.map +1 -0
  1644. package/dist/esm/protocol/types/TlvEventPath.js +23 -0
  1645. package/dist/esm/protocol/types/TlvEventPath.js.map +6 -0
  1646. package/dist/esm/protocol/types/TlvEventReport.d.ts +38 -0
  1647. package/dist/esm/protocol/types/TlvEventReport.d.ts.map +1 -0
  1648. package/dist/esm/protocol/types/TlvEventReport.js +17 -0
  1649. package/dist/esm/protocol/types/TlvEventReport.js.map +6 -0
  1650. package/dist/esm/protocol/types/TlvEventStatus.d.ts +20 -0
  1651. package/dist/esm/protocol/types/TlvEventStatus.d.ts.map +1 -0
  1652. package/dist/esm/protocol/types/TlvEventStatus.js +17 -0
  1653. package/dist/esm/protocol/types/TlvEventStatus.js.map +6 -0
  1654. package/dist/esm/protocol/types/TlvInvokeResponseData.d.ts +30 -0
  1655. package/dist/esm/protocol/types/TlvInvokeResponseData.d.ts.map +1 -0
  1656. package/dist/esm/protocol/types/TlvInvokeResponseData.js +17 -0
  1657. package/dist/esm/protocol/types/TlvInvokeResponseData.js.map +6 -0
  1658. package/dist/esm/protocol/types/TlvStatus.d.ts +11 -0
  1659. package/dist/esm/protocol/types/TlvStatus.d.ts.map +1 -0
  1660. package/dist/esm/protocol/types/TlvStatus.js +17 -0
  1661. package/dist/esm/protocol/types/TlvStatus.js.map +6 -0
  1662. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts +28 -0
  1663. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -0
  1664. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.js +30 -0
  1665. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.js.map +6 -0
  1666. package/dist/esm/protocol/types/index.d.ts +23 -0
  1667. package/dist/esm/protocol/types/index.d.ts.map +1 -0
  1668. package/dist/esm/protocol/types/index.js +23 -0
  1669. package/dist/esm/protocol/types/index.js.map +6 -0
  1670. package/dist/esm/schema/Base38Schema.d.ts +16 -0
  1671. package/dist/esm/schema/Base38Schema.d.ts.map +1 -0
  1672. package/dist/esm/schema/Base38Schema.js +90 -0
  1673. package/dist/esm/schema/Base38Schema.js.map +6 -0
  1674. package/dist/esm/schema/BitmapSchema.d.ts +76 -0
  1675. package/dist/esm/schema/BitmapSchema.d.ts.map +1 -0
  1676. package/dist/esm/schema/BitmapSchema.js +172 -0
  1677. package/dist/esm/schema/BitmapSchema.js.map +6 -0
  1678. package/dist/esm/schema/PairingCodeSchema.d.ts +105 -0
  1679. package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -0
  1680. package/dist/esm/schema/PairingCodeSchema.js +177 -0
  1681. package/dist/esm/schema/PairingCodeSchema.js.map +6 -0
  1682. package/dist/esm/schema/QrCodeSchema.d.ts +14 -0
  1683. package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -0
  1684. package/dist/esm/schema/QrCodeSchema.js +184 -0
  1685. package/dist/esm/schema/QrCodeSchema.js.map +6 -0
  1686. package/dist/esm/schema/Schema.d.ts +17 -0
  1687. package/dist/esm/schema/Schema.d.ts.map +1 -0
  1688. package/dist/esm/schema/Schema.js +27 -0
  1689. package/dist/esm/schema/Schema.js.map +6 -0
  1690. package/dist/esm/schema/SpecificationVersionSchema.d.ts +21 -0
  1691. package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -0
  1692. package/dist/esm/schema/SpecificationVersionSchema.js +22 -0
  1693. package/dist/esm/schema/SpecificationVersionSchema.js.map +6 -0
  1694. package/dist/esm/schema/index.d.ts +11 -0
  1695. package/dist/esm/schema/index.d.ts.map +1 -0
  1696. package/dist/esm/schema/index.js +11 -0
  1697. package/dist/esm/schema/index.js.map +6 -0
  1698. package/dist/esm/tlv/TlvAny.d.ts +22 -0
  1699. package/dist/esm/tlv/TlvAny.d.ts.map +1 -0
  1700. package/dist/esm/tlv/TlvAny.js +184 -0
  1701. package/dist/esm/tlv/TlvAny.js.map +6 -0
  1702. package/dist/esm/tlv/TlvArray.d.ts +39 -0
  1703. package/dist/esm/tlv/TlvArray.d.ts.map +1 -0
  1704. package/dist/esm/tlv/TlvArray.js +110 -0
  1705. package/dist/esm/tlv/TlvArray.js.map +6 -0
  1706. package/dist/esm/tlv/TlvBoolean.d.ts +20 -0
  1707. package/dist/esm/tlv/TlvBoolean.d.ts.map +1 -0
  1708. package/dist/esm/tlv/TlvBoolean.js +28 -0
  1709. package/dist/esm/tlv/TlvBoolean.js.map +6 -0
  1710. package/dist/esm/tlv/TlvCodec.d.ts +100 -0
  1711. package/dist/esm/tlv/TlvCodec.d.ts.map +1 -0
  1712. package/dist/esm/tlv/TlvCodec.js +397 -0
  1713. package/dist/esm/tlv/TlvCodec.js.map +6 -0
  1714. package/dist/esm/tlv/TlvNoArguments.d.ts +17 -0
  1715. package/dist/esm/tlv/TlvNoArguments.d.ts.map +1 -0
  1716. package/dist/esm/tlv/TlvNoArguments.js +21 -0
  1717. package/dist/esm/tlv/TlvNoArguments.js.map +6 -0
  1718. package/dist/esm/tlv/TlvNullable.d.ts +24 -0
  1719. package/dist/esm/tlv/TlvNullable.d.ts.map +1 -0
  1720. package/dist/esm/tlv/TlvNullable.js +51 -0
  1721. package/dist/esm/tlv/TlvNullable.js.map +6 -0
  1722. package/dist/esm/tlv/TlvNumber.d.ts +57 -0
  1723. package/dist/esm/tlv/TlvNumber.d.ts.map +1 -0
  1724. package/dist/esm/tlv/TlvNumber.js +185 -0
  1725. package/dist/esm/tlv/TlvNumber.js.map +6 -0
  1726. package/dist/esm/tlv/TlvObject.d.ts +103 -0
  1727. package/dist/esm/tlv/TlvObject.d.ts.map +1 -0
  1728. package/dist/esm/tlv/TlvObject.js +260 -0
  1729. package/dist/esm/tlv/TlvObject.js.map +6 -0
  1730. package/dist/esm/tlv/TlvSchema.d.ts +81 -0
  1731. package/dist/esm/tlv/TlvSchema.d.ts.map +1 -0
  1732. package/dist/esm/tlv/TlvSchema.js +93 -0
  1733. package/dist/esm/tlv/TlvSchema.js.map +6 -0
  1734. package/dist/esm/tlv/TlvString.d.ts +40 -0
  1735. package/dist/esm/tlv/TlvString.d.ts.map +1 -0
  1736. package/dist/esm/tlv/TlvString.js +64 -0
  1737. package/dist/esm/tlv/TlvString.js.map +6 -0
  1738. package/dist/esm/tlv/TlvVoid.d.ts +19 -0
  1739. package/dist/esm/tlv/TlvVoid.d.ts.map +1 -0
  1740. package/dist/esm/tlv/TlvVoid.js +26 -0
  1741. package/dist/esm/tlv/TlvVoid.js.map +6 -0
  1742. package/dist/esm/tlv/TlvWrapper.d.ts +17 -0
  1743. package/dist/esm/tlv/TlvWrapper.d.ts.map +1 -0
  1744. package/dist/esm/tlv/TlvWrapper.js +27 -0
  1745. package/dist/esm/tlv/TlvWrapper.js.map +6 -0
  1746. package/dist/esm/tlv/index.d.ts +18 -0
  1747. package/dist/esm/tlv/index.d.ts.map +1 -0
  1748. package/dist/esm/tlv/index.js +18 -0
  1749. package/dist/esm/tlv/index.js.map +6 -0
  1750. package/dist/esm/tsconfig.tsbuildinfo +1 -0
  1751. package/package.json +100 -0
  1752. package/src/cluster/Cluster.ts +970 -0
  1753. package/src/cluster/ClusterHelper.ts +206 -0
  1754. package/src/cluster/ClusterRegistry.ts +39 -0
  1755. package/src/cluster/ClusterType.ts +307 -0
  1756. package/src/cluster/index.ts +14 -0
  1757. package/src/cluster/mutation/ClusterComposer.ts +278 -0
  1758. package/src/cluster/mutation/ElementModifier.ts +210 -0
  1759. package/src/cluster/mutation/MutableCluster.ts +145 -0
  1760. package/src/cluster/mutation/index.ts +9 -0
  1761. package/src/clusters/access-control.ts +516 -0
  1762. package/src/clusters/account-login.ts +334 -0
  1763. package/src/clusters/actions.ts +991 -0
  1764. package/src/clusters/activated-carbon-filter-monitoring.ts +50 -0
  1765. package/src/clusters/administrator-commissioning.ts +416 -0
  1766. package/src/clusters/air-quality.ts +171 -0
  1767. package/src/clusters/alarm-base.ts +273 -0
  1768. package/src/clusters/application-basic.ts +178 -0
  1769. package/src/clusters/application-launcher.ts +389 -0
  1770. package/src/clusters/audio-output.ts +253 -0
  1771. package/src/clusters/ballast-configuration.ts +273 -0
  1772. package/src/clusters/basic-information.ts +674 -0
  1773. package/src/clusters/binding.ts +130 -0
  1774. package/src/clusters/boolean-state-configuration.ts +523 -0
  1775. package/src/clusters/boolean-state.ts +83 -0
  1776. package/src/clusters/bridged-device-basic-information.ts +195 -0
  1777. package/src/clusters/carbon-dioxide-concentration-measurement.ts +55 -0
  1778. package/src/clusters/carbon-monoxide-concentration-measurement.ts +55 -0
  1779. package/src/clusters/channel.ts +1122 -0
  1780. package/src/clusters/color-control.ts +1893 -0
  1781. package/src/clusters/concentration-measurement.ts +416 -0
  1782. package/src/clusters/content-app-observer.ts +168 -0
  1783. package/src/clusters/content-control.ts +1403 -0
  1784. package/src/clusters/content-launcher.ts +898 -0
  1785. package/src/clusters/descriptor.ts +225 -0
  1786. package/src/clusters/device-energy-management-mode.ts +227 -0
  1787. package/src/clusters/device-energy-management.ts +2001 -0
  1788. package/src/clusters/diagnostic-logs.ts +284 -0
  1789. package/src/clusters/dishwasher-alarm.ts +225 -0
  1790. package/src/clusters/dishwasher-mode.ts +149 -0
  1791. package/src/clusters/door-lock.ts +5075 -0
  1792. package/src/clusters/electrical-energy-measurement.ts +638 -0
  1793. package/src/clusters/electrical-power-measurement.ts +832 -0
  1794. package/src/clusters/energy-evse-mode.ts +219 -0
  1795. package/src/clusters/energy-evse.ts +1537 -0
  1796. package/src/clusters/energy-preference.ts +315 -0
  1797. package/src/clusters/ethernet-network-diagnostics.ts +333 -0
  1798. package/src/clusters/fan-control.ts +596 -0
  1799. package/src/clusters/fixed-label.ts +59 -0
  1800. package/src/clusters/flow-measurement.ts +81 -0
  1801. package/src/clusters/formaldehyde-concentration-measurement.ts +55 -0
  1802. package/src/clusters/general-commissioning.ts +565 -0
  1803. package/src/clusters/general-diagnostics.ts +917 -0
  1804. package/src/clusters/group-key-management.ts +574 -0
  1805. package/src/clusters/groups.ts +442 -0
  1806. package/src/clusters/hepa-filter-monitoring.ts +50 -0
  1807. package/src/clusters/icd-management.ts +718 -0
  1808. package/src/clusters/identify.ts +231 -0
  1809. package/src/clusters/illuminance-measurement.ts +109 -0
  1810. package/src/clusters/index.ts +158 -0
  1811. package/src/clusters/keypad-input.ts +290 -0
  1812. package/src/clusters/label.ts +66 -0
  1813. package/src/clusters/laundry-dryer-controls.ts +100 -0
  1814. package/src/clusters/laundry-washer-controls.ts +232 -0
  1815. package/src/clusters/laundry-washer-mode.ts +156 -0
  1816. package/src/clusters/level-control.ts +609 -0
  1817. package/src/clusters/localization-configuration.ts +75 -0
  1818. package/src/clusters/low-power.ts +60 -0
  1819. package/src/clusters/media-input.ts +272 -0
  1820. package/src/clusters/media-playback.ts +1157 -0
  1821. package/src/clusters/messages.ts +636 -0
  1822. package/src/clusters/microwave-oven-control.ts +397 -0
  1823. package/src/clusters/microwave-oven-mode.ts +117 -0
  1824. package/src/clusters/mode-base.ts +444 -0
  1825. package/src/clusters/mode-select.ts +327 -0
  1826. package/src/clusters/network-commissioning.ts +1435 -0
  1827. package/src/clusters/nitrogen-dioxide-concentration-measurement.ts +55 -0
  1828. package/src/clusters/occupancy-sensing.ts +237 -0
  1829. package/src/clusters/on-off.ts +528 -0
  1830. package/src/clusters/operational-credentials.ts +1027 -0
  1831. package/src/clusters/operational-state.ts +488 -0
  1832. package/src/clusters/ota-software-update-provider.ts +598 -0
  1833. package/src/clusters/ota-software-update-requestor.ts +595 -0
  1834. package/src/clusters/oven-cavity-operational-state.ts +292 -0
  1835. package/src/clusters/oven-mode.ts +259 -0
  1836. package/src/clusters/ozone-concentration-measurement.ts +50 -0
  1837. package/src/clusters/pm1-concentration-measurement.ts +50 -0
  1838. package/src/clusters/pm10-concentration-measurement.ts +50 -0
  1839. package/src/clusters/pm25-concentration-measurement.ts +50 -0
  1840. package/src/clusters/power-source-configuration.ts +57 -0
  1841. package/src/clusters/power-source.ts +1548 -0
  1842. package/src/clusters/power-topology.ts +193 -0
  1843. package/src/clusters/pressure-measurement.ts +206 -0
  1844. package/src/clusters/proxy-configuration.ts +77 -0
  1845. package/src/clusters/proxy-discovery.ts +90 -0
  1846. package/src/clusters/pulse-width-modulation.ts +54 -0
  1847. package/src/clusters/pump-configuration-and-control.ts +1000 -0
  1848. package/src/clusters/radon-concentration-measurement.ts +50 -0
  1849. package/src/clusters/refrigerator-alarm.ts +179 -0
  1850. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +138 -0
  1851. package/src/clusters/relative-humidity-measurement.ts +85 -0
  1852. package/src/clusters/resource-monitoring.ts +305 -0
  1853. package/src/clusters/rvc-clean-mode.ts +140 -0
  1854. package/src/clusters/rvc-operational-state.ts +270 -0
  1855. package/src/clusters/rvc-run-mode.ts +190 -0
  1856. package/src/clusters/scenes-management.ts +1011 -0
  1857. package/src/clusters/smoke-co-alarm.ts +756 -0
  1858. package/src/clusters/software-diagnostics.ts +292 -0
  1859. package/src/clusters/switch.ts +554 -0
  1860. package/src/clusters/target-navigator.ts +215 -0
  1861. package/src/clusters/temperature-control.ts +313 -0
  1862. package/src/clusters/temperature-measurement.ts +76 -0
  1863. package/src/clusters/thermostat-user-interface-configuration.ts +148 -0
  1864. package/src/clusters/thermostat.ts +1871 -0
  1865. package/src/clusters/thread-network-diagnostics.ts +1418 -0
  1866. package/src/clusters/time-format-localization.ts +258 -0
  1867. package/src/clusters/time-synchronization.ts +1099 -0
  1868. package/src/clusters/total-volatile-organic-compounds-concentration-measurement.ts +56 -0
  1869. package/src/clusters/unit-localization.ts +151 -0
  1870. package/src/clusters/user-label.ts +54 -0
  1871. package/src/clusters/valid-proxies.ts +90 -0
  1872. package/src/clusters/valve-configuration-and-control.ts +518 -0
  1873. package/src/clusters/wake-on-lan.ts +87 -0
  1874. package/src/clusters/wi-fi-network-diagnostics.ts +536 -0
  1875. package/src/clusters/window-covering.ts +1304 -0
  1876. package/src/commissioning/CommissioningConstants.ts +14 -0
  1877. package/src/commissioning/CommissioningOptions.ts +46 -0
  1878. package/src/commissioning/index.ts +8 -0
  1879. package/src/common/DeviceClassification.ts +49 -0
  1880. package/src/common/ProductDescription.ts +29 -0
  1881. package/src/common/StatusCode.ts +28 -0
  1882. package/src/common/ValidationError.ts +63 -0
  1883. package/src/common/index.ts +9 -0
  1884. package/src/datatype/AttributeId.ts +47 -0
  1885. package/src/datatype/CaseAuthenticatedTag.ts +71 -0
  1886. package/src/datatype/ClusterId.ts +59 -0
  1887. package/src/datatype/CommandId.ts +40 -0
  1888. package/src/datatype/DataVersion.ts +28 -0
  1889. package/src/datatype/DeviceTypeId.ts +40 -0
  1890. package/src/datatype/EndpointNumber.ts +35 -0
  1891. package/src/datatype/EntryIndex.ts +28 -0
  1892. package/src/datatype/EventId.ts +40 -0
  1893. package/src/datatype/EventNumber.ts +28 -0
  1894. package/src/datatype/FabricId.ts +28 -0
  1895. package/src/datatype/FabricIndex.ts +60 -0
  1896. package/src/datatype/FieldId.ts +55 -0
  1897. package/src/datatype/GroupId.ts +44 -0
  1898. package/src/datatype/ManufacturerExtensibleIdentifier.ts +53 -0
  1899. package/src/datatype/NodeId.ts +122 -0
  1900. package/src/datatype/SubjectId.ts +18 -0
  1901. package/src/datatype/VendorId.ts +44 -0
  1902. package/src/datatype/index.ts +24 -0
  1903. package/src/globals/MeasurementAccuracy.ts +66 -0
  1904. package/src/globals/MeasurementAccuracyRange.ts +147 -0
  1905. package/src/globals/MeasurementType.ts +84 -0
  1906. package/src/globals/Priority.ts +35 -0
  1907. package/src/globals/Semtag.ts +79 -0
  1908. package/src/globals/SoftwareVersionCertificationStatus.ts +36 -0
  1909. package/src/globals/Status.ts +235 -0
  1910. package/src/globals/Tod.ts +49 -0
  1911. package/src/globals/WildcardPathFlags.ts +62 -0
  1912. package/src/globals/index.ts +17 -0
  1913. package/src/index.ts +16 -0
  1914. package/src/protocol/definitions/index.ts +8 -0
  1915. package/src/protocol/definitions/interaction.ts +13 -0
  1916. package/src/protocol/definitions/secure-channel.ts +136 -0
  1917. package/src/protocol/index.ts +9 -0
  1918. package/src/protocol/messages/TlvDataReport.ts +30 -0
  1919. package/src/protocol/messages/TlvDataReportForSend.ts +29 -0
  1920. package/src/protocol/messages/TlvInvokeRequest.ts +25 -0
  1921. package/src/protocol/messages/TlvInvokeResponse.ts +23 -0
  1922. package/src/protocol/messages/TlvInvokeResponseForSend.ts +18 -0
  1923. package/src/protocol/messages/TlvReadRequest.ts +34 -0
  1924. package/src/protocol/messages/TlvStatusResponse.ts +17 -0
  1925. package/src/protocol/messages/TlvSubscribeRequest.ts +43 -0
  1926. package/src/protocol/messages/TlvSubscribeResponse.ts +19 -0
  1927. package/src/protocol/messages/TlvTimedRequest.ts +16 -0
  1928. package/src/protocol/messages/TlvWriteRequest.ts +26 -0
  1929. package/src/protocol/messages/TlvWriteResponse.ts +18 -0
  1930. package/src/protocol/messages/index.ts +18 -0
  1931. package/src/protocol/types/TlvAttributeData.ts +19 -0
  1932. package/src/protocol/types/TlvAttributePath.ts +28 -0
  1933. package/src/protocol/types/TlvAttributeReport.ts +17 -0
  1934. package/src/protocol/types/TlvAttributeReportData.ts +17 -0
  1935. package/src/protocol/types/TlvAttributeStatus.ts +17 -0
  1936. package/src/protocol/types/TlvClusterPath.ts +19 -0
  1937. package/src/protocol/types/TlvCommandData.ts +19 -0
  1938. package/src/protocol/types/TlvCommandPath.ts +19 -0
  1939. package/src/protocol/types/TlvCommandStatus.ts +19 -0
  1940. package/src/protocol/types/TlvDataVersionFilter.ts +17 -0
  1941. package/src/protocol/types/TlvEventData.ts +26 -0
  1942. package/src/protocol/types/TlvEventFilter.ts +17 -0
  1943. package/src/protocol/types/TlvEventPath.ts +23 -0
  1944. package/src/protocol/types/TlvEventReport.ts +17 -0
  1945. package/src/protocol/types/TlvEventStatus.ts +17 -0
  1946. package/src/protocol/types/TlvInvokeResponseData.ts +17 -0
  1947. package/src/protocol/types/TlvStatus.ts +17 -0
  1948. package/src/protocol/types/WildcardPathFlagsBitmap.ts +38 -0
  1949. package/src/protocol/types/index.ts +23 -0
  1950. package/src/schema/Base38Schema.ts +95 -0
  1951. package/src/schema/BitmapSchema.ts +232 -0
  1952. package/src/schema/PairingCodeSchema.ts +229 -0
  1953. package/src/schema/QrCodeSchema.ts +215 -0
  1954. package/src/schema/Schema.ts +31 -0
  1955. package/src/schema/SpecificationVersionSchema.ts +27 -0
  1956. package/src/schema/index.ts +12 -0
  1957. package/src/tlv/TlvAny.ts +192 -0
  1958. package/src/tlv/TlvArray.ts +145 -0
  1959. package/src/tlv/TlvBoolean.ts +34 -0
  1960. package/src/tlv/TlvCodec.ts +470 -0
  1961. package/src/tlv/TlvNoArguments.ts +26 -0
  1962. package/src/tlv/TlvNullable.ts +66 -0
  1963. package/src/tlv/TlvNumber.ts +205 -0
  1964. package/src/tlv/TlvObject.ts +380 -0
  1965. package/src/tlv/TlvSchema.ts +148 -0
  1966. package/src/tlv/TlvString.ts +84 -0
  1967. package/src/tlv/TlvVoid.ts +34 -0
  1968. package/src/tlv/TlvWrapper.ts +30 -0
  1969. package/src/tlv/index.ts +18 -0
  1970. package/src/tsconfig.json +17 -0
@@ -0,0 +1,3879 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2024 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
8
+ import { Attribute, Command, Event } from "../cluster/Cluster.js";
9
+ import { TypeFromSchema } from "../tlv/TlvSchema.js";
10
+ import { BitFlag } from "../schema/BitmapSchema.js";
11
+ import { Identity } from "#general";
12
+ export declare namespace ContentControl {
13
+ /**
14
+ * These are optional features supported by ContentControlCluster.
15
+ *
16
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.4
17
+ */
18
+ enum Feature {
19
+ /**
20
+ * ScreenTime (ST)
21
+ *
22
+ * Supports managing screen time limits.
23
+ */
24
+ ScreenTime = "ScreenTime",
25
+ /**
26
+ * PinManagement (PM)
27
+ *
28
+ * Supports managing a PIN code which is used for restricting access to configuration of this feature.
29
+ */
30
+ PinManagement = "PinManagement",
31
+ /**
32
+ * BlockUnrated (BU)
33
+ *
34
+ * Supports managing content controls for unrated content.
35
+ */
36
+ BlockUnrated = "BlockUnrated",
37
+ /**
38
+ * OnDemandContentRating (OCR)
39
+ *
40
+ * Supports managing content controls based upon rating threshold for on demand content.
41
+ */
42
+ OnDemandContentRating = "OnDemandContentRating",
43
+ /**
44
+ * ScheduledContentRating (SCR)
45
+ *
46
+ * Supports managing content controls based upon rating threshold for scheduled content.
47
+ */
48
+ ScheduledContentRating = "ScheduledContentRating",
49
+ /**
50
+ * BlockChannels (BC)
51
+ *
52
+ * Supports managing a set of channels that are prohibited.
53
+ */
54
+ BlockChannels = "BlockChannels",
55
+ /**
56
+ * BlockApplications (BA)
57
+ *
58
+ * Supports managing a set of applications that are prohibited.
59
+ */
60
+ BlockApplications = "BlockApplications",
61
+ /**
62
+ * BlockContentTimeWindow (BTW)
63
+ *
64
+ * Supports managing content controls based upon setting time window in which all contents and applications
65
+ * SHALL be blocked.
66
+ */
67
+ BlockContentTimeWindow = "BlockContentTimeWindow"
68
+ }
69
+ /**
70
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1
71
+ */
72
+ const TlvRatingName: import("../tlv/TlvObject.js").ObjectSchema<{
73
+ /**
74
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
75
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
76
+ * country to another.
77
+ *
78
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
79
+ */
80
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
81
+ /**
82
+ * This field shall specify a human readable (displayable) description for RatingName.
83
+ *
84
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
85
+ */
86
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
87
+ }>;
88
+ /**
89
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1
90
+ */
91
+ interface RatingName extends TypeFromSchema<typeof TlvRatingName> {
92
+ }
93
+ /**
94
+ * Input to the ContentControl setOnDemandRatingThreshold command
95
+ *
96
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10
97
+ */
98
+ const TlvSetOnDemandRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
99
+ /**
100
+ * This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
101
+ * the values present in the OnDemandRatings attribute
102
+ *
103
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10.1
104
+ */
105
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
106
+ }>;
107
+ /**
108
+ * Input to the ContentControl setOnDemandRatingThreshold command
109
+ *
110
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10
111
+ */
112
+ interface SetOnDemandRatingThresholdRequest extends TypeFromSchema<typeof TlvSetOnDemandRatingThresholdRequest> {
113
+ }
114
+ /**
115
+ * Input to the ContentControl setScheduledContentRatingThreshold command
116
+ *
117
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11
118
+ */
119
+ const TlvSetScheduledContentRatingThresholdRequest: import("../tlv/TlvObject.js").ObjectSchema<{
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.
124
+ *
125
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
126
+ */
127
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
128
+ }>;
129
+ /**
130
+ * Input to the ContentControl setScheduledContentRatingThreshold command
131
+ *
132
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11
133
+ */
134
+ interface SetScheduledContentRatingThresholdRequest extends TypeFromSchema<typeof TlvSetScheduledContentRatingThresholdRequest> {
135
+ }
136
+ /**
137
+ * Input to the ContentControl addBonusTime command
138
+ *
139
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6
140
+ */
141
+ const TlvAddBonusTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
142
+ /**
143
+ * This field shall indicate the PIN.
144
+ *
145
+ * This field shall be optional for clients with Manage or greater privilege but shall be mandatory for clients
146
+ * with Operate privilege. The PIN provided in this field shall be used to guarantee that a client with Operate
147
+ * permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
148
+ * PIN value.
149
+ *
150
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.1
151
+ */
152
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
153
+ /**
154
+ * 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.
156
+ *
157
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
158
+ */
159
+ bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
160
+ }>;
161
+ /**
162
+ * Input to the ContentControl addBonusTime command
163
+ *
164
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6
165
+ */
166
+ interface AddBonusTimeRequest extends TypeFromSchema<typeof TlvAddBonusTimeRequest> {
167
+ }
168
+ /**
169
+ * Input to the ContentControl setScreenDailyTime command
170
+ *
171
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7
172
+ */
173
+ const TlvSetScreenDailyTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
174
+ /**
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.
178
+ *
179
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
180
+ */
181
+ screenTime: import("../tlv/TlvObject.js").FieldType<number>;
182
+ }>;
183
+ /**
184
+ * Input to the ContentControl setScreenDailyTime command
185
+ *
186
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7
187
+ */
188
+ interface SetScreenDailyTimeRequest extends TypeFromSchema<typeof TlvSetScreenDailyTimeRequest> {
189
+ }
190
+ /**
191
+ * [options="header",valign="middle"]b
192
+ *
193
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2
194
+ */
195
+ const TlvBlockChannel: import("../tlv/TlvObject.js").ObjectSchema<{
196
+ /**
197
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
198
+ * selected channel which will be removed from BlockChannelList attribute.
199
+ *
200
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
201
+ */
202
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
203
+ /**
204
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
205
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
206
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
207
+ * represented by a major or minor number.
208
+ *
209
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
210
+ */
211
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
212
+ /**
213
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
214
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
215
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
216
+ * represented by a major or minor number.
217
+ *
218
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
219
+ */
220
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
221
+ /**
222
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
223
+ * be provided when MajorNumber and MinorNumber are not available.
224
+ *
225
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
226
+ */
227
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
228
+ }>;
229
+ /**
230
+ * [options="header",valign="middle"]b
231
+ *
232
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2
233
+ */
234
+ interface BlockChannel extends TypeFromSchema<typeof TlvBlockChannel> {
235
+ }
236
+ /**
237
+ * Input to the ContentControl addBlockChannels command
238
+ *
239
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12
240
+ */
241
+ const TlvAddBlockChannelsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
242
+ /**
243
+ * This field indicates a set of channels that shall be blocked when the Content Control feature is activated.
244
+ * This field shall be set to values present in ChannelList attribute in the Channel cluster. The
245
+ * BlockChannelIndex field passed in this command shall be NULL.
246
+ *
247
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12.1
248
+ */
249
+ channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
250
+ /**
251
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
252
+ * selected channel which will be removed from BlockChannelList attribute.
253
+ *
254
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
255
+ */
256
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
257
+ /**
258
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
259
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
260
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
261
+ * represented by a major or minor number.
262
+ *
263
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
264
+ */
265
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
266
+ /**
267
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
268
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
269
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
270
+ * represented by a major or minor number.
271
+ *
272
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
273
+ */
274
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
275
+ /**
276
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
277
+ * be provided when MajorNumber and MinorNumber are not available.
278
+ *
279
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
280
+ */
281
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
282
+ }>[]>;
283
+ }>;
284
+ /**
285
+ * Input to the ContentControl addBlockChannels command
286
+ *
287
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12
288
+ */
289
+ interface AddBlockChannelsRequest extends TypeFromSchema<typeof TlvAddBlockChannelsRequest> {
290
+ }
291
+ /**
292
+ * Input to the ContentControl removeBlockChannels command
293
+ *
294
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13
295
+ */
296
+ const TlvRemoveBlockChannelsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
297
+ /**
298
+ * This field shall specify a set of indexes indicating Which channels shall be removed from the
299
+ * BlockChannelList attribute.
300
+ *
301
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13.1
302
+ */
303
+ channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
304
+ }>;
305
+ /**
306
+ * Input to the ContentControl removeBlockChannels command
307
+ *
308
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13
309
+ */
310
+ interface RemoveBlockChannelsRequest extends TypeFromSchema<typeof TlvRemoveBlockChannelsRequest> {
311
+ }
312
+ /**
313
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3
314
+ */
315
+ const TlvAppInfo: import("../tlv/TlvObject.js").ObjectSchema<{
316
+ /**
317
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
318
+ *
319
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
320
+ * assign an ApplicationID to each Content App.
321
+ *
322
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
323
+ */
324
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
325
+ /**
326
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
327
+ * "Company X". This field shall be unique within a catalog.
328
+ *
329
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
330
+ */
331
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
332
+ }>;
333
+ /**
334
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3
335
+ */
336
+ interface AppInfo extends TypeFromSchema<typeof TlvAppInfo> {
337
+ }
338
+ /**
339
+ * Input to the ContentControl addBlockApplications command
340
+ *
341
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14
342
+ */
343
+ const TlvAddBlockApplicationsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
344
+ /**
345
+ * This field indicates a set of applications that shall be blocked when the Content Control feature is
346
+ * activated.
347
+ *
348
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14.1
349
+ */
350
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
351
+ /**
352
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
353
+ *
354
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
355
+ * assign an ApplicationID to each Content App.
356
+ *
357
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
358
+ */
359
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
360
+ /**
361
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
362
+ * "Company X". This field shall be unique within a catalog.
363
+ *
364
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
365
+ */
366
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
367
+ }>[]>;
368
+ }>;
369
+ /**
370
+ * Input to the ContentControl addBlockApplications command
371
+ *
372
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14
373
+ */
374
+ interface AddBlockApplicationsRequest extends TypeFromSchema<typeof TlvAddBlockApplicationsRequest> {
375
+ }
376
+ /**
377
+ * Input to the ContentControl removeBlockApplications command
378
+ *
379
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15
380
+ */
381
+ const TlvRemoveBlockApplicationsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
382
+ /**
383
+ * This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
384
+ *
385
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15.1
386
+ */
387
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
388
+ /**
389
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
390
+ *
391
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
392
+ * assign an ApplicationID to each Content App.
393
+ *
394
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
395
+ */
396
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
397
+ /**
398
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
399
+ * "Company X". This field shall be unique within a catalog.
400
+ *
401
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
402
+ */
403
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
404
+ }>[]>;
405
+ }>;
406
+ /**
407
+ * Input to the ContentControl removeBlockApplications command
408
+ *
409
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15
410
+ */
411
+ interface RemoveBlockApplicationsRequest extends TypeFromSchema<typeof TlvRemoveBlockApplicationsRequest> {
412
+ }
413
+ /**
414
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.5
415
+ */
416
+ enum DayOfWeek {
417
+ /**
418
+ * Sunday
419
+ */
420
+ Sunday = 0,
421
+ /**
422
+ * Monday
423
+ */
424
+ Monday = 1,
425
+ /**
426
+ * Tuesday
427
+ */
428
+ Tuesday = 2,
429
+ /**
430
+ * Wednesday
431
+ */
432
+ Wednesday = 3,
433
+ /**
434
+ * Thursday
435
+ */
436
+ Thursday = 4,
437
+ /**
438
+ * Friday
439
+ */
440
+ Friday = 5,
441
+ /**
442
+ * Saturday
443
+ */
444
+ Saturday = 6
445
+ }
446
+ /**
447
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6
448
+ */
449
+ const TlvTimePeriod: import("../tlv/TlvObject.js").ObjectSchema<{
450
+ /**
451
+ * This field shall indicate the starting hour.
452
+ *
453
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
454
+ */
455
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
456
+ /**
457
+ * This field shall indicate the starting minute.
458
+ *
459
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
460
+ */
461
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
462
+ /**
463
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
464
+ *
465
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
466
+ */
467
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
468
+ /**
469
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
470
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
471
+ * be blocked until 23:59:59.
472
+ *
473
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
474
+ */
475
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
476
+ }>;
477
+ /**
478
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6
479
+ */
480
+ interface TimePeriod extends TypeFromSchema<typeof TlvTimePeriod> {
481
+ }
482
+ /**
483
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4
484
+ */
485
+ const TlvTimeWindow: import("../tlv/TlvObject.js").ObjectSchema<{
486
+ /**
487
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
488
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
489
+ *
490
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
491
+ */
492
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
493
+ /**
494
+ * This field shall indicate a day of week.
495
+ *
496
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
497
+ */
498
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
499
+ /**
500
+ * This field shall indicate one or more discrete time periods.
501
+ *
502
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
503
+ */
504
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
505
+ /**
506
+ * This field shall indicate the starting hour.
507
+ *
508
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
509
+ */
510
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
511
+ /**
512
+ * This field shall indicate the starting minute.
513
+ *
514
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
515
+ */
516
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
517
+ /**
518
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
519
+ *
520
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
521
+ */
522
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
523
+ /**
524
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
525
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
526
+ * be blocked until 23:59:59.
527
+ *
528
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
529
+ */
530
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
531
+ }>[]>;
532
+ }>;
533
+ /**
534
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4
535
+ */
536
+ interface TimeWindow extends TypeFromSchema<typeof TlvTimeWindow> {
537
+ }
538
+ /**
539
+ * Input to the ContentControl setBlockContentTimeWindow command
540
+ *
541
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16
542
+ */
543
+ const TlvSetBlockContentTimeWindowRequest: import("../tlv/TlvObject.js").ObjectSchema<{
544
+ /**
545
+ * This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
546
+ *
547
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16.1
548
+ */
549
+ timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
550
+ /**
551
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
552
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
553
+ *
554
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
555
+ */
556
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
557
+ /**
558
+ * This field shall indicate a day of week.
559
+ *
560
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
561
+ */
562
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
563
+ /**
564
+ * This field shall indicate one or more discrete time periods.
565
+ *
566
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
567
+ */
568
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
569
+ /**
570
+ * This field shall indicate the starting hour.
571
+ *
572
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
573
+ */
574
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
575
+ /**
576
+ * This field shall indicate the starting minute.
577
+ *
578
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
579
+ */
580
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
581
+ /**
582
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
583
+ *
584
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
585
+ */
586
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
587
+ /**
588
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
589
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
590
+ * be blocked until 23:59:59.
591
+ *
592
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
593
+ */
594
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
595
+ }>[]>;
596
+ }>>;
597
+ }>;
598
+ /**
599
+ * Input to the ContentControl setBlockContentTimeWindow command
600
+ *
601
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16
602
+ */
603
+ interface SetBlockContentTimeWindowRequest extends TypeFromSchema<typeof TlvSetBlockContentTimeWindowRequest> {
604
+ }
605
+ /**
606
+ * Input to the ContentControl removeBlockContentTimeWindow command
607
+ *
608
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17
609
+ */
610
+ const TlvRemoveBlockContentTimeWindowRequest: import("../tlv/TlvObject.js").ObjectSchema<{
611
+ /**
612
+ * This field shall specify a set of time window indexes indicating which time windows will be removed from the
613
+ * BlockContentTimeWindow attribute.
614
+ *
615
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17.1
616
+ */
617
+ timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
618
+ }>;
619
+ /**
620
+ * Input to the ContentControl removeBlockContentTimeWindow command
621
+ *
622
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17
623
+ */
624
+ interface RemoveBlockContentTimeWindowRequest extends TypeFromSchema<typeof TlvRemoveBlockContentTimeWindowRequest> {
625
+ }
626
+ /**
627
+ * Input to the ContentControl updatePin command
628
+ *
629
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1
630
+ */
631
+ const TlvUpdatePinRequest: import("../tlv/TlvObject.js").ObjectSchema<{
632
+ /**
633
+ * This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
634
+ * invalid.
635
+ *
636
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.1
637
+ */
638
+ oldPin: import("../tlv/TlvObject.js").FieldType<string>;
639
+ /**
640
+ * This field shall indicate a new PIN for the Content Control feature.
641
+ *
642
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.2
643
+ */
644
+ newPin: import("../tlv/TlvObject.js").FieldType<string>;
645
+ }>;
646
+ /**
647
+ * Input to the ContentControl updatePin command
648
+ *
649
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1
650
+ */
651
+ interface UpdatePinRequest extends TypeFromSchema<typeof TlvUpdatePinRequest> {
652
+ }
653
+ /**
654
+ * This command shall be generated in response to a ResetPIN command.
655
+ *
656
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.3
657
+ */
658
+ const TlvResetPinResponse: import("../tlv/TlvObject.js").ObjectSchema<{
659
+ /**
660
+ * This field shall indicate a new PIN of the Content Control feature.
661
+ *
662
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.3.1
663
+ */
664
+ pinCode: import("../tlv/TlvObject.js").FieldType<string>;
665
+ }>;
666
+ /**
667
+ * This command shall be generated in response to a ResetPIN command.
668
+ *
669
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.3
670
+ */
671
+ interface ResetPinResponse extends TypeFromSchema<typeof TlvResetPinResponse> {
672
+ }
673
+ /**
674
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.6.1
675
+ */
676
+ enum StatusCode {
677
+ /**
678
+ * Provided PIN Code does not match the current PIN code.
679
+ */
680
+ InvalidPinCode = 2,
681
+ /**
682
+ * Provided Rating is out of scope of the corresponding Rating list.
683
+ */
684
+ InvalidRating = 3,
685
+ /**
686
+ * Provided Channel(s) is invalid.
687
+ */
688
+ InvalidChannel = 4,
689
+ /**
690
+ * Provided Channel(s) already exists.
691
+ */
692
+ ChannelAlreadyExist = 5,
693
+ /**
694
+ * Provided Channel(s) doesn’t exist in BlockChannelList attribute.
695
+ */
696
+ ChannelNotExist = 6,
697
+ /**
698
+ * Provided Application(s) is not identified.
699
+ */
700
+ UnidentifiableApplication = 7,
701
+ /**
702
+ * Provided Application(s) already exists.
703
+ */
704
+ ApplicationAlreadyExist = 8,
705
+ /**
706
+ * Provided Application(s) doesn’t exist in BlockApplicationList attribute.
707
+ */
708
+ ApplicationNotExist = 9,
709
+ /**
710
+ * Provided time Window already exists in BlockContentTimeWindow attribute.
711
+ */
712
+ TimeWindowAlreadyExist = 10,
713
+ /**
714
+ * Provided time window doesn’t exist in BlockContentTimeWindow attribute.
715
+ */
716
+ TimeWindowNotExist = 11
717
+ }
718
+ /**
719
+ * A ContentControlCluster supports these elements if it supports feature OnDemandContentRating.
720
+ */
721
+ const OnDemandContentRatingComponent: {
722
+ readonly attributes: {
723
+ /**
724
+ * This attribute shall provide the collection of ratings that are currently valid for this media device.
725
+ * The items should honor the metadata of the on-demand content (e.g. Movie) rating system for one country
726
+ * or region where the media device has been provisioned. For example, for the MPAA system, RatingName may
727
+ * be one value out of "G", "PG", "PG-13", "R", "NC-17".
728
+ *
729
+ * The media device shall have a way to determine which rating system applies for the on-demand content and
730
+ * then populate this attribute. For example, it can do it through examining the Location attribute in the
731
+ * Basic Information cluster, and then determining which rating system applies.
732
+ *
733
+ * The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
734
+ * the oldest viewers. Each rating in the list shall be unique.
735
+ *
736
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.2
737
+ */
738
+ readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
739
+ /**
740
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
741
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
742
+ * country to another.
743
+ *
744
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
745
+ */
746
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
747
+ /**
748
+ * This field shall specify a human readable (displayable) description for RatingName.
749
+ *
750
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
751
+ */
752
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
753
+ }>[], any>;
754
+ /**
755
+ * Indicates a threshold rating as a content filter which is compared with the rating for on-demand
756
+ * content. For example, if the on-demand content rating is greater than or equal to
757
+ * OnDemandRatingThreshold, for a rating system that is ordered from lower viewer age to higher viewer age,
758
+ * then on-demand content is not appropriate for the User and the Node shall prevent the playback of
759
+ * content.
760
+ *
761
+ * This attribute shall be set to one of the values present in the OnDemandRatings attribute.
762
+ *
763
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
764
+ * example, if the feature does not control content within apps, then the device should make this clear to
765
+ * the user when the attribute changes.
766
+ *
767
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.3
768
+ */
769
+ readonly onDemandRatingThreshold: Attribute<string, any>;
770
+ };
771
+ readonly commands: {
772
+ /**
773
+ * The purpose of this command is to set the OnDemandRatingThreshold attribute.
774
+ *
775
+ * Upon receipt of the SetOnDemandRatingThreshold command, the media device shall check if the Rating field
776
+ * is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
777
+ * error status shall be returned.
778
+ *
779
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10
780
+ */
781
+ readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
782
+ /**
783
+ * This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
784
+ * the values present in the OnDemandRatings attribute
785
+ *
786
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10.1
787
+ */
788
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
789
+ }>, void, any>;
790
+ };
791
+ };
792
+ /**
793
+ * A ContentControlCluster supports these elements if it supports feature ScheduledContentRating.
794
+ */
795
+ const ScheduledContentRatingComponent: {
796
+ readonly attributes: {
797
+ /**
798
+ * Indicates a collection of ratings which ScheduledContentRatingThreshold can be set to. The items should
799
+ * honor metadata of the scheduled content rating system for the country or region where the media device
800
+ * has been provisioned.
801
+ *
802
+ * The media device shall have a way to determine which scheduled content rating system applies and then
803
+ * populate this attribute. For example, this can be done by examining the Location attribute in Basic
804
+ * Information cluster, and then determining which rating system applies.
805
+ *
806
+ * The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
807
+ * the oldest viewers. Each rating in the list shall be unique.
808
+ *
809
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.4
810
+ */
811
+ readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
812
+ /**
813
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
814
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
815
+ * country to another.
816
+ *
817
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
818
+ */
819
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
820
+ /**
821
+ * This field shall specify a human readable (displayable) description for RatingName.
822
+ *
823
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
824
+ */
825
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
826
+ }>[], any>;
827
+ /**
828
+ * Indicates a threshold rating as a content filter which is used to compare with the rating for scheduled
829
+ * content. For example, if the scheduled content rating is greater than or equal to
830
+ * ScheduledContentRatingThreshold for a rating system that is ordered from lower viewer age to higher
831
+ * viewer age, then the scheduled content is not appropriate for the User and shall be blocked.
832
+ *
833
+ * This attribute shall be set to one of the values present in the ScheduledContentRatings attribute.
834
+ *
835
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
836
+ * example, if the feature does not control content within apps, then the device should make this clear to
837
+ * the user when the attribute changes.
838
+ *
839
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.5
840
+ */
841
+ readonly scheduledContentRatingThreshold: Attribute<string, any>;
842
+ };
843
+ readonly commands: {
844
+ /**
845
+ * The purpose of this command is to set ScheduledContentRatingThreshold attribute.
846
+ *
847
+ * Upon receipt of the SetScheduledContentRatingThreshold command, the media device shall check if the
848
+ * Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
849
+ * with InvalidRating error status shall be returned.
850
+ *
851
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11
852
+ */
853
+ readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
854
+ /**
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.
858
+ *
859
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
860
+ */
861
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
862
+ }>, void, any>;
863
+ };
864
+ };
865
+ /**
866
+ * A ContentControlCluster supports these elements if it supports feature ScreenTime.
867
+ */
868
+ const ScreenTimeComponent: {
869
+ readonly attributes: {
870
+ /**
871
+ * Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
872
+ * when the Content Control feature is activated.
873
+ *
874
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.6
875
+ */
876
+ readonly screenDailyTime: Attribute<number, any>;
877
+ /**
878
+ * Indicates the remaining screen time (in seconds) which the User is allowed to spend watching TV for the
879
+ * current day when the Content Control feature is activated. When this value equals 0, the media device
880
+ * shall terminate the playback of content.
881
+ *
882
+ * This attribute shall be updated when the AddBonusTime command is received and processed successfully
883
+ * (with the correct PIN).
884
+ *
885
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.7
886
+ */
887
+ readonly remainingScreenTime: Attribute<number, any>;
888
+ };
889
+ readonly commands: {
890
+ /**
891
+ * The purpose of this command is to add the extra screen time for the user.
892
+ *
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
896
+ * RemainingScreenTime attribute shall be increased by the specified BonusTime value.
897
+ *
898
+ * If the PINs do not match, then a response with InvalidPINCode error status shall be returned, and no
899
+ * changes shall be made to RemainingScreenTime.
900
+ *
901
+ * If a client with Manage privilege or greater invokes this command, the media device shall ignore the
902
+ * PINCode field and directly increase the RemainingScreenTime attribute by the specified BonusTime value.
903
+ *
904
+ * A server that does not support the PM feature shall respond with InvalidPINCode to clients that only
905
+ * have Operate privilege unless:
906
+ *
907
+ * • It has been provided with the PIN value to expect via an out of band mechanism, and
908
+ *
909
+ * • The client has provided a PINCode that matches the expected PIN value.
910
+ *
911
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6
912
+ */
913
+ readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
914
+ /**
915
+ * This field shall indicate the PIN.
916
+ *
917
+ * This field shall be optional for clients with Manage or greater privilege but shall be mandatory for clients
918
+ * with Operate privilege. The PIN provided in this field shall be used to guarantee that a client with Operate
919
+ * permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
920
+ * PIN value.
921
+ *
922
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.1
923
+ */
924
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
925
+ /**
926
+ * 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.
928
+ *
929
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
930
+ */
931
+ bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
932
+ }>, void, any>;
933
+ /**
934
+ * The purpose of this command is to set the ScreenDailyTime attribute.
935
+ *
936
+ * Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
937
+ * to the ScreenTime value.
938
+ *
939
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7
940
+ */
941
+ readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
942
+ /**
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.
946
+ *
947
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
948
+ */
949
+ screenTime: import("../tlv/TlvObject.js").FieldType<number>;
950
+ }>, void, any>;
951
+ };
952
+ readonly events: {
953
+ /**
954
+ * This event shall be generated when the RemainingScreenTime equals 0.
955
+ *
956
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.9.1
957
+ */
958
+ readonly remainingScreenTimeExpired: Event<void, any>;
959
+ };
960
+ };
961
+ /**
962
+ * A ContentControlCluster supports these elements if it supports feature BlockUnrated.
963
+ */
964
+ const BlockUnratedComponent: {
965
+ readonly attributes: {
966
+ /**
967
+ * 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.
971
+ *
972
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
973
+ * example, if the feature does not control content within apps, then the device should make this clear to
974
+ * the user when the attribute changes.
975
+ *
976
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.8
977
+ */
978
+ readonly blockUnrated: Attribute<boolean, any>;
979
+ };
980
+ readonly commands: {
981
+ /**
982
+ * The purpose of this command is to specify whether programs with no Content rating must be blocked by
983
+ * this media device.
984
+ *
985
+ * Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute
986
+ * to TRUE.
987
+ *
988
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.8
989
+ */
990
+ readonly blockUnratedContent: Command<void, void, any>;
991
+ /**
992
+ * The purpose of this command is to specify whether programs with no Content rating must be blocked by
993
+ * this media device.
994
+ *
995
+ * Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
996
+ * to FALSE.
997
+ *
998
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.9
999
+ */
1000
+ readonly unblockUnratedContent: Command<void, void, any>;
1001
+ };
1002
+ };
1003
+ /**
1004
+ * A ContentControlCluster supports these elements if it supports feature BlockChannels.
1005
+ */
1006
+ const BlockChannelsComponent: {
1007
+ readonly attributes: {
1008
+ /**
1009
+ * Indicates a set of channels that shall be blocked when the Content Control feature is activated.
1010
+ *
1011
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.9
1012
+ */
1013
+ readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1014
+ /**
1015
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
1016
+ * selected channel which will be removed from BlockChannelList attribute.
1017
+ *
1018
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1019
+ */
1020
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1021
+ /**
1022
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
1023
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
1024
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1025
+ * represented by a major or minor number.
1026
+ *
1027
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1028
+ */
1029
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1030
+ /**
1031
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
1032
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
1033
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1034
+ * represented by a major or minor number.
1035
+ *
1036
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
1037
+ */
1038
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1039
+ /**
1040
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
1041
+ * be provided when MajorNumber and MinorNumber are not available.
1042
+ *
1043
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
1044
+ */
1045
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1046
+ }>[], any>;
1047
+ };
1048
+ readonly commands: {
1049
+ /**
1050
+ * The purpose of this command is to set BlockChannelList attribute.
1051
+ *
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.
1055
+ *
1056
+ * If there is at least one channel in Channels field which is not in the BlockChannelList attribute, the
1057
+ * media device shall process the request by adding these new channels into the BlockChannelList attribute
1058
+ * and return a successful Status Response. During this process, the media device shall assign one unique
1059
+ * index to BlockChannelIndex field for every channel passed in this command.
1060
+ *
1061
+ * If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
1062
+ * ChannelAlreadyExist error Status shall be returned.
1063
+ *
1064
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12
1065
+ */
1066
+ readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1067
+ /**
1068
+ * This field indicates a set of channels that shall be blocked when the Content Control feature is activated.
1069
+ * This field shall be set to values present in ChannelList attribute in the Channel cluster. The
1070
+ * BlockChannelIndex field passed in this command shall be NULL.
1071
+ *
1072
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12.1
1073
+ */
1074
+ channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1075
+ /**
1076
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
1077
+ * selected channel which will be removed from BlockChannelList attribute.
1078
+ *
1079
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1080
+ */
1081
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1082
+ /**
1083
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
1084
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
1085
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1086
+ * represented by a major or minor number.
1087
+ *
1088
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1089
+ */
1090
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1091
+ /**
1092
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
1093
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
1094
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1095
+ * represented by a major or minor number.
1096
+ *
1097
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
1098
+ */
1099
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1100
+ /**
1101
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
1102
+ * be provided when MajorNumber and MinorNumber are not available.
1103
+ *
1104
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
1105
+ */
1106
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1107
+ }>[]>;
1108
+ }>, void, any>;
1109
+ /**
1110
+ * The purpose of this command is to remove channels from the BlockChannelList attribute.
1111
+ *
1112
+ * Upon receipt of the RemoveBlockChannels command, the media device shall check if the channels indicated
1113
+ * by ChannelIndexes passed in this command are present in BlockChannelList attribute. If one or more
1114
+ * channels indicated by ChannelIndexes passed in this command field are not present in the
1115
+ * BlockChannelList attribute, then a response with ChannelNotExist error Status shall be returned.
1116
+ *
1117
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13
1118
+ */
1119
+ readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1120
+ /**
1121
+ * This field shall specify a set of indexes indicating Which channels shall be removed from the
1122
+ * BlockChannelList attribute.
1123
+ *
1124
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13.1
1125
+ */
1126
+ channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
1127
+ }>, void, any>;
1128
+ };
1129
+ };
1130
+ /**
1131
+ * A ContentControlCluster supports these elements if it supports feature BlockApplications.
1132
+ */
1133
+ const BlockApplicationsComponent: {
1134
+ readonly attributes: {
1135
+ /**
1136
+ * Indicates a set of applications that shall be blocked when the Content Control feature is activated.
1137
+ *
1138
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.10
1139
+ */
1140
+ readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1141
+ /**
1142
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
1143
+ *
1144
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
1145
+ * assign an ApplicationID to each Content App.
1146
+ *
1147
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1148
+ */
1149
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
1150
+ /**
1151
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
1152
+ * "Company X". This field shall be unique within a catalog.
1153
+ *
1154
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1155
+ */
1156
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
1157
+ }>[], any>;
1158
+ };
1159
+ readonly commands: {
1160
+ /**
1161
+ * The purpose of this command is to set applications to the BlockApplicationList attribute.
1162
+ *
1163
+ * Upon receipt of the AddBlockApplications command, the media device shall check if the Applications
1164
+ * 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.
1166
+ *
1167
+ * If there is one or more applications which are not present in BlockApplicationList attribute, the media
1168
+ * device shall process the request by adding the new application to the BlockApplicationList attribute and
1169
+ * return a successful Status Response.
1170
+ *
1171
+ * If all applications in Applications field are already present in BlockApplicationList attribute, then a
1172
+ * response with ApplicationAlreadyExist error Status shall be returned.
1173
+ *
1174
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14
1175
+ */
1176
+ readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1177
+ /**
1178
+ * This field indicates a set of applications that shall be blocked when the Content Control feature is
1179
+ * activated.
1180
+ *
1181
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14.1
1182
+ */
1183
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1184
+ /**
1185
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
1186
+ *
1187
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
1188
+ * assign an ApplicationID to each Content App.
1189
+ *
1190
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1191
+ */
1192
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
1193
+ /**
1194
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
1195
+ * "Company X". This field shall be unique within a catalog.
1196
+ *
1197
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1198
+ */
1199
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
1200
+ }>[]>;
1201
+ }>, void, any>;
1202
+ /**
1203
+ * The purpose of this command is to remove applications from the BlockApplicationList attribute.
1204
+ *
1205
+ * Upon receipt of the RemoveBlockApplications command, the media device shall check if the applications
1206
+ * passed in this command present in the BlockApplicationList attribute. If one or more applications in
1207
+ * Applications field which are not present in the BlockApplicationList attribute, then a response with
1208
+ * ApplicationNotExist error Status shall be returned.
1209
+ *
1210
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15
1211
+ */
1212
+ readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1213
+ /**
1214
+ * This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
1215
+ *
1216
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15.1
1217
+ */
1218
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1219
+ /**
1220
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
1221
+ *
1222
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
1223
+ * assign an ApplicationID to each Content App.
1224
+ *
1225
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1226
+ */
1227
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
1228
+ /**
1229
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
1230
+ * "Company X". This field shall be unique within a catalog.
1231
+ *
1232
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1233
+ */
1234
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
1235
+ }>[]>;
1236
+ }>, void, any>;
1237
+ };
1238
+ };
1239
+ /**
1240
+ * A ContentControlCluster supports these elements if it supports feature BlockContentTimeWindow.
1241
+ */
1242
+ const BlockContentTimeWindowComponent: {
1243
+ readonly attributes: {
1244
+ /**
1245
+ * Indicates a set of periods during which the playback of content on media device shall be blocked when
1246
+ * the Content Control feature is activated. The media device shall reject any request to play content
1247
+ * during one period of this attribute. If it is entering any one period of this attribute, the media
1248
+ * 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.
1250
+ *
1251
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.11
1252
+ */
1253
+ readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1254
+ /**
1255
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
1256
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
1257
+ *
1258
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
1259
+ */
1260
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1261
+ /**
1262
+ * This field shall indicate a day of week.
1263
+ *
1264
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
1265
+ */
1266
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
1267
+ /**
1268
+ * This field shall indicate one or more discrete time periods.
1269
+ *
1270
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
1271
+ */
1272
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1273
+ /**
1274
+ * This field shall indicate the starting hour.
1275
+ *
1276
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
1277
+ */
1278
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
1279
+ /**
1280
+ * This field shall indicate the starting minute.
1281
+ *
1282
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
1283
+ */
1284
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
1285
+ /**
1286
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
1287
+ *
1288
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
1289
+ */
1290
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
1291
+ /**
1292
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
1293
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
1294
+ * be blocked until 23:59:59.
1295
+ *
1296
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
1297
+ */
1298
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
1299
+ }>[]>;
1300
+ }>[], any>;
1301
+ };
1302
+ readonly commands: {
1303
+ /**
1304
+ * The purpose of this command is to set the BlockContentTimeWindow attribute.
1305
+ *
1306
+ * Upon receipt of the SetBlockContentTimeWindow command, the media device shall check if the
1307
+ *
1308
+ * TimeWindowIndex field passed in this command is NULL. If the TimeWindowIndex field is NULL, the media
1309
+ * device shall check if there is an entry in the BlockContentTimeWindow attribute which matches with the
1310
+ * TimePeriod and DayOfWeek fields passed in this command. * If Yes, then a response with
1311
+ * TimeWindowAlreadyExist error status shall be returned. * If No, then the media device shall assign one
1312
+ * unique index for this time window and add it into the BlockContentTimeWindow list attribute.
1313
+ *
1314
+ * If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
1315
+ * device shall replace the original time window with the new time window passed in this command.
1316
+ *
1317
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16
1318
+ */
1319
+ readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1320
+ /**
1321
+ * This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
1322
+ *
1323
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16.1
1324
+ */
1325
+ timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1326
+ /**
1327
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
1328
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
1329
+ *
1330
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
1331
+ */
1332
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1333
+ /**
1334
+ * This field shall indicate a day of week.
1335
+ *
1336
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
1337
+ */
1338
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
1339
+ /**
1340
+ * This field shall indicate one or more discrete time periods.
1341
+ *
1342
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
1343
+ */
1344
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1345
+ /**
1346
+ * This field shall indicate the starting hour.
1347
+ *
1348
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
1349
+ */
1350
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
1351
+ /**
1352
+ * This field shall indicate the starting minute.
1353
+ *
1354
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
1355
+ */
1356
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
1357
+ /**
1358
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
1359
+ *
1360
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
1361
+ */
1362
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
1363
+ /**
1364
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
1365
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
1366
+ * be blocked until 23:59:59.
1367
+ *
1368
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
1369
+ */
1370
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
1371
+ }>[]>;
1372
+ }>>;
1373
+ }>, void, any>;
1374
+ /**
1375
+ * The purpose of this command is to remove the selected time windows from the BlockContentTimeWindow
1376
+ * attribute.
1377
+ *
1378
+ * Upon receipt of the RemoveBlockContentTimeWindow command, the media device shall check if the time
1379
+ * window index passed in this command presents in the BlockContentTimeWindow attribute.
1380
+ *
1381
+ * If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
1382
+ * attribute, then a response with TimeWindowNotExist error status shall be returned.
1383
+ *
1384
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17
1385
+ */
1386
+ readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1387
+ /**
1388
+ * This field shall specify a set of time window indexes indicating which time windows will be removed from the
1389
+ * BlockContentTimeWindow attribute.
1390
+ *
1391
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17.1
1392
+ */
1393
+ timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
1394
+ }>, void, any>;
1395
+ };
1396
+ readonly events: {
1397
+ /**
1398
+ * This event shall be generated when entering a period of blocked content as configured in the
1399
+ * BlockContentTimeWindow attribute.
1400
+ *
1401
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.9.2
1402
+ */
1403
+ readonly enteringBlockContentTimeWindow: Event<void, any>;
1404
+ };
1405
+ };
1406
+ /**
1407
+ * A ContentControlCluster supports these elements if it supports feature PinManagement.
1408
+ */
1409
+ const PinManagementComponent: {
1410
+ readonly commands: {
1411
+ /**
1412
+ * The purpose of this command is to update the PIN used for protecting configuration of the content
1413
+ * control settings. Upon success, the old PIN shall no longer work.
1414
+ *
1415
+ * The PIN is used to ensure that only the Node (or User) with the PIN code can make changes to the Content
1416
+ * Control settings, for example, turn off Content Controls or modify the ScreenDailyTime. The PIN is
1417
+ * composed of a numeric string of up to 6 human readable characters (displayable) .
1418
+ *
1419
+ * Upon receipt of this command, the media device shall check if the OldPIN field of this command is the
1420
+ * same as the current PIN. If the PINs are the same, then the PIN code shall be set to NewPIN. Otherwise a
1421
+ * response with InvalidPINCode error status shall be returned.
1422
+ *
1423
+ * The media device may provide a default PIN to the User via an out of band mechanism. For security
1424
+ * reasons, it is recommended that a client encourage the user to update the PIN from its default value
1425
+ * when performing configuration of the Content Control settings exposed by this cluster. The ResetPIN
1426
+ * command can also be used to obtain the default PIN.
1427
+ *
1428
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1
1429
+ */
1430
+ readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1431
+ /**
1432
+ * This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
1433
+ * invalid.
1434
+ *
1435
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.1
1436
+ */
1437
+ oldPin: import("../tlv/TlvObject.js").FieldType<string>;
1438
+ /**
1439
+ * This field shall indicate a new PIN for the Content Control feature.
1440
+ *
1441
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.2
1442
+ */
1443
+ newPin: import("../tlv/TlvObject.js").FieldType<string>;
1444
+ }>, void, any>;
1445
+ /**
1446
+ * The purpose of this command is to reset the PIN.
1447
+ *
1448
+ * If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
1449
+ *
1450
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.2
1451
+ */
1452
+ readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
1453
+ /**
1454
+ * This field shall indicate a new PIN of the Content Control feature.
1455
+ *
1456
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.3.1
1457
+ */
1458
+ pinCode: import("../tlv/TlvObject.js").FieldType<string>;
1459
+ }>, any>;
1460
+ };
1461
+ };
1462
+ /**
1463
+ * These elements and properties are present in all ContentControl clusters.
1464
+ */
1465
+ const Base: {
1466
+ readonly id: 1295;
1467
+ readonly name: "ContentControl";
1468
+ readonly revision: 1;
1469
+ readonly features: {
1470
+ /**
1471
+ * ScreenTime
1472
+ *
1473
+ * Supports managing screen time limits.
1474
+ */
1475
+ readonly screenTime: BitFlag;
1476
+ /**
1477
+ * PinManagement
1478
+ *
1479
+ * Supports managing a PIN code which is used for restricting access to configuration of this feature.
1480
+ */
1481
+ readonly pinManagement: BitFlag;
1482
+ /**
1483
+ * BlockUnrated
1484
+ *
1485
+ * Supports managing content controls for unrated content.
1486
+ */
1487
+ readonly blockUnrated: BitFlag;
1488
+ /**
1489
+ * OnDemandContentRating
1490
+ *
1491
+ * Supports managing content controls based upon rating threshold for on demand content.
1492
+ */
1493
+ readonly onDemandContentRating: BitFlag;
1494
+ /**
1495
+ * ScheduledContentRating
1496
+ *
1497
+ * Supports managing content controls based upon rating threshold for scheduled content.
1498
+ */
1499
+ readonly scheduledContentRating: BitFlag;
1500
+ /**
1501
+ * BlockChannels
1502
+ *
1503
+ * Supports managing a set of channels that are prohibited.
1504
+ */
1505
+ readonly blockChannels: BitFlag;
1506
+ /**
1507
+ * BlockApplications
1508
+ *
1509
+ * Supports managing a set of applications that are prohibited.
1510
+ */
1511
+ readonly blockApplications: BitFlag;
1512
+ /**
1513
+ * BlockContentTimeWindow
1514
+ *
1515
+ * Supports managing content controls based upon setting time window in which all contents and applications
1516
+ * SHALL be blocked.
1517
+ */
1518
+ readonly blockContentTimeWindow: BitFlag;
1519
+ };
1520
+ readonly attributes: {
1521
+ /**
1522
+ * Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
1523
+ * turned on (TRUE).
1524
+ *
1525
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.1
1526
+ */
1527
+ readonly enabled: Attribute<boolean, any>;
1528
+ };
1529
+ readonly commands: {
1530
+ /**
1531
+ * The purpose of this command is to turn on the Content Control feature on a media device.
1532
+ *
1533
+ * Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
1534
+ *
1535
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.4
1536
+ */
1537
+ readonly enable: Command<void, void, any>;
1538
+ /**
1539
+ * The purpose of this command is to turn off the Content Control feature on a media device.
1540
+ *
1541
+ * On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
1542
+ *
1543
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.5
1544
+ */
1545
+ readonly disable: Command<void, void, any>;
1546
+ };
1547
+ /**
1548
+ * This metadata controls which ContentControlCluster elements matter.js activates for specific feature
1549
+ * combinations.
1550
+ */
1551
+ readonly extensions: readonly [{
1552
+ readonly flags: {
1553
+ readonly onDemandContentRating: true;
1554
+ };
1555
+ readonly component: {
1556
+ readonly attributes: {
1557
+ /**
1558
+ * This attribute shall provide the collection of ratings that are currently valid for this media device.
1559
+ * The items should honor the metadata of the on-demand content (e.g. Movie) rating system for one country
1560
+ * or region where the media device has been provisioned. For example, for the MPAA system, RatingName may
1561
+ * be one value out of "G", "PG", "PG-13", "R", "NC-17".
1562
+ *
1563
+ * The media device shall have a way to determine which rating system applies for the on-demand content and
1564
+ * then populate this attribute. For example, it can do it through examining the Location attribute in the
1565
+ * Basic Information cluster, and then determining which rating system applies.
1566
+ *
1567
+ * The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
1568
+ * the oldest viewers. Each rating in the list shall be unique.
1569
+ *
1570
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.2
1571
+ */
1572
+ readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1573
+ /**
1574
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
1575
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
1576
+ * country to another.
1577
+ *
1578
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
1579
+ */
1580
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
1581
+ /**
1582
+ * This field shall specify a human readable (displayable) description for RatingName.
1583
+ *
1584
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
1585
+ */
1586
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1587
+ }>[], any>;
1588
+ /**
1589
+ * Indicates a threshold rating as a content filter which is compared with the rating for on-demand
1590
+ * content. For example, if the on-demand content rating is greater than or equal to
1591
+ * OnDemandRatingThreshold, for a rating system that is ordered from lower viewer age to higher viewer age,
1592
+ * then on-demand content is not appropriate for the User and the Node shall prevent the playback of
1593
+ * content.
1594
+ *
1595
+ * This attribute shall be set to one of the values present in the OnDemandRatings attribute.
1596
+ *
1597
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
1598
+ * example, if the feature does not control content within apps, then the device should make this clear to
1599
+ * the user when the attribute changes.
1600
+ *
1601
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.3
1602
+ */
1603
+ readonly onDemandRatingThreshold: Attribute<string, any>;
1604
+ };
1605
+ readonly commands: {
1606
+ /**
1607
+ * The purpose of this command is to set the OnDemandRatingThreshold attribute.
1608
+ *
1609
+ * Upon receipt of the SetOnDemandRatingThreshold command, the media device shall check if the Rating field
1610
+ * is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
1611
+ * error status shall be returned.
1612
+ *
1613
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10
1614
+ */
1615
+ readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1616
+ /**
1617
+ * This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
1618
+ * the values present in the OnDemandRatings attribute
1619
+ *
1620
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10.1
1621
+ */
1622
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
1623
+ }>, void, any>;
1624
+ };
1625
+ };
1626
+ }, {
1627
+ readonly flags: {
1628
+ readonly scheduledContentRating: true;
1629
+ };
1630
+ readonly component: {
1631
+ readonly attributes: {
1632
+ /**
1633
+ * Indicates a collection of ratings which ScheduledContentRatingThreshold can be set to. The items should
1634
+ * honor metadata of the scheduled content rating system for the country or region where the media device
1635
+ * has been provisioned.
1636
+ *
1637
+ * The media device shall have a way to determine which scheduled content rating system applies and then
1638
+ * populate this attribute. For example, this can be done by examining the Location attribute in Basic
1639
+ * Information cluster, and then determining which rating system applies.
1640
+ *
1641
+ * The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
1642
+ * the oldest viewers. Each rating in the list shall be unique.
1643
+ *
1644
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.4
1645
+ */
1646
+ readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1647
+ /**
1648
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
1649
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
1650
+ * country to another.
1651
+ *
1652
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
1653
+ */
1654
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
1655
+ /**
1656
+ * This field shall specify a human readable (displayable) description for RatingName.
1657
+ *
1658
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
1659
+ */
1660
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1661
+ }>[], any>;
1662
+ /**
1663
+ * Indicates a threshold rating as a content filter which is used to compare with the rating for scheduled
1664
+ * content. For example, if the scheduled content rating is greater than or equal to
1665
+ * ScheduledContentRatingThreshold for a rating system that is ordered from lower viewer age to higher
1666
+ * viewer age, then the scheduled content is not appropriate for the User and shall be blocked.
1667
+ *
1668
+ * This attribute shall be set to one of the values present in the ScheduledContentRatings attribute.
1669
+ *
1670
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
1671
+ * example, if the feature does not control content within apps, then the device should make this clear to
1672
+ * the user when the attribute changes.
1673
+ *
1674
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.5
1675
+ */
1676
+ readonly scheduledContentRatingThreshold: Attribute<string, any>;
1677
+ };
1678
+ readonly commands: {
1679
+ /**
1680
+ * The purpose of this command is to set ScheduledContentRatingThreshold attribute.
1681
+ *
1682
+ * Upon receipt of the SetScheduledContentRatingThreshold command, the media device shall check if the
1683
+ * Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
1684
+ * with InvalidRating error status shall be returned.
1685
+ *
1686
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11
1687
+ */
1688
+ readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1689
+ /**
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.
1693
+ *
1694
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
1695
+ */
1696
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
1697
+ }>, void, any>;
1698
+ };
1699
+ };
1700
+ }, {
1701
+ readonly flags: {
1702
+ readonly screenTime: true;
1703
+ };
1704
+ readonly component: {
1705
+ readonly attributes: {
1706
+ /**
1707
+ * Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
1708
+ * when the Content Control feature is activated.
1709
+ *
1710
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.6
1711
+ */
1712
+ readonly screenDailyTime: Attribute<number, any>;
1713
+ /**
1714
+ * Indicates the remaining screen time (in seconds) which the User is allowed to spend watching TV for the
1715
+ * current day when the Content Control feature is activated. When this value equals 0, the media device
1716
+ * shall terminate the playback of content.
1717
+ *
1718
+ * This attribute shall be updated when the AddBonusTime command is received and processed successfully
1719
+ * (with the correct PIN).
1720
+ *
1721
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.7
1722
+ */
1723
+ readonly remainingScreenTime: Attribute<number, any>;
1724
+ };
1725
+ readonly commands: {
1726
+ /**
1727
+ * The purpose of this command is to add the extra screen time for the user.
1728
+ *
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
1732
+ * RemainingScreenTime attribute shall be increased by the specified BonusTime value.
1733
+ *
1734
+ * If the PINs do not match, then a response with InvalidPINCode error status shall be returned, and no
1735
+ * changes shall be made to RemainingScreenTime.
1736
+ *
1737
+ * If a client with Manage privilege or greater invokes this command, the media device shall ignore the
1738
+ * PINCode field and directly increase the RemainingScreenTime attribute by the specified BonusTime value.
1739
+ *
1740
+ * A server that does not support the PM feature shall respond with InvalidPINCode to clients that only
1741
+ * have Operate privilege unless:
1742
+ *
1743
+ * • It has been provided with the PIN value to expect via an out of band mechanism, and
1744
+ *
1745
+ * • The client has provided a PINCode that matches the expected PIN value.
1746
+ *
1747
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6
1748
+ */
1749
+ readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1750
+ /**
1751
+ * This field shall indicate the PIN.
1752
+ *
1753
+ * This field shall be optional for clients with Manage or greater privilege but shall be mandatory for clients
1754
+ * with Operate privilege. The PIN provided in this field shall be used to guarantee that a client with Operate
1755
+ * permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
1756
+ * PIN value.
1757
+ *
1758
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.1
1759
+ */
1760
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1761
+ /**
1762
+ * 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.
1764
+ *
1765
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
1766
+ */
1767
+ bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
1768
+ }>, void, any>;
1769
+ /**
1770
+ * The purpose of this command is to set the ScreenDailyTime attribute.
1771
+ *
1772
+ * Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
1773
+ * to the ScreenTime value.
1774
+ *
1775
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7
1776
+ */
1777
+ readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1778
+ /**
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.
1782
+ *
1783
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
1784
+ */
1785
+ screenTime: import("../tlv/TlvObject.js").FieldType<number>;
1786
+ }>, void, any>;
1787
+ };
1788
+ readonly events: {
1789
+ /**
1790
+ * This event shall be generated when the RemainingScreenTime equals 0.
1791
+ *
1792
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.9.1
1793
+ */
1794
+ readonly remainingScreenTimeExpired: Event<void, any>;
1795
+ };
1796
+ };
1797
+ }, {
1798
+ readonly flags: {
1799
+ readonly blockUnrated: true;
1800
+ };
1801
+ readonly component: {
1802
+ readonly attributes: {
1803
+ /**
1804
+ * 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.
1808
+ *
1809
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
1810
+ * example, if the feature does not control content within apps, then the device should make this clear to
1811
+ * the user when the attribute changes.
1812
+ *
1813
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.8
1814
+ */
1815
+ readonly blockUnrated: Attribute<boolean, any>;
1816
+ };
1817
+ readonly commands: {
1818
+ /**
1819
+ * The purpose of this command is to specify whether programs with no Content rating must be blocked by
1820
+ * this media device.
1821
+ *
1822
+ * Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute
1823
+ * to TRUE.
1824
+ *
1825
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.8
1826
+ */
1827
+ readonly blockUnratedContent: Command<void, void, any>;
1828
+ /**
1829
+ * The purpose of this command is to specify whether programs with no Content rating must be blocked by
1830
+ * this media device.
1831
+ *
1832
+ * Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
1833
+ * to FALSE.
1834
+ *
1835
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.9
1836
+ */
1837
+ readonly unblockUnratedContent: Command<void, void, any>;
1838
+ };
1839
+ };
1840
+ }, {
1841
+ readonly flags: {
1842
+ readonly blockChannels: true;
1843
+ };
1844
+ readonly component: {
1845
+ readonly attributes: {
1846
+ /**
1847
+ * Indicates a set of channels that shall be blocked when the Content Control feature is activated.
1848
+ *
1849
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.9
1850
+ */
1851
+ readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1852
+ /**
1853
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
1854
+ * selected channel which will be removed from BlockChannelList attribute.
1855
+ *
1856
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1857
+ */
1858
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1859
+ /**
1860
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
1861
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
1862
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1863
+ * represented by a major or minor number.
1864
+ *
1865
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1866
+ */
1867
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1868
+ /**
1869
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
1870
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
1871
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1872
+ * represented by a major or minor number.
1873
+ *
1874
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
1875
+ */
1876
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1877
+ /**
1878
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
1879
+ * be provided when MajorNumber and MinorNumber are not available.
1880
+ *
1881
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
1882
+ */
1883
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1884
+ }>[], any>;
1885
+ };
1886
+ readonly commands: {
1887
+ /**
1888
+ * The purpose of this command is to set BlockChannelList attribute.
1889
+ *
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.
1893
+ *
1894
+ * If there is at least one channel in Channels field which is not in the BlockChannelList attribute, the
1895
+ * media device shall process the request by adding these new channels into the BlockChannelList attribute
1896
+ * and return a successful Status Response. During this process, the media device shall assign one unique
1897
+ * index to BlockChannelIndex field for every channel passed in this command.
1898
+ *
1899
+ * If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
1900
+ * ChannelAlreadyExist error Status shall be returned.
1901
+ *
1902
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12
1903
+ */
1904
+ readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1905
+ /**
1906
+ * This field indicates a set of channels that shall be blocked when the Content Control feature is activated.
1907
+ * This field shall be set to values present in ChannelList attribute in the Channel cluster. The
1908
+ * BlockChannelIndex field passed in this command shall be NULL.
1909
+ *
1910
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12.1
1911
+ */
1912
+ channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1913
+ /**
1914
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
1915
+ * selected channel which will be removed from BlockChannelList attribute.
1916
+ *
1917
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
1918
+ */
1919
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
1920
+ /**
1921
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
1922
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
1923
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1924
+ * represented by a major or minor number.
1925
+ *
1926
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
1927
+ */
1928
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1929
+ /**
1930
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
1931
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
1932
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
1933
+ * represented by a major or minor number.
1934
+ *
1935
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
1936
+ */
1937
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
1938
+ /**
1939
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
1940
+ * be provided when MajorNumber and MinorNumber are not available.
1941
+ *
1942
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
1943
+ */
1944
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1945
+ }>[]>;
1946
+ }>, void, any>;
1947
+ /**
1948
+ * The purpose of this command is to remove channels from the BlockChannelList attribute.
1949
+ *
1950
+ * Upon receipt of the RemoveBlockChannels command, the media device shall check if the channels indicated
1951
+ * by ChannelIndexes passed in this command are present in BlockChannelList attribute. If one or more
1952
+ * channels indicated by ChannelIndexes passed in this command field are not present in the
1953
+ * BlockChannelList attribute, then a response with ChannelNotExist error Status shall be returned.
1954
+ *
1955
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13
1956
+ */
1957
+ readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1958
+ /**
1959
+ * This field shall specify a set of indexes indicating Which channels shall be removed from the
1960
+ * BlockChannelList attribute.
1961
+ *
1962
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13.1
1963
+ */
1964
+ channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
1965
+ }>, void, any>;
1966
+ };
1967
+ };
1968
+ }, {
1969
+ readonly flags: {
1970
+ readonly blockApplications: true;
1971
+ };
1972
+ readonly component: {
1973
+ readonly attributes: {
1974
+ /**
1975
+ * Indicates a set of applications that shall be blocked when the Content Control feature is activated.
1976
+ *
1977
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.10
1978
+ */
1979
+ readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1980
+ /**
1981
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
1982
+ *
1983
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
1984
+ * assign an ApplicationID to each Content App.
1985
+ *
1986
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
1987
+ */
1988
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
1989
+ /**
1990
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
1991
+ * "Company X". This field shall be unique within a catalog.
1992
+ *
1993
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
1994
+ */
1995
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
1996
+ }>[], any>;
1997
+ };
1998
+ readonly commands: {
1999
+ /**
2000
+ * The purpose of this command is to set applications to the BlockApplicationList attribute.
2001
+ *
2002
+ * Upon receipt of the AddBlockApplications command, the media device shall check if the Applications
2003
+ * 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.
2005
+ *
2006
+ * If there is one or more applications which are not present in BlockApplicationList attribute, the media
2007
+ * device shall process the request by adding the new application to the BlockApplicationList attribute and
2008
+ * return a successful Status Response.
2009
+ *
2010
+ * If all applications in Applications field are already present in BlockApplicationList attribute, then a
2011
+ * response with ApplicationAlreadyExist error Status shall be returned.
2012
+ *
2013
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14
2014
+ */
2015
+ readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2016
+ /**
2017
+ * This field indicates a set of applications that shall be blocked when the Content Control feature is
2018
+ * activated.
2019
+ *
2020
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14.1
2021
+ */
2022
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2023
+ /**
2024
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
2025
+ *
2026
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2027
+ * assign an ApplicationID to each Content App.
2028
+ *
2029
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2030
+ */
2031
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2032
+ /**
2033
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2034
+ * "Company X". This field shall be unique within a catalog.
2035
+ *
2036
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2037
+ */
2038
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2039
+ }>[]>;
2040
+ }>, void, any>;
2041
+ /**
2042
+ * The purpose of this command is to remove applications from the BlockApplicationList attribute.
2043
+ *
2044
+ * Upon receipt of the RemoveBlockApplications command, the media device shall check if the applications
2045
+ * passed in this command present in the BlockApplicationList attribute. If one or more applications in
2046
+ * Applications field which are not present in the BlockApplicationList attribute, then a response with
2047
+ * ApplicationNotExist error Status shall be returned.
2048
+ *
2049
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15
2050
+ */
2051
+ readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2052
+ /**
2053
+ * This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
2054
+ *
2055
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15.1
2056
+ */
2057
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2058
+ /**
2059
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
2060
+ *
2061
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2062
+ * assign an ApplicationID to each Content App.
2063
+ *
2064
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2065
+ */
2066
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2067
+ /**
2068
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2069
+ * "Company X". This field shall be unique within a catalog.
2070
+ *
2071
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2072
+ */
2073
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2074
+ }>[]>;
2075
+ }>, void, any>;
2076
+ };
2077
+ };
2078
+ }, {
2079
+ readonly flags: {
2080
+ readonly blockContentTimeWindow: true;
2081
+ };
2082
+ readonly component: {
2083
+ readonly attributes: {
2084
+ /**
2085
+ * Indicates a set of periods during which the playback of content on media device shall be blocked when
2086
+ * the Content Control feature is activated. The media device shall reject any request to play content
2087
+ * during one period of this attribute. If it is entering any one period of this attribute, the media
2088
+ * 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.
2090
+ *
2091
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.11
2092
+ */
2093
+ readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2094
+ /**
2095
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
2096
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
2097
+ *
2098
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2099
+ */
2100
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2101
+ /**
2102
+ * This field shall indicate a day of week.
2103
+ *
2104
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2105
+ */
2106
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
2107
+ /**
2108
+ * This field shall indicate one or more discrete time periods.
2109
+ *
2110
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
2111
+ */
2112
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2113
+ /**
2114
+ * This field shall indicate the starting hour.
2115
+ *
2116
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
2117
+ */
2118
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
2119
+ /**
2120
+ * This field shall indicate the starting minute.
2121
+ *
2122
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
2123
+ */
2124
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
2125
+ /**
2126
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
2127
+ *
2128
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
2129
+ */
2130
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
2131
+ /**
2132
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
2133
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
2134
+ * be blocked until 23:59:59.
2135
+ *
2136
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
2137
+ */
2138
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
2139
+ }>[]>;
2140
+ }>[], any>;
2141
+ };
2142
+ readonly commands: {
2143
+ /**
2144
+ * The purpose of this command is to set the BlockContentTimeWindow attribute.
2145
+ *
2146
+ * Upon receipt of the SetBlockContentTimeWindow command, the media device shall check if the
2147
+ *
2148
+ * TimeWindowIndex field passed in this command is NULL. If the TimeWindowIndex field is NULL, the media
2149
+ * device shall check if there is an entry in the BlockContentTimeWindow attribute which matches with the
2150
+ * TimePeriod and DayOfWeek fields passed in this command. * If Yes, then a response with
2151
+ * TimeWindowAlreadyExist error status shall be returned. * If No, then the media device shall assign one
2152
+ * unique index for this time window and add it into the BlockContentTimeWindow list attribute.
2153
+ *
2154
+ * If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
2155
+ * device shall replace the original time window with the new time window passed in this command.
2156
+ *
2157
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16
2158
+ */
2159
+ readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2160
+ /**
2161
+ * This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
2162
+ *
2163
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16.1
2164
+ */
2165
+ timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2166
+ /**
2167
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
2168
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
2169
+ *
2170
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2171
+ */
2172
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2173
+ /**
2174
+ * This field shall indicate a day of week.
2175
+ *
2176
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2177
+ */
2178
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
2179
+ /**
2180
+ * This field shall indicate one or more discrete time periods.
2181
+ *
2182
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
2183
+ */
2184
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2185
+ /**
2186
+ * This field shall indicate the starting hour.
2187
+ *
2188
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
2189
+ */
2190
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
2191
+ /**
2192
+ * This field shall indicate the starting minute.
2193
+ *
2194
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
2195
+ */
2196
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
2197
+ /**
2198
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
2199
+ *
2200
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
2201
+ */
2202
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
2203
+ /**
2204
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
2205
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
2206
+ * be blocked until 23:59:59.
2207
+ *
2208
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
2209
+ */
2210
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
2211
+ }>[]>;
2212
+ }>>;
2213
+ }>, void, any>;
2214
+ /**
2215
+ * The purpose of this command is to remove the selected time windows from the BlockContentTimeWindow
2216
+ * attribute.
2217
+ *
2218
+ * Upon receipt of the RemoveBlockContentTimeWindow command, the media device shall check if the time
2219
+ * window index passed in this command presents in the BlockContentTimeWindow attribute.
2220
+ *
2221
+ * If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
2222
+ * attribute, then a response with TimeWindowNotExist error status shall be returned.
2223
+ *
2224
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17
2225
+ */
2226
+ readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2227
+ /**
2228
+ * This field shall specify a set of time window indexes indicating which time windows will be removed from the
2229
+ * BlockContentTimeWindow attribute.
2230
+ *
2231
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17.1
2232
+ */
2233
+ timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
2234
+ }>, void, any>;
2235
+ };
2236
+ readonly events: {
2237
+ /**
2238
+ * This event shall be generated when entering a period of blocked content as configured in the
2239
+ * BlockContentTimeWindow attribute.
2240
+ *
2241
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.9.2
2242
+ */
2243
+ readonly enteringBlockContentTimeWindow: Event<void, any>;
2244
+ };
2245
+ };
2246
+ }, {
2247
+ readonly flags: {
2248
+ readonly pinManagement: true;
2249
+ };
2250
+ readonly component: {
2251
+ readonly commands: {
2252
+ /**
2253
+ * The purpose of this command is to update the PIN used for protecting configuration of the content
2254
+ * control settings. Upon success, the old PIN shall no longer work.
2255
+ *
2256
+ * The PIN is used to ensure that only the Node (or User) with the PIN code can make changes to the Content
2257
+ * Control settings, for example, turn off Content Controls or modify the ScreenDailyTime. The PIN is
2258
+ * composed of a numeric string of up to 6 human readable characters (displayable) .
2259
+ *
2260
+ * Upon receipt of this command, the media device shall check if the OldPIN field of this command is the
2261
+ * same as the current PIN. If the PINs are the same, then the PIN code shall be set to NewPIN. Otherwise a
2262
+ * response with InvalidPINCode error status shall be returned.
2263
+ *
2264
+ * The media device may provide a default PIN to the User via an out of band mechanism. For security
2265
+ * reasons, it is recommended that a client encourage the user to update the PIN from its default value
2266
+ * when performing configuration of the Content Control settings exposed by this cluster. The ResetPIN
2267
+ * command can also be used to obtain the default PIN.
2268
+ *
2269
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1
2270
+ */
2271
+ readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2272
+ /**
2273
+ * This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
2274
+ * invalid.
2275
+ *
2276
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.1
2277
+ */
2278
+ oldPin: import("../tlv/TlvObject.js").FieldType<string>;
2279
+ /**
2280
+ * This field shall indicate a new PIN for the Content Control feature.
2281
+ *
2282
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.2
2283
+ */
2284
+ newPin: import("../tlv/TlvObject.js").FieldType<string>;
2285
+ }>, void, any>;
2286
+ /**
2287
+ * The purpose of this command is to reset the PIN.
2288
+ *
2289
+ * If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
2290
+ *
2291
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.2
2292
+ */
2293
+ readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
2294
+ /**
2295
+ * This field shall indicate a new PIN of the Content Control feature.
2296
+ *
2297
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.3.1
2298
+ */
2299
+ pinCode: import("../tlv/TlvObject.js").FieldType<string>;
2300
+ }>, any>;
2301
+ };
2302
+ };
2303
+ }];
2304
+ };
2305
+ /**
2306
+ * @see {@link Cluster}
2307
+ */
2308
+ const ClusterInstance: MutableCluster<{
2309
+ readonly id: 1295;
2310
+ readonly name: "ContentControl";
2311
+ readonly revision: 1;
2312
+ readonly features: {
2313
+ /**
2314
+ * ScreenTime
2315
+ *
2316
+ * Supports managing screen time limits.
2317
+ */
2318
+ readonly screenTime: BitFlag;
2319
+ /**
2320
+ * PinManagement
2321
+ *
2322
+ * Supports managing a PIN code which is used for restricting access to configuration of this feature.
2323
+ */
2324
+ readonly pinManagement: BitFlag;
2325
+ /**
2326
+ * BlockUnrated
2327
+ *
2328
+ * Supports managing content controls for unrated content.
2329
+ */
2330
+ readonly blockUnrated: BitFlag;
2331
+ /**
2332
+ * OnDemandContentRating
2333
+ *
2334
+ * Supports managing content controls based upon rating threshold for on demand content.
2335
+ */
2336
+ readonly onDemandContentRating: BitFlag;
2337
+ /**
2338
+ * ScheduledContentRating
2339
+ *
2340
+ * Supports managing content controls based upon rating threshold for scheduled content.
2341
+ */
2342
+ readonly scheduledContentRating: BitFlag;
2343
+ /**
2344
+ * BlockChannels
2345
+ *
2346
+ * Supports managing a set of channels that are prohibited.
2347
+ */
2348
+ readonly blockChannels: BitFlag;
2349
+ /**
2350
+ * BlockApplications
2351
+ *
2352
+ * Supports managing a set of applications that are prohibited.
2353
+ */
2354
+ readonly blockApplications: BitFlag;
2355
+ /**
2356
+ * BlockContentTimeWindow
2357
+ *
2358
+ * Supports managing content controls based upon setting time window in which all contents and applications
2359
+ * SHALL be blocked.
2360
+ */
2361
+ readonly blockContentTimeWindow: BitFlag;
2362
+ };
2363
+ readonly attributes: {
2364
+ /**
2365
+ * Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or
2366
+ * turned on (TRUE).
2367
+ *
2368
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.1
2369
+ */
2370
+ readonly enabled: Attribute<boolean, any>;
2371
+ };
2372
+ readonly commands: {
2373
+ /**
2374
+ * The purpose of this command is to turn on the Content Control feature on a media device.
2375
+ *
2376
+ * Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
2377
+ *
2378
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.4
2379
+ */
2380
+ readonly enable: Command<void, void, any>;
2381
+ /**
2382
+ * The purpose of this command is to turn off the Content Control feature on a media device.
2383
+ *
2384
+ * On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
2385
+ *
2386
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.5
2387
+ */
2388
+ readonly disable: Command<void, void, any>;
2389
+ };
2390
+ /**
2391
+ * This metadata controls which ContentControlCluster elements matter.js activates for specific feature
2392
+ * combinations.
2393
+ */
2394
+ readonly extensions: readonly [{
2395
+ readonly flags: {
2396
+ readonly onDemandContentRating: true;
2397
+ };
2398
+ readonly component: {
2399
+ readonly attributes: {
2400
+ /**
2401
+ * This attribute shall provide the collection of ratings that are currently valid for this media device.
2402
+ * The items should honor the metadata of the on-demand content (e.g. Movie) rating system for one country
2403
+ * or region where the media device has been provisioned. For example, for the MPAA system, RatingName may
2404
+ * be one value out of "G", "PG", "PG-13", "R", "NC-17".
2405
+ *
2406
+ * The media device shall have a way to determine which rating system applies for the on-demand content and
2407
+ * then populate this attribute. For example, it can do it through examining the Location attribute in the
2408
+ * Basic Information cluster, and then determining which rating system applies.
2409
+ *
2410
+ * The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
2411
+ * the oldest viewers. Each rating in the list shall be unique.
2412
+ *
2413
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.2
2414
+ */
2415
+ readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2416
+ /**
2417
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
2418
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
2419
+ * country to another.
2420
+ *
2421
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
2422
+ */
2423
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
2424
+ /**
2425
+ * This field shall specify a human readable (displayable) description for RatingName.
2426
+ *
2427
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
2428
+ */
2429
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2430
+ }>[], any>;
2431
+ /**
2432
+ * Indicates a threshold rating as a content filter which is compared with the rating for on-demand
2433
+ * content. For example, if the on-demand content rating is greater than or equal to
2434
+ * OnDemandRatingThreshold, for a rating system that is ordered from lower viewer age to higher viewer age,
2435
+ * then on-demand content is not appropriate for the User and the Node shall prevent the playback of
2436
+ * content.
2437
+ *
2438
+ * This attribute shall be set to one of the values present in the OnDemandRatings attribute.
2439
+ *
2440
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
2441
+ * example, if the feature does not control content within apps, then the device should make this clear to
2442
+ * the user when the attribute changes.
2443
+ *
2444
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.3
2445
+ */
2446
+ readonly onDemandRatingThreshold: Attribute<string, any>;
2447
+ };
2448
+ readonly commands: {
2449
+ /**
2450
+ * The purpose of this command is to set the OnDemandRatingThreshold attribute.
2451
+ *
2452
+ * Upon receipt of the SetOnDemandRatingThreshold command, the media device shall check if the Rating field
2453
+ * is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating
2454
+ * error status shall be returned.
2455
+ *
2456
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10
2457
+ */
2458
+ readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2459
+ /**
2460
+ * This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
2461
+ * the values present in the OnDemandRatings attribute
2462
+ *
2463
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10.1
2464
+ */
2465
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
2466
+ }>, void, any>;
2467
+ };
2468
+ };
2469
+ }, {
2470
+ readonly flags: {
2471
+ readonly scheduledContentRating: true;
2472
+ };
2473
+ readonly component: {
2474
+ readonly attributes: {
2475
+ /**
2476
+ * Indicates a collection of ratings which ScheduledContentRatingThreshold can be set to. The items should
2477
+ * honor metadata of the scheduled content rating system for the country or region where the media device
2478
+ * has been provisioned.
2479
+ *
2480
+ * The media device shall have a way to determine which scheduled content rating system applies and then
2481
+ * populate this attribute. For example, this can be done by examining the Location attribute in Basic
2482
+ * Information cluster, and then determining which rating system applies.
2483
+ *
2484
+ * The ratings in this collection shall be in order from a rating for the youngest viewers to the one for
2485
+ * the oldest viewers. Each rating in the list shall be unique.
2486
+ *
2487
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.4
2488
+ */
2489
+ readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2490
+ /**
2491
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
2492
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
2493
+ * country to another.
2494
+ *
2495
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
2496
+ */
2497
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
2498
+ /**
2499
+ * This field shall specify a human readable (displayable) description for RatingName.
2500
+ *
2501
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
2502
+ */
2503
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2504
+ }>[], any>;
2505
+ /**
2506
+ * Indicates a threshold rating as a content filter which is used to compare with the rating for scheduled
2507
+ * content. For example, if the scheduled content rating is greater than or equal to
2508
+ * ScheduledContentRatingThreshold for a rating system that is ordered from lower viewer age to higher
2509
+ * viewer age, then the scheduled content is not appropriate for the User and shall be blocked.
2510
+ *
2511
+ * This attribute shall be set to one of the values present in the ScheduledContentRatings attribute.
2512
+ *
2513
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
2514
+ * example, if the feature does not control content within apps, then the device should make this clear to
2515
+ * the user when the attribute changes.
2516
+ *
2517
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.5
2518
+ */
2519
+ readonly scheduledContentRatingThreshold: Attribute<string, any>;
2520
+ };
2521
+ readonly commands: {
2522
+ /**
2523
+ * The purpose of this command is to set ScheduledContentRatingThreshold attribute.
2524
+ *
2525
+ * Upon receipt of the SetScheduledContentRatingThreshold command, the media device shall check if the
2526
+ * Rating field is one of values present in the ScheduledContentRatings attribute. If not, then a response
2527
+ * with InvalidRating error status shall be returned.
2528
+ *
2529
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11
2530
+ */
2531
+ readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2532
+ /**
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.
2536
+ *
2537
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
2538
+ */
2539
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
2540
+ }>, void, any>;
2541
+ };
2542
+ };
2543
+ }, {
2544
+ readonly flags: {
2545
+ readonly screenTime: true;
2546
+ };
2547
+ readonly component: {
2548
+ readonly attributes: {
2549
+ /**
2550
+ * Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day
2551
+ * when the Content Control feature is activated.
2552
+ *
2553
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.6
2554
+ */
2555
+ readonly screenDailyTime: Attribute<number, any>;
2556
+ /**
2557
+ * Indicates the remaining screen time (in seconds) which the User is allowed to spend watching TV for the
2558
+ * current day when the Content Control feature is activated. When this value equals 0, the media device
2559
+ * shall terminate the playback of content.
2560
+ *
2561
+ * This attribute shall be updated when the AddBonusTime command is received and processed successfully
2562
+ * (with the correct PIN).
2563
+ *
2564
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.7
2565
+ */
2566
+ readonly remainingScreenTime: Attribute<number, any>;
2567
+ };
2568
+ readonly commands: {
2569
+ /**
2570
+ * The purpose of this command is to add the extra screen time for the user.
2571
+ *
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
2575
+ * RemainingScreenTime attribute shall be increased by the specified BonusTime value.
2576
+ *
2577
+ * If the PINs do not match, then a response with InvalidPINCode error status shall be returned, and no
2578
+ * changes shall be made to RemainingScreenTime.
2579
+ *
2580
+ * If a client with Manage privilege or greater invokes this command, the media device shall ignore the
2581
+ * PINCode field and directly increase the RemainingScreenTime attribute by the specified BonusTime value.
2582
+ *
2583
+ * A server that does not support the PM feature shall respond with InvalidPINCode to clients that only
2584
+ * have Operate privilege unless:
2585
+ *
2586
+ * • It has been provided with the PIN value to expect via an out of band mechanism, and
2587
+ *
2588
+ * • The client has provided a PINCode that matches the expected PIN value.
2589
+ *
2590
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6
2591
+ */
2592
+ readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2593
+ /**
2594
+ * This field shall indicate the PIN.
2595
+ *
2596
+ * This field shall be optional for clients with Manage or greater privilege but shall be mandatory for clients
2597
+ * with Operate privilege. The PIN provided in this field shall be used to guarantee that a client with Operate
2598
+ * permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
2599
+ * PIN value.
2600
+ *
2601
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.1
2602
+ */
2603
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2604
+ /**
2605
+ * 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.
2607
+ *
2608
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
2609
+ */
2610
+ bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
2611
+ }>, void, any>;
2612
+ /**
2613
+ * The purpose of this command is to set the ScreenDailyTime attribute.
2614
+ *
2615
+ * Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute
2616
+ * to the ScreenTime value.
2617
+ *
2618
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7
2619
+ */
2620
+ readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2621
+ /**
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.
2625
+ *
2626
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
2627
+ */
2628
+ screenTime: import("../tlv/TlvObject.js").FieldType<number>;
2629
+ }>, void, any>;
2630
+ };
2631
+ readonly events: {
2632
+ /**
2633
+ * This event shall be generated when the RemainingScreenTime equals 0.
2634
+ *
2635
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.9.1
2636
+ */
2637
+ readonly remainingScreenTimeExpired: Event<void, any>;
2638
+ };
2639
+ };
2640
+ }, {
2641
+ readonly flags: {
2642
+ readonly blockUnrated: true;
2643
+ };
2644
+ readonly component: {
2645
+ readonly attributes: {
2646
+ /**
2647
+ * 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.
2651
+ *
2652
+ * When this attribute changes, the device SHOULD make the user aware of any limits of this feature. For
2653
+ * example, if the feature does not control content within apps, then the device should make this clear to
2654
+ * the user when the attribute changes.
2655
+ *
2656
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.8
2657
+ */
2658
+ readonly blockUnrated: Attribute<boolean, any>;
2659
+ };
2660
+ readonly commands: {
2661
+ /**
2662
+ * The purpose of this command is to specify whether programs with no Content rating must be blocked by
2663
+ * this media device.
2664
+ *
2665
+ * Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute
2666
+ * to TRUE.
2667
+ *
2668
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.8
2669
+ */
2670
+ readonly blockUnratedContent: Command<void, void, any>;
2671
+ /**
2672
+ * The purpose of this command is to specify whether programs with no Content rating must be blocked by
2673
+ * this media device.
2674
+ *
2675
+ * Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute
2676
+ * to FALSE.
2677
+ *
2678
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.9
2679
+ */
2680
+ readonly unblockUnratedContent: Command<void, void, any>;
2681
+ };
2682
+ };
2683
+ }, {
2684
+ readonly flags: {
2685
+ readonly blockChannels: true;
2686
+ };
2687
+ readonly component: {
2688
+ readonly attributes: {
2689
+ /**
2690
+ * Indicates a set of channels that shall be blocked when the Content Control feature is activated.
2691
+ *
2692
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.9
2693
+ */
2694
+ readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2695
+ /**
2696
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
2697
+ * selected channel which will be removed from BlockChannelList attribute.
2698
+ *
2699
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
2700
+ */
2701
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2702
+ /**
2703
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
2704
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
2705
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
2706
+ * represented by a major or minor number.
2707
+ *
2708
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
2709
+ */
2710
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
2711
+ /**
2712
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
2713
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
2714
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
2715
+ * represented by a major or minor number.
2716
+ *
2717
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
2718
+ */
2719
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
2720
+ /**
2721
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
2722
+ * be provided when MajorNumber and MinorNumber are not available.
2723
+ *
2724
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
2725
+ */
2726
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2727
+ }>[], any>;
2728
+ };
2729
+ readonly commands: {
2730
+ /**
2731
+ * The purpose of this command is to set BlockChannelList attribute.
2732
+ *
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.
2736
+ *
2737
+ * If there is at least one channel in Channels field which is not in the BlockChannelList attribute, the
2738
+ * media device shall process the request by adding these new channels into the BlockChannelList attribute
2739
+ * and return a successful Status Response. During this process, the media device shall assign one unique
2740
+ * index to BlockChannelIndex field for every channel passed in this command.
2741
+ *
2742
+ * If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
2743
+ * ChannelAlreadyExist error Status shall be returned.
2744
+ *
2745
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12
2746
+ */
2747
+ readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2748
+ /**
2749
+ * This field indicates a set of channels that shall be blocked when the Content Control feature is activated.
2750
+ * This field shall be set to values present in ChannelList attribute in the Channel cluster. The
2751
+ * BlockChannelIndex field passed in this command shall be NULL.
2752
+ *
2753
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12.1
2754
+ */
2755
+ channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2756
+ /**
2757
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
2758
+ * selected channel which will be removed from BlockChannelList attribute.
2759
+ *
2760
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
2761
+ */
2762
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2763
+ /**
2764
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
2765
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
2766
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
2767
+ * represented by a major or minor number.
2768
+ *
2769
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
2770
+ */
2771
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
2772
+ /**
2773
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
2774
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
2775
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
2776
+ * represented by a major or minor number.
2777
+ *
2778
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
2779
+ */
2780
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
2781
+ /**
2782
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
2783
+ * be provided when MajorNumber and MinorNumber are not available.
2784
+ *
2785
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
2786
+ */
2787
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2788
+ }>[]>;
2789
+ }>, void, any>;
2790
+ /**
2791
+ * The purpose of this command is to remove channels from the BlockChannelList attribute.
2792
+ *
2793
+ * Upon receipt of the RemoveBlockChannels command, the media device shall check if the channels indicated
2794
+ * by ChannelIndexes passed in this command are present in BlockChannelList attribute. If one or more
2795
+ * channels indicated by ChannelIndexes passed in this command field are not present in the
2796
+ * BlockChannelList attribute, then a response with ChannelNotExist error Status shall be returned.
2797
+ *
2798
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13
2799
+ */
2800
+ readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2801
+ /**
2802
+ * This field shall specify a set of indexes indicating Which channels shall be removed from the
2803
+ * BlockChannelList attribute.
2804
+ *
2805
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13.1
2806
+ */
2807
+ channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
2808
+ }>, void, any>;
2809
+ };
2810
+ };
2811
+ }, {
2812
+ readonly flags: {
2813
+ readonly blockApplications: true;
2814
+ };
2815
+ readonly component: {
2816
+ readonly attributes: {
2817
+ /**
2818
+ * Indicates a set of applications that shall be blocked when the Content Control feature is activated.
2819
+ *
2820
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.10
2821
+ */
2822
+ readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2823
+ /**
2824
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
2825
+ *
2826
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2827
+ * assign an ApplicationID to each Content App.
2828
+ *
2829
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2830
+ */
2831
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2832
+ /**
2833
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2834
+ * "Company X". This field shall be unique within a catalog.
2835
+ *
2836
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2837
+ */
2838
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2839
+ }>[], any>;
2840
+ };
2841
+ readonly commands: {
2842
+ /**
2843
+ * The purpose of this command is to set applications to the BlockApplicationList attribute.
2844
+ *
2845
+ * Upon receipt of the AddBlockApplications command, the media device shall check if the Applications
2846
+ * 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.
2848
+ *
2849
+ * If there is one or more applications which are not present in BlockApplicationList attribute, the media
2850
+ * device shall process the request by adding the new application to the BlockApplicationList attribute and
2851
+ * return a successful Status Response.
2852
+ *
2853
+ * If all applications in Applications field are already present in BlockApplicationList attribute, then a
2854
+ * response with ApplicationAlreadyExist error Status shall be returned.
2855
+ *
2856
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14
2857
+ */
2858
+ readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2859
+ /**
2860
+ * This field indicates a set of applications that shall be blocked when the Content Control feature is
2861
+ * activated.
2862
+ *
2863
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14.1
2864
+ */
2865
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2866
+ /**
2867
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
2868
+ *
2869
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2870
+ * assign an ApplicationID to each Content App.
2871
+ *
2872
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2873
+ */
2874
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2875
+ /**
2876
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2877
+ * "Company X". This field shall be unique within a catalog.
2878
+ *
2879
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2880
+ */
2881
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2882
+ }>[]>;
2883
+ }>, void, any>;
2884
+ /**
2885
+ * The purpose of this command is to remove applications from the BlockApplicationList attribute.
2886
+ *
2887
+ * Upon receipt of the RemoveBlockApplications command, the media device shall check if the applications
2888
+ * passed in this command present in the BlockApplicationList attribute. If one or more applications in
2889
+ * Applications field which are not present in the BlockApplicationList attribute, then a response with
2890
+ * ApplicationNotExist error Status shall be returned.
2891
+ *
2892
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15
2893
+ */
2894
+ readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2895
+ /**
2896
+ * This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
2897
+ *
2898
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15.1
2899
+ */
2900
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2901
+ /**
2902
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
2903
+ *
2904
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
2905
+ * assign an ApplicationID to each Content App.
2906
+ *
2907
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
2908
+ */
2909
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
2910
+ /**
2911
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
2912
+ * "Company X". This field shall be unique within a catalog.
2913
+ *
2914
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
2915
+ */
2916
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
2917
+ }>[]>;
2918
+ }>, void, any>;
2919
+ };
2920
+ };
2921
+ }, {
2922
+ readonly flags: {
2923
+ readonly blockContentTimeWindow: true;
2924
+ };
2925
+ readonly component: {
2926
+ readonly attributes: {
2927
+ /**
2928
+ * Indicates a set of periods during which the playback of content on media device shall be blocked when
2929
+ * the Content Control feature is activated. The media device shall reject any request to play content
2930
+ * during one period of this attribute. If it is entering any one period of this attribute, the media
2931
+ * 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.
2933
+ *
2934
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.7.11
2935
+ */
2936
+ readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2937
+ /**
2938
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
2939
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
2940
+ *
2941
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
2942
+ */
2943
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
2944
+ /**
2945
+ * This field shall indicate a day of week.
2946
+ *
2947
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
2948
+ */
2949
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
2950
+ /**
2951
+ * This field shall indicate one or more discrete time periods.
2952
+ *
2953
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
2954
+ */
2955
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2956
+ /**
2957
+ * This field shall indicate the starting hour.
2958
+ *
2959
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
2960
+ */
2961
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
2962
+ /**
2963
+ * This field shall indicate the starting minute.
2964
+ *
2965
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
2966
+ */
2967
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
2968
+ /**
2969
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
2970
+ *
2971
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
2972
+ */
2973
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
2974
+ /**
2975
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
2976
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
2977
+ * be blocked until 23:59:59.
2978
+ *
2979
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
2980
+ */
2981
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
2982
+ }>[]>;
2983
+ }>[], any>;
2984
+ };
2985
+ readonly commands: {
2986
+ /**
2987
+ * The purpose of this command is to set the BlockContentTimeWindow attribute.
2988
+ *
2989
+ * Upon receipt of the SetBlockContentTimeWindow command, the media device shall check if the
2990
+ *
2991
+ * TimeWindowIndex field passed in this command is NULL. If the TimeWindowIndex field is NULL, the media
2992
+ * device shall check if there is an entry in the BlockContentTimeWindow attribute which matches with the
2993
+ * TimePeriod and DayOfWeek fields passed in this command. * If Yes, then a response with
2994
+ * TimeWindowAlreadyExist error status shall be returned. * If No, then the media device shall assign one
2995
+ * unique index for this time window and add it into the BlockContentTimeWindow list attribute.
2996
+ *
2997
+ * If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
2998
+ * device shall replace the original time window with the new time window passed in this command.
2999
+ *
3000
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16
3001
+ */
3002
+ readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3003
+ /**
3004
+ * This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
3005
+ *
3006
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16.1
3007
+ */
3008
+ timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3009
+ /**
3010
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
3011
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
3012
+ *
3013
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3014
+ */
3015
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3016
+ /**
3017
+ * This field shall indicate a day of week.
3018
+ *
3019
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3020
+ */
3021
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
3022
+ /**
3023
+ * This field shall indicate one or more discrete time periods.
3024
+ *
3025
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
3026
+ */
3027
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3028
+ /**
3029
+ * This field shall indicate the starting hour.
3030
+ *
3031
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
3032
+ */
3033
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
3034
+ /**
3035
+ * This field shall indicate the starting minute.
3036
+ *
3037
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
3038
+ */
3039
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
3040
+ /**
3041
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
3042
+ *
3043
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
3044
+ */
3045
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
3046
+ /**
3047
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
3048
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
3049
+ * be blocked until 23:59:59.
3050
+ *
3051
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
3052
+ */
3053
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
3054
+ }>[]>;
3055
+ }>>;
3056
+ }>, void, any>;
3057
+ /**
3058
+ * The purpose of this command is to remove the selected time windows from the BlockContentTimeWindow
3059
+ * attribute.
3060
+ *
3061
+ * Upon receipt of the RemoveBlockContentTimeWindow command, the media device shall check if the time
3062
+ * window index passed in this command presents in the BlockContentTimeWindow attribute.
3063
+ *
3064
+ * If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
3065
+ * attribute, then a response with TimeWindowNotExist error status shall be returned.
3066
+ *
3067
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17
3068
+ */
3069
+ readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3070
+ /**
3071
+ * This field shall specify a set of time window indexes indicating which time windows will be removed from the
3072
+ * BlockContentTimeWindow attribute.
3073
+ *
3074
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17.1
3075
+ */
3076
+ timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
3077
+ }>, void, any>;
3078
+ };
3079
+ readonly events: {
3080
+ /**
3081
+ * This event shall be generated when entering a period of blocked content as configured in the
3082
+ * BlockContentTimeWindow attribute.
3083
+ *
3084
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.9.2
3085
+ */
3086
+ readonly enteringBlockContentTimeWindow: Event<void, any>;
3087
+ };
3088
+ };
3089
+ }, {
3090
+ readonly flags: {
3091
+ readonly pinManagement: true;
3092
+ };
3093
+ readonly component: {
3094
+ readonly commands: {
3095
+ /**
3096
+ * The purpose of this command is to update the PIN used for protecting configuration of the content
3097
+ * control settings. Upon success, the old PIN shall no longer work.
3098
+ *
3099
+ * The PIN is used to ensure that only the Node (or User) with the PIN code can make changes to the Content
3100
+ * Control settings, for example, turn off Content Controls or modify the ScreenDailyTime. The PIN is
3101
+ * composed of a numeric string of up to 6 human readable characters (displayable) .
3102
+ *
3103
+ * Upon receipt of this command, the media device shall check if the OldPIN field of this command is the
3104
+ * same as the current PIN. If the PINs are the same, then the PIN code shall be set to NewPIN. Otherwise a
3105
+ * response with InvalidPINCode error status shall be returned.
3106
+ *
3107
+ * The media device may provide a default PIN to the User via an out of band mechanism. For security
3108
+ * reasons, it is recommended that a client encourage the user to update the PIN from its default value
3109
+ * when performing configuration of the Content Control settings exposed by this cluster. The ResetPIN
3110
+ * command can also be used to obtain the default PIN.
3111
+ *
3112
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1
3113
+ */
3114
+ readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3115
+ /**
3116
+ * This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
3117
+ * invalid.
3118
+ *
3119
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.1
3120
+ */
3121
+ oldPin: import("../tlv/TlvObject.js").FieldType<string>;
3122
+ /**
3123
+ * This field shall indicate a new PIN for the Content Control feature.
3124
+ *
3125
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.2
3126
+ */
3127
+ newPin: import("../tlv/TlvObject.js").FieldType<string>;
3128
+ }>, void, any>;
3129
+ /**
3130
+ * The purpose of this command is to reset the PIN.
3131
+ *
3132
+ * If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
3133
+ *
3134
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.2
3135
+ */
3136
+ readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
3137
+ /**
3138
+ * This field shall indicate a new PIN of the Content Control feature.
3139
+ *
3140
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.3.1
3141
+ */
3142
+ pinCode: import("../tlv/TlvObject.js").FieldType<string>;
3143
+ }>, any>;
3144
+ };
3145
+ };
3146
+ }];
3147
+ }, []>;
3148
+ /**
3149
+ * This cluster is used for managing the content control (including "parental control") settings on a
3150
+ *
3151
+ * media device such as a TV, or Set-top Box.
3152
+ *
3153
+ * This cluster allows to configure content control settings by clients with the Management privilege. It is
3154
+ * responsibility of the end product to enforce appropriate right access (for example, to prevent a child from
3155
+ * disabling this feature).
3156
+ *
3157
+ * NOTE Support for Content Control cluster is provisional.
3158
+ *
3159
+ * ContentControlCluster supports optional features that you can enable with the ContentControlCluster.with()
3160
+ * factory method.
3161
+ *
3162
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13
3163
+ */
3164
+ interface Cluster extends Identity<typeof ClusterInstance> {
3165
+ }
3166
+ const Cluster: Cluster;
3167
+ /**
3168
+ * @see {@link Complete}
3169
+ */
3170
+ const CompleteInstance: MutableCluster<{
3171
+ readonly id: import("#general").Branded<1295, "ClusterId">;
3172
+ readonly name: "ContentControl";
3173
+ readonly revision: 1;
3174
+ readonly features: {
3175
+ /**
3176
+ * ScreenTime
3177
+ *
3178
+ * Supports managing screen time limits.
3179
+ */
3180
+ readonly screenTime: BitFlag;
3181
+ /**
3182
+ * PinManagement
3183
+ *
3184
+ * Supports managing a PIN code which is used for restricting access to configuration of this feature.
3185
+ */
3186
+ readonly pinManagement: BitFlag;
3187
+ /**
3188
+ * BlockUnrated
3189
+ *
3190
+ * Supports managing content controls for unrated content.
3191
+ */
3192
+ readonly blockUnrated: BitFlag;
3193
+ /**
3194
+ * OnDemandContentRating
3195
+ *
3196
+ * Supports managing content controls based upon rating threshold for on demand content.
3197
+ */
3198
+ readonly onDemandContentRating: BitFlag;
3199
+ /**
3200
+ * ScheduledContentRating
3201
+ *
3202
+ * Supports managing content controls based upon rating threshold for scheduled content.
3203
+ */
3204
+ readonly scheduledContentRating: BitFlag;
3205
+ /**
3206
+ * BlockChannels
3207
+ *
3208
+ * Supports managing a set of channels that are prohibited.
3209
+ */
3210
+ readonly blockChannels: BitFlag;
3211
+ /**
3212
+ * BlockApplications
3213
+ *
3214
+ * Supports managing a set of applications that are prohibited.
3215
+ */
3216
+ readonly blockApplications: BitFlag;
3217
+ /**
3218
+ * BlockContentTimeWindow
3219
+ *
3220
+ * Supports managing content controls based upon setting time window in which all contents and applications
3221
+ * SHALL be blocked.
3222
+ */
3223
+ readonly blockContentTimeWindow: BitFlag;
3224
+ };
3225
+ readonly attributes: {
3226
+ readonly onDemandRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
3227
+ /**
3228
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
3229
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
3230
+ * country to another.
3231
+ *
3232
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
3233
+ */
3234
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
3235
+ /**
3236
+ * This field shall specify a human readable (displayable) description for RatingName.
3237
+ *
3238
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
3239
+ */
3240
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3241
+ }>[], any> & {
3242
+ readonly optional: true;
3243
+ readonly isConditional: true;
3244
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3245
+ readonly mandatoryIf: [] | [{
3246
+ onDemandContentRating: boolean;
3247
+ }];
3248
+ };
3249
+ readonly onDemandRatingThreshold: Attribute<string, any> & {
3250
+ readonly optional: true;
3251
+ readonly isConditional: true;
3252
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3253
+ readonly mandatoryIf: [] | [{
3254
+ onDemandContentRating: boolean;
3255
+ }];
3256
+ };
3257
+ readonly scheduledContentRatings: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
3258
+ /**
3259
+ * This field shall indicate the name of the rating level of the applied rating system. The applied rating
3260
+ * system is dependent upon the region or country where the Node has been provisioned, and may vary from one
3261
+ * country to another.
3262
+ *
3263
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.1
3264
+ */
3265
+ ratingName: import("../tlv/TlvObject.js").FieldType<string>;
3266
+ /**
3267
+ * This field shall specify a human readable (displayable) description for RatingName.
3268
+ *
3269
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.1.2
3270
+ */
3271
+ ratingNameDesc: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3272
+ }>[], any> & {
3273
+ readonly optional: true;
3274
+ readonly isConditional: true;
3275
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3276
+ readonly mandatoryIf: [] | [{
3277
+ scheduledContentRating: boolean;
3278
+ }];
3279
+ };
3280
+ readonly scheduledContentRatingThreshold: Attribute<string, any> & {
3281
+ readonly optional: true;
3282
+ readonly isConditional: true;
3283
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3284
+ readonly mandatoryIf: [] | [{
3285
+ scheduledContentRating: boolean;
3286
+ }];
3287
+ };
3288
+ readonly screenDailyTime: Attribute<number, any> & {
3289
+ readonly optional: true;
3290
+ readonly isConditional: true;
3291
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3292
+ readonly mandatoryIf: [] | [{
3293
+ screenTime: boolean;
3294
+ }];
3295
+ };
3296
+ readonly remainingScreenTime: Attribute<number, any> & {
3297
+ readonly optional: true;
3298
+ readonly isConditional: true;
3299
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3300
+ readonly mandatoryIf: [] | [{
3301
+ screenTime: boolean;
3302
+ }];
3303
+ };
3304
+ readonly blockUnrated: Attribute<boolean, any> & {
3305
+ readonly optional: true;
3306
+ readonly isConditional: true;
3307
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3308
+ readonly mandatoryIf: [] | [{
3309
+ blockUnrated: boolean;
3310
+ }];
3311
+ };
3312
+ readonly blockChannelList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
3313
+ /**
3314
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
3315
+ * selected channel which will be removed from BlockChannelList attribute.
3316
+ *
3317
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
3318
+ */
3319
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3320
+ /**
3321
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
3322
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
3323
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
3324
+ * represented by a major or minor number.
3325
+ *
3326
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
3327
+ */
3328
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
3329
+ /**
3330
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
3331
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
3332
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
3333
+ * represented by a major or minor number.
3334
+ *
3335
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
3336
+ */
3337
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
3338
+ /**
3339
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
3340
+ * be provided when MajorNumber and MinorNumber are not available.
3341
+ *
3342
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
3343
+ */
3344
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3345
+ }>[], any> & {
3346
+ readonly optional: true;
3347
+ readonly isConditional: true;
3348
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3349
+ readonly mandatoryIf: [] | [{
3350
+ blockChannels: boolean;
3351
+ }];
3352
+ };
3353
+ readonly blockApplicationList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
3354
+ /**
3355
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
3356
+ *
3357
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
3358
+ * assign an ApplicationID to each Content App.
3359
+ *
3360
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3361
+ */
3362
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
3363
+ /**
3364
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
3365
+ * "Company X". This field shall be unique within a catalog.
3366
+ *
3367
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3368
+ */
3369
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
3370
+ }>[], any> & {
3371
+ readonly optional: true;
3372
+ readonly isConditional: true;
3373
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3374
+ readonly mandatoryIf: [] | [{
3375
+ blockApplications: boolean;
3376
+ }];
3377
+ };
3378
+ readonly blockContentTimeWindow: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
3379
+ /**
3380
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
3381
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
3382
+ *
3383
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3384
+ */
3385
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3386
+ /**
3387
+ * This field shall indicate a day of week.
3388
+ *
3389
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3390
+ */
3391
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
3392
+ /**
3393
+ * This field shall indicate one or more discrete time periods.
3394
+ *
3395
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
3396
+ */
3397
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3398
+ /**
3399
+ * This field shall indicate the starting hour.
3400
+ *
3401
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
3402
+ */
3403
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
3404
+ /**
3405
+ * This field shall indicate the starting minute.
3406
+ *
3407
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
3408
+ */
3409
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
3410
+ /**
3411
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
3412
+ *
3413
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
3414
+ */
3415
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
3416
+ /**
3417
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
3418
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
3419
+ * be blocked until 23:59:59.
3420
+ *
3421
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
3422
+ */
3423
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
3424
+ }>[]>;
3425
+ }>[], any> & {
3426
+ readonly optional: true;
3427
+ readonly isConditional: true;
3428
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3429
+ readonly mandatoryIf: [] | [{
3430
+ blockContentTimeWindow: boolean;
3431
+ }];
3432
+ };
3433
+ readonly enabled: Attribute<boolean, any>;
3434
+ readonly clusterRevision: Attribute<number, never>;
3435
+ readonly featureMap: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3436
+ /**
3437
+ * ScreenTime
3438
+ *
3439
+ * Supports managing screen time limits.
3440
+ */
3441
+ readonly screenTime: BitFlag;
3442
+ /**
3443
+ * PinManagement
3444
+ *
3445
+ * Supports managing a PIN code which is used for restricting access to configuration of this feature.
3446
+ */
3447
+ readonly pinManagement: BitFlag;
3448
+ /**
3449
+ * BlockUnrated
3450
+ *
3451
+ * Supports managing content controls for unrated content.
3452
+ */
3453
+ readonly blockUnrated: BitFlag;
3454
+ /**
3455
+ * OnDemandContentRating
3456
+ *
3457
+ * Supports managing content controls based upon rating threshold for on demand content.
3458
+ */
3459
+ readonly onDemandContentRating: BitFlag;
3460
+ /**
3461
+ * ScheduledContentRating
3462
+ *
3463
+ * Supports managing content controls based upon rating threshold for scheduled content.
3464
+ */
3465
+ readonly scheduledContentRating: BitFlag;
3466
+ /**
3467
+ * BlockChannels
3468
+ *
3469
+ * Supports managing a set of channels that are prohibited.
3470
+ */
3471
+ readonly blockChannels: BitFlag;
3472
+ /**
3473
+ * BlockApplications
3474
+ *
3475
+ * Supports managing a set of applications that are prohibited.
3476
+ */
3477
+ readonly blockApplications: BitFlag;
3478
+ /**
3479
+ * BlockContentTimeWindow
3480
+ *
3481
+ * Supports managing content controls based upon setting time window in which all contents and applications
3482
+ * SHALL be blocked.
3483
+ */
3484
+ readonly blockContentTimeWindow: BitFlag;
3485
+ }>, never>;
3486
+ readonly attributeList: Attribute<import("../index.js").AttributeId[], never>;
3487
+ readonly eventList: Attribute<import("../index.js").EventId[], never>;
3488
+ readonly acceptedCommandList: Attribute<import("../index.js").CommandId[], never>;
3489
+ readonly generatedCommandList: Attribute<import("../index.js").CommandId[], never>;
3490
+ };
3491
+ readonly commands: {
3492
+ readonly updatePin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3493
+ /**
3494
+ * This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
3495
+ * invalid.
3496
+ *
3497
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.1
3498
+ */
3499
+ oldPin: import("../tlv/TlvObject.js").FieldType<string>;
3500
+ /**
3501
+ * This field shall indicate a new PIN for the Content Control feature.
3502
+ *
3503
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.1.2
3504
+ */
3505
+ newPin: import("../tlv/TlvObject.js").FieldType<string>;
3506
+ }>, void, any> & {
3507
+ readonly optional: true;
3508
+ readonly isConditional: true;
3509
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3510
+ readonly mandatoryIf: [] | [{
3511
+ pinManagement: boolean;
3512
+ }];
3513
+ };
3514
+ readonly resetPin: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
3515
+ /**
3516
+ * This field shall indicate a new PIN of the Content Control feature.
3517
+ *
3518
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.3.1
3519
+ */
3520
+ pinCode: import("../tlv/TlvObject.js").FieldType<string>;
3521
+ }>, any> & {
3522
+ readonly optional: true;
3523
+ readonly isConditional: true;
3524
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3525
+ readonly mandatoryIf: [] | [{
3526
+ pinManagement: boolean;
3527
+ }];
3528
+ };
3529
+ readonly addBonusTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3530
+ /**
3531
+ * This field shall indicate the PIN.
3532
+ *
3533
+ * This field shall be optional for clients with Manage or greater privilege but shall be mandatory for clients
3534
+ * with Operate privilege. The PIN provided in this field shall be used to guarantee that a client with Operate
3535
+ * permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
3536
+ * PIN value.
3537
+ *
3538
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.1
3539
+ */
3540
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3541
+ /**
3542
+ * This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
3543
+ * shall not exceed the remaining time of this day.
3544
+ *
3545
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.6.2
3546
+ */
3547
+ bonusTime: import("../tlv/TlvObject.js").FieldType<number>;
3548
+ }>, void, any> & {
3549
+ readonly optional: true;
3550
+ readonly isConditional: true;
3551
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3552
+ readonly mandatoryIf: [] | [{
3553
+ screenTime: boolean;
3554
+ }];
3555
+ };
3556
+ readonly setScreenDailyTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3557
+ /**
3558
+ * This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on
3559
+ *
3560
+ * this media device within one day.
3561
+ *
3562
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.7.1
3563
+ */
3564
+ screenTime: import("../tlv/TlvObject.js").FieldType<number>;
3565
+ }>, void, any> & {
3566
+ readonly optional: true;
3567
+ readonly isConditional: true;
3568
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3569
+ readonly mandatoryIf: [] | [{
3570
+ screenTime: boolean;
3571
+ }];
3572
+ };
3573
+ readonly blockUnratedContent: Command<void, void, any> & {
3574
+ readonly optional: true;
3575
+ readonly isConditional: true;
3576
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3577
+ readonly mandatoryIf: [] | [{
3578
+ blockUnrated: boolean;
3579
+ }];
3580
+ };
3581
+ readonly unblockUnratedContent: Command<void, void, any> & {
3582
+ readonly optional: true;
3583
+ readonly isConditional: true;
3584
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3585
+ readonly mandatoryIf: [] | [{
3586
+ blockUnrated: boolean;
3587
+ }];
3588
+ };
3589
+ readonly setOnDemandRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3590
+ /**
3591
+ * This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
3592
+ * the values present in the OnDemandRatings attribute
3593
+ *
3594
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.10.1
3595
+ */
3596
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
3597
+ }>, void, any> & {
3598
+ readonly optional: true;
3599
+ readonly isConditional: true;
3600
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3601
+ readonly mandatoryIf: [] | [{
3602
+ onDemandContentRating: boolean;
3603
+ }];
3604
+ };
3605
+ readonly setScheduledContentRatingThreshold: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3606
+ /**
3607
+ * This field indicates a threshold rating for filtering scheduled content. This field shall be set to one
3608
+ *
3609
+ * of the values present in the ScheduledContentRatings attribute.
3610
+ *
3611
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.11.1
3612
+ */
3613
+ rating: import("../tlv/TlvObject.js").FieldType<string>;
3614
+ }>, void, any> & {
3615
+ readonly optional: true;
3616
+ readonly isConditional: true;
3617
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3618
+ readonly mandatoryIf: [] | [{
3619
+ scheduledContentRating: boolean;
3620
+ }];
3621
+ };
3622
+ readonly addBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3623
+ /**
3624
+ * This field indicates a set of channels that shall be blocked when the Content Control feature is activated.
3625
+ * This field shall be set to values present in ChannelList attribute in the Channel cluster. The
3626
+ * BlockChannelIndex field passed in this command shall be NULL.
3627
+ *
3628
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.12.1
3629
+ */
3630
+ channels: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3631
+ /**
3632
+ * This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
3633
+ * selected channel which will be removed from BlockChannelList attribute.
3634
+ *
3635
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.1
3636
+ */
3637
+ blockChannelIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3638
+ /**
3639
+ * This field shall indicate the channel major number value (for example, using ATSC format). When the channel
3640
+ * number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.
3641
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
3642
+ * represented by a major or minor number.
3643
+ *
3644
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.2
3645
+ */
3646
+ majorNumber: import("../tlv/TlvObject.js").FieldType<number>;
3647
+ /**
3648
+ * This field shall indicate the channel minor number value (for example, using ATSC format). When the channel
3649
+ * number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.
3650
+ * This field is required but shall be set to 0 for channels such as over-the-top channels that are not
3651
+ * represented by a major or minor number.
3652
+ *
3653
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.3
3654
+ */
3655
+ minorNumber: import("../tlv/TlvObject.js").FieldType<number>;
3656
+ /**
3657
+ * This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD
3658
+ * be provided when MajorNumber and MinorNumber are not available.
3659
+ *
3660
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.2.4
3661
+ */
3662
+ identifier: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3663
+ }>[]>;
3664
+ }>, void, any> & {
3665
+ readonly optional: true;
3666
+ readonly isConditional: true;
3667
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3668
+ readonly mandatoryIf: [] | [{
3669
+ blockChannels: boolean;
3670
+ }];
3671
+ };
3672
+ readonly removeBlockChannels: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3673
+ /**
3674
+ * This field shall specify a set of indexes indicating Which channels shall be removed from the
3675
+ * BlockChannelList attribute.
3676
+ *
3677
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.13.1
3678
+ */
3679
+ channelIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
3680
+ }>, void, any> & {
3681
+ readonly optional: true;
3682
+ readonly isConditional: true;
3683
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3684
+ readonly mandatoryIf: [] | [{
3685
+ blockChannels: boolean;
3686
+ }];
3687
+ };
3688
+ readonly addBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3689
+ /**
3690
+ * This field indicates a set of applications that shall be blocked when the Content Control feature is
3691
+ * activated.
3692
+ *
3693
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.14.1
3694
+ */
3695
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3696
+ /**
3697
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
3698
+ *
3699
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
3700
+ * assign an ApplicationID to each Content App.
3701
+ *
3702
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3703
+ */
3704
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
3705
+ /**
3706
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
3707
+ * "Company X". This field shall be unique within a catalog.
3708
+ *
3709
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3710
+ */
3711
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
3712
+ }>[]>;
3713
+ }>, void, any> & {
3714
+ readonly optional: true;
3715
+ readonly isConditional: true;
3716
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3717
+ readonly mandatoryIf: [] | [{
3718
+ blockApplications: boolean;
3719
+ }];
3720
+ };
3721
+ readonly removeBlockApplications: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3722
+ /**
3723
+ * This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
3724
+ *
3725
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.15.1
3726
+ */
3727
+ applications: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3728
+ /**
3729
+ * This field shall indicate the CSA-issued vendor ID for the catalog. The DIAL registry shall use value 0x0000.
3730
+ *
3731
+ * Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
3732
+ * assign an ApplicationID to each Content App.
3733
+ *
3734
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.1
3735
+ */
3736
+ catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
3737
+ /**
3738
+ * This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or
3739
+ * "Company X". This field shall be unique within a catalog.
3740
+ *
3741
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.3.2
3742
+ */
3743
+ applicationId: import("../tlv/TlvObject.js").FieldType<string>;
3744
+ }>[]>;
3745
+ }>, void, any> & {
3746
+ readonly optional: true;
3747
+ readonly isConditional: true;
3748
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3749
+ readonly mandatoryIf: [] | [{
3750
+ blockApplications: boolean;
3751
+ }];
3752
+ };
3753
+ readonly setBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3754
+ /**
3755
+ * This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
3756
+ *
3757
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.16.1
3758
+ */
3759
+ timeWindow: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3760
+ /**
3761
+ * This field shall indicate a unique index of a specific time window. This value may be used to indicate a
3762
+ * selected time window which will be removed from the BlockContentTimeWindow attribute.
3763
+ *
3764
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.1
3765
+ */
3766
+ timeWindowIndex: import("../tlv/TlvObject.js").FieldType<number | null>;
3767
+ /**
3768
+ * This field shall indicate a day of week.
3769
+ *
3770
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.2
3771
+ */
3772
+ dayOfWeek: import("../tlv/TlvObject.js").FieldType<DayOfWeek>;
3773
+ /**
3774
+ * This field shall indicate one or more discrete time periods.
3775
+ *
3776
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.4.3
3777
+ */
3778
+ timePeriod: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3779
+ /**
3780
+ * This field shall indicate the starting hour.
3781
+ *
3782
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.1
3783
+ */
3784
+ startHour: import("../tlv/TlvObject.js").FieldType<number>;
3785
+ /**
3786
+ * This field shall indicate the starting minute.
3787
+ *
3788
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.2
3789
+ */
3790
+ startMinute: import("../tlv/TlvObject.js").FieldType<number>;
3791
+ /**
3792
+ * This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
3793
+ *
3794
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.3
3795
+ */
3796
+ endHour: import("../tlv/TlvObject.js").FieldType<number>;
3797
+ /**
3798
+ * This field shall indicate the ending minute. If EndHour is equal to StartHour then EndMinute shall be
3799
+ * greater than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall
3800
+ * be blocked until 23:59:59.
3801
+ *
3802
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.5.6.4
3803
+ */
3804
+ endMinute: import("../tlv/TlvObject.js").FieldType<number>;
3805
+ }>[]>;
3806
+ }>>;
3807
+ }>, void, any> & {
3808
+ readonly optional: true;
3809
+ readonly isConditional: true;
3810
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3811
+ readonly mandatoryIf: [] | [{
3812
+ blockContentTimeWindow: boolean;
3813
+ }];
3814
+ };
3815
+ readonly removeBlockContentTimeWindow: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3816
+ /**
3817
+ * This field shall specify a set of time window indexes indicating which time windows will be removed from the
3818
+ * BlockContentTimeWindow attribute.
3819
+ *
3820
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.17.1
3821
+ */
3822
+ timeWindowIndexes: import("../tlv/TlvObject.js").FieldType<number[]>;
3823
+ }>, void, any> & {
3824
+ readonly optional: true;
3825
+ readonly isConditional: true;
3826
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3827
+ readonly mandatoryIf: [] | [{
3828
+ blockContentTimeWindow: boolean;
3829
+ }];
3830
+ };
3831
+ /**
3832
+ * The purpose of this command is to turn on the Content Control feature on a media device.
3833
+ *
3834
+ * Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
3835
+ *
3836
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.4
3837
+ */
3838
+ readonly enable: Command<void, void, any>;
3839
+ /**
3840
+ * The purpose of this command is to turn off the Content Control feature on a media device.
3841
+ *
3842
+ * On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
3843
+ *
3844
+ * @see {@link MatterSpecification.v13.Cluster} § 6.13.8.5
3845
+ */
3846
+ readonly disable: Command<void, void, any>;
3847
+ };
3848
+ readonly events: {
3849
+ readonly remainingScreenTimeExpired: Event<void, any> & {
3850
+ readonly optional: true;
3851
+ readonly isConditional: true;
3852
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3853
+ readonly mandatoryIf: [] | [{
3854
+ screenTime: boolean;
3855
+ }];
3856
+ };
3857
+ readonly enteringBlockContentTimeWindow: Event<void, any> & {
3858
+ readonly optional: true;
3859
+ readonly isConditional: true;
3860
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3861
+ readonly mandatoryIf: [] | [{
3862
+ blockContentTimeWindow: boolean;
3863
+ }];
3864
+ };
3865
+ };
3866
+ }, []>;
3867
+ /**
3868
+ * This cluster supports all ContentControl features. It may support illegal feature combinations.
3869
+ *
3870
+ * If you use this cluster you must manually specify which features are active and ensure the set of active
3871
+ * features is legal per the Matter specification.
3872
+ */
3873
+ interface Complete extends Identity<typeof CompleteInstance> {
3874
+ }
3875
+ const Complete: Complete;
3876
+ }
3877
+ export type ContentControlCluster = ContentControl.Cluster;
3878
+ export declare const ContentControlCluster: ContentControl.Cluster;
3879
+ //# sourceMappingURL=content-control.d.ts.map