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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (857) hide show
  1. package/dist/cjs/cluster/Cluster.d.ts.map +1 -1
  2. package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -1
  3. package/dist/cjs/clusters/access-control.d.ts +3972 -522
  4. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  5. package/dist/cjs/clusters/access-control.js +640 -116
  6. package/dist/cjs/clusters/access-control.js.map +2 -2
  7. package/dist/cjs/clusters/actions.d.ts +10 -9
  8. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  9. package/dist/cjs/clusters/actions.js +4 -4
  10. package/dist/cjs/clusters/actions.js.map +1 -1
  11. package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
  12. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  13. package/dist/cjs/clusters/administrator-commissioning.js +40 -35
  14. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  15. package/dist/cjs/clusters/alarm-base.d.ts +9 -12
  16. package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
  17. package/dist/cjs/clusters/alarm-base.js +3 -4
  18. package/dist/cjs/clusters/alarm-base.js.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.d.ts +27 -15
  20. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  21. package/dist/cjs/clusters/application-launcher.js +7 -4
  22. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
  24. package/dist/cjs/clusters/ballast-configuration.js +7 -7
  25. package/dist/cjs/clusters/basic-information.d.ts +29 -21
  26. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  27. package/dist/cjs/clusters/basic-information.js +29 -21
  28. package/dist/cjs/clusters/basic-information.js.map +1 -1
  29. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
  30. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  31. package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
  32. package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
  33. package/dist/cjs/clusters/channel.d.ts +115 -124
  34. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  35. package/dist/cjs/clusters/channel.js +15 -16
  36. package/dist/cjs/clusters/channel.js.map +1 -1
  37. package/dist/cjs/clusters/color-control.d.ts +3076 -1366
  38. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  39. package/dist/cjs/clusters/color-control.js +423 -357
  40. package/dist/cjs/clusters/color-control.js.map +2 -2
  41. package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
  42. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
  43. package/dist/cjs/clusters/commissioner-control.js +194 -0
  44. package/dist/cjs/clusters/commissioner-control.js.map +6 -0
  45. package/dist/cjs/clusters/content-control.d.ts +497 -221
  46. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-control.js +59 -41
  48. package/dist/cjs/clusters/content-control.js.map +2 -2
  49. package/dist/cjs/clusters/content-launcher.d.ts +248 -215
  50. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-launcher.js +16 -15
  52. package/dist/cjs/clusters/content-launcher.js.map +1 -1
  53. package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
  54. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  55. package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
  56. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  57. package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
  58. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  59. package/dist/cjs/clusters/device-energy-management.js +189 -160
  60. package/dist/cjs/clusters/device-energy-management.js.map +2 -2
  61. package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
  62. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
  63. package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
  64. package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
  65. package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
  66. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  67. package/dist/cjs/clusters/dishwasher-mode.js +12 -24
  68. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  69. package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
  70. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  71. package/dist/cjs/clusters/door-lock.js +480 -802
  72. package/dist/cjs/clusters/door-lock.js.map +2 -2
  73. package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
  74. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
  75. package/dist/cjs/clusters/ecosystem-information.js +154 -0
  76. package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
  78. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  79. package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
  80. package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
  82. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  83. package/dist/cjs/clusters/energy-evse-mode.js +25 -72
  84. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  85. package/dist/cjs/clusters/energy-evse.d.ts +557 -273
  86. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  87. package/dist/cjs/clusters/energy-evse.js +107 -55
  88. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  89. package/dist/cjs/clusters/energy-preference.d.ts +76 -76
  90. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  91. package/dist/cjs/clusters/energy-preference.js +15 -18
  92. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  93. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
  94. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  95. package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
  96. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  97. package/dist/cjs/clusters/fan-control.d.ts +12 -12
  98. package/dist/cjs/clusters/fan-control.js +4 -4
  99. package/dist/cjs/clusters/fixed-label.d.ts +7 -2
  100. package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
  101. package/dist/cjs/clusters/fixed-label.js.map +1 -1
  102. package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
  103. package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
  104. package/dist/cjs/clusters/flow-measurement.js +6 -6
  105. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  106. package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
  107. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  108. package/dist/cjs/clusters/general-commissioning.js +272 -54
  109. package/dist/cjs/clusters/general-commissioning.js.map +2 -2
  110. package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
  111. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  112. package/dist/cjs/clusters/general-diagnostics.js +31 -33
  113. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  114. package/dist/cjs/clusters/group-key-management.d.ts +72 -82
  115. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  116. package/dist/cjs/clusters/group-key-management.js +19 -22
  117. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  118. package/dist/cjs/clusters/groups.d.ts +9 -6
  119. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  120. package/dist/cjs/clusters/groups.js +3 -2
  121. package/dist/cjs/clusters/groups.js.map +1 -1
  122. package/dist/cjs/clusters/icd-management.d.ts +223 -66
  123. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  124. package/dist/cjs/clusters/icd-management.js +61 -23
  125. package/dist/cjs/clusters/icd-management.js.map +2 -2
  126. package/dist/cjs/clusters/identify.d.ts +12 -13
  127. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  128. package/dist/cjs/clusters/identify.js +9 -10
  129. package/dist/cjs/clusters/identify.js.map +1 -1
  130. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
  131. package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
  132. package/dist/cjs/clusters/illuminance-measurement.js +9 -10
  133. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  134. package/dist/cjs/clusters/index.d.ts +11 -1
  135. package/dist/cjs/clusters/index.d.ts.map +1 -1
  136. package/dist/cjs/clusters/index.js +33 -3
  137. package/dist/cjs/clusters/index.js.map +1 -1
  138. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  139. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  140. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
  141. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  142. package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
  143. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
  144. package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
  145. package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
  146. package/dist/cjs/clusters/keypad-input.d.ts +2 -2
  147. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
  148. package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
  149. package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
  150. package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
  151. package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
  152. package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
  153. package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
  154. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  155. package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
  156. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
  157. package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
  158. package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
  159. package/dist/cjs/clusters/level-control.d.ts +209 -70
  160. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  161. package/dist/cjs/clusters/level-control.js +45 -12
  162. package/dist/cjs/clusters/level-control.js.map +1 -1
  163. package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
  164. package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
  165. package/dist/cjs/clusters/localization-configuration.js +5 -6
  166. package/dist/cjs/clusters/localization-configuration.js.map +1 -1
  167. package/dist/cjs/clusters/media-input.d.ts +9 -6
  168. package/dist/cjs/clusters/media-input.d.ts.map +1 -1
  169. package/dist/cjs/clusters/media-input.js +3 -2
  170. package/dist/cjs/clusters/media-input.js.map +1 -1
  171. package/dist/cjs/clusters/media-playback.d.ts +29 -24
  172. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  173. package/dist/cjs/clusters/media-playback.js +5 -4
  174. package/dist/cjs/clusters/media-playback.js.map +1 -1
  175. package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
  176. package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
  177. package/dist/cjs/clusters/microwave-oven-control.js +19 -17
  178. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  179. package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
  180. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  181. package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
  182. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  183. package/dist/cjs/clusters/mode-base.d.ts +27 -46
  184. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  185. package/dist/cjs/clusters/mode-base.js +9 -10
  186. package/dist/cjs/clusters/mode-base.js.map +1 -1
  187. package/dist/cjs/clusters/mode-select.d.ts +33 -27
  188. package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
  189. package/dist/cjs/clusters/mode-select.js +14 -13
  190. package/dist/cjs/clusters/mode-select.js.map +1 -1
  191. package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
  192. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  193. package/dist/cjs/clusters/network-commissioning.js +46 -39
  194. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
  196. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  197. package/dist/cjs/clusters/occupancy-sensing.js +278 -63
  198. package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
  199. package/dist/cjs/clusters/on-off.d.ts +18 -24
  200. package/dist/cjs/clusters/on-off.d.ts.map +1 -1
  201. package/dist/cjs/clusters/on-off.js +3 -4
  202. package/dist/cjs/clusters/on-off.js.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
  204. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  205. package/dist/cjs/clusters/operational-credentials.js +56 -49
  206. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  207. package/dist/cjs/clusters/operational-state.d.ts +136 -57
  208. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  209. package/dist/cjs/clusters/operational-state.js +62 -36
  210. package/dist/cjs/clusters/operational-state.js.map +2 -2
  211. package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
  212. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
  214. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  215. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -10
  216. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
  217. package/dist/cjs/clusters/ota-software-update-requestor.js +4 -6
  218. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  219. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
  220. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  221. package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
  222. package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
  223. package/dist/cjs/clusters/oven-mode.d.ts +79 -349
  224. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  225. package/dist/cjs/clusters/oven-mode.js +26 -82
  226. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  227. package/dist/cjs/clusters/power-source.d.ts +169 -44
  228. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  229. package/dist/cjs/clusters/power-source.js +40 -16
  230. package/dist/cjs/clusters/power-source.js.map +1 -1
  231. package/dist/cjs/clusters/pressure-measurement.js +2 -2
  232. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
  234. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  235. package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
  236. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  237. package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
  238. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
  239. package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  241. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  242. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +11 -19
  243. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  244. package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
  245. package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
  247. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  248. package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
  249. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  250. package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
  251. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  252. package/dist/cjs/clusters/rvc-operational-state.js +49 -20
  253. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  254. package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
  255. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  256. package/dist/cjs/clusters/rvc-run-mode.js +16 -15
  257. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  258. package/dist/cjs/clusters/scenes-management.d.ts +328 -181
  259. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  260. package/dist/cjs/clusters/scenes-management.js +37 -22
  261. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  262. package/dist/cjs/clusters/service-area.d.ts +2052 -0
  263. package/dist/cjs/clusters/service-area.d.ts.map +1 -0
  264. package/dist/cjs/clusters/service-area.js +582 -0
  265. package/dist/cjs/clusters/service-area.js.map +6 -0
  266. package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
  267. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  268. package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
  269. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  270. package/dist/cjs/clusters/switch.d.ts +478 -191
  271. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  272. package/dist/cjs/clusters/switch.js +145 -57
  273. package/dist/cjs/clusters/switch.js.map +1 -1
  274. package/dist/cjs/clusters/target-navigator.d.ts +1 -1
  275. package/dist/cjs/clusters/target-navigator.js +1 -1
  276. package/dist/cjs/clusters/thermostat.d.ts +3877 -830
  277. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  278. package/dist/cjs/clusters/thermostat.js +841 -159
  279. package/dist/cjs/clusters/thermostat.js.map +2 -2
  280. package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
  281. package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
  282. package/dist/cjs/clusters/thread-border-router-management.js +265 -0
  283. package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
  284. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
  285. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  286. package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
  287. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  288. package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
  289. package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
  290. package/dist/cjs/clusters/thread-network-directory.js +187 -0
  291. package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
  292. package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
  293. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  294. package/dist/cjs/clusters/time-synchronization.js +30 -23
  295. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  296. package/dist/cjs/clusters/unit-localization.d.ts +3 -4
  297. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  298. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  299. package/dist/cjs/clusters/user-label.d.ts +2 -1
  300. package/dist/cjs/clusters/user-label.d.ts.map +1 -1
  301. package/dist/cjs/clusters/user-label.js.map +1 -1
  302. package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
  303. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
  304. package/dist/cjs/clusters/water-heater-management.js +336 -0
  305. package/dist/cjs/clusters/water-heater-management.js.map +6 -0
  306. package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
  307. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
  308. package/dist/cjs/clusters/water-heater-mode.js +195 -0
  309. package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
  310. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
  311. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  312. package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
  313. package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
  317. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  318. package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
  319. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
  320. package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
  321. package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
  322. package/dist/cjs/clusters/window-covering.d.ts +66 -78
  323. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  324. package/dist/cjs/clusters/window-covering.js +26 -37
  325. package/dist/cjs/clusters/window-covering.js.map +1 -1
  326. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  327. package/dist/cjs/datatype/AttributeId.d.ts.map +1 -1
  328. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
  329. package/dist/cjs/datatype/ClusterId.d.ts.map +1 -1
  330. package/dist/cjs/datatype/CommandId.d.ts +1 -0
  331. package/dist/cjs/datatype/CommandId.d.ts.map +1 -1
  332. package/dist/cjs/datatype/CommandId.js +3 -0
  333. package/dist/cjs/datatype/CommandId.js.map +1 -1
  334. package/dist/cjs/datatype/FieldId.d.ts.map +1 -1
  335. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
  336. package/dist/cjs/datatype/NodeId.d.ts.map +1 -1
  337. package/dist/cjs/datatype/VendorId.d.ts.map +1 -1
  338. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
  339. package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
  340. package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
  341. package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
  342. package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
  343. package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
  344. package/dist/cjs/globals/AtomicRequestType.js +35 -0
  345. package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
  346. package/dist/cjs/globals/Locationdesc.d.ts +79 -0
  347. package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
  348. package/dist/cjs/globals/Locationdesc.js +89 -0
  349. package/dist/cjs/globals/Locationdesc.js.map +6 -0
  350. package/dist/cjs/globals/Priority.d.ts +1 -1
  351. package/dist/cjs/globals/Semtag.d.ts +6 -6
  352. package/dist/cjs/globals/Semtag.js +4 -4
  353. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  354. package/dist/cjs/globals/Status.d.ts +18 -3
  355. package/dist/cjs/globals/Status.d.ts.map +1 -1
  356. package/dist/cjs/globals/Status.js +3 -1
  357. package/dist/cjs/globals/Status.js.map +1 -1
  358. package/dist/cjs/globals/Tod.d.ts +2 -2
  359. package/dist/cjs/globals/index.d.ts +3 -0
  360. package/dist/cjs/globals/index.d.ts.map +1 -1
  361. package/dist/cjs/globals/index.js +3 -0
  362. package/dist/cjs/globals/index.js.map +1 -1
  363. package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
  364. package/dist/cjs/schema/PairingCodeSchema.d.ts +32 -4
  365. package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
  366. package/dist/cjs/schema/PairingCodeSchema.js +17 -3
  367. package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
  368. package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
  369. package/dist/cjs/schema/QrCodeSchema.js +4 -1
  370. package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
  371. package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -1
  372. package/dist/cjs/tlv/TlvArray.d.ts.map +1 -1
  373. package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -1
  374. package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -1
  375. package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
  376. package/dist/esm/cluster/Cluster.d.ts.map +1 -1
  377. package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -1
  378. package/dist/esm/clusters/access-control.d.ts +3972 -522
  379. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  380. package/dist/esm/clusters/access-control.js +645 -120
  381. package/dist/esm/clusters/access-control.js.map +2 -2
  382. package/dist/esm/clusters/actions.d.ts +10 -9
  383. package/dist/esm/clusters/actions.d.ts.map +1 -1
  384. package/dist/esm/clusters/actions.js +4 -4
  385. package/dist/esm/clusters/actions.js.map +1 -1
  386. package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
  387. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  388. package/dist/esm/clusters/administrator-commissioning.js +40 -35
  389. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  390. package/dist/esm/clusters/alarm-base.d.ts +9 -12
  391. package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
  392. package/dist/esm/clusters/alarm-base.js +3 -4
  393. package/dist/esm/clusters/alarm-base.js.map +1 -1
  394. package/dist/esm/clusters/application-launcher.d.ts +27 -15
  395. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  396. package/dist/esm/clusters/application-launcher.js +7 -4
  397. package/dist/esm/clusters/application-launcher.js.map +1 -1
  398. package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
  399. package/dist/esm/clusters/ballast-configuration.js +7 -7
  400. package/dist/esm/clusters/basic-information.d.ts +29 -21
  401. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  402. package/dist/esm/clusters/basic-information.js +29 -21
  403. package/dist/esm/clusters/basic-information.js.map +1 -1
  404. package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
  405. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  406. package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
  407. package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
  408. package/dist/esm/clusters/channel.d.ts +115 -124
  409. package/dist/esm/clusters/channel.d.ts.map +1 -1
  410. package/dist/esm/clusters/channel.js +15 -16
  411. package/dist/esm/clusters/channel.js.map +1 -1
  412. package/dist/esm/clusters/color-control.d.ts +3076 -1366
  413. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  414. package/dist/esm/clusters/color-control.js +424 -358
  415. package/dist/esm/clusters/color-control.js.map +2 -2
  416. package/dist/esm/clusters/commissioner-control.d.ts +268 -0
  417. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
  418. package/dist/esm/clusters/commissioner-control.js +174 -0
  419. package/dist/esm/clusters/commissioner-control.js.map +6 -0
  420. package/dist/esm/clusters/content-control.d.ts +497 -221
  421. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  422. package/dist/esm/clusters/content-control.js +60 -42
  423. package/dist/esm/clusters/content-control.js.map +2 -2
  424. package/dist/esm/clusters/content-launcher.d.ts +248 -215
  425. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  426. package/dist/esm/clusters/content-launcher.js +16 -15
  427. package/dist/esm/clusters/content-launcher.js.map +1 -1
  428. package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
  429. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  430. package/dist/esm/clusters/device-energy-management-mode.js +26 -80
  431. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  432. package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
  433. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  434. package/dist/esm/clusters/device-energy-management.js +189 -160
  435. package/dist/esm/clusters/device-energy-management.js.map +2 -2
  436. package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
  437. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
  438. package/dist/esm/clusters/dishwasher-alarm.js +3 -4
  439. package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
  440. package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
  441. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  442. package/dist/esm/clusters/dishwasher-mode.js +13 -25
  443. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  444. package/dist/esm/clusters/door-lock.d.ts +2751 -5427
  445. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  446. package/dist/esm/clusters/door-lock.js +482 -804
  447. package/dist/esm/clusters/door-lock.js.map +2 -2
  448. package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
  449. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
  450. package/dist/esm/clusters/ecosystem-information.js +134 -0
  451. package/dist/esm/clusters/ecosystem-information.js.map +6 -0
  452. package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
  453. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  454. package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
  455. package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
  456. package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
  457. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  458. package/dist/esm/clusters/energy-evse-mode.js +25 -79
  459. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  460. package/dist/esm/clusters/energy-evse.d.ts +557 -273
  461. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  462. package/dist/esm/clusters/energy-evse.js +107 -55
  463. package/dist/esm/clusters/energy-evse.js.map +1 -1
  464. package/dist/esm/clusters/energy-preference.d.ts +76 -76
  465. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  466. package/dist/esm/clusters/energy-preference.js +15 -18
  467. package/dist/esm/clusters/energy-preference.js.map +1 -1
  468. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
  469. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  470. package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
  471. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  472. package/dist/esm/clusters/fan-control.d.ts +12 -12
  473. package/dist/esm/clusters/fan-control.js +4 -4
  474. package/dist/esm/clusters/fixed-label.d.ts +7 -2
  475. package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
  476. package/dist/esm/clusters/fixed-label.js.map +1 -1
  477. package/dist/esm/clusters/flow-measurement.d.ts +4 -4
  478. package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
  479. package/dist/esm/clusters/flow-measurement.js +6 -6
  480. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  481. package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
  482. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  483. package/dist/esm/clusters/general-commissioning.js +274 -56
  484. package/dist/esm/clusters/general-commissioning.js.map +2 -2
  485. package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
  486. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  487. package/dist/esm/clusters/general-diagnostics.js +31 -33
  488. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  489. package/dist/esm/clusters/group-key-management.d.ts +72 -82
  490. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  491. package/dist/esm/clusters/group-key-management.js +19 -22
  492. package/dist/esm/clusters/group-key-management.js.map +1 -1
  493. package/dist/esm/clusters/groups.d.ts +9 -6
  494. package/dist/esm/clusters/groups.d.ts.map +1 -1
  495. package/dist/esm/clusters/groups.js +3 -2
  496. package/dist/esm/clusters/groups.js.map +1 -1
  497. package/dist/esm/clusters/icd-management.d.ts +223 -66
  498. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  499. package/dist/esm/clusters/icd-management.js +61 -23
  500. package/dist/esm/clusters/icd-management.js.map +2 -2
  501. package/dist/esm/clusters/identify.d.ts +12 -13
  502. package/dist/esm/clusters/identify.d.ts.map +1 -1
  503. package/dist/esm/clusters/identify.js +9 -10
  504. package/dist/esm/clusters/identify.js.map +1 -1
  505. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
  506. package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
  507. package/dist/esm/clusters/illuminance-measurement.js +9 -10
  508. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  509. package/dist/esm/clusters/index.d.ts +11 -1
  510. package/dist/esm/clusters/index.d.ts.map +1 -1
  511. package/dist/esm/clusters/index.js +36 -3
  512. package/dist/esm/clusters/index.js.map +1 -1
  513. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  514. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  515. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
  516. package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  517. package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
  518. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
  519. package/dist/esm/clusters/joint-fabric-pki.js +100 -0
  520. package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
  521. package/dist/esm/clusters/keypad-input.d.ts +2 -2
  522. package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
  523. package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
  524. package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
  525. package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
  526. package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
  527. package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
  528. package/dist/esm/clusters/laundry-washer-controls.js +26 -25
  529. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  530. package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
  531. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
  532. package/dist/esm/clusters/laundry-washer-mode.js +14 -26
  533. package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
  534. package/dist/esm/clusters/level-control.d.ts +209 -70
  535. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  536. package/dist/esm/clusters/level-control.js +45 -12
  537. package/dist/esm/clusters/level-control.js.map +1 -1
  538. package/dist/esm/clusters/localization-configuration.d.ts +5 -6
  539. package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
  540. package/dist/esm/clusters/localization-configuration.js +5 -6
  541. package/dist/esm/clusters/localization-configuration.js.map +1 -1
  542. package/dist/esm/clusters/media-input.d.ts +9 -6
  543. package/dist/esm/clusters/media-input.d.ts.map +1 -1
  544. package/dist/esm/clusters/media-input.js +3 -2
  545. package/dist/esm/clusters/media-input.js.map +1 -1
  546. package/dist/esm/clusters/media-playback.d.ts +29 -24
  547. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  548. package/dist/esm/clusters/media-playback.js +5 -4
  549. package/dist/esm/clusters/media-playback.js.map +1 -1
  550. package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
  551. package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
  552. package/dist/esm/clusters/microwave-oven-control.js +19 -17
  553. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  554. package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
  555. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  556. package/dist/esm/clusters/microwave-oven-mode.js +14 -11
  557. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  558. package/dist/esm/clusters/mode-base.d.ts +27 -46
  559. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  560. package/dist/esm/clusters/mode-base.js +9 -10
  561. package/dist/esm/clusters/mode-base.js.map +1 -1
  562. package/dist/esm/clusters/mode-select.d.ts +33 -27
  563. package/dist/esm/clusters/mode-select.d.ts.map +1 -1
  564. package/dist/esm/clusters/mode-select.js +14 -13
  565. package/dist/esm/clusters/mode-select.js.map +1 -1
  566. package/dist/esm/clusters/network-commissioning.d.ts +263 -240
  567. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  568. package/dist/esm/clusters/network-commissioning.js +46 -39
  569. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  570. package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
  571. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  572. package/dist/esm/clusters/occupancy-sensing.js +287 -65
  573. package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
  574. package/dist/esm/clusters/on-off.d.ts +18 -24
  575. package/dist/esm/clusters/on-off.d.ts.map +1 -1
  576. package/dist/esm/clusters/on-off.js +3 -4
  577. package/dist/esm/clusters/on-off.js.map +1 -1
  578. package/dist/esm/clusters/operational-credentials.d.ts +98 -85
  579. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  580. package/dist/esm/clusters/operational-credentials.js +56 -49
  581. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  582. package/dist/esm/clusters/operational-state.d.ts +136 -57
  583. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  584. package/dist/esm/clusters/operational-state.js +63 -37
  585. package/dist/esm/clusters/operational-state.js.map +2 -2
  586. package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
  587. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  588. package/dist/esm/clusters/ota-software-update-provider.js +20 -19
  589. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  590. package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
  591. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  592. package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
  593. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  594. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
  595. package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  596. package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
  597. package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
  598. package/dist/esm/clusters/oven-mode.d.ts +79 -349
  599. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  600. package/dist/esm/clusters/oven-mode.js +26 -89
  601. package/dist/esm/clusters/oven-mode.js.map +1 -1
  602. package/dist/esm/clusters/power-source.d.ts +169 -44
  603. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  604. package/dist/esm/clusters/power-source.js +40 -16
  605. package/dist/esm/clusters/power-source.js.map +1 -1
  606. package/dist/esm/clusters/pressure-measurement.js +2 -2
  607. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  608. package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
  609. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  610. package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
  611. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  612. package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
  613. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
  614. package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
  615. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  616. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  617. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +12 -20
  618. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  619. package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
  620. package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
  621. package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
  622. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  623. package/dist/esm/clusters/rvc-clean-mode.js +11 -15
  624. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  625. package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
  626. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  627. package/dist/esm/clusters/rvc-operational-state.js +49 -20
  628. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  629. package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
  630. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  631. package/dist/esm/clusters/rvc-run-mode.js +16 -15
  632. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  633. package/dist/esm/clusters/scenes-management.d.ts +328 -181
  634. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  635. package/dist/esm/clusters/scenes-management.js +37 -22
  636. package/dist/esm/clusters/scenes-management.js.map +1 -1
  637. package/dist/esm/clusters/service-area.d.ts +2052 -0
  638. package/dist/esm/clusters/service-area.d.ts.map +1 -0
  639. package/dist/esm/clusters/service-area.js +562 -0
  640. package/dist/esm/clusters/service-area.js.map +6 -0
  641. package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
  642. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  643. package/dist/esm/clusters/smoke-co-alarm.js +2 -3
  644. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  645. package/dist/esm/clusters/switch.d.ts +478 -191
  646. package/dist/esm/clusters/switch.d.ts.map +1 -1
  647. package/dist/esm/clusters/switch.js +145 -57
  648. package/dist/esm/clusters/switch.js.map +1 -1
  649. package/dist/esm/clusters/target-navigator.d.ts +1 -1
  650. package/dist/esm/clusters/target-navigator.js +1 -1
  651. package/dist/esm/clusters/thermostat.d.ts +3877 -830
  652. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  653. package/dist/esm/clusters/thermostat.js +842 -160
  654. package/dist/esm/clusters/thermostat.js.map +2 -2
  655. package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
  656. package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
  657. package/dist/esm/clusters/thread-border-router-management.js +245 -0
  658. package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
  659. package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
  660. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  661. package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
  662. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  663. package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
  664. package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
  665. package/dist/esm/clusters/thread-network-directory.js +167 -0
  666. package/dist/esm/clusters/thread-network-directory.js.map +6 -0
  667. package/dist/esm/clusters/time-synchronization.d.ts +101 -76
  668. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  669. package/dist/esm/clusters/time-synchronization.js +30 -23
  670. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  671. package/dist/esm/clusters/unit-localization.d.ts +3 -4
  672. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  673. package/dist/esm/clusters/unit-localization.js.map +1 -1
  674. package/dist/esm/clusters/user-label.d.ts +2 -1
  675. package/dist/esm/clusters/user-label.d.ts.map +1 -1
  676. package/dist/esm/clusters/user-label.js.map +1 -1
  677. package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
  678. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
  679. package/dist/esm/clusters/water-heater-management.js +325 -0
  680. package/dist/esm/clusters/water-heater-management.js.map +6 -0
  681. package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
  682. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
  683. package/dist/esm/clusters/water-heater-mode.js +175 -0
  684. package/dist/esm/clusters/water-heater-mode.js.map +6 -0
  685. package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
  686. package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  687. package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
  688. package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
  689. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  690. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  691. package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
  692. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  693. package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
  694. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
  695. package/dist/esm/clusters/wi-fi-network-management.js +102 -0
  696. package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
  697. package/dist/esm/clusters/window-covering.d.ts +66 -78
  698. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  699. package/dist/esm/clusters/window-covering.js +26 -37
  700. package/dist/esm/clusters/window-covering.js.map +1 -1
  701. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  702. package/dist/esm/datatype/AttributeId.d.ts.map +1 -1
  703. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
  704. package/dist/esm/datatype/ClusterId.d.ts.map +1 -1
  705. package/dist/esm/datatype/CommandId.d.ts +1 -0
  706. package/dist/esm/datatype/CommandId.d.ts.map +1 -1
  707. package/dist/esm/datatype/CommandId.js +3 -0
  708. package/dist/esm/datatype/CommandId.js.map +1 -1
  709. package/dist/esm/datatype/FieldId.d.ts.map +1 -1
  710. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
  711. package/dist/esm/datatype/NodeId.d.ts.map +1 -1
  712. package/dist/esm/datatype/VendorId.d.ts.map +1 -1
  713. package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
  714. package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
  715. package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
  716. package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
  717. package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
  718. package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
  719. package/dist/esm/globals/AtomicRequestType.js +15 -0
  720. package/dist/esm/globals/AtomicRequestType.js.map +6 -0
  721. package/dist/esm/globals/Locationdesc.d.ts +79 -0
  722. package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
  723. package/dist/esm/globals/Locationdesc.js +69 -0
  724. package/dist/esm/globals/Locationdesc.js.map +6 -0
  725. package/dist/esm/globals/Priority.d.ts +1 -1
  726. package/dist/esm/globals/Semtag.d.ts +6 -6
  727. package/dist/esm/globals/Semtag.js +4 -4
  728. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  729. package/dist/esm/globals/Status.d.ts +18 -3
  730. package/dist/esm/globals/Status.d.ts.map +1 -1
  731. package/dist/esm/globals/Status.js +3 -1
  732. package/dist/esm/globals/Status.js.map +1 -1
  733. package/dist/esm/globals/Tod.d.ts +2 -2
  734. package/dist/esm/globals/index.d.ts +3 -0
  735. package/dist/esm/globals/index.d.ts.map +1 -1
  736. package/dist/esm/globals/index.js +3 -0
  737. package/dist/esm/globals/index.js.map +1 -1
  738. package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
  739. package/dist/esm/schema/PairingCodeSchema.d.ts +32 -4
  740. package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
  741. package/dist/esm/schema/PairingCodeSchema.js +17 -3
  742. package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
  743. package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
  744. package/dist/esm/schema/QrCodeSchema.js +4 -1
  745. package/dist/esm/schema/QrCodeSchema.js.map +1 -1
  746. package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -1
  747. package/dist/esm/tlv/TlvArray.d.ts.map +1 -1
  748. package/dist/esm/tlv/TlvNullable.d.ts.map +1 -1
  749. package/dist/esm/tlv/TlvNumber.d.ts.map +1 -1
  750. package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
  751. package/package.json +5 -5
  752. package/src/clusters/access-control.ts +926 -171
  753. package/src/clusters/actions.ts +12 -11
  754. package/src/clusters/administrator-commissioning.ts +54 -35
  755. package/src/clusters/alarm-base.ts +3 -4
  756. package/src/clusters/application-launcher.ts +22 -7
  757. package/src/clusters/ballast-configuration.ts +7 -7
  758. package/src/clusters/basic-information.ts +29 -21
  759. package/src/clusters/bridged-device-basic-information.ts +264 -41
  760. package/src/clusters/channel.ts +20 -17
  761. package/src/clusters/color-control.ts +589 -426
  762. package/src/clusters/commissioner-control.ts +282 -0
  763. package/src/clusters/content-control.ts +48 -54
  764. package/src/clusters/content-launcher.ts +16 -15
  765. package/src/clusters/device-energy-management-mode.ts +63 -161
  766. package/src/clusters/device-energy-management.ts +246 -193
  767. package/src/clusters/dishwasher-alarm.ts +5 -5
  768. package/src/clusters/dishwasher-mode.ts +46 -87
  769. package/src/clusters/door-lock.ts +786 -1235
  770. package/src/clusters/ecosystem-information.ts +200 -0
  771. package/src/clusters/electrical-energy-measurement.ts +15 -16
  772. package/src/clusters/energy-evse-mode.ts +81 -158
  773. package/src/clusters/energy-evse.ts +138 -72
  774. package/src/clusters/energy-preference.ts +34 -28
  775. package/src/clusters/ethernet-network-diagnostics.ts +1 -3
  776. package/src/clusters/fan-control.ts +5 -5
  777. package/src/clusters/fixed-label.ts +7 -2
  778. package/src/clusters/flow-measurement.ts +6 -6
  779. package/src/clusters/general-commissioning.ts +396 -96
  780. package/src/clusters/general-diagnostics.ts +31 -33
  781. package/src/clusters/group-key-management.ts +22 -24
  782. package/src/clusters/groups.ts +3 -2
  783. package/src/clusters/icd-management.ts +88 -31
  784. package/src/clusters/identify.ts +9 -10
  785. package/src/clusters/illuminance-measurement.ts +9 -10
  786. package/src/clusters/index.ts +14 -1
  787. package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
  788. package/src/clusters/joint-fabric-pki.ts +202 -0
  789. package/src/clusters/keypad-input.ts +2 -2
  790. package/src/clusters/laundry-dryer-controls.ts +6 -10
  791. package/src/clusters/laundry-washer-controls.ts +28 -27
  792. package/src/clusters/laundry-washer-mode.ts +49 -90
  793. package/src/clusters/level-control.ts +45 -12
  794. package/src/clusters/localization-configuration.ts +5 -6
  795. package/src/clusters/media-input.ts +3 -2
  796. package/src/clusters/media-playback.ts +9 -7
  797. package/src/clusters/microwave-oven-control.ts +19 -17
  798. package/src/clusters/microwave-oven-mode.ts +42 -61
  799. package/src/clusters/mode-base.ts +16 -33
  800. package/src/clusters/mode-select.ts +17 -14
  801. package/src/clusters/network-commissioning.ts +47 -40
  802. package/src/clusters/occupancy-sensing.ts +433 -72
  803. package/src/clusters/on-off.ts +6 -8
  804. package/src/clusters/operational-credentials.ts +54 -47
  805. package/src/clusters/operational-state.ts +136 -58
  806. package/src/clusters/ota-software-update-provider.ts +23 -23
  807. package/src/clusters/ota-software-update-requestor.ts +4 -6
  808. package/src/clusters/oven-cavity-operational-state.ts +43 -171
  809. package/src/clusters/oven-mode.ts +76 -178
  810. package/src/clusters/power-source.ts +45 -21
  811. package/src/clusters/pressure-measurement.ts +2 -2
  812. package/src/clusters/pump-configuration-and-control.ts +35 -23
  813. package/src/clusters/refrigerator-alarm.ts +2 -1
  814. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
  815. package/src/clusters/relative-humidity-measurement.ts +1 -1
  816. package/src/clusters/rvc-clean-mode.ts +42 -101
  817. package/src/clusters/rvc-operational-state.ts +87 -25
  818. package/src/clusters/rvc-run-mode.ts +62 -126
  819. package/src/clusters/scenes-management.ts +38 -23
  820. package/src/clusters/service-area.ts +904 -0
  821. package/src/clusters/smoke-co-alarm.ts +6 -12
  822. package/src/clusters/switch.ts +177 -78
  823. package/src/clusters/target-navigator.ts +1 -1
  824. package/src/clusters/thermostat.ts +1245 -214
  825. package/src/clusters/thread-border-router-management.ts +355 -0
  826. package/src/clusters/thread-network-diagnostics.ts +34 -21
  827. package/src/clusters/thread-network-directory.ts +256 -0
  828. package/src/clusters/time-synchronization.ts +30 -23
  829. package/src/clusters/unit-localization.ts +3 -4
  830. package/src/clusters/user-label.ts +2 -1
  831. package/src/clusters/water-heater-management.ts +457 -0
  832. package/src/clusters/water-heater-mode.ts +301 -0
  833. package/src/clusters/water-tank-level-monitoring.ts +50 -0
  834. package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
  835. package/src/clusters/wi-fi-network-management.ts +119 -0
  836. package/src/clusters/window-covering.ts +26 -37
  837. package/src/datatype/CommandId.ts +4 -0
  838. package/src/globals/AtomicAttributeStatus.ts +41 -0
  839. package/src/globals/AtomicRequestType.ts +27 -0
  840. package/src/globals/Locationdesc.ts +88 -0
  841. package/src/globals/Priority.ts +1 -1
  842. package/src/globals/Semtag.ts +6 -6
  843. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  844. package/src/globals/Status.ts +20 -3
  845. package/src/globals/Tod.ts +2 -2
  846. package/src/globals/index.ts +3 -0
  847. package/src/schema/PairingCodeSchema.ts +17 -2
  848. package/src/schema/QrCodeSchema.ts +7 -2
  849. package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
  850. package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
  851. package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
  852. package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
  853. package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
  854. package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
  855. package/dist/esm/clusters/pulse-width-modulation.js +0 -31
  856. package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
  857. package/src/clusters/pulse-width-modulation.ts +0 -54
@@ -128,7 +128,8 @@ export declare namespace ContentLauncher {
128
128
  const TlvStyleInformation: import("../tlv/TlvObject.js").ObjectSchema<{
129
129
  /**
130
130
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
131
- * Watermark etc.
131
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
132
+ * https scheme.
132
133
  *
133
134
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
134
135
  */
@@ -146,8 +147,9 @@ export declare namespace ContentLauncher {
146
147
  */
147
148
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
148
149
  /**
149
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
150
- * Watermark etc.
150
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
151
+ *
152
+ * Logo, Watermark etc.
151
153
  *
152
154
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
153
155
  */
@@ -202,7 +204,8 @@ export declare namespace ContentLauncher {
202
204
  background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
203
205
  /**
204
206
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
205
- * Watermark etc.
207
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
208
+ * https scheme.
206
209
  *
207
210
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
208
211
  */
@@ -220,8 +223,9 @@ export declare namespace ContentLauncher {
220
223
  */
221
224
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
222
225
  /**
223
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
224
- * Watermark etc.
226
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
227
+ *
228
+ * Logo, Watermark etc.
225
229
  *
226
230
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
227
231
  */
@@ -255,7 +259,8 @@ export declare namespace ContentLauncher {
255
259
  logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
256
260
  /**
257
261
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
258
- * Watermark etc.
262
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
263
+ * https scheme.
259
264
  *
260
265
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
261
266
  */
@@ -273,8 +278,9 @@ export declare namespace ContentLauncher {
273
278
  */
274
279
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
275
280
  /**
276
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
277
- * Watermark etc.
281
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
282
+ *
283
+ * Logo, Watermark etc.
278
284
  *
279
285
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
280
286
  */
@@ -307,7 +313,8 @@ export declare namespace ContentLauncher {
307
313
  progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
308
314
  /**
309
315
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
310
- * Watermark etc.
316
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
317
+ * https scheme.
311
318
  *
312
319
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
313
320
  */
@@ -325,8 +332,9 @@ export declare namespace ContentLauncher {
325
332
  */
326
333
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
327
334
  /**
328
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
329
- * Watermark etc.
335
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
336
+ *
337
+ * Logo, Watermark etc.
330
338
  *
331
339
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
332
340
  */
@@ -360,7 +368,8 @@ export declare namespace ContentLauncher {
360
368
  splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
361
369
  /**
362
370
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
363
- * Watermark etc.
371
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
372
+ * https scheme.
364
373
  *
365
374
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
366
375
  */
@@ -378,8 +387,9 @@ export declare namespace ContentLauncher {
378
387
  */
379
388
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
380
389
  /**
381
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
382
- * Watermark etc.
390
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
391
+ *
392
+ * Logo, Watermark etc.
383
393
  *
384
394
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
385
395
  */
@@ -412,7 +422,8 @@ export declare namespace ContentLauncher {
412
422
  waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
413
423
  /**
414
424
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
415
- * Watermark etc.
425
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
426
+ * https scheme.
416
427
  *
417
428
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
418
429
  */
@@ -430,8 +441,9 @@ export declare namespace ContentLauncher {
430
441
  */
431
442
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
432
443
  /**
433
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
434
- * Watermark etc.
444
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
445
+ *
446
+ * Logo, Watermark etc.
435
447
  *
436
448
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
437
449
  */
@@ -492,9 +504,8 @@ export declare namespace ContentLauncher {
492
504
  *
493
505
  * This field shall NOT be present if the track is not an audio track.
494
506
  *
495
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
496
- *
497
- * server can choose the audio output(s) to play the Audio Track on.
507
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
508
+ * can choose the audio output(s) to play the Audio Track on.
498
509
  *
499
510
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
500
511
  */
@@ -518,9 +529,8 @@ export declare namespace ContentLauncher {
518
529
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
519
530
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
520
531
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
521
- * indicate that playback position is not applicable for the current state of the media playback.
522
- *
523
- * ported).
532
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
533
+ * : Live media with no known duration and where seek is not supported).
524
534
  *
525
535
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
526
536
  */
@@ -554,9 +564,8 @@ export declare namespace ContentLauncher {
554
564
  *
555
565
  * This field shall NOT be present if the track is not an audio track.
556
566
  *
557
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
558
- *
559
- * server can choose the audio output(s) to play the Audio Track on.
567
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
568
+ * can choose the audio output(s) to play the Audio Track on.
560
569
  *
561
570
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
562
571
  */
@@ -592,9 +601,8 @@ export declare namespace ContentLauncher {
592
601
  *
593
602
  * This field shall NOT be present if the track is not an audio track.
594
603
  *
595
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
596
- *
597
- * server can choose the audio output(s) to play the Audio Track on.
604
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
605
+ * can choose the audio output(s) to play the Audio Track on.
598
606
  *
599
607
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
600
608
  */
@@ -616,7 +624,8 @@ export declare namespace ContentLauncher {
616
624
  */
617
625
  const TlvLaunchUrlRequest: import("../tlv/TlvObject.js").ObjectSchema<{
618
626
  /**
619
- * This field shall indicate the URL of content to launch.
627
+ * This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
628
+ * specified in RFC 1738 and shall use the https scheme.
620
629
  *
621
630
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
622
631
  */
@@ -650,7 +659,8 @@ export declare namespace ContentLauncher {
650
659
  background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
651
660
  /**
652
661
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
653
- * Watermark etc.
662
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
663
+ * https scheme.
654
664
  *
655
665
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
656
666
  */
@@ -668,8 +678,9 @@ export declare namespace ContentLauncher {
668
678
  */
669
679
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
670
680
  /**
671
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
672
- * Watermark etc.
681
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
682
+ *
683
+ * Logo, Watermark etc.
673
684
  *
674
685
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
675
686
  */
@@ -703,7 +714,8 @@ export declare namespace ContentLauncher {
703
714
  logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
704
715
  /**
705
716
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
706
- * Watermark etc.
717
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
718
+ * https scheme.
707
719
  *
708
720
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
709
721
  */
@@ -721,8 +733,9 @@ export declare namespace ContentLauncher {
721
733
  */
722
734
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
723
735
  /**
724
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
725
- * Watermark etc.
736
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
737
+ *
738
+ * Logo, Watermark etc.
726
739
  *
727
740
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
728
741
  */
@@ -755,7 +768,8 @@ export declare namespace ContentLauncher {
755
768
  progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
756
769
  /**
757
770
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
758
- * Watermark etc.
771
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
772
+ * https scheme.
759
773
  *
760
774
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
761
775
  */
@@ -773,8 +787,9 @@ export declare namespace ContentLauncher {
773
787
  */
774
788
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
775
789
  /**
776
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
777
- * Watermark etc.
790
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
791
+ *
792
+ * Logo, Watermark etc.
778
793
  *
779
794
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
780
795
  */
@@ -808,7 +823,8 @@ export declare namespace ContentLauncher {
808
823
  splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
809
824
  /**
810
825
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
811
- * Watermark etc.
826
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
827
+ * https scheme.
812
828
  *
813
829
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
814
830
  */
@@ -826,8 +842,9 @@ export declare namespace ContentLauncher {
826
842
  */
827
843
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
828
844
  /**
829
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
830
- * Watermark etc.
845
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
846
+ *
847
+ * Logo, Watermark etc.
831
848
  *
832
849
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
833
850
  */
@@ -860,7 +877,8 @@ export declare namespace ContentLauncher {
860
877
  waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
861
878
  /**
862
879
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
863
- * Watermark etc.
880
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
881
+ * https scheme.
864
882
  *
865
883
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
866
884
  */
@@ -878,8 +896,9 @@ export declare namespace ContentLauncher {
878
896
  */
879
897
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
880
898
  /**
881
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
882
- * Watermark etc.
899
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
900
+ *
901
+ * Logo, Watermark etc.
883
902
  *
884
903
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
885
904
  */
@@ -922,9 +941,8 @@ export declare namespace ContentLauncher {
922
941
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
923
942
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
924
943
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
925
- * indicate that playback position is not applicable for the current state of the media playback.
926
- *
927
- * ported).
944
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
945
+ * : Live media with no known duration and where seek is not supported).
928
946
  *
929
947
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
930
948
  */
@@ -958,9 +976,8 @@ export declare namespace ContentLauncher {
958
976
  *
959
977
  * This field shall NOT be present if the track is not an audio track.
960
978
  *
961
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
962
- *
963
- * server can choose the audio output(s) to play the Audio Track on.
979
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
980
+ * can choose the audio output(s) to play the Audio Track on.
964
981
  *
965
982
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
966
983
  */
@@ -996,9 +1013,8 @@ export declare namespace ContentLauncher {
996
1013
  *
997
1014
  * This field shall NOT be present if the track is not an audio track.
998
1015
  *
999
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
1000
- *
1001
- * server can choose the audio output(s) to play the Audio Track on.
1016
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
1017
+ * can choose the audio output(s) to play the Audio Track on.
1002
1018
  *
1003
1019
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1004
1020
  */
@@ -1357,9 +1373,8 @@ export declare namespace ContentLauncher {
1357
1373
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
1358
1374
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
1359
1375
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
1360
- * indicate that playback position is not applicable for the current state of the media playback.
1361
- *
1362
- * ported).
1376
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
1377
+ * : Live media with no known duration and where seek is not supported).
1363
1378
  *
1364
1379
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
1365
1380
  */
@@ -1393,9 +1408,8 @@ export declare namespace ContentLauncher {
1393
1408
  *
1394
1409
  * This field shall NOT be present if the track is not an audio track.
1395
1410
  *
1396
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
1397
- *
1398
- * server can choose the audio output(s) to play the Audio Track on.
1411
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
1412
+ * can choose the audio output(s) to play the Audio Track on.
1399
1413
  *
1400
1414
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1401
1415
  */
@@ -1431,9 +1445,8 @@ export declare namespace ContentLauncher {
1431
1445
  *
1432
1446
  * This field shall NOT be present if the track is not an audio track.
1433
1447
  *
1434
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
1435
- *
1436
- * server can choose the audio output(s) to play the Audio Track on.
1448
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
1449
+ * can choose the audio output(s) to play the Audio Track on.
1437
1450
  *
1438
1451
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1439
1452
  */
@@ -1464,8 +1477,9 @@ export declare namespace ContentLauncher {
1464
1477
  const UrlPlaybackComponent: {
1465
1478
  readonly attributes: {
1466
1479
  /**
1467
- * This attribute shall provide a list of content types supported by the Video Player or Content App in the
1468
- * form of entries in the HTTP "Accept" request header.
1480
+ * This attribute shall provide a list of content types supported by the Video Player or Content App
1481
+ *
1482
+ * in the form of entries in the HTTP "Accept" request header.
1469
1483
  *
1470
1484
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.1
1471
1485
  */
@@ -1490,9 +1504,8 @@ export declare namespace ContentLauncher {
1490
1504
  /**
1491
1505
  * Upon receipt, this shall launch content from the specified URL.
1492
1506
  *
1493
- * The content types supported include those identified in the AcceptHeader and SupportedStreaming
1494
- *
1495
- * Protocols attributes.
1507
+ * The content types supported include those identified in the AcceptHeader and SupportedStreamingProtocols
1508
+ * attributes.
1496
1509
  *
1497
1510
  * A check shall be made to ensure the URL is secure (uses HTTPS).
1498
1511
  *
@@ -1509,7 +1522,8 @@ export declare namespace ContentLauncher {
1509
1522
  */
1510
1523
  readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1511
1524
  /**
1512
- * This field shall indicate the URL of content to launch.
1525
+ * This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
1526
+ * specified in RFC 1738 and shall use the https scheme.
1513
1527
  *
1514
1528
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
1515
1529
  */
@@ -1543,7 +1557,8 @@ export declare namespace ContentLauncher {
1543
1557
  background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1544
1558
  /**
1545
1559
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1546
- * Watermark etc.
1560
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
1561
+ * https scheme.
1547
1562
  *
1548
1563
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1549
1564
  */
@@ -1561,8 +1576,9 @@ export declare namespace ContentLauncher {
1561
1576
  */
1562
1577
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1563
1578
  /**
1564
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1565
- * Watermark etc.
1579
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
1580
+ *
1581
+ * Logo, Watermark etc.
1566
1582
  *
1567
1583
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1568
1584
  */
@@ -1596,7 +1612,8 @@ export declare namespace ContentLauncher {
1596
1612
  logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1597
1613
  /**
1598
1614
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1599
- * Watermark etc.
1615
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
1616
+ * https scheme.
1600
1617
  *
1601
1618
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1602
1619
  */
@@ -1614,8 +1631,9 @@ export declare namespace ContentLauncher {
1614
1631
  */
1615
1632
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1616
1633
  /**
1617
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1618
- * Watermark etc.
1634
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
1635
+ *
1636
+ * Logo, Watermark etc.
1619
1637
  *
1620
1638
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1621
1639
  */
@@ -1648,7 +1666,8 @@ export declare namespace ContentLauncher {
1648
1666
  progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1649
1667
  /**
1650
1668
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1651
- * Watermark etc.
1669
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
1670
+ * https scheme.
1652
1671
  *
1653
1672
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1654
1673
  */
@@ -1666,8 +1685,9 @@ export declare namespace ContentLauncher {
1666
1685
  */
1667
1686
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1668
1687
  /**
1669
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1670
- * Watermark etc.
1688
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
1689
+ *
1690
+ * Logo, Watermark etc.
1671
1691
  *
1672
1692
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1673
1693
  */
@@ -1701,7 +1721,8 @@ export declare namespace ContentLauncher {
1701
1721
  splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1702
1722
  /**
1703
1723
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1704
- * Watermark etc.
1724
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
1725
+ * https scheme.
1705
1726
  *
1706
1727
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1707
1728
  */
@@ -1719,8 +1740,9 @@ export declare namespace ContentLauncher {
1719
1740
  */
1720
1741
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1721
1742
  /**
1722
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1723
- * Watermark etc.
1743
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
1744
+ *
1745
+ * Logo, Watermark etc.
1724
1746
  *
1725
1747
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1726
1748
  */
@@ -1753,7 +1775,8 @@ export declare namespace ContentLauncher {
1753
1775
  waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1754
1776
  /**
1755
1777
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1756
- * Watermark etc.
1778
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
1779
+ * https scheme.
1757
1780
  *
1758
1781
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1759
1782
  */
@@ -1771,8 +1794,9 @@ export declare namespace ContentLauncher {
1771
1794
  */
1772
1795
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1773
1796
  /**
1774
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1775
- * Watermark etc.
1797
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
1798
+ *
1799
+ * Logo, Watermark etc.
1776
1800
  *
1777
1801
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1778
1802
  */
@@ -1815,9 +1839,8 @@ export declare namespace ContentLauncher {
1815
1839
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
1816
1840
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
1817
1841
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
1818
- * indicate that playback position is not applicable for the current state of the media playback.
1819
- *
1820
- * ported).
1842
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
1843
+ * : Live media with no known duration and where seek is not supported).
1821
1844
  *
1822
1845
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
1823
1846
  */
@@ -1851,9 +1874,8 @@ export declare namespace ContentLauncher {
1851
1874
  *
1852
1875
  * This field shall NOT be present if the track is not an audio track.
1853
1876
  *
1854
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
1855
- *
1856
- * server can choose the audio output(s) to play the Audio Track on.
1877
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
1878
+ * can choose the audio output(s) to play the Audio Track on.
1857
1879
  *
1858
1880
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1859
1881
  */
@@ -1889,9 +1911,8 @@ export declare namespace ContentLauncher {
1889
1911
  *
1890
1912
  * This field shall NOT be present if the track is not an audio track.
1891
1913
  *
1892
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
1893
- *
1894
- * server can choose the audio output(s) to play the Audio Track on.
1914
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
1915
+ * can choose the audio output(s) to play the Audio Track on.
1895
1916
  *
1896
1917
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1897
1918
  */
@@ -2006,9 +2027,8 @@ export declare namespace ContentLauncher {
2006
2027
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
2007
2028
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
2008
2029
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
2009
- * indicate that playback position is not applicable for the current state of the media playback.
2010
- *
2011
- * ported).
2030
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
2031
+ * : Live media with no known duration and where seek is not supported).
2012
2032
  *
2013
2033
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
2014
2034
  */
@@ -2042,9 +2062,8 @@ export declare namespace ContentLauncher {
2042
2062
  *
2043
2063
  * This field shall NOT be present if the track is not an audio track.
2044
2064
  *
2045
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
2046
- *
2047
- * server can choose the audio output(s) to play the Audio Track on.
2065
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
2066
+ * can choose the audio output(s) to play the Audio Track on.
2048
2067
  *
2049
2068
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2050
2069
  */
@@ -2080,9 +2099,8 @@ export declare namespace ContentLauncher {
2080
2099
  *
2081
2100
  * This field shall NOT be present if the track is not an audio track.
2082
2101
  *
2083
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
2084
- *
2085
- * server can choose the audio output(s) to play the Audio Track on.
2102
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
2103
+ * can choose the audio output(s) to play the Audio Track on.
2086
2104
  *
2087
2105
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2088
2106
  */
@@ -2170,8 +2188,9 @@ export declare namespace ContentLauncher {
2170
2188
  readonly component: {
2171
2189
  readonly attributes: {
2172
2190
  /**
2173
- * This attribute shall provide a list of content types supported by the Video Player or Content App in the
2174
- * form of entries in the HTTP "Accept" request header.
2191
+ * This attribute shall provide a list of content types supported by the Video Player or Content App
2192
+ *
2193
+ * in the form of entries in the HTTP "Accept" request header.
2175
2194
  *
2176
2195
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.1
2177
2196
  */
@@ -2196,9 +2215,8 @@ export declare namespace ContentLauncher {
2196
2215
  /**
2197
2216
  * Upon receipt, this shall launch content from the specified URL.
2198
2217
  *
2199
- * The content types supported include those identified in the AcceptHeader and SupportedStreaming
2200
- *
2201
- * Protocols attributes.
2218
+ * The content types supported include those identified in the AcceptHeader and SupportedStreamingProtocols
2219
+ * attributes.
2202
2220
  *
2203
2221
  * A check shall be made to ensure the URL is secure (uses HTTPS).
2204
2222
  *
@@ -2215,7 +2233,8 @@ export declare namespace ContentLauncher {
2215
2233
  */
2216
2234
  readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2217
2235
  /**
2218
- * This field shall indicate the URL of content to launch.
2236
+ * This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
2237
+ * specified in RFC 1738 and shall use the https scheme.
2219
2238
  *
2220
2239
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
2221
2240
  */
@@ -2249,7 +2268,8 @@ export declare namespace ContentLauncher {
2249
2268
  background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2250
2269
  /**
2251
2270
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2252
- * Watermark etc.
2271
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
2272
+ * https scheme.
2253
2273
  *
2254
2274
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2255
2275
  */
@@ -2267,8 +2287,9 @@ export declare namespace ContentLauncher {
2267
2287
  */
2268
2288
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2269
2289
  /**
2270
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2271
- * Watermark etc.
2290
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
2291
+ *
2292
+ * Logo, Watermark etc.
2272
2293
  *
2273
2294
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2274
2295
  */
@@ -2302,7 +2323,8 @@ export declare namespace ContentLauncher {
2302
2323
  logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2303
2324
  /**
2304
2325
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2305
- * Watermark etc.
2326
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
2327
+ * https scheme.
2306
2328
  *
2307
2329
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2308
2330
  */
@@ -2320,8 +2342,9 @@ export declare namespace ContentLauncher {
2320
2342
  */
2321
2343
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2322
2344
  /**
2323
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2324
- * Watermark etc.
2345
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
2346
+ *
2347
+ * Logo, Watermark etc.
2325
2348
  *
2326
2349
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2327
2350
  */
@@ -2354,7 +2377,8 @@ export declare namespace ContentLauncher {
2354
2377
  progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2355
2378
  /**
2356
2379
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2357
- * Watermark etc.
2380
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
2381
+ * https scheme.
2358
2382
  *
2359
2383
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2360
2384
  */
@@ -2372,8 +2396,9 @@ export declare namespace ContentLauncher {
2372
2396
  */
2373
2397
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2374
2398
  /**
2375
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2376
- * Watermark etc.
2399
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
2400
+ *
2401
+ * Logo, Watermark etc.
2377
2402
  *
2378
2403
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2379
2404
  */
@@ -2407,7 +2432,8 @@ export declare namespace ContentLauncher {
2407
2432
  splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2408
2433
  /**
2409
2434
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2410
- * Watermark etc.
2435
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
2436
+ * https scheme.
2411
2437
  *
2412
2438
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2413
2439
  */
@@ -2425,8 +2451,9 @@ export declare namespace ContentLauncher {
2425
2451
  */
2426
2452
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2427
2453
  /**
2428
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2429
- * Watermark etc.
2454
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
2455
+ *
2456
+ * Logo, Watermark etc.
2430
2457
  *
2431
2458
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2432
2459
  */
@@ -2459,7 +2486,8 @@ export declare namespace ContentLauncher {
2459
2486
  waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2460
2487
  /**
2461
2488
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2462
- * Watermark etc.
2489
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
2490
+ * https scheme.
2463
2491
  *
2464
2492
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2465
2493
  */
@@ -2477,8 +2505,9 @@ export declare namespace ContentLauncher {
2477
2505
  */
2478
2506
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2479
2507
  /**
2480
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2481
- * Watermark etc.
2508
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
2509
+ *
2510
+ * Logo, Watermark etc.
2482
2511
  *
2483
2512
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2484
2513
  */
@@ -2521,9 +2550,8 @@ export declare namespace ContentLauncher {
2521
2550
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
2522
2551
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
2523
2552
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
2524
- * indicate that playback position is not applicable for the current state of the media playback.
2525
- *
2526
- * ported).
2553
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
2554
+ * : Live media with no known duration and where seek is not supported).
2527
2555
  *
2528
2556
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
2529
2557
  */
@@ -2557,9 +2585,8 @@ export declare namespace ContentLauncher {
2557
2585
  *
2558
2586
  * This field shall NOT be present if the track is not an audio track.
2559
2587
  *
2560
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
2561
- *
2562
- * server can choose the audio output(s) to play the Audio Track on.
2588
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
2589
+ * can choose the audio output(s) to play the Audio Track on.
2563
2590
  *
2564
2591
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2565
2592
  */
@@ -2595,9 +2622,8 @@ export declare namespace ContentLauncher {
2595
2622
  *
2596
2623
  * This field shall NOT be present if the track is not an audio track.
2597
2624
  *
2598
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
2599
- *
2600
- * server can choose the audio output(s) to play the Audio Track on.
2625
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
2626
+ * can choose the audio output(s) to play the Audio Track on.
2601
2627
  *
2602
2628
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2603
2629
  */
@@ -2713,9 +2739,8 @@ export declare namespace ContentLauncher {
2713
2739
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
2714
2740
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
2715
2741
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
2716
- * indicate that playback position is not applicable for the current state of the media playback.
2717
- *
2718
- * ported).
2742
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
2743
+ * : Live media with no known duration and where seek is not supported).
2719
2744
  *
2720
2745
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
2721
2746
  */
@@ -2749,9 +2774,8 @@ export declare namespace ContentLauncher {
2749
2774
  *
2750
2775
  * This field shall NOT be present if the track is not an audio track.
2751
2776
  *
2752
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
2753
- *
2754
- * server can choose the audio output(s) to play the Audio Track on.
2777
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
2778
+ * can choose the audio output(s) to play the Audio Track on.
2755
2779
  *
2756
2780
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2757
2781
  */
@@ -2787,9 +2811,8 @@ export declare namespace ContentLauncher {
2787
2811
  *
2788
2812
  * This field shall NOT be present if the track is not an audio track.
2789
2813
  *
2790
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
2791
- *
2792
- * server can choose the audio output(s) to play the Audio Track on.
2814
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
2815
+ * can choose the audio output(s) to play the Audio Track on.
2793
2816
  *
2794
2817
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2795
2818
  */
@@ -2885,8 +2908,9 @@ export declare namespace ContentLauncher {
2885
2908
  readonly component: {
2886
2909
  readonly attributes: {
2887
2910
  /**
2888
- * This attribute shall provide a list of content types supported by the Video Player or Content App in the
2889
- * form of entries in the HTTP "Accept" request header.
2911
+ * This attribute shall provide a list of content types supported by the Video Player or Content App
2912
+ *
2913
+ * in the form of entries in the HTTP "Accept" request header.
2890
2914
  *
2891
2915
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.1
2892
2916
  */
@@ -2911,9 +2935,8 @@ export declare namespace ContentLauncher {
2911
2935
  /**
2912
2936
  * Upon receipt, this shall launch content from the specified URL.
2913
2937
  *
2914
- * The content types supported include those identified in the AcceptHeader and SupportedStreaming
2915
- *
2916
- * Protocols attributes.
2938
+ * The content types supported include those identified in the AcceptHeader and SupportedStreamingProtocols
2939
+ * attributes.
2917
2940
  *
2918
2941
  * A check shall be made to ensure the URL is secure (uses HTTPS).
2919
2942
  *
@@ -2930,7 +2953,8 @@ export declare namespace ContentLauncher {
2930
2953
  */
2931
2954
  readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2932
2955
  /**
2933
- * This field shall indicate the URL of content to launch.
2956
+ * This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
2957
+ * specified in RFC 1738 and shall use the https scheme.
2934
2958
  *
2935
2959
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
2936
2960
  */
@@ -2964,7 +2988,8 @@ export declare namespace ContentLauncher {
2964
2988
  background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2965
2989
  /**
2966
2990
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2967
- * Watermark etc.
2991
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
2992
+ * https scheme.
2968
2993
  *
2969
2994
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2970
2995
  */
@@ -2982,8 +3007,9 @@ export declare namespace ContentLauncher {
2982
3007
  */
2983
3008
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2984
3009
  /**
2985
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2986
- * Watermark etc.
3010
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
3011
+ *
3012
+ * Logo, Watermark etc.
2987
3013
  *
2988
3014
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2989
3015
  */
@@ -3017,7 +3043,8 @@ export declare namespace ContentLauncher {
3017
3043
  logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3018
3044
  /**
3019
3045
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3020
- * Watermark etc.
3046
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
3047
+ * https scheme.
3021
3048
  *
3022
3049
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3023
3050
  */
@@ -3035,8 +3062,9 @@ export declare namespace ContentLauncher {
3035
3062
  */
3036
3063
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3037
3064
  /**
3038
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3039
- * Watermark etc.
3065
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
3066
+ *
3067
+ * Logo, Watermark etc.
3040
3068
  *
3041
3069
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3042
3070
  */
@@ -3069,7 +3097,8 @@ export declare namespace ContentLauncher {
3069
3097
  progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3070
3098
  /**
3071
3099
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3072
- * Watermark etc.
3100
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
3101
+ * https scheme.
3073
3102
  *
3074
3103
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3075
3104
  */
@@ -3087,8 +3116,9 @@ export declare namespace ContentLauncher {
3087
3116
  */
3088
3117
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3089
3118
  /**
3090
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3091
- * Watermark etc.
3119
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
3120
+ *
3121
+ * Logo, Watermark etc.
3092
3122
  *
3093
3123
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3094
3124
  */
@@ -3122,7 +3152,8 @@ export declare namespace ContentLauncher {
3122
3152
  splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3123
3153
  /**
3124
3154
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3125
- * Watermark etc.
3155
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
3156
+ * https scheme.
3126
3157
  *
3127
3158
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3128
3159
  */
@@ -3140,8 +3171,9 @@ export declare namespace ContentLauncher {
3140
3171
  */
3141
3172
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3142
3173
  /**
3143
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3144
- * Watermark etc.
3174
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
3175
+ *
3176
+ * Logo, Watermark etc.
3145
3177
  *
3146
3178
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3147
3179
  */
@@ -3174,7 +3206,8 @@ export declare namespace ContentLauncher {
3174
3206
  waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3175
3207
  /**
3176
3208
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3177
- * Watermark etc.
3209
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
3210
+ * https scheme.
3178
3211
  *
3179
3212
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3180
3213
  */
@@ -3192,8 +3225,9 @@ export declare namespace ContentLauncher {
3192
3225
  */
3193
3226
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3194
3227
  /**
3195
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3196
- * Watermark etc.
3228
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
3229
+ *
3230
+ * Logo, Watermark etc.
3197
3231
  *
3198
3232
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3199
3233
  */
@@ -3236,9 +3270,8 @@ export declare namespace ContentLauncher {
3236
3270
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
3237
3271
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
3238
3272
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
3239
- * indicate that playback position is not applicable for the current state of the media playback.
3240
- *
3241
- * ported).
3273
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
3274
+ * : Live media with no known duration and where seek is not supported).
3242
3275
  *
3243
3276
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
3244
3277
  */
@@ -3272,9 +3305,8 @@ export declare namespace ContentLauncher {
3272
3305
  *
3273
3306
  * This field shall NOT be present if the track is not an audio track.
3274
3307
  *
3275
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
3276
- *
3277
- * server can choose the audio output(s) to play the Audio Track on.
3308
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
3309
+ * can choose the audio output(s) to play the Audio Track on.
3278
3310
  *
3279
3311
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3280
3312
  */
@@ -3310,9 +3342,8 @@ export declare namespace ContentLauncher {
3310
3342
  *
3311
3343
  * This field shall NOT be present if the track is not an audio track.
3312
3344
  *
3313
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
3314
- *
3315
- * server can choose the audio output(s) to play the Audio Track on.
3345
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
3346
+ * can choose the audio output(s) to play the Audio Track on.
3316
3347
  *
3317
3348
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3318
3349
  */
@@ -3428,9 +3459,8 @@ export declare namespace ContentLauncher {
3428
3459
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
3429
3460
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
3430
3461
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
3431
- * indicate that playback position is not applicable for the current state of the media playback.
3432
- *
3433
- * ported).
3462
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
3463
+ * : Live media with no known duration and where seek is not supported).
3434
3464
  *
3435
3465
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
3436
3466
  */
@@ -3464,9 +3494,8 @@ export declare namespace ContentLauncher {
3464
3494
  *
3465
3495
  * This field shall NOT be present if the track is not an audio track.
3466
3496
  *
3467
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
3468
- *
3469
- * server can choose the audio output(s) to play the Audio Track on.
3497
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
3498
+ * can choose the audio output(s) to play the Audio Track on.
3470
3499
  *
3471
3500
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3472
3501
  */
@@ -3502,9 +3531,8 @@ export declare namespace ContentLauncher {
3502
3531
  *
3503
3532
  * This field shall NOT be present if the track is not an audio track.
3504
3533
  *
3505
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
3506
- *
3507
- * server can choose the audio output(s) to play the Audio Track on.
3534
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
3535
+ * can choose the audio output(s) to play the Audio Track on.
3508
3536
  *
3509
3537
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3510
3538
  */
@@ -3722,9 +3750,8 @@ export declare namespace ContentLauncher {
3722
3750
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
3723
3751
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
3724
3752
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
3725
- * indicate that playback position is not applicable for the current state of the media playback.
3726
- *
3727
- * ported).
3753
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
3754
+ * : Live media with no known duration and where seek is not supported).
3728
3755
  *
3729
3756
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
3730
3757
  */
@@ -3758,9 +3785,8 @@ export declare namespace ContentLauncher {
3758
3785
  *
3759
3786
  * This field shall NOT be present if the track is not an audio track.
3760
3787
  *
3761
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
3762
- *
3763
- * server can choose the audio output(s) to play the Audio Track on.
3788
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
3789
+ * can choose the audio output(s) to play the Audio Track on.
3764
3790
  *
3765
3791
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3766
3792
  */
@@ -3796,9 +3822,8 @@ export declare namespace ContentLauncher {
3796
3822
  *
3797
3823
  * This field shall NOT be present if the track is not an audio track.
3798
3824
  *
3799
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
3800
- *
3801
- * server can choose the audio output(s) to play the Audio Track on.
3825
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
3826
+ * can choose the audio output(s) to play the Audio Track on.
3802
3827
  *
3803
3828
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3804
3829
  */
@@ -3838,7 +3863,8 @@ export declare namespace ContentLauncher {
3838
3863
  };
3839
3864
  readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3840
3865
  /**
3841
- * This field shall indicate the URL of content to launch.
3866
+ * This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
3867
+ * specified in RFC 1738 and shall use the https scheme.
3842
3868
  *
3843
3869
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
3844
3870
  */
@@ -3872,7 +3898,8 @@ export declare namespace ContentLauncher {
3872
3898
  background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3873
3899
  /**
3874
3900
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3875
- * Watermark etc.
3901
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
3902
+ * https scheme.
3876
3903
  *
3877
3904
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3878
3905
  */
@@ -3890,8 +3917,9 @@ export declare namespace ContentLauncher {
3890
3917
  */
3891
3918
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3892
3919
  /**
3893
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3894
- * Watermark etc.
3920
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
3921
+ *
3922
+ * Logo, Watermark etc.
3895
3923
  *
3896
3924
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3897
3925
  */
@@ -3925,7 +3953,8 @@ export declare namespace ContentLauncher {
3925
3953
  logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3926
3954
  /**
3927
3955
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3928
- * Watermark etc.
3956
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
3957
+ * https scheme.
3929
3958
  *
3930
3959
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3931
3960
  */
@@ -3943,8 +3972,9 @@ export declare namespace ContentLauncher {
3943
3972
  */
3944
3973
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3945
3974
  /**
3946
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3947
- * Watermark etc.
3975
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
3976
+ *
3977
+ * Logo, Watermark etc.
3948
3978
  *
3949
3979
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3950
3980
  */
@@ -3977,7 +4007,8 @@ export declare namespace ContentLauncher {
3977
4007
  progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3978
4008
  /**
3979
4009
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3980
- * Watermark etc.
4010
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
4011
+ * https scheme.
3981
4012
  *
3982
4013
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3983
4014
  */
@@ -3995,8 +4026,9 @@ export declare namespace ContentLauncher {
3995
4026
  */
3996
4027
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3997
4028
  /**
3998
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3999
- * Watermark etc.
4029
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
4030
+ *
4031
+ * Logo, Watermark etc.
4000
4032
  *
4001
4033
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
4002
4034
  */
@@ -4030,7 +4062,8 @@ export declare namespace ContentLauncher {
4030
4062
  splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4031
4063
  /**
4032
4064
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
4033
- * Watermark etc.
4065
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
4066
+ * https scheme.
4034
4067
  *
4035
4068
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
4036
4069
  */
@@ -4048,8 +4081,9 @@ export declare namespace ContentLauncher {
4048
4081
  */
4049
4082
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4050
4083
  /**
4051
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
4052
- * Watermark etc.
4084
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
4085
+ *
4086
+ * Logo, Watermark etc.
4053
4087
  *
4054
4088
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
4055
4089
  */
@@ -4082,7 +4116,8 @@ export declare namespace ContentLauncher {
4082
4116
  waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4083
4117
  /**
4084
4118
  * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
4085
- * Watermark etc.
4119
+ * Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
4120
+ * https scheme.
4086
4121
  *
4087
4122
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
4088
4123
  */
@@ -4100,8 +4135,9 @@ export declare namespace ContentLauncher {
4100
4135
  */
4101
4136
  color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4102
4137
  /**
4103
- * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
4104
- * Watermark etc.
4138
+ * This field shall indicate the size of the image used for Styling different Video Player sections like
4139
+ *
4140
+ * Logo, Watermark etc.
4105
4141
  *
4106
4142
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
4107
4143
  */
@@ -4144,9 +4180,8 @@ export declare namespace ContentLauncher {
4144
4180
  * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
4145
4181
  * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
4146
4182
  * frame and set the SampledPosition attribute on the MediaPlayback cluster accordingly. A value of null shall
4147
- * indicate that playback position is not applicable for the current state of the media playback.
4148
- *
4149
- * ported).
4183
+ * indicate that playback position is not applicable for the current state of the media playback. (For example
4184
+ * : Live media with no known duration and where seek is not supported).
4150
4185
  *
4151
4186
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
4152
4187
  */
@@ -4180,9 +4215,8 @@ export declare namespace ContentLauncher {
4180
4215
  *
4181
4216
  * This field shall NOT be present if the track is not an audio track.
4182
4217
  *
4183
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
4184
- *
4185
- * server can choose the audio output(s) to play the Audio Track on.
4218
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
4219
+ * can choose the audio output(s) to play the Audio Track on.
4186
4220
  *
4187
4221
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
4188
4222
  */
@@ -4218,9 +4252,8 @@ export declare namespace ContentLauncher {
4218
4252
  *
4219
4253
  * This field shall NOT be present if the track is not an audio track.
4220
4254
  *
4221
- * If the track is an audio track, this field MUST be present. A value of null shall indicate that the
4222
- *
4223
- * server can choose the audio output(s) to play the Audio Track on.
4255
+ * If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
4256
+ * can choose the audio output(s) to play the Audio Track on.
4224
4257
  *
4225
4258
  * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
4226
4259
  */