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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1970) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +13 -0
  3. package/dist/cjs/cluster/Cluster.d.ts +250 -0
  4. package/dist/cjs/cluster/Cluster.d.ts.map +1 -0
  5. package/dist/cjs/cluster/Cluster.js +607 -0
  6. package/dist/cjs/cluster/Cluster.js.map +6 -0
  7. package/dist/cjs/cluster/ClusterHelper.d.ts +30 -0
  8. package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -0
  9. package/dist/cjs/cluster/ClusterHelper.js +178 -0
  10. package/dist/cjs/cluster/ClusterHelper.js.map +6 -0
  11. package/dist/cjs/cluster/ClusterRegistry.d.ts +23 -0
  12. package/dist/cjs/cluster/ClusterRegistry.d.ts.map +1 -0
  13. package/dist/cjs/cluster/ClusterRegistry.js +47 -0
  14. package/dist/cjs/cluster/ClusterRegistry.js.map +6 -0
  15. package/dist/cjs/cluster/ClusterType.d.ts +227 -0
  16. package/dist/cjs/cluster/ClusterType.d.ts.map +1 -0
  17. package/dist/cjs/cluster/ClusterType.js +64 -0
  18. package/dist/cjs/cluster/ClusterType.js.map +6 -0
  19. package/dist/cjs/cluster/index.d.ts +12 -0
  20. package/dist/cjs/cluster/index.d.ts.map +1 -0
  21. package/dist/cjs/cluster/index.js +29 -0
  22. package/dist/cjs/cluster/index.js.map +6 -0
  23. package/dist/cjs/cluster/mutation/ClusterComposer.d.ts +115 -0
  24. package/dist/cjs/cluster/mutation/ClusterComposer.d.ts.map +1 -0
  25. package/dist/cjs/cluster/mutation/ClusterComposer.js +151 -0
  26. package/dist/cjs/cluster/mutation/ClusterComposer.js.map +6 -0
  27. package/dist/cjs/cluster/mutation/ElementModifier.d.ts +124 -0
  28. package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +1 -0
  29. package/dist/cjs/cluster/mutation/ElementModifier.js +100 -0
  30. package/dist/cjs/cluster/mutation/ElementModifier.js.map +6 -0
  31. package/dist/cjs/cluster/mutation/MutableCluster.d.ts +75 -0
  32. package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -0
  33. package/dist/cjs/cluster/mutation/MutableCluster.js +83 -0
  34. package/dist/cjs/cluster/mutation/MutableCluster.js.map +6 -0
  35. package/dist/cjs/cluster/mutation/index.d.ts +9 -0
  36. package/dist/cjs/cluster/mutation/index.d.ts.map +1 -0
  37. package/dist/cjs/cluster/mutation/index.js +26 -0
  38. package/dist/cjs/cluster/mutation/index.js.map +6 -0
  39. package/dist/cjs/clusters/access-control.d.ts +850 -0
  40. package/dist/cjs/clusters/access-control.d.ts.map +1 -0
  41. package/dist/cjs/clusters/access-control.js +372 -0
  42. package/dist/cjs/clusters/access-control.js.map +6 -0
  43. package/dist/cjs/clusters/account-login.d.ts +359 -0
  44. package/dist/cjs/clusters/account-login.d.ts.map +1 -0
  45. package/dist/cjs/clusters/account-login.js +245 -0
  46. package/dist/cjs/clusters/account-login.js.map +6 -0
  47. package/dist/cjs/clusters/actions.d.ts +1170 -0
  48. package/dist/cjs/clusters/actions.d.ts.map +1 -0
  49. package/dist/cjs/clusters/actions.js +556 -0
  50. package/dist/cjs/clusters/actions.js.map +6 -0
  51. package/dist/cjs/clusters/activated-carbon-filter-monitoring.d.ts +162 -0
  52. package/dist/cjs/clusters/activated-carbon-filter-monitoring.d.ts.map +1 -0
  53. package/dist/cjs/clusters/activated-carbon-filter-monitoring.js +47 -0
  54. package/dist/cjs/clusters/activated-carbon-filter-monitoring.js.map +6 -0
  55. package/dist/cjs/clusters/administrator-commissioning.d.ts +885 -0
  56. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -0
  57. package/dist/cjs/clusters/administrator-commissioning.js +315 -0
  58. package/dist/cjs/clusters/administrator-commissioning.js.map +6 -0
  59. package/dist/cjs/clusters/air-quality.d.ts +189 -0
  60. package/dist/cjs/clusters/air-quality.d.ts.map +1 -0
  61. package/dist/cjs/clusters/air-quality.js +104 -0
  62. package/dist/cjs/clusters/air-quality.js.map +6 -0
  63. package/dist/cjs/clusters/alarm-base.d.ts +451 -0
  64. package/dist/cjs/clusters/alarm-base.d.ts.map +1 -0
  65. package/dist/cjs/clusters/alarm-base.js +200 -0
  66. package/dist/cjs/clusters/alarm-base.js.map +6 -0
  67. package/dist/cjs/clusters/application-basic.d.ts +169 -0
  68. package/dist/cjs/clusters/application-basic.d.ts.map +1 -0
  69. package/dist/cjs/clusters/application-basic.js +140 -0
  70. package/dist/cjs/clusters/application-basic.js.map +6 -0
  71. package/dist/cjs/clusters/application-launcher.d.ts +1084 -0
  72. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -0
  73. package/dist/cjs/clusters/application-launcher.js +250 -0
  74. package/dist/cjs/clusters/application-launcher.js.map +6 -0
  75. package/dist/cjs/clusters/audio-output.d.ts +439 -0
  76. package/dist/cjs/clusters/audio-output.d.ts.map +1 -0
  77. package/dist/cjs/clusters/audio-output.js +163 -0
  78. package/dist/cjs/clusters/audio-output.js.map +6 -0
  79. package/dist/cjs/clusters/ballast-configuration.d.ts +248 -0
  80. package/dist/cjs/clusters/ballast-configuration.d.ts.map +1 -0
  81. package/dist/cjs/clusters/ballast-configuration.js +256 -0
  82. package/dist/cjs/clusters/ballast-configuration.js.map +6 -0
  83. package/dist/cjs/clusters/basic-information.d.ts +628 -0
  84. package/dist/cjs/clusters/basic-information.d.ts.map +1 -0
  85. package/dist/cjs/clusters/basic-information.js +458 -0
  86. package/dist/cjs/clusters/basic-information.js.map +6 -0
  87. package/dist/cjs/clusters/binding.d.ts +136 -0
  88. package/dist/cjs/clusters/binding.d.ts.map +1 -0
  89. package/dist/cjs/clusters/binding.js +96 -0
  90. package/dist/cjs/clusters/binding.js.map +6 -0
  91. package/dist/cjs/clusters/boolean-state-configuration.d.ts +1737 -0
  92. package/dist/cjs/clusters/boolean-state-configuration.d.ts.map +1 -0
  93. package/dist/cjs/clusters/boolean-state-configuration.js +361 -0
  94. package/dist/cjs/clusters/boolean-state-configuration.js.map +6 -0
  95. package/dist/cjs/clusters/boolean-state.d.ts +79 -0
  96. package/dist/cjs/clusters/boolean-state.d.ts.map +1 -0
  97. package/dist/cjs/clusters/boolean-state.js +75 -0
  98. package/dist/cjs/clusters/boolean-state.js.map +6 -0
  99. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +159 -0
  100. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -0
  101. package/dist/cjs/clusters/bridged-device-basic-information.js +155 -0
  102. package/dist/cjs/clusters/bridged-device-basic-information.js.map +6 -0
  103. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.d.ts +310 -0
  104. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.d.ts.map +1 -0
  105. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.js +51 -0
  106. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.js.map +6 -0
  107. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.d.ts +310 -0
  108. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.d.ts.map +1 -0
  109. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.js +51 -0
  110. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.js.map +6 -0
  111. package/dist/cjs/clusters/channel.d.ts +4764 -0
  112. package/dist/cjs/clusters/channel.d.ts.map +1 -0
  113. package/dist/cjs/clusters/channel.js +737 -0
  114. package/dist/cjs/clusters/channel.js.map +6 -0
  115. package/dist/cjs/clusters/color-control.d.ts +5084 -0
  116. package/dist/cjs/clusters/color-control.d.ts.map +1 -0
  117. package/dist/cjs/clusters/color-control.js +1392 -0
  118. package/dist/cjs/clusters/color-control.js.map +6 -0
  119. package/dist/cjs/clusters/concentration-measurement.d.ts +566 -0
  120. package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -0
  121. package/dist/cjs/clusters/concentration-measurement.js +275 -0
  122. package/dist/cjs/clusters/concentration-measurement.js.map +6 -0
  123. package/dist/cjs/clusters/content-app-observer.d.ts +183 -0
  124. package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -0
  125. package/dist/cjs/clusters/content-app-observer.js +99 -0
  126. package/dist/cjs/clusters/content-app-observer.js.map +6 -0
  127. package/dist/cjs/clusters/content-control.d.ts +3879 -0
  128. package/dist/cjs/clusters/content-control.d.ts.map +1 -0
  129. package/dist/cjs/clusters/content-control.js +975 -0
  130. package/dist/cjs/clusters/content-control.js.map +6 -0
  131. package/dist/cjs/clusters/content-launcher.d.ts +4265 -0
  132. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -0
  133. package/dist/cjs/clusters/content-launcher.js +513 -0
  134. package/dist/cjs/clusters/content-launcher.js.map +6 -0
  135. package/dist/cjs/clusters/descriptor.d.ts +413 -0
  136. package/dist/cjs/clusters/descriptor.d.ts.map +1 -0
  137. package/dist/cjs/clusters/descriptor.js +161 -0
  138. package/dist/cjs/clusters/descriptor.js.map +6 -0
  139. package/dist/cjs/clusters/device-energy-management-mode.d.ts +374 -0
  140. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -0
  141. package/dist/cjs/clusters/device-energy-management-mode.js +157 -0
  142. package/dist/cjs/clusters/device-energy-management-mode.js.map +6 -0
  143. package/dist/cjs/clusters/device-energy-management.d.ts +6333 -0
  144. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -0
  145. package/dist/cjs/clusters/device-energy-management.js +1277 -0
  146. package/dist/cjs/clusters/device-energy-management.js.map +6 -0
  147. package/dist/cjs/clusters/diagnostic-logs.d.ts +341 -0
  148. package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -0
  149. package/dist/cjs/clusters/diagnostic-logs.js +161 -0
  150. package/dist/cjs/clusters/diagnostic-logs.js.map +6 -0
  151. package/dist/cjs/clusters/dishwasher-alarm.d.ts +380 -0
  152. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -0
  153. package/dist/cjs/clusters/dishwasher-alarm.js +172 -0
  154. package/dist/cjs/clusters/dishwasher-alarm.js.map +6 -0
  155. package/dist/cjs/clusters/dishwasher-mode.d.ts +194 -0
  156. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -0
  157. package/dist/cjs/clusters/dishwasher-mode.js +112 -0
  158. package/dist/cjs/clusters/dishwasher-mode.js.map +6 -0
  159. package/dist/cjs/clusters/door-lock.d.ts +15808 -0
  160. package/dist/cjs/clusters/door-lock.d.ts.map +1 -0
  161. package/dist/cjs/clusters/door-lock.js +3216 -0
  162. package/dist/cjs/clusters/door-lock.js.map +6 -0
  163. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +4074 -0
  164. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -0
  165. package/dist/cjs/clusters/electrical-energy-measurement.js +469 -0
  166. package/dist/cjs/clusters/electrical-energy-measurement.js.map +6 -0
  167. package/dist/cjs/clusters/electrical-power-measurement.d.ts +2565 -0
  168. package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -0
  169. package/dist/cjs/clusters/electrical-power-measurement.js +659 -0
  170. package/dist/cjs/clusters/electrical-power-measurement.js.map +6 -0
  171. package/dist/cjs/clusters/energy-evse-mode.d.ts +367 -0
  172. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -0
  173. package/dist/cjs/clusters/energy-evse-mode.js +156 -0
  174. package/dist/cjs/clusters/energy-evse-mode.js.map +6 -0
  175. package/dist/cjs/clusters/energy-evse.d.ts +4153 -0
  176. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -0
  177. package/dist/cjs/clusters/energy-evse.js +993 -0
  178. package/dist/cjs/clusters/energy-evse.js.map +6 -0
  179. package/dist/cjs/clusters/energy-preference.d.ts +665 -0
  180. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -0
  181. package/dist/cjs/clusters/energy-preference.js +226 -0
  182. package/dist/cjs/clusters/energy-preference.js.map +6 -0
  183. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +623 -0
  184. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -0
  185. package/dist/cjs/clusters/ethernet-network-diagnostics.js +235 -0
  186. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +6 -0
  187. package/dist/cjs/clusters/fan-control.d.ts +1289 -0
  188. package/dist/cjs/clusters/fan-control.d.ts.map +1 -0
  189. package/dist/cjs/clusters/fan-control.js +385 -0
  190. package/dist/cjs/clusters/fan-control.js.map +6 -0
  191. package/dist/cjs/clusters/fixed-label.d.ts +53 -0
  192. package/dist/cjs/clusters/fixed-label.d.ts.map +1 -0
  193. package/dist/cjs/clusters/fixed-label.js +53 -0
  194. package/dist/cjs/clusters/fixed-label.js.map +6 -0
  195. package/dist/cjs/clusters/flow-measurement.d.ts +69 -0
  196. package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -0
  197. package/dist/cjs/clusters/flow-measurement.js +84 -0
  198. package/dist/cjs/clusters/flow-measurement.js.map +6 -0
  199. package/dist/cjs/clusters/formaldehyde-concentration-measurement.d.ts +310 -0
  200. package/dist/cjs/clusters/formaldehyde-concentration-measurement.d.ts.map +1 -0
  201. package/dist/cjs/clusters/formaldehyde-concentration-measurement.js +51 -0
  202. package/dist/cjs/clusters/formaldehyde-concentration-measurement.js.map +6 -0
  203. package/dist/cjs/clusters/general-commissioning.d.ts +575 -0
  204. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -0
  205. package/dist/cjs/clusters/general-commissioning.js +447 -0
  206. package/dist/cjs/clusters/general-commissioning.js.map +6 -0
  207. package/dist/cjs/clusters/general-diagnostics.d.ts +1891 -0
  208. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -0
  209. package/dist/cjs/clusters/general-diagnostics.js +563 -0
  210. package/dist/cjs/clusters/general-diagnostics.js.map +6 -0
  211. package/dist/cjs/clusters/group-key-management.d.ts +1254 -0
  212. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -0
  213. package/dist/cjs/clusters/group-key-management.js +401 -0
  214. package/dist/cjs/clusters/group-key-management.js.map +6 -0
  215. package/dist/cjs/clusters/groups.d.ts +710 -0
  216. package/dist/cjs/clusters/groups.d.ts.map +1 -0
  217. package/dist/cjs/clusters/groups.js +270 -0
  218. package/dist/cjs/clusters/groups.js.map +6 -0
  219. package/dist/cjs/clusters/hepa-filter-monitoring.d.ts +162 -0
  220. package/dist/cjs/clusters/hepa-filter-monitoring.d.ts.map +1 -0
  221. package/dist/cjs/clusters/hepa-filter-monitoring.js +47 -0
  222. package/dist/cjs/clusters/hepa-filter-monitoring.js.map +6 -0
  223. package/dist/cjs/clusters/icd-management.d.ts +1744 -0
  224. package/dist/cjs/clusters/icd-management.d.ts.map +1 -0
  225. package/dist/cjs/clusters/icd-management.js +516 -0
  226. package/dist/cjs/clusters/icd-management.js.map +6 -0
  227. package/dist/cjs/clusters/identify.d.ts +219 -0
  228. package/dist/cjs/clusters/identify.d.ts.map +1 -0
  229. package/dist/cjs/clusters/identify.js +142 -0
  230. package/dist/cjs/clusters/identify.js.map +6 -0
  231. package/dist/cjs/clusters/illuminance-measurement.d.ts +94 -0
  232. package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -0
  233. package/dist/cjs/clusters/illuminance-measurement.js +101 -0
  234. package/dist/cjs/clusters/illuminance-measurement.js.map +6 -0
  235. package/dist/cjs/clusters/index.d.ts +121 -0
  236. package/dist/cjs/clusters/index.d.ts.map +1 -0
  237. package/dist/cjs/clusters/index.js +365 -0
  238. package/dist/cjs/clusters/index.js.map +6 -0
  239. package/dist/cjs/clusters/keypad-input.d.ts +341 -0
  240. package/dist/cjs/clusters/keypad-input.d.ts.map +1 -0
  241. package/dist/cjs/clusters/keypad-input.js +207 -0
  242. package/dist/cjs/clusters/keypad-input.js.map +6 -0
  243. package/dist/cjs/clusters/label.d.ts +96 -0
  244. package/dist/cjs/clusters/label.d.ts.map +1 -0
  245. package/dist/cjs/clusters/label.js +66 -0
  246. package/dist/cjs/clusters/label.js.map +6 -0
  247. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +82 -0
  248. package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -0
  249. package/dist/cjs/clusters/laundry-dryer-controls.js +83 -0
  250. package/dist/cjs/clusters/laundry-dryer-controls.js.map +6 -0
  251. package/dist/cjs/clusters/laundry-washer-controls.d.ts +379 -0
  252. package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -0
  253. package/dist/cjs/clusters/laundry-washer-controls.js +162 -0
  254. package/dist/cjs/clusters/laundry-washer-controls.js.map +6 -0
  255. package/dist/cjs/clusters/laundry-washer-mode.d.ts +200 -0
  256. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -0
  257. package/dist/cjs/clusters/laundry-washer-mode.js +113 -0
  258. package/dist/cjs/clusters/laundry-washer-mode.js.map +6 -0
  259. package/dist/cjs/clusters/level-control.d.ts +2945 -0
  260. package/dist/cjs/clusters/level-control.d.ts.map +1 -0
  261. package/dist/cjs/clusters/level-control.js +419 -0
  262. package/dist/cjs/clusters/level-control.js.map +6 -0
  263. package/dist/cjs/clusters/localization-configuration.d.ts +60 -0
  264. package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -0
  265. package/dist/cjs/clusters/localization-configuration.js +75 -0
  266. package/dist/cjs/clusters/localization-configuration.js.map +6 -0
  267. package/dist/cjs/clusters/low-power.d.ts +52 -0
  268. package/dist/cjs/clusters/low-power.d.ts.map +1 -0
  269. package/dist/cjs/clusters/low-power.js +54 -0
  270. package/dist/cjs/clusters/low-power.js.map +6 -0
  271. package/dist/cjs/clusters/media-input.d.ts +493 -0
  272. package/dist/cjs/clusters/media-input.d.ts.map +1 -0
  273. package/dist/cjs/clusters/media-input.js +181 -0
  274. package/dist/cjs/clusters/media-input.js.map +6 -0
  275. package/dist/cjs/clusters/media-playback.d.ts +3558 -0
  276. package/dist/cjs/clusters/media-playback.d.ts.map +1 -0
  277. package/dist/cjs/clusters/media-playback.js +734 -0
  278. package/dist/cjs/clusters/media-playback.js.map +6 -0
  279. package/dist/cjs/clusters/messages.d.ts +1369 -0
  280. package/dist/cjs/clusters/messages.d.ts.map +1 -0
  281. package/dist/cjs/clusters/messages.js +421 -0
  282. package/dist/cjs/clusters/messages.js.map +6 -0
  283. package/dist/cjs/clusters/microwave-oven-control.d.ts +859 -0
  284. package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -0
  285. package/dist/cjs/clusters/microwave-oven-control.js +295 -0
  286. package/dist/cjs/clusters/microwave-oven-control.js.map +6 -0
  287. package/dist/cjs/clusters/microwave-oven-mode.d.ts +140 -0
  288. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -0
  289. package/dist/cjs/clusters/microwave-oven-mode.js +89 -0
  290. package/dist/cjs/clusters/microwave-oven-mode.js.map +6 -0
  291. package/dist/cjs/clusters/mode-base.d.ts +716 -0
  292. package/dist/cjs/clusters/mode-base.d.ts.map +1 -0
  293. package/dist/cjs/clusters/mode-base.js +275 -0
  294. package/dist/cjs/clusters/mode-base.js.map +6 -0
  295. package/dist/cjs/clusters/mode-select.d.ts +638 -0
  296. package/dist/cjs/clusters/mode-select.d.ts.map +1 -0
  297. package/dist/cjs/clusters/mode-select.js +224 -0
  298. package/dist/cjs/clusters/mode-select.js.map +6 -0
  299. package/dist/cjs/clusters/network-commissioning.d.ts +5310 -0
  300. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -0
  301. package/dist/cjs/clusters/network-commissioning.js +1026 -0
  302. package/dist/cjs/clusters/network-commissioning.js.map +6 -0
  303. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.d.ts +310 -0
  304. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.d.ts.map +1 -0
  305. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.js +51 -0
  306. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.js.map +6 -0
  307. package/dist/cjs/clusters/occupancy-sensing.d.ts +196 -0
  308. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -0
  309. package/dist/cjs/clusters/occupancy-sensing.js +204 -0
  310. package/dist/cjs/clusters/occupancy-sensing.js.map +6 -0
  311. package/dist/cjs/clusters/on-off.d.ts +1399 -0
  312. package/dist/cjs/clusters/on-off.d.ts.map +1 -0
  313. package/dist/cjs/clusters/on-off.js +347 -0
  314. package/dist/cjs/clusters/on-off.js.map +6 -0
  315. package/dist/cjs/clusters/operational-credentials.d.ts +1307 -0
  316. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -0
  317. package/dist/cjs/clusters/operational-credentials.js +717 -0
  318. package/dist/cjs/clusters/operational-credentials.js.map +6 -0
  319. package/dist/cjs/clusters/operational-state.d.ts +711 -0
  320. package/dist/cjs/clusters/operational-state.d.ts.map +1 -0
  321. package/dist/cjs/clusters/operational-state.js +365 -0
  322. package/dist/cjs/clusters/operational-state.js.map +6 -0
  323. package/dist/cjs/clusters/ota-software-update-provider.d.ts +928 -0
  324. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -0
  325. package/dist/cjs/clusters/ota-software-update-provider.js +471 -0
  326. package/dist/cjs/clusters/ota-software-update-provider.js.map +6 -0
  327. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +688 -0
  328. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -0
  329. package/dist/cjs/clusters/ota-software-update-requestor.js +351 -0
  330. package/dist/cjs/clusters/ota-software-update-requestor.js.map +6 -0
  331. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +273 -0
  332. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -0
  333. package/dist/cjs/clusters/oven-cavity-operational-state.js +280 -0
  334. package/dist/cjs/clusters/oven-cavity-operational-state.js.map +6 -0
  335. package/dist/cjs/clusters/oven-mode.d.ts +399 -0
  336. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -0
  337. package/dist/cjs/clusters/oven-mode.js +162 -0
  338. package/dist/cjs/clusters/oven-mode.js.map +6 -0
  339. package/dist/cjs/clusters/ozone-concentration-measurement.d.ts +309 -0
  340. package/dist/cjs/clusters/ozone-concentration-measurement.d.ts.map +1 -0
  341. package/dist/cjs/clusters/ozone-concentration-measurement.js +47 -0
  342. package/dist/cjs/clusters/ozone-concentration-measurement.js.map +6 -0
  343. package/dist/cjs/clusters/pm1-concentration-measurement.d.ts +309 -0
  344. package/dist/cjs/clusters/pm1-concentration-measurement.d.ts.map +1 -0
  345. package/dist/cjs/clusters/pm1-concentration-measurement.js +47 -0
  346. package/dist/cjs/clusters/pm1-concentration-measurement.js.map +6 -0
  347. package/dist/cjs/clusters/pm10-concentration-measurement.d.ts +309 -0
  348. package/dist/cjs/clusters/pm10-concentration-measurement.d.ts.map +1 -0
  349. package/dist/cjs/clusters/pm10-concentration-measurement.js +47 -0
  350. package/dist/cjs/clusters/pm10-concentration-measurement.js.map +6 -0
  351. package/dist/cjs/clusters/pm25-concentration-measurement.d.ts +309 -0
  352. package/dist/cjs/clusters/pm25-concentration-measurement.d.ts.map +1 -0
  353. package/dist/cjs/clusters/pm25-concentration-measurement.js +47 -0
  354. package/dist/cjs/clusters/pm25-concentration-measurement.js.map +6 -0
  355. package/dist/cjs/clusters/power-source-configuration.d.ts +48 -0
  356. package/dist/cjs/clusters/power-source-configuration.d.ts.map +1 -0
  357. package/dist/cjs/clusters/power-source-configuration.js +63 -0
  358. package/dist/cjs/clusters/power-source-configuration.js.map +6 -0
  359. package/dist/cjs/clusters/power-source.d.ts +2377 -0
  360. package/dist/cjs/clusters/power-source.d.ts.map +1 -0
  361. package/dist/cjs/clusters/power-source.js +786 -0
  362. package/dist/cjs/clusters/power-source.js.map +6 -0
  363. package/dist/cjs/clusters/power-topology.d.ts +346 -0
  364. package/dist/cjs/clusters/power-topology.d.ts.map +1 -0
  365. package/dist/cjs/clusters/power-topology.js +139 -0
  366. package/dist/cjs/clusters/power-topology.js.map +6 -0
  367. package/dist/cjs/clusters/pressure-measurement.d.ts +377 -0
  368. package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -0
  369. package/dist/cjs/clusters/pressure-measurement.js +168 -0
  370. package/dist/cjs/clusters/pressure-measurement.js.map +6 -0
  371. package/dist/cjs/clusters/proxy-configuration.d.ts +79 -0
  372. package/dist/cjs/clusters/proxy-configuration.d.ts.map +1 -0
  373. package/dist/cjs/clusters/proxy-configuration.js +73 -0
  374. package/dist/cjs/clusters/proxy-configuration.js.map +6 -0
  375. package/dist/cjs/clusters/proxy-discovery.d.ts +98 -0
  376. package/dist/cjs/clusters/proxy-discovery.d.ts.map +1 -0
  377. package/dist/cjs/clusters/proxy-discovery.js +79 -0
  378. package/dist/cjs/clusters/proxy-discovery.js.map +6 -0
  379. package/dist/cjs/clusters/pulse-width-modulation.d.ts +2031 -0
  380. package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +1 -0
  381. package/dist/cjs/clusters/pulse-width-modulation.js +51 -0
  382. package/dist/cjs/clusters/pulse-width-modulation.js.map +6 -0
  383. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +2203 -0
  384. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -0
  385. package/dist/cjs/clusters/pump-configuration-and-control.js +750 -0
  386. package/dist/cjs/clusters/pump-configuration-and-control.js.map +6 -0
  387. package/dist/cjs/clusters/radon-concentration-measurement.d.ts +309 -0
  388. package/dist/cjs/clusters/radon-concentration-measurement.d.ts.map +1 -0
  389. package/dist/cjs/clusters/radon-concentration-measurement.js +47 -0
  390. package/dist/cjs/clusters/radon-concentration-measurement.js.map +6 -0
  391. package/dist/cjs/clusters/refrigerator-alarm.d.ts +332 -0
  392. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -0
  393. package/dist/cjs/clusters/refrigerator-alarm.js +142 -0
  394. package/dist/cjs/clusters/refrigerator-alarm.js.map +6 -0
  395. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +180 -0
  396. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -0
  397. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +107 -0
  398. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +6 -0
  399. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +73 -0
  400. package/dist/cjs/clusters/relative-humidity-measurement.d.ts.map +1 -0
  401. package/dist/cjs/clusters/relative-humidity-measurement.js +87 -0
  402. package/dist/cjs/clusters/relative-humidity-measurement.js.map +6 -0
  403. package/dist/cjs/clusters/resource-monitoring.d.ts +353 -0
  404. package/dist/cjs/clusters/resource-monitoring.d.ts.map +1 -0
  405. package/dist/cjs/clusters/resource-monitoring.js +194 -0
  406. package/dist/cjs/clusters/resource-monitoring.js.map +6 -0
  407. package/dist/cjs/clusters/rvc-clean-mode.d.ts +174 -0
  408. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -0
  409. package/dist/cjs/clusters/rvc-clean-mode.js +104 -0
  410. package/dist/cjs/clusters/rvc-clean-mode.js.map +6 -0
  411. package/dist/cjs/clusters/rvc-operational-state.d.ts +242 -0
  412. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -0
  413. package/dist/cjs/clusters/rvc-operational-state.js +194 -0
  414. package/dist/cjs/clusters/rvc-operational-state.js.map +6 -0
  415. package/dist/cjs/clusters/rvc-run-mode.d.ts +217 -0
  416. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -0
  417. package/dist/cjs/clusters/rvc-run-mode.js +111 -0
  418. package/dist/cjs/clusters/rvc-run-mode.js.map +6 -0
  419. package/dist/cjs/clusters/scenes-management.d.ts +2351 -0
  420. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -0
  421. package/dist/cjs/clusters/scenes-management.js +684 -0
  422. package/dist/cjs/clusters/scenes-management.js.map +6 -0
  423. package/dist/cjs/clusters/smoke-co-alarm.d.ts +1304 -0
  424. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -0
  425. package/dist/cjs/clusters/smoke-co-alarm.js +409 -0
  426. package/dist/cjs/clusters/smoke-co-alarm.js.map +6 -0
  427. package/dist/cjs/clusters/software-diagnostics.d.ts +590 -0
  428. package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -0
  429. package/dist/cjs/clusters/software-diagnostics.js +218 -0
  430. package/dist/cjs/clusters/software-diagnostics.js.map +6 -0
  431. package/dist/cjs/clusters/switch.d.ts +1222 -0
  432. package/dist/cjs/clusters/switch.d.ts.map +1 -0
  433. package/dist/cjs/clusters/switch.js +356 -0
  434. package/dist/cjs/clusters/switch.js.map +6 -0
  435. package/dist/cjs/clusters/target-navigator.d.ts +261 -0
  436. package/dist/cjs/clusters/target-navigator.d.ts.map +1 -0
  437. package/dist/cjs/clusters/target-navigator.js +140 -0
  438. package/dist/cjs/clusters/target-navigator.js.map +6 -0
  439. package/dist/cjs/clusters/temperature-control.d.ts +626 -0
  440. package/dist/cjs/clusters/temperature-control.d.ts.map +1 -0
  441. package/dist/cjs/clusters/temperature-control.js +224 -0
  442. package/dist/cjs/clusters/temperature-control.js.map +6 -0
  443. package/dist/cjs/clusters/temperature-measurement.d.ts +64 -0
  444. package/dist/cjs/clusters/temperature-measurement.d.ts.map +1 -0
  445. package/dist/cjs/clusters/temperature-measurement.js +79 -0
  446. package/dist/cjs/clusters/temperature-measurement.js.map +6 -0
  447. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +115 -0
  448. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -0
  449. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +104 -0
  450. package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +6 -0
  451. package/dist/cjs/clusters/thermostat.d.ts +4485 -0
  452. package/dist/cjs/clusters/thermostat.d.ts.map +1 -0
  453. package/dist/cjs/clusters/thermostat.js +1371 -0
  454. package/dist/cjs/clusters/thermostat.js.map +6 -0
  455. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +3308 -0
  456. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -0
  457. package/dist/cjs/clusters/thread-network-diagnostics.js +1127 -0
  458. package/dist/cjs/clusters/thread-network-diagnostics.js.map +6 -0
  459. package/dist/cjs/clusters/time-format-localization.d.ts +331 -0
  460. package/dist/cjs/clusters/time-format-localization.d.ts.map +1 -0
  461. package/dist/cjs/clusters/time-format-localization.js +154 -0
  462. package/dist/cjs/clusters/time-format-localization.js.map +6 -0
  463. package/dist/cjs/clusters/time-synchronization.d.ts +2597 -0
  464. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -0
  465. package/dist/cjs/clusters/time-synchronization.js +713 -0
  466. package/dist/cjs/clusters/time-synchronization.js.map +6 -0
  467. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +311 -0
  468. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts.map +1 -0
  469. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.js +51 -0
  470. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.js.map +6 -0
  471. package/dist/cjs/clusters/unit-localization.d.ts +187 -0
  472. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -0
  473. package/dist/cjs/clusters/unit-localization.js +101 -0
  474. package/dist/cjs/clusters/unit-localization.js.map +6 -0
  475. package/dist/cjs/clusters/user-label.d.ts +43 -0
  476. package/dist/cjs/clusters/user-label.d.ts.map +1 -0
  477. package/dist/cjs/clusters/user-label.js +61 -0
  478. package/dist/cjs/clusters/user-label.js.map +6 -0
  479. package/dist/cjs/clusters/valid-proxies.d.ts +84 -0
  480. package/dist/cjs/clusters/valid-proxies.d.ts.map +1 -0
  481. package/dist/cjs/clusters/valid-proxies.js +68 -0
  482. package/dist/cjs/clusters/valid-proxies.js.map +6 -0
  483. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +1146 -0
  484. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -0
  485. package/dist/cjs/clusters/valve-configuration-and-control.js +375 -0
  486. package/dist/cjs/clusters/valve-configuration-and-control.js.map +6 -0
  487. package/dist/cjs/clusters/wake-on-lan.d.ts +78 -0
  488. package/dist/cjs/clusters/wake-on-lan.d.ts.map +1 -0
  489. package/dist/cjs/clusters/wake-on-lan.js +71 -0
  490. package/dist/cjs/clusters/wake-on-lan.js.map +6 -0
  491. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +928 -0
  492. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -0
  493. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +344 -0
  494. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +6 -0
  495. package/dist/cjs/clusters/window-covering.d.ts +2864 -0
  496. package/dist/cjs/clusters/window-covering.d.ts.map +1 -0
  497. package/dist/cjs/clusters/window-covering.js +907 -0
  498. package/dist/cjs/clusters/window-covering.js.map +6 -0
  499. package/dist/cjs/commissioning/CommissioningConstants.d.ts +11 -0
  500. package/dist/cjs/commissioning/CommissioningConstants.d.ts.map +1 -0
  501. package/dist/cjs/commissioning/CommissioningConstants.js +39 -0
  502. package/dist/cjs/commissioning/CommissioningConstants.js.map +6 -0
  503. package/dist/cjs/commissioning/CommissioningOptions.d.ts +38 -0
  504. package/dist/cjs/commissioning/CommissioningOptions.d.ts.map +1 -0
  505. package/dist/cjs/commissioning/CommissioningOptions.js +46 -0
  506. package/dist/cjs/commissioning/CommissioningOptions.js.map +6 -0
  507. package/dist/cjs/commissioning/index.d.ts +8 -0
  508. package/dist/cjs/commissioning/index.d.ts.map +1 -0
  509. package/dist/cjs/commissioning/index.js +25 -0
  510. package/dist/cjs/commissioning/index.js.map +6 -0
  511. package/dist/cjs/common/DeviceClassification.d.ts +44 -0
  512. package/dist/cjs/common/DeviceClassification.d.ts.map +1 -0
  513. package/dist/cjs/common/DeviceClassification.js +38 -0
  514. package/dist/cjs/common/DeviceClassification.js.map +6 -0
  515. package/dist/cjs/common/ProductDescription.d.ts +25 -0
  516. package/dist/cjs/common/ProductDescription.d.ts.map +1 -0
  517. package/dist/cjs/common/ProductDescription.js +22 -0
  518. package/dist/cjs/common/ProductDescription.js.map +6 -0
  519. package/dist/cjs/common/StatusCode.d.ts +17 -0
  520. package/dist/cjs/common/StatusCode.d.ts.map +1 -0
  521. package/dist/cjs/common/StatusCode.js +44 -0
  522. package/dist/cjs/common/StatusCode.js.map +6 -0
  523. package/dist/cjs/common/ValidationError.d.ts +38 -0
  524. package/dist/cjs/common/ValidationError.d.ts.map +1 -0
  525. package/dist/cjs/common/ValidationError.js +64 -0
  526. package/dist/cjs/common/ValidationError.js.map +6 -0
  527. package/dist/cjs/common/index.d.ts +9 -0
  528. package/dist/cjs/common/index.d.ts.map +1 -0
  529. package/dist/cjs/common/index.js +26 -0
  530. package/dist/cjs/common/index.js.map +6 -0
  531. package/dist/cjs/datatype/AttributeId.d.ts +21 -0
  532. package/dist/cjs/datatype/AttributeId.d.ts.map +1 -0
  533. package/dist/cjs/datatype/AttributeId.js +59 -0
  534. package/dist/cjs/datatype/AttributeId.js.map +6 -0
  535. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts +28 -0
  536. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -0
  537. package/dist/cjs/datatype/CaseAuthenticatedTag.js +75 -0
  538. package/dist/cjs/datatype/CaseAuthenticatedTag.js.map +6 -0
  539. package/dist/cjs/datatype/ClusterId.d.ts +24 -0
  540. package/dist/cjs/datatype/ClusterId.d.ts.map +1 -0
  541. package/dist/cjs/datatype/ClusterId.js +66 -0
  542. package/dist/cjs/datatype/ClusterId.js.map +6 -0
  543. package/dist/cjs/datatype/CommandId.d.ts +20 -0
  544. package/dist/cjs/datatype/CommandId.d.ts.map +1 -0
  545. package/dist/cjs/datatype/CommandId.js +53 -0
  546. package/dist/cjs/datatype/CommandId.js.map +6 -0
  547. package/dist/cjs/datatype/DataVersion.d.ts +18 -0
  548. package/dist/cjs/datatype/DataVersion.d.ts.map +1 -0
  549. package/dist/cjs/datatype/DataVersion.js +40 -0
  550. package/dist/cjs/datatype/DataVersion.js.map +6 -0
  551. package/dist/cjs/datatype/DeviceTypeId.d.ts +20 -0
  552. package/dist/cjs/datatype/DeviceTypeId.d.ts.map +1 -0
  553. package/dist/cjs/datatype/DeviceTypeId.js +53 -0
  554. package/dist/cjs/datatype/DeviceTypeId.js.map +6 -0
  555. package/dist/cjs/datatype/EndpointNumber.d.ts +20 -0
  556. package/dist/cjs/datatype/EndpointNumber.d.ts.map +1 -0
  557. package/dist/cjs/datatype/EndpointNumber.js +48 -0
  558. package/dist/cjs/datatype/EndpointNumber.js.map +6 -0
  559. package/dist/cjs/datatype/EntryIndex.d.ts +18 -0
  560. package/dist/cjs/datatype/EntryIndex.d.ts.map +1 -0
  561. package/dist/cjs/datatype/EntryIndex.js +40 -0
  562. package/dist/cjs/datatype/EntryIndex.js.map +6 -0
  563. package/dist/cjs/datatype/EventId.d.ts +20 -0
  564. package/dist/cjs/datatype/EventId.d.ts.map +1 -0
  565. package/dist/cjs/datatype/EventId.js +53 -0
  566. package/dist/cjs/datatype/EventId.js.map +6 -0
  567. package/dist/cjs/datatype/EventNumber.d.ts +18 -0
  568. package/dist/cjs/datatype/EventNumber.d.ts.map +1 -0
  569. package/dist/cjs/datatype/EventNumber.js +40 -0
  570. package/dist/cjs/datatype/EventNumber.js.map +6 -0
  571. package/dist/cjs/datatype/FabricId.d.ts +18 -0
  572. package/dist/cjs/datatype/FabricId.d.ts.map +1 -0
  573. package/dist/cjs/datatype/FabricId.js +41 -0
  574. package/dist/cjs/datatype/FabricId.js.map +6 -0
  575. package/dist/cjs/datatype/FabricIndex.d.ts +31 -0
  576. package/dist/cjs/datatype/FabricIndex.d.ts.map +1 -0
  577. package/dist/cjs/datatype/FabricIndex.js +64 -0
  578. package/dist/cjs/datatype/FabricIndex.js.map +6 -0
  579. package/dist/cjs/datatype/FieldId.d.ts +22 -0
  580. package/dist/cjs/datatype/FieldId.d.ts.map +1 -0
  581. package/dist/cjs/datatype/FieldId.js +59 -0
  582. package/dist/cjs/datatype/FieldId.js.map +6 -0
  583. package/dist/cjs/datatype/GroupId.d.ts +28 -0
  584. package/dist/cjs/datatype/GroupId.d.ts.map +1 -0
  585. package/dist/cjs/datatype/GroupId.js +49 -0
  586. package/dist/cjs/datatype/GroupId.js.map +6 -0
  587. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts +23 -0
  588. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -0
  589. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.js +63 -0
  590. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.js.map +6 -0
  591. package/dist/cjs/datatype/NodeId.d.ts +58 -0
  592. package/dist/cjs/datatype/NodeId.d.ts.map +1 -0
  593. package/dist/cjs/datatype/NodeId.js +97 -0
  594. package/dist/cjs/datatype/NodeId.js.map +6 -0
  595. package/dist/cjs/datatype/SubjectId.d.ts +16 -0
  596. package/dist/cjs/datatype/SubjectId.d.ts.map +1 -0
  597. package/dist/cjs/datatype/SubjectId.js +31 -0
  598. package/dist/cjs/datatype/SubjectId.js.map +6 -0
  599. package/dist/cjs/datatype/VendorId.d.ts +22 -0
  600. package/dist/cjs/datatype/VendorId.d.ts.map +1 -0
  601. package/dist/cjs/datatype/VendorId.js +55 -0
  602. package/dist/cjs/datatype/VendorId.js.map +6 -0
  603. package/dist/cjs/datatype/index.d.ts +24 -0
  604. package/dist/cjs/datatype/index.d.ts.map +1 -0
  605. package/dist/cjs/datatype/index.js +41 -0
  606. package/dist/cjs/datatype/index.js.map +6 -0
  607. package/dist/cjs/globals/MeasurementAccuracy.d.ts +64 -0
  608. package/dist/cjs/globals/MeasurementAccuracy.d.ts.map +1 -0
  609. package/dist/cjs/globals/MeasurementAccuracy.js +67 -0
  610. package/dist/cjs/globals/MeasurementAccuracy.js.map +6 -0
  611. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +135 -0
  612. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts.map +1 -0
  613. package/dist/cjs/globals/MeasurementAccuracyRange.js +97 -0
  614. package/dist/cjs/globals/MeasurementAccuracyRange.js.map +6 -0
  615. package/dist/cjs/globals/MeasurementType.d.ts +69 -0
  616. package/dist/cjs/globals/MeasurementType.d.ts.map +1 -0
  617. package/dist/cjs/globals/MeasurementType.js +47 -0
  618. package/dist/cjs/globals/MeasurementType.js.map +6 -0
  619. package/dist/cjs/globals/Priority.d.ts +32 -0
  620. package/dist/cjs/globals/Priority.d.ts.map +1 -0
  621. package/dist/cjs/globals/Priority.js +35 -0
  622. package/dist/cjs/globals/Priority.js.map +6 -0
  623. package/dist/cjs/globals/Semtag.d.ts +68 -0
  624. package/dist/cjs/globals/Semtag.d.ts.map +1 -0
  625. package/dist/cjs/globals/Semtag.js +79 -0
  626. package/dist/cjs/globals/Semtag.js.map +6 -0
  627. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +32 -0
  628. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts.map +1 -0
  629. package/dist/cjs/globals/SoftwareVersionCertificationStatus.js +36 -0
  630. package/dist/cjs/globals/SoftwareVersionCertificationStatus.js.map +6 -0
  631. package/dist/cjs/globals/Status.d.ts +206 -0
  632. package/dist/cjs/globals/Status.d.ts.map +1 -0
  633. package/dist/cjs/globals/Status.js +61 -0
  634. package/dist/cjs/globals/Status.js.map +6 -0
  635. package/dist/cjs/globals/Tod.d.ts +41 -0
  636. package/dist/cjs/globals/Tod.d.ts.map +1 -0
  637. package/dist/cjs/globals/Tod.js +49 -0
  638. package/dist/cjs/globals/Tod.js.map +6 -0
  639. package/dist/cjs/globals/WildcardPathFlags.d.ts +52 -0
  640. package/dist/cjs/globals/WildcardPathFlags.d.ts.map +1 -0
  641. package/dist/cjs/globals/WildcardPathFlags.js +68 -0
  642. package/dist/cjs/globals/WildcardPathFlags.js.map +6 -0
  643. package/dist/cjs/globals/index.d.ts +16 -0
  644. package/dist/cjs/globals/index.d.ts.map +1 -0
  645. package/dist/cjs/globals/index.js +32 -0
  646. package/dist/cjs/globals/index.js.map +6 -0
  647. package/dist/cjs/index.d.ts +14 -0
  648. package/dist/cjs/index.d.ts.map +1 -0
  649. package/dist/cjs/index.js +31 -0
  650. package/dist/cjs/index.js.map +6 -0
  651. package/dist/cjs/package.json +8 -0
  652. package/dist/cjs/protocol/definitions/index.d.ts +8 -0
  653. package/dist/cjs/protocol/definitions/index.d.ts.map +1 -0
  654. package/dist/cjs/protocol/definitions/index.js +25 -0
  655. package/dist/cjs/protocol/definitions/index.js.map +6 -0
  656. package/dist/cjs/protocol/definitions/interaction.d.ts +12 -0
  657. package/dist/cjs/protocol/definitions/interaction.d.ts.map +1 -0
  658. package/dist/cjs/protocol/definitions/interaction.js +32 -0
  659. package/dist/cjs/protocol/definitions/interaction.js.map +6 -0
  660. package/dist/cjs/protocol/definitions/secure-channel.d.ts +99 -0
  661. package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -0
  662. package/dist/cjs/protocol/definitions/secure-channel.js +79 -0
  663. package/dist/cjs/protocol/definitions/secure-channel.js.map +6 -0
  664. package/dist/cjs/protocol/index.d.ts +9 -0
  665. package/dist/cjs/protocol/index.d.ts.map +1 -0
  666. package/dist/cjs/protocol/index.js +26 -0
  667. package/dist/cjs/protocol/index.js.map +6 -0
  668. package/dist/cjs/protocol/messages/TlvDataReport.d.ts +98 -0
  669. package/dist/cjs/protocol/messages/TlvDataReport.d.ts.map +1 -0
  670. package/dist/cjs/protocol/messages/TlvDataReport.js +47 -0
  671. package/dist/cjs/protocol/messages/TlvDataReport.js.map +6 -0
  672. package/dist/cjs/protocol/messages/TlvDataReportForSend.d.ts +19 -0
  673. package/dist/cjs/protocol/messages/TlvDataReportForSend.d.ts.map +1 -0
  674. package/dist/cjs/protocol/messages/TlvDataReportForSend.js +46 -0
  675. package/dist/cjs/protocol/messages/TlvDataReportForSend.js.map +6 -0
  676. package/dist/cjs/protocol/messages/TlvInvokeRequest.d.ts +24 -0
  677. package/dist/cjs/protocol/messages/TlvInvokeRequest.d.ts.map +1 -0
  678. package/dist/cjs/protocol/messages/TlvInvokeRequest.js +43 -0
  679. package/dist/cjs/protocol/messages/TlvInvokeRequest.js.map +6 -0
  680. package/dist/cjs/protocol/messages/TlvInvokeResponse.d.ts +37 -0
  681. package/dist/cjs/protocol/messages/TlvInvokeResponse.d.ts.map +1 -0
  682. package/dist/cjs/protocol/messages/TlvInvokeResponse.js +42 -0
  683. package/dist/cjs/protocol/messages/TlvInvokeResponse.js.map +6 -0
  684. package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.d.ts +12 -0
  685. package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.d.ts.map +1 -0
  686. package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.js +40 -0
  687. package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.js.map +6 -0
  688. package/dist/cjs/protocol/messages/TlvReadRequest.d.ts +54 -0
  689. package/dist/cjs/protocol/messages/TlvReadRequest.d.ts.map +1 -0
  690. package/dist/cjs/protocol/messages/TlvReadRequest.js +50 -0
  691. package/dist/cjs/protocol/messages/TlvReadRequest.js.map +6 -0
  692. package/dist/cjs/protocol/messages/TlvStatusResponse.d.ts +12 -0
  693. package/dist/cjs/protocol/messages/TlvStatusResponse.d.ts.map +1 -0
  694. package/dist/cjs/protocol/messages/TlvStatusResponse.js +36 -0
  695. package/dist/cjs/protocol/messages/TlvStatusResponse.js.map +6 -0
  696. package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts +60 -0
  697. package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -0
  698. package/dist/cjs/protocol/messages/TlvSubscribeRequest.js +56 -0
  699. package/dist/cjs/protocol/messages/TlvSubscribeRequest.js.map +6 -0
  700. package/dist/cjs/protocol/messages/TlvSubscribeResponse.d.ts +14 -0
  701. package/dist/cjs/protocol/messages/TlvSubscribeResponse.d.ts.map +1 -0
  702. package/dist/cjs/protocol/messages/TlvSubscribeResponse.js +38 -0
  703. package/dist/cjs/protocol/messages/TlvSubscribeResponse.js.map +6 -0
  704. package/dist/cjs/protocol/messages/TlvTimedRequest.d.ts +12 -0
  705. package/dist/cjs/protocol/messages/TlvTimedRequest.d.ts.map +1 -0
  706. package/dist/cjs/protocol/messages/TlvTimedRequest.js +36 -0
  707. package/dist/cjs/protocol/messages/TlvTimedRequest.js.map +6 -0
  708. package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts +39 -0
  709. package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts.map +1 -0
  710. package/dist/cjs/protocol/messages/TlvWriteRequest.js +44 -0
  711. package/dist/cjs/protocol/messages/TlvWriteRequest.js.map +6 -0
  712. package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts +36 -0
  713. package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts.map +1 -0
  714. package/dist/cjs/protocol/messages/TlvWriteResponse.js +38 -0
  715. package/dist/cjs/protocol/messages/TlvWriteResponse.js.map +6 -0
  716. package/dist/cjs/protocol/messages/index.d.ts +18 -0
  717. package/dist/cjs/protocol/messages/index.d.ts.map +1 -0
  718. package/dist/cjs/protocol/messages/index.js +35 -0
  719. package/dist/cjs/protocol/messages/index.js.map +6 -0
  720. package/dist/cjs/protocol/types/TlvAttributeData.d.ts +30 -0
  721. package/dist/cjs/protocol/types/TlvAttributeData.d.ts.map +1 -0
  722. package/dist/cjs/protocol/types/TlvAttributeData.js +39 -0
  723. package/dist/cjs/protocol/types/TlvAttributeData.js.map +6 -0
  724. package/dist/cjs/protocol/types/TlvAttributePath.d.ts +26 -0
  725. package/dist/cjs/protocol/types/TlvAttributePath.d.ts.map +1 -0
  726. package/dist/cjs/protocol/types/TlvAttributePath.js +48 -0
  727. package/dist/cjs/protocol/types/TlvAttributePath.js.map +6 -0
  728. package/dist/cjs/protocol/types/TlvAttributeReport.d.ts +57 -0
  729. package/dist/cjs/protocol/types/TlvAttributeReport.d.ts.map +1 -0
  730. package/dist/cjs/protocol/types/TlvAttributeReport.js +37 -0
  731. package/dist/cjs/protocol/types/TlvAttributeReport.js.map +6 -0
  732. package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts +29 -0
  733. package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts.map +1 -0
  734. package/dist/cjs/protocol/types/TlvAttributeReportData.js +39 -0
  735. package/dist/cjs/protocol/types/TlvAttributeReportData.js.map +6 -0
  736. package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts +32 -0
  737. package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts.map +1 -0
  738. package/dist/cjs/protocol/types/TlvAttributeStatus.js +37 -0
  739. package/dist/cjs/protocol/types/TlvAttributeStatus.js.map +6 -0
  740. package/dist/cjs/protocol/types/TlvClusterPath.d.ts +12 -0
  741. package/dist/cjs/protocol/types/TlvClusterPath.d.ts.map +1 -0
  742. package/dist/cjs/protocol/types/TlvClusterPath.js +39 -0
  743. package/dist/cjs/protocol/types/TlvClusterPath.js.map +6 -0
  744. package/dist/cjs/protocol/types/TlvCommandData.d.ts +16 -0
  745. package/dist/cjs/protocol/types/TlvCommandData.d.ts.map +1 -0
  746. package/dist/cjs/protocol/types/TlvCommandData.js +39 -0
  747. package/dist/cjs/protocol/types/TlvCommandData.js.map +6 -0
  748. package/dist/cjs/protocol/types/TlvCommandPath.d.ts +12 -0
  749. package/dist/cjs/protocol/types/TlvCommandPath.d.ts.map +1 -0
  750. package/dist/cjs/protocol/types/TlvCommandPath.js +39 -0
  751. package/dist/cjs/protocol/types/TlvCommandPath.js.map +6 -0
  752. package/dist/cjs/protocol/types/TlvCommandStatus.d.ts +19 -0
  753. package/dist/cjs/protocol/types/TlvCommandStatus.d.ts.map +1 -0
  754. package/dist/cjs/protocol/types/TlvCommandStatus.js +39 -0
  755. package/dist/cjs/protocol/types/TlvCommandStatus.js.map +6 -0
  756. package/dist/cjs/protocol/types/TlvDataVersionFilter.d.ts +15 -0
  757. package/dist/cjs/protocol/types/TlvDataVersionFilter.d.ts.map +1 -0
  758. package/dist/cjs/protocol/types/TlvDataVersionFilter.js +37 -0
  759. package/dist/cjs/protocol/types/TlvDataVersionFilter.js.map +6 -0
  760. package/dist/cjs/protocol/types/TlvEventData.d.ts +24 -0
  761. package/dist/cjs/protocol/types/TlvEventData.d.ts.map +1 -0
  762. package/dist/cjs/protocol/types/TlvEventData.js +45 -0
  763. package/dist/cjs/protocol/types/TlvEventData.js.map +6 -0
  764. package/dist/cjs/protocol/types/TlvEventFilter.d.ts +11 -0
  765. package/dist/cjs/protocol/types/TlvEventFilter.d.ts.map +1 -0
  766. package/dist/cjs/protocol/types/TlvEventFilter.js +37 -0
  767. package/dist/cjs/protocol/types/TlvEventFilter.js.map +6 -0
  768. package/dist/cjs/protocol/types/TlvEventPath.d.ts +14 -0
  769. package/dist/cjs/protocol/types/TlvEventPath.d.ts.map +1 -0
  770. package/dist/cjs/protocol/types/TlvEventPath.js +43 -0
  771. package/dist/cjs/protocol/types/TlvEventPath.js.map +6 -0
  772. package/dist/cjs/protocol/types/TlvEventReport.d.ts +38 -0
  773. package/dist/cjs/protocol/types/TlvEventReport.d.ts.map +1 -0
  774. package/dist/cjs/protocol/types/TlvEventReport.js +37 -0
  775. package/dist/cjs/protocol/types/TlvEventReport.js.map +6 -0
  776. package/dist/cjs/protocol/types/TlvEventStatus.d.ts +20 -0
  777. package/dist/cjs/protocol/types/TlvEventStatus.d.ts.map +1 -0
  778. package/dist/cjs/protocol/types/TlvEventStatus.js +37 -0
  779. package/dist/cjs/protocol/types/TlvEventStatus.js.map +6 -0
  780. package/dist/cjs/protocol/types/TlvInvokeResponseData.d.ts +30 -0
  781. package/dist/cjs/protocol/types/TlvInvokeResponseData.d.ts.map +1 -0
  782. package/dist/cjs/protocol/types/TlvInvokeResponseData.js +37 -0
  783. package/dist/cjs/protocol/types/TlvInvokeResponseData.js.map +6 -0
  784. package/dist/cjs/protocol/types/TlvStatus.d.ts +11 -0
  785. package/dist/cjs/protocol/types/TlvStatus.d.ts.map +1 -0
  786. package/dist/cjs/protocol/types/TlvStatus.js +37 -0
  787. package/dist/cjs/protocol/types/TlvStatus.js.map +6 -0
  788. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts +28 -0
  789. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -0
  790. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.js +50 -0
  791. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.js.map +6 -0
  792. package/dist/cjs/protocol/types/index.d.ts +23 -0
  793. package/dist/cjs/protocol/types/index.d.ts.map +1 -0
  794. package/dist/cjs/protocol/types/index.js +40 -0
  795. package/dist/cjs/protocol/types/index.js.map +6 -0
  796. package/dist/cjs/schema/Base38Schema.d.ts +16 -0
  797. package/dist/cjs/schema/Base38Schema.d.ts.map +1 -0
  798. package/dist/cjs/schema/Base38Schema.js +110 -0
  799. package/dist/cjs/schema/Base38Schema.js.map +6 -0
  800. package/dist/cjs/schema/BitmapSchema.d.ts +76 -0
  801. package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -0
  802. package/dist/cjs/schema/BitmapSchema.js +192 -0
  803. package/dist/cjs/schema/BitmapSchema.js.map +6 -0
  804. package/dist/cjs/schema/PairingCodeSchema.d.ts +105 -0
  805. package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -0
  806. package/dist/cjs/schema/PairingCodeSchema.js +191 -0
  807. package/dist/cjs/schema/PairingCodeSchema.js.map +6 -0
  808. package/dist/cjs/schema/QrCodeSchema.d.ts +14 -0
  809. package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -0
  810. package/dist/cjs/schema/QrCodeSchema.js +204 -0
  811. package/dist/cjs/schema/QrCodeSchema.js.map +6 -0
  812. package/dist/cjs/schema/Schema.d.ts +17 -0
  813. package/dist/cjs/schema/Schema.d.ts.map +1 -0
  814. package/dist/cjs/schema/Schema.js +47 -0
  815. package/dist/cjs/schema/Schema.js.map +6 -0
  816. package/dist/cjs/schema/SpecificationVersionSchema.d.ts +21 -0
  817. package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -0
  818. package/dist/cjs/schema/SpecificationVersionSchema.js +42 -0
  819. package/dist/cjs/schema/SpecificationVersionSchema.js.map +6 -0
  820. package/dist/cjs/schema/index.d.ts +11 -0
  821. package/dist/cjs/schema/index.d.ts.map +1 -0
  822. package/dist/cjs/schema/index.js +28 -0
  823. package/dist/cjs/schema/index.js.map +6 -0
  824. package/dist/cjs/tlv/TlvAny.d.ts +22 -0
  825. package/dist/cjs/tlv/TlvAny.d.ts.map +1 -0
  826. package/dist/cjs/tlv/TlvAny.js +204 -0
  827. package/dist/cjs/tlv/TlvAny.js.map +6 -0
  828. package/dist/cjs/tlv/TlvArray.d.ts +39 -0
  829. package/dist/cjs/tlv/TlvArray.d.ts.map +1 -0
  830. package/dist/cjs/tlv/TlvArray.js +126 -0
  831. package/dist/cjs/tlv/TlvArray.js.map +6 -0
  832. package/dist/cjs/tlv/TlvBoolean.d.ts +20 -0
  833. package/dist/cjs/tlv/TlvBoolean.d.ts.map +1 -0
  834. package/dist/cjs/tlv/TlvBoolean.js +48 -0
  835. package/dist/cjs/tlv/TlvBoolean.js.map +6 -0
  836. package/dist/cjs/tlv/TlvCodec.d.ts +100 -0
  837. package/dist/cjs/tlv/TlvCodec.d.ts.map +1 -0
  838. package/dist/cjs/tlv/TlvCodec.js +404 -0
  839. package/dist/cjs/tlv/TlvCodec.js.map +6 -0
  840. package/dist/cjs/tlv/TlvNoArguments.d.ts +17 -0
  841. package/dist/cjs/tlv/TlvNoArguments.d.ts.map +1 -0
  842. package/dist/cjs/tlv/TlvNoArguments.js +41 -0
  843. package/dist/cjs/tlv/TlvNoArguments.js.map +6 -0
  844. package/dist/cjs/tlv/TlvNullable.d.ts +24 -0
  845. package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -0
  846. package/dist/cjs/tlv/TlvNullable.js +71 -0
  847. package/dist/cjs/tlv/TlvNullable.js.map +6 -0
  848. package/dist/cjs/tlv/TlvNumber.d.ts +57 -0
  849. package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -0
  850. package/dist/cjs/tlv/TlvNumber.js +186 -0
  851. package/dist/cjs/tlv/TlvNumber.js.map +6 -0
  852. package/dist/cjs/tlv/TlvObject.d.ts +103 -0
  853. package/dist/cjs/tlv/TlvObject.d.ts.map +1 -0
  854. package/dist/cjs/tlv/TlvObject.js +275 -0
  855. package/dist/cjs/tlv/TlvObject.js.map +6 -0
  856. package/dist/cjs/tlv/TlvSchema.d.ts +81 -0
  857. package/dist/cjs/tlv/TlvSchema.d.ts.map +1 -0
  858. package/dist/cjs/tlv/TlvSchema.js +113 -0
  859. package/dist/cjs/tlv/TlvSchema.js.map +6 -0
  860. package/dist/cjs/tlv/TlvString.d.ts +40 -0
  861. package/dist/cjs/tlv/TlvString.d.ts.map +1 -0
  862. package/dist/cjs/tlv/TlvString.js +84 -0
  863. package/dist/cjs/tlv/TlvString.js.map +6 -0
  864. package/dist/cjs/tlv/TlvVoid.d.ts +19 -0
  865. package/dist/cjs/tlv/TlvVoid.d.ts.map +1 -0
  866. package/dist/cjs/tlv/TlvVoid.js +46 -0
  867. package/dist/cjs/tlv/TlvVoid.js.map +6 -0
  868. package/dist/cjs/tlv/TlvWrapper.d.ts +17 -0
  869. package/dist/cjs/tlv/TlvWrapper.d.ts.map +1 -0
  870. package/dist/cjs/tlv/TlvWrapper.js +47 -0
  871. package/dist/cjs/tlv/TlvWrapper.js.map +6 -0
  872. package/dist/cjs/tlv/index.d.ts +18 -0
  873. package/dist/cjs/tlv/index.d.ts.map +1 -0
  874. package/dist/cjs/tlv/index.js +35 -0
  875. package/dist/cjs/tlv/index.js.map +6 -0
  876. package/dist/cjs/tsconfig.tsbuildinfo +1 -0
  877. package/dist/esm/cluster/Cluster.d.ts +250 -0
  878. package/dist/esm/cluster/Cluster.d.ts.map +1 -0
  879. package/dist/esm/cluster/Cluster.js +587 -0
  880. package/dist/esm/cluster/Cluster.js.map +6 -0
  881. package/dist/esm/cluster/ClusterHelper.d.ts +30 -0
  882. package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -0
  883. package/dist/esm/cluster/ClusterHelper.js +158 -0
  884. package/dist/esm/cluster/ClusterHelper.js.map +6 -0
  885. package/dist/esm/cluster/ClusterRegistry.d.ts +23 -0
  886. package/dist/esm/cluster/ClusterRegistry.d.ts.map +1 -0
  887. package/dist/esm/cluster/ClusterRegistry.js +27 -0
  888. package/dist/esm/cluster/ClusterRegistry.js.map +6 -0
  889. package/dist/esm/cluster/ClusterType.d.ts +227 -0
  890. package/dist/esm/cluster/ClusterType.d.ts.map +1 -0
  891. package/dist/esm/cluster/ClusterType.js +46 -0
  892. package/dist/esm/cluster/ClusterType.js.map +6 -0
  893. package/dist/esm/cluster/index.d.ts +12 -0
  894. package/dist/esm/cluster/index.d.ts.map +1 -0
  895. package/dist/esm/cluster/index.js +12 -0
  896. package/dist/esm/cluster/index.js.map +6 -0
  897. package/dist/esm/cluster/mutation/ClusterComposer.d.ts +115 -0
  898. package/dist/esm/cluster/mutation/ClusterComposer.d.ts.map +1 -0
  899. package/dist/esm/cluster/mutation/ClusterComposer.js +131 -0
  900. package/dist/esm/cluster/mutation/ClusterComposer.js.map +6 -0
  901. package/dist/esm/cluster/mutation/ElementModifier.d.ts +124 -0
  902. package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +1 -0
  903. package/dist/esm/cluster/mutation/ElementModifier.js +80 -0
  904. package/dist/esm/cluster/mutation/ElementModifier.js.map +6 -0
  905. package/dist/esm/cluster/mutation/MutableCluster.d.ts +75 -0
  906. package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -0
  907. package/dist/esm/cluster/mutation/MutableCluster.js +63 -0
  908. package/dist/esm/cluster/mutation/MutableCluster.js.map +6 -0
  909. package/dist/esm/cluster/mutation/index.d.ts +9 -0
  910. package/dist/esm/cluster/mutation/index.d.ts.map +1 -0
  911. package/dist/esm/cluster/mutation/index.js +9 -0
  912. package/dist/esm/cluster/mutation/index.js.map +6 -0
  913. package/dist/esm/clusters/access-control.d.ts +850 -0
  914. package/dist/esm/clusters/access-control.d.ts.map +1 -0
  915. package/dist/esm/clusters/access-control.js +358 -0
  916. package/dist/esm/clusters/access-control.js.map +6 -0
  917. package/dist/esm/clusters/account-login.d.ts +359 -0
  918. package/dist/esm/clusters/account-login.d.ts.map +1 -0
  919. package/dist/esm/clusters/account-login.js +225 -0
  920. package/dist/esm/clusters/account-login.js.map +6 -0
  921. package/dist/esm/clusters/actions.d.ts +1170 -0
  922. package/dist/esm/clusters/actions.d.ts.map +1 -0
  923. package/dist/esm/clusters/actions.js +543 -0
  924. package/dist/esm/clusters/actions.js.map +6 -0
  925. package/dist/esm/clusters/activated-carbon-filter-monitoring.d.ts +162 -0
  926. package/dist/esm/clusters/activated-carbon-filter-monitoring.d.ts.map +1 -0
  927. package/dist/esm/clusters/activated-carbon-filter-monitoring.js +27 -0
  928. package/dist/esm/clusters/activated-carbon-filter-monitoring.js.map +6 -0
  929. package/dist/esm/clusters/administrator-commissioning.d.ts +885 -0
  930. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -0
  931. package/dist/esm/clusters/administrator-commissioning.js +295 -0
  932. package/dist/esm/clusters/administrator-commissioning.js.map +6 -0
  933. package/dist/esm/clusters/air-quality.d.ts +189 -0
  934. package/dist/esm/clusters/air-quality.d.ts.map +1 -0
  935. package/dist/esm/clusters/air-quality.js +84 -0
  936. package/dist/esm/clusters/air-quality.js.map +6 -0
  937. package/dist/esm/clusters/alarm-base.d.ts +451 -0
  938. package/dist/esm/clusters/alarm-base.d.ts.map +1 -0
  939. package/dist/esm/clusters/alarm-base.js +188 -0
  940. package/dist/esm/clusters/alarm-base.js.map +6 -0
  941. package/dist/esm/clusters/application-basic.d.ts +169 -0
  942. package/dist/esm/clusters/application-basic.d.ts.map +1 -0
  943. package/dist/esm/clusters/application-basic.js +120 -0
  944. package/dist/esm/clusters/application-basic.js.map +6 -0
  945. package/dist/esm/clusters/application-launcher.d.ts +1084 -0
  946. package/dist/esm/clusters/application-launcher.d.ts.map +1 -0
  947. package/dist/esm/clusters/application-launcher.js +230 -0
  948. package/dist/esm/clusters/application-launcher.js.map +6 -0
  949. package/dist/esm/clusters/audio-output.d.ts +439 -0
  950. package/dist/esm/clusters/audio-output.d.ts.map +1 -0
  951. package/dist/esm/clusters/audio-output.js +143 -0
  952. package/dist/esm/clusters/audio-output.js.map +6 -0
  953. package/dist/esm/clusters/ballast-configuration.d.ts +248 -0
  954. package/dist/esm/clusters/ballast-configuration.d.ts.map +1 -0
  955. package/dist/esm/clusters/ballast-configuration.js +236 -0
  956. package/dist/esm/clusters/ballast-configuration.js.map +6 -0
  957. package/dist/esm/clusters/basic-information.d.ts +628 -0
  958. package/dist/esm/clusters/basic-information.d.ts.map +1 -0
  959. package/dist/esm/clusters/basic-information.js +447 -0
  960. package/dist/esm/clusters/basic-information.js.map +6 -0
  961. package/dist/esm/clusters/binding.d.ts +136 -0
  962. package/dist/esm/clusters/binding.d.ts.map +1 -0
  963. package/dist/esm/clusters/binding.js +76 -0
  964. package/dist/esm/clusters/binding.js.map +6 -0
  965. package/dist/esm/clusters/boolean-state-configuration.d.ts +1737 -0
  966. package/dist/esm/clusters/boolean-state-configuration.d.ts.map +1 -0
  967. package/dist/esm/clusters/boolean-state-configuration.js +352 -0
  968. package/dist/esm/clusters/boolean-state-configuration.js.map +6 -0
  969. package/dist/esm/clusters/boolean-state.d.ts +79 -0
  970. package/dist/esm/clusters/boolean-state.d.ts.map +1 -0
  971. package/dist/esm/clusters/boolean-state.js +55 -0
  972. package/dist/esm/clusters/boolean-state.js.map +6 -0
  973. package/dist/esm/clusters/bridged-device-basic-information.d.ts +159 -0
  974. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -0
  975. package/dist/esm/clusters/bridged-device-basic-information.js +142 -0
  976. package/dist/esm/clusters/bridged-device-basic-information.js.map +6 -0
  977. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.d.ts +310 -0
  978. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.d.ts.map +1 -0
  979. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.js +31 -0
  980. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.js.map +6 -0
  981. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.d.ts +310 -0
  982. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.d.ts.map +1 -0
  983. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.js +31 -0
  984. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.js.map +6 -0
  985. package/dist/esm/clusters/channel.d.ts +4764 -0
  986. package/dist/esm/clusters/channel.d.ts.map +1 -0
  987. package/dist/esm/clusters/channel.js +717 -0
  988. package/dist/esm/clusters/channel.js.map +6 -0
  989. package/dist/esm/clusters/color-control.d.ts +5084 -0
  990. package/dist/esm/clusters/color-control.d.ts.map +1 -0
  991. package/dist/esm/clusters/color-control.js +1381 -0
  992. package/dist/esm/clusters/color-control.js.map +6 -0
  993. package/dist/esm/clusters/concentration-measurement.d.ts +566 -0
  994. package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -0
  995. package/dist/esm/clusters/concentration-measurement.js +255 -0
  996. package/dist/esm/clusters/concentration-measurement.js.map +6 -0
  997. package/dist/esm/clusters/content-app-observer.d.ts +183 -0
  998. package/dist/esm/clusters/content-app-observer.d.ts.map +1 -0
  999. package/dist/esm/clusters/content-app-observer.js +79 -0
  1000. package/dist/esm/clusters/content-app-observer.js.map +6 -0
  1001. package/dist/esm/clusters/content-control.d.ts +3879 -0
  1002. package/dist/esm/clusters/content-control.d.ts.map +1 -0
  1003. package/dist/esm/clusters/content-control.js +955 -0
  1004. package/dist/esm/clusters/content-control.js.map +6 -0
  1005. package/dist/esm/clusters/content-launcher.d.ts +4265 -0
  1006. package/dist/esm/clusters/content-launcher.d.ts.map +1 -0
  1007. package/dist/esm/clusters/content-launcher.js +493 -0
  1008. package/dist/esm/clusters/content-launcher.js.map +6 -0
  1009. package/dist/esm/clusters/descriptor.d.ts +413 -0
  1010. package/dist/esm/clusters/descriptor.d.ts.map +1 -0
  1011. package/dist/esm/clusters/descriptor.js +141 -0
  1012. package/dist/esm/clusters/descriptor.js.map +6 -0
  1013. package/dist/esm/clusters/device-energy-management-mode.d.ts +374 -0
  1014. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -0
  1015. package/dist/esm/clusters/device-energy-management-mode.js +144 -0
  1016. package/dist/esm/clusters/device-energy-management-mode.js.map +6 -0
  1017. package/dist/esm/clusters/device-energy-management.d.ts +6333 -0
  1018. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -0
  1019. package/dist/esm/clusters/device-energy-management.js +1257 -0
  1020. package/dist/esm/clusters/device-energy-management.js.map +6 -0
  1021. package/dist/esm/clusters/diagnostic-logs.d.ts +341 -0
  1022. package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -0
  1023. package/dist/esm/clusters/diagnostic-logs.js +141 -0
  1024. package/dist/esm/clusters/diagnostic-logs.js.map +6 -0
  1025. package/dist/esm/clusters/dishwasher-alarm.d.ts +380 -0
  1026. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -0
  1027. package/dist/esm/clusters/dishwasher-alarm.js +160 -0
  1028. package/dist/esm/clusters/dishwasher-alarm.js.map +6 -0
  1029. package/dist/esm/clusters/dishwasher-mode.d.ts +194 -0
  1030. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -0
  1031. package/dist/esm/clusters/dishwasher-mode.js +92 -0
  1032. package/dist/esm/clusters/dishwasher-mode.js.map +6 -0
  1033. package/dist/esm/clusters/door-lock.d.ts +15808 -0
  1034. package/dist/esm/clusters/door-lock.d.ts.map +1 -0
  1035. package/dist/esm/clusters/door-lock.js +3207 -0
  1036. package/dist/esm/clusters/door-lock.js.map +6 -0
  1037. package/dist/esm/clusters/electrical-energy-measurement.d.ts +4074 -0
  1038. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -0
  1039. package/dist/esm/clusters/electrical-energy-measurement.js +449 -0
  1040. package/dist/esm/clusters/electrical-energy-measurement.js.map +6 -0
  1041. package/dist/esm/clusters/electrical-power-measurement.d.ts +2565 -0
  1042. package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -0
  1043. package/dist/esm/clusters/electrical-power-measurement.js +639 -0
  1044. package/dist/esm/clusters/electrical-power-measurement.js.map +6 -0
  1045. package/dist/esm/clusters/energy-evse-mode.d.ts +367 -0
  1046. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -0
  1047. package/dist/esm/clusters/energy-evse-mode.js +143 -0
  1048. package/dist/esm/clusters/energy-evse-mode.js.map +6 -0
  1049. package/dist/esm/clusters/energy-evse.d.ts +4153 -0
  1050. package/dist/esm/clusters/energy-evse.d.ts.map +1 -0
  1051. package/dist/esm/clusters/energy-evse.js +991 -0
  1052. package/dist/esm/clusters/energy-evse.js.map +6 -0
  1053. package/dist/esm/clusters/energy-preference.d.ts +665 -0
  1054. package/dist/esm/clusters/energy-preference.d.ts.map +1 -0
  1055. package/dist/esm/clusters/energy-preference.js +206 -0
  1056. package/dist/esm/clusters/energy-preference.js.map +6 -0
  1057. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +623 -0
  1058. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -0
  1059. package/dist/esm/clusters/ethernet-network-diagnostics.js +215 -0
  1060. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +6 -0
  1061. package/dist/esm/clusters/fan-control.d.ts +1289 -0
  1062. package/dist/esm/clusters/fan-control.d.ts.map +1 -0
  1063. package/dist/esm/clusters/fan-control.js +365 -0
  1064. package/dist/esm/clusters/fan-control.js.map +6 -0
  1065. package/dist/esm/clusters/fixed-label.d.ts +53 -0
  1066. package/dist/esm/clusters/fixed-label.d.ts.map +1 -0
  1067. package/dist/esm/clusters/fixed-label.js +33 -0
  1068. package/dist/esm/clusters/fixed-label.js.map +6 -0
  1069. package/dist/esm/clusters/flow-measurement.d.ts +69 -0
  1070. package/dist/esm/clusters/flow-measurement.d.ts.map +1 -0
  1071. package/dist/esm/clusters/flow-measurement.js +64 -0
  1072. package/dist/esm/clusters/flow-measurement.js.map +6 -0
  1073. package/dist/esm/clusters/formaldehyde-concentration-measurement.d.ts +310 -0
  1074. package/dist/esm/clusters/formaldehyde-concentration-measurement.d.ts.map +1 -0
  1075. package/dist/esm/clusters/formaldehyde-concentration-measurement.js +31 -0
  1076. package/dist/esm/clusters/formaldehyde-concentration-measurement.js.map +6 -0
  1077. package/dist/esm/clusters/general-commissioning.d.ts +575 -0
  1078. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -0
  1079. package/dist/esm/clusters/general-commissioning.js +427 -0
  1080. package/dist/esm/clusters/general-commissioning.js.map +6 -0
  1081. package/dist/esm/clusters/general-diagnostics.d.ts +1891 -0
  1082. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -0
  1083. package/dist/esm/clusters/general-diagnostics.js +551 -0
  1084. package/dist/esm/clusters/general-diagnostics.js.map +6 -0
  1085. package/dist/esm/clusters/group-key-management.d.ts +1254 -0
  1086. package/dist/esm/clusters/group-key-management.d.ts.map +1 -0
  1087. package/dist/esm/clusters/group-key-management.js +387 -0
  1088. package/dist/esm/clusters/group-key-management.js.map +6 -0
  1089. package/dist/esm/clusters/groups.d.ts +710 -0
  1090. package/dist/esm/clusters/groups.d.ts.map +1 -0
  1091. package/dist/esm/clusters/groups.js +250 -0
  1092. package/dist/esm/clusters/groups.js.map +6 -0
  1093. package/dist/esm/clusters/hepa-filter-monitoring.d.ts +162 -0
  1094. package/dist/esm/clusters/hepa-filter-monitoring.d.ts.map +1 -0
  1095. package/dist/esm/clusters/hepa-filter-monitoring.js +27 -0
  1096. package/dist/esm/clusters/hepa-filter-monitoring.js.map +6 -0
  1097. package/dist/esm/clusters/icd-management.d.ts +1744 -0
  1098. package/dist/esm/clusters/icd-management.d.ts.map +1 -0
  1099. package/dist/esm/clusters/icd-management.js +504 -0
  1100. package/dist/esm/clusters/icd-management.js.map +6 -0
  1101. package/dist/esm/clusters/identify.d.ts +219 -0
  1102. package/dist/esm/clusters/identify.d.ts.map +1 -0
  1103. package/dist/esm/clusters/identify.js +122 -0
  1104. package/dist/esm/clusters/identify.js.map +6 -0
  1105. package/dist/esm/clusters/illuminance-measurement.d.ts +94 -0
  1106. package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -0
  1107. package/dist/esm/clusters/illuminance-measurement.js +81 -0
  1108. package/dist/esm/clusters/illuminance-measurement.js.map +6 -0
  1109. package/dist/esm/clusters/index.d.ts +121 -0
  1110. package/dist/esm/clusters/index.d.ts.map +1 -0
  1111. package/dist/esm/clusters/index.js +381 -0
  1112. package/dist/esm/clusters/index.js.map +6 -0
  1113. package/dist/esm/clusters/keypad-input.d.ts +341 -0
  1114. package/dist/esm/clusters/keypad-input.d.ts.map +1 -0
  1115. package/dist/esm/clusters/keypad-input.js +187 -0
  1116. package/dist/esm/clusters/keypad-input.js.map +6 -0
  1117. package/dist/esm/clusters/label.d.ts +96 -0
  1118. package/dist/esm/clusters/label.d.ts.map +1 -0
  1119. package/dist/esm/clusters/label.js +46 -0
  1120. package/dist/esm/clusters/label.js.map +6 -0
  1121. package/dist/esm/clusters/laundry-dryer-controls.d.ts +82 -0
  1122. package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -0
  1123. package/dist/esm/clusters/laundry-dryer-controls.js +63 -0
  1124. package/dist/esm/clusters/laundry-dryer-controls.js.map +6 -0
  1125. package/dist/esm/clusters/laundry-washer-controls.d.ts +379 -0
  1126. package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -0
  1127. package/dist/esm/clusters/laundry-washer-controls.js +142 -0
  1128. package/dist/esm/clusters/laundry-washer-controls.js.map +6 -0
  1129. package/dist/esm/clusters/laundry-washer-mode.d.ts +200 -0
  1130. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -0
  1131. package/dist/esm/clusters/laundry-washer-mode.js +93 -0
  1132. package/dist/esm/clusters/laundry-washer-mode.js.map +6 -0
  1133. package/dist/esm/clusters/level-control.d.ts +2945 -0
  1134. package/dist/esm/clusters/level-control.d.ts.map +1 -0
  1135. package/dist/esm/clusters/level-control.js +406 -0
  1136. package/dist/esm/clusters/level-control.js.map +6 -0
  1137. package/dist/esm/clusters/localization-configuration.d.ts +60 -0
  1138. package/dist/esm/clusters/localization-configuration.d.ts.map +1 -0
  1139. package/dist/esm/clusters/localization-configuration.js +55 -0
  1140. package/dist/esm/clusters/localization-configuration.js.map +6 -0
  1141. package/dist/esm/clusters/low-power.d.ts +52 -0
  1142. package/dist/esm/clusters/low-power.d.ts.map +1 -0
  1143. package/dist/esm/clusters/low-power.js +34 -0
  1144. package/dist/esm/clusters/low-power.js.map +6 -0
  1145. package/dist/esm/clusters/media-input.d.ts +493 -0
  1146. package/dist/esm/clusters/media-input.d.ts.map +1 -0
  1147. package/dist/esm/clusters/media-input.js +161 -0
  1148. package/dist/esm/clusters/media-input.js.map +6 -0
  1149. package/dist/esm/clusters/media-playback.d.ts +3558 -0
  1150. package/dist/esm/clusters/media-playback.d.ts.map +1 -0
  1151. package/dist/esm/clusters/media-playback.js +721 -0
  1152. package/dist/esm/clusters/media-playback.js.map +6 -0
  1153. package/dist/esm/clusters/messages.d.ts +1369 -0
  1154. package/dist/esm/clusters/messages.d.ts.map +1 -0
  1155. package/dist/esm/clusters/messages.js +401 -0
  1156. package/dist/esm/clusters/messages.js.map +6 -0
  1157. package/dist/esm/clusters/microwave-oven-control.d.ts +859 -0
  1158. package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -0
  1159. package/dist/esm/clusters/microwave-oven-control.js +282 -0
  1160. package/dist/esm/clusters/microwave-oven-control.js.map +6 -0
  1161. package/dist/esm/clusters/microwave-oven-mode.d.ts +140 -0
  1162. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -0
  1163. package/dist/esm/clusters/microwave-oven-mode.js +69 -0
  1164. package/dist/esm/clusters/microwave-oven-mode.js.map +6 -0
  1165. package/dist/esm/clusters/mode-base.d.ts +716 -0
  1166. package/dist/esm/clusters/mode-base.d.ts.map +1 -0
  1167. package/dist/esm/clusters/mode-base.js +261 -0
  1168. package/dist/esm/clusters/mode-base.js.map +6 -0
  1169. package/dist/esm/clusters/mode-select.d.ts +638 -0
  1170. package/dist/esm/clusters/mode-select.d.ts.map +1 -0
  1171. package/dist/esm/clusters/mode-select.js +211 -0
  1172. package/dist/esm/clusters/mode-select.js.map +6 -0
  1173. package/dist/esm/clusters/network-commissioning.d.ts +5310 -0
  1174. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -0
  1175. package/dist/esm/clusters/network-commissioning.js +1006 -0
  1176. package/dist/esm/clusters/network-commissioning.js.map +6 -0
  1177. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.d.ts +310 -0
  1178. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.d.ts.map +1 -0
  1179. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.js +31 -0
  1180. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.js.map +6 -0
  1181. package/dist/esm/clusters/occupancy-sensing.d.ts +196 -0
  1182. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -0
  1183. package/dist/esm/clusters/occupancy-sensing.js +184 -0
  1184. package/dist/esm/clusters/occupancy-sensing.js.map +6 -0
  1185. package/dist/esm/clusters/on-off.d.ts +1399 -0
  1186. package/dist/esm/clusters/on-off.d.ts.map +1 -0
  1187. package/dist/esm/clusters/on-off.js +327 -0
  1188. package/dist/esm/clusters/on-off.js.map +6 -0
  1189. package/dist/esm/clusters/operational-credentials.d.ts +1307 -0
  1190. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -0
  1191. package/dist/esm/clusters/operational-credentials.js +697 -0
  1192. package/dist/esm/clusters/operational-credentials.js.map +6 -0
  1193. package/dist/esm/clusters/operational-state.d.ts +711 -0
  1194. package/dist/esm/clusters/operational-state.d.ts.map +1 -0
  1195. package/dist/esm/clusters/operational-state.js +352 -0
  1196. package/dist/esm/clusters/operational-state.js.map +6 -0
  1197. package/dist/esm/clusters/ota-software-update-provider.d.ts +928 -0
  1198. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -0
  1199. package/dist/esm/clusters/ota-software-update-provider.js +451 -0
  1200. package/dist/esm/clusters/ota-software-update-provider.js.map +6 -0
  1201. package/dist/esm/clusters/ota-software-update-requestor.d.ts +688 -0
  1202. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -0
  1203. package/dist/esm/clusters/ota-software-update-requestor.js +338 -0
  1204. package/dist/esm/clusters/ota-software-update-requestor.js.map +6 -0
  1205. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +273 -0
  1206. package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -0
  1207. package/dist/esm/clusters/oven-cavity-operational-state.js +268 -0
  1208. package/dist/esm/clusters/oven-cavity-operational-state.js.map +6 -0
  1209. package/dist/esm/clusters/oven-mode.d.ts +399 -0
  1210. package/dist/esm/clusters/oven-mode.d.ts.map +1 -0
  1211. package/dist/esm/clusters/oven-mode.js +149 -0
  1212. package/dist/esm/clusters/oven-mode.js.map +6 -0
  1213. package/dist/esm/clusters/ozone-concentration-measurement.d.ts +309 -0
  1214. package/dist/esm/clusters/ozone-concentration-measurement.d.ts.map +1 -0
  1215. package/dist/esm/clusters/ozone-concentration-measurement.js +27 -0
  1216. package/dist/esm/clusters/ozone-concentration-measurement.js.map +6 -0
  1217. package/dist/esm/clusters/pm1-concentration-measurement.d.ts +309 -0
  1218. package/dist/esm/clusters/pm1-concentration-measurement.d.ts.map +1 -0
  1219. package/dist/esm/clusters/pm1-concentration-measurement.js +27 -0
  1220. package/dist/esm/clusters/pm1-concentration-measurement.js.map +6 -0
  1221. package/dist/esm/clusters/pm10-concentration-measurement.d.ts +309 -0
  1222. package/dist/esm/clusters/pm10-concentration-measurement.d.ts.map +1 -0
  1223. package/dist/esm/clusters/pm10-concentration-measurement.js +27 -0
  1224. package/dist/esm/clusters/pm10-concentration-measurement.js.map +6 -0
  1225. package/dist/esm/clusters/pm25-concentration-measurement.d.ts +309 -0
  1226. package/dist/esm/clusters/pm25-concentration-measurement.d.ts.map +1 -0
  1227. package/dist/esm/clusters/pm25-concentration-measurement.js +27 -0
  1228. package/dist/esm/clusters/pm25-concentration-measurement.js.map +6 -0
  1229. package/dist/esm/clusters/power-source-configuration.d.ts +48 -0
  1230. package/dist/esm/clusters/power-source-configuration.d.ts.map +1 -0
  1231. package/dist/esm/clusters/power-source-configuration.js +43 -0
  1232. package/dist/esm/clusters/power-source-configuration.js.map +6 -0
  1233. package/dist/esm/clusters/power-source.d.ts +2377 -0
  1234. package/dist/esm/clusters/power-source.d.ts.map +1 -0
  1235. package/dist/esm/clusters/power-source.js +773 -0
  1236. package/dist/esm/clusters/power-source.js.map +6 -0
  1237. package/dist/esm/clusters/power-topology.d.ts +346 -0
  1238. package/dist/esm/clusters/power-topology.d.ts.map +1 -0
  1239. package/dist/esm/clusters/power-topology.js +119 -0
  1240. package/dist/esm/clusters/power-topology.js.map +6 -0
  1241. package/dist/esm/clusters/pressure-measurement.d.ts +377 -0
  1242. package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -0
  1243. package/dist/esm/clusters/pressure-measurement.js +148 -0
  1244. package/dist/esm/clusters/pressure-measurement.js.map +6 -0
  1245. package/dist/esm/clusters/proxy-configuration.d.ts +79 -0
  1246. package/dist/esm/clusters/proxy-configuration.d.ts.map +1 -0
  1247. package/dist/esm/clusters/proxy-configuration.js +53 -0
  1248. package/dist/esm/clusters/proxy-configuration.js.map +6 -0
  1249. package/dist/esm/clusters/proxy-discovery.d.ts +98 -0
  1250. package/dist/esm/clusters/proxy-discovery.d.ts.map +1 -0
  1251. package/dist/esm/clusters/proxy-discovery.js +59 -0
  1252. package/dist/esm/clusters/proxy-discovery.js.map +6 -0
  1253. package/dist/esm/clusters/pulse-width-modulation.d.ts +2031 -0
  1254. package/dist/esm/clusters/pulse-width-modulation.d.ts.map +1 -0
  1255. package/dist/esm/clusters/pulse-width-modulation.js +31 -0
  1256. package/dist/esm/clusters/pulse-width-modulation.js.map +6 -0
  1257. package/dist/esm/clusters/pump-configuration-and-control.d.ts +2203 -0
  1258. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -0
  1259. package/dist/esm/clusters/pump-configuration-and-control.js +739 -0
  1260. package/dist/esm/clusters/pump-configuration-and-control.js.map +6 -0
  1261. package/dist/esm/clusters/radon-concentration-measurement.d.ts +309 -0
  1262. package/dist/esm/clusters/radon-concentration-measurement.d.ts.map +1 -0
  1263. package/dist/esm/clusters/radon-concentration-measurement.js +27 -0
  1264. package/dist/esm/clusters/radon-concentration-measurement.js.map +6 -0
  1265. package/dist/esm/clusters/refrigerator-alarm.d.ts +332 -0
  1266. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -0
  1267. package/dist/esm/clusters/refrigerator-alarm.js +122 -0
  1268. package/dist/esm/clusters/refrigerator-alarm.js.map +6 -0
  1269. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +180 -0
  1270. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -0
  1271. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +87 -0
  1272. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +6 -0
  1273. package/dist/esm/clusters/relative-humidity-measurement.d.ts +73 -0
  1274. package/dist/esm/clusters/relative-humidity-measurement.d.ts.map +1 -0
  1275. package/dist/esm/clusters/relative-humidity-measurement.js +67 -0
  1276. package/dist/esm/clusters/relative-humidity-measurement.js.map +6 -0
  1277. package/dist/esm/clusters/resource-monitoring.d.ts +353 -0
  1278. package/dist/esm/clusters/resource-monitoring.d.ts.map +1 -0
  1279. package/dist/esm/clusters/resource-monitoring.js +181 -0
  1280. package/dist/esm/clusters/resource-monitoring.js.map +6 -0
  1281. package/dist/esm/clusters/rvc-clean-mode.d.ts +174 -0
  1282. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -0
  1283. package/dist/esm/clusters/rvc-clean-mode.js +84 -0
  1284. package/dist/esm/clusters/rvc-clean-mode.js.map +6 -0
  1285. package/dist/esm/clusters/rvc-operational-state.d.ts +242 -0
  1286. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -0
  1287. package/dist/esm/clusters/rvc-operational-state.js +181 -0
  1288. package/dist/esm/clusters/rvc-operational-state.js.map +6 -0
  1289. package/dist/esm/clusters/rvc-run-mode.d.ts +217 -0
  1290. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -0
  1291. package/dist/esm/clusters/rvc-run-mode.js +91 -0
  1292. package/dist/esm/clusters/rvc-run-mode.js.map +6 -0
  1293. package/dist/esm/clusters/scenes-management.d.ts +2351 -0
  1294. package/dist/esm/clusters/scenes-management.d.ts.map +1 -0
  1295. package/dist/esm/clusters/scenes-management.js +682 -0
  1296. package/dist/esm/clusters/scenes-management.js.map +6 -0
  1297. package/dist/esm/clusters/smoke-co-alarm.d.ts +1304 -0
  1298. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -0
  1299. package/dist/esm/clusters/smoke-co-alarm.js +399 -0
  1300. package/dist/esm/clusters/smoke-co-alarm.js.map +6 -0
  1301. package/dist/esm/clusters/software-diagnostics.d.ts +590 -0
  1302. package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -0
  1303. package/dist/esm/clusters/software-diagnostics.js +205 -0
  1304. package/dist/esm/clusters/software-diagnostics.js.map +6 -0
  1305. package/dist/esm/clusters/switch.d.ts +1222 -0
  1306. package/dist/esm/clusters/switch.d.ts.map +1 -0
  1307. package/dist/esm/clusters/switch.js +336 -0
  1308. package/dist/esm/clusters/switch.js.map +6 -0
  1309. package/dist/esm/clusters/target-navigator.d.ts +261 -0
  1310. package/dist/esm/clusters/target-navigator.d.ts.map +1 -0
  1311. package/dist/esm/clusters/target-navigator.js +120 -0
  1312. package/dist/esm/clusters/target-navigator.js.map +6 -0
  1313. package/dist/esm/clusters/temperature-control.d.ts +626 -0
  1314. package/dist/esm/clusters/temperature-control.d.ts.map +1 -0
  1315. package/dist/esm/clusters/temperature-control.js +204 -0
  1316. package/dist/esm/clusters/temperature-control.js.map +6 -0
  1317. package/dist/esm/clusters/temperature-measurement.d.ts +64 -0
  1318. package/dist/esm/clusters/temperature-measurement.d.ts.map +1 -0
  1319. package/dist/esm/clusters/temperature-measurement.js +59 -0
  1320. package/dist/esm/clusters/temperature-measurement.js.map +6 -0
  1321. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +115 -0
  1322. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -0
  1323. package/dist/esm/clusters/thermostat-user-interface-configuration.js +84 -0
  1324. package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +6 -0
  1325. package/dist/esm/clusters/thermostat.d.ts +4485 -0
  1326. package/dist/esm/clusters/thermostat.d.ts.map +1 -0
  1327. package/dist/esm/clusters/thermostat.js +1360 -0
  1328. package/dist/esm/clusters/thermostat.js.map +6 -0
  1329. package/dist/esm/clusters/thread-network-diagnostics.d.ts +3308 -0
  1330. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -0
  1331. package/dist/esm/clusters/thread-network-diagnostics.js +1114 -0
  1332. package/dist/esm/clusters/thread-network-diagnostics.js.map +6 -0
  1333. package/dist/esm/clusters/time-format-localization.d.ts +331 -0
  1334. package/dist/esm/clusters/time-format-localization.d.ts.map +1 -0
  1335. package/dist/esm/clusters/time-format-localization.js +134 -0
  1336. package/dist/esm/clusters/time-format-localization.js.map +6 -0
  1337. package/dist/esm/clusters/time-synchronization.d.ts +2597 -0
  1338. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -0
  1339. package/dist/esm/clusters/time-synchronization.js +701 -0
  1340. package/dist/esm/clusters/time-synchronization.js.map +6 -0
  1341. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +311 -0
  1342. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts.map +1 -0
  1343. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.js +31 -0
  1344. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.js.map +6 -0
  1345. package/dist/esm/clusters/unit-localization.d.ts +187 -0
  1346. package/dist/esm/clusters/unit-localization.d.ts.map +1 -0
  1347. package/dist/esm/clusters/unit-localization.js +81 -0
  1348. package/dist/esm/clusters/unit-localization.js.map +6 -0
  1349. package/dist/esm/clusters/user-label.d.ts +43 -0
  1350. package/dist/esm/clusters/user-label.d.ts.map +1 -0
  1351. package/dist/esm/clusters/user-label.js +41 -0
  1352. package/dist/esm/clusters/user-label.js.map +6 -0
  1353. package/dist/esm/clusters/valid-proxies.d.ts +84 -0
  1354. package/dist/esm/clusters/valid-proxies.d.ts.map +1 -0
  1355. package/dist/esm/clusters/valid-proxies.js +48 -0
  1356. package/dist/esm/clusters/valid-proxies.js.map +6 -0
  1357. package/dist/esm/clusters/valve-configuration-and-control.d.ts +1146 -0
  1358. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -0
  1359. package/dist/esm/clusters/valve-configuration-and-control.js +365 -0
  1360. package/dist/esm/clusters/valve-configuration-and-control.js.map +6 -0
  1361. package/dist/esm/clusters/wake-on-lan.d.ts +78 -0
  1362. package/dist/esm/clusters/wake-on-lan.d.ts.map +1 -0
  1363. package/dist/esm/clusters/wake-on-lan.js +51 -0
  1364. package/dist/esm/clusters/wake-on-lan.js.map +6 -0
  1365. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +928 -0
  1366. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -0
  1367. package/dist/esm/clusters/wi-fi-network-diagnostics.js +331 -0
  1368. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +6 -0
  1369. package/dist/esm/clusters/window-covering.d.ts +2864 -0
  1370. package/dist/esm/clusters/window-covering.d.ts.map +1 -0
  1371. package/dist/esm/clusters/window-covering.js +896 -0
  1372. package/dist/esm/clusters/window-covering.js.map +6 -0
  1373. package/dist/esm/commissioning/CommissioningConstants.d.ts +11 -0
  1374. package/dist/esm/commissioning/CommissioningConstants.d.ts.map +1 -0
  1375. package/dist/esm/commissioning/CommissioningConstants.js +19 -0
  1376. package/dist/esm/commissioning/CommissioningConstants.js.map +6 -0
  1377. package/dist/esm/commissioning/CommissioningOptions.d.ts +38 -0
  1378. package/dist/esm/commissioning/CommissioningOptions.d.ts.map +1 -0
  1379. package/dist/esm/commissioning/CommissioningOptions.js +26 -0
  1380. package/dist/esm/commissioning/CommissioningOptions.js.map +6 -0
  1381. package/dist/esm/commissioning/index.d.ts +8 -0
  1382. package/dist/esm/commissioning/index.d.ts.map +1 -0
  1383. package/dist/esm/commissioning/index.js +8 -0
  1384. package/dist/esm/commissioning/index.js.map +6 -0
  1385. package/dist/esm/common/DeviceClassification.d.ts +44 -0
  1386. package/dist/esm/common/DeviceClassification.d.ts.map +1 -0
  1387. package/dist/esm/common/DeviceClassification.js +18 -0
  1388. package/dist/esm/common/DeviceClassification.js.map +6 -0
  1389. package/dist/esm/common/ProductDescription.d.ts +25 -0
  1390. package/dist/esm/common/ProductDescription.d.ts.map +1 -0
  1391. package/dist/esm/common/ProductDescription.js +6 -0
  1392. package/dist/esm/common/ProductDescription.js.map +6 -0
  1393. package/dist/esm/common/StatusCode.d.ts +17 -0
  1394. package/dist/esm/common/StatusCode.d.ts.map +1 -0
  1395. package/dist/esm/common/StatusCode.js +24 -0
  1396. package/dist/esm/common/StatusCode.js.map +6 -0
  1397. package/dist/esm/common/ValidationError.d.ts +38 -0
  1398. package/dist/esm/common/ValidationError.d.ts.map +1 -0
  1399. package/dist/esm/common/ValidationError.js +44 -0
  1400. package/dist/esm/common/ValidationError.js.map +6 -0
  1401. package/dist/esm/common/index.d.ts +9 -0
  1402. package/dist/esm/common/index.d.ts.map +1 -0
  1403. package/dist/esm/common/index.js +9 -0
  1404. package/dist/esm/common/index.js.map +6 -0
  1405. package/dist/esm/datatype/AttributeId.d.ts +21 -0
  1406. package/dist/esm/datatype/AttributeId.d.ts.map +1 -0
  1407. package/dist/esm/datatype/AttributeId.js +39 -0
  1408. package/dist/esm/datatype/AttributeId.js.map +6 -0
  1409. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts +28 -0
  1410. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -0
  1411. package/dist/esm/datatype/CaseAuthenticatedTag.js +55 -0
  1412. package/dist/esm/datatype/CaseAuthenticatedTag.js.map +6 -0
  1413. package/dist/esm/datatype/ClusterId.d.ts +24 -0
  1414. package/dist/esm/datatype/ClusterId.d.ts.map +1 -0
  1415. package/dist/esm/datatype/ClusterId.js +46 -0
  1416. package/dist/esm/datatype/ClusterId.js.map +6 -0
  1417. package/dist/esm/datatype/CommandId.d.ts +20 -0
  1418. package/dist/esm/datatype/CommandId.d.ts.map +1 -0
  1419. package/dist/esm/datatype/CommandId.js +33 -0
  1420. package/dist/esm/datatype/CommandId.js.map +6 -0
  1421. package/dist/esm/datatype/DataVersion.d.ts +18 -0
  1422. package/dist/esm/datatype/DataVersion.d.ts.map +1 -0
  1423. package/dist/esm/datatype/DataVersion.js +20 -0
  1424. package/dist/esm/datatype/DataVersion.js.map +6 -0
  1425. package/dist/esm/datatype/DeviceTypeId.d.ts +20 -0
  1426. package/dist/esm/datatype/DeviceTypeId.d.ts.map +1 -0
  1427. package/dist/esm/datatype/DeviceTypeId.js +33 -0
  1428. package/dist/esm/datatype/DeviceTypeId.js.map +6 -0
  1429. package/dist/esm/datatype/EndpointNumber.d.ts +20 -0
  1430. package/dist/esm/datatype/EndpointNumber.d.ts.map +1 -0
  1431. package/dist/esm/datatype/EndpointNumber.js +28 -0
  1432. package/dist/esm/datatype/EndpointNumber.js.map +6 -0
  1433. package/dist/esm/datatype/EntryIndex.d.ts +18 -0
  1434. package/dist/esm/datatype/EntryIndex.d.ts.map +1 -0
  1435. package/dist/esm/datatype/EntryIndex.js +20 -0
  1436. package/dist/esm/datatype/EntryIndex.js.map +6 -0
  1437. package/dist/esm/datatype/EventId.d.ts +20 -0
  1438. package/dist/esm/datatype/EventId.d.ts.map +1 -0
  1439. package/dist/esm/datatype/EventId.js +33 -0
  1440. package/dist/esm/datatype/EventId.js.map +6 -0
  1441. package/dist/esm/datatype/EventNumber.d.ts +18 -0
  1442. package/dist/esm/datatype/EventNumber.d.ts.map +1 -0
  1443. package/dist/esm/datatype/EventNumber.js +20 -0
  1444. package/dist/esm/datatype/EventNumber.js.map +6 -0
  1445. package/dist/esm/datatype/FabricId.d.ts +18 -0
  1446. package/dist/esm/datatype/FabricId.d.ts.map +1 -0
  1447. package/dist/esm/datatype/FabricId.js +21 -0
  1448. package/dist/esm/datatype/FabricId.js.map +6 -0
  1449. package/dist/esm/datatype/FabricIndex.d.ts +31 -0
  1450. package/dist/esm/datatype/FabricIndex.d.ts.map +1 -0
  1451. package/dist/esm/datatype/FabricIndex.js +44 -0
  1452. package/dist/esm/datatype/FabricIndex.js.map +6 -0
  1453. package/dist/esm/datatype/FieldId.d.ts +22 -0
  1454. package/dist/esm/datatype/FieldId.d.ts.map +1 -0
  1455. package/dist/esm/datatype/FieldId.js +39 -0
  1456. package/dist/esm/datatype/FieldId.js.map +6 -0
  1457. package/dist/esm/datatype/GroupId.d.ts +28 -0
  1458. package/dist/esm/datatype/GroupId.d.ts.map +1 -0
  1459. package/dist/esm/datatype/GroupId.js +29 -0
  1460. package/dist/esm/datatype/GroupId.js.map +6 -0
  1461. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts +23 -0
  1462. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -0
  1463. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.js +43 -0
  1464. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.js.map +6 -0
  1465. package/dist/esm/datatype/NodeId.d.ts +58 -0
  1466. package/dist/esm/datatype/NodeId.d.ts.map +1 -0
  1467. package/dist/esm/datatype/NodeId.js +77 -0
  1468. package/dist/esm/datatype/NodeId.js.map +6 -0
  1469. package/dist/esm/datatype/SubjectId.d.ts +16 -0
  1470. package/dist/esm/datatype/SubjectId.d.ts.map +1 -0
  1471. package/dist/esm/datatype/SubjectId.js +11 -0
  1472. package/dist/esm/datatype/SubjectId.js.map +6 -0
  1473. package/dist/esm/datatype/VendorId.d.ts +22 -0
  1474. package/dist/esm/datatype/VendorId.d.ts.map +1 -0
  1475. package/dist/esm/datatype/VendorId.js +35 -0
  1476. package/dist/esm/datatype/VendorId.js.map +6 -0
  1477. package/dist/esm/datatype/index.d.ts +24 -0
  1478. package/dist/esm/datatype/index.d.ts.map +1 -0
  1479. package/dist/esm/datatype/index.js +24 -0
  1480. package/dist/esm/datatype/index.js.map +6 -0
  1481. package/dist/esm/globals/MeasurementAccuracy.d.ts +64 -0
  1482. package/dist/esm/globals/MeasurementAccuracy.d.ts.map +1 -0
  1483. package/dist/esm/globals/MeasurementAccuracy.js +47 -0
  1484. package/dist/esm/globals/MeasurementAccuracy.js.map +6 -0
  1485. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +135 -0
  1486. package/dist/esm/globals/MeasurementAccuracyRange.d.ts.map +1 -0
  1487. package/dist/esm/globals/MeasurementAccuracyRange.js +77 -0
  1488. package/dist/esm/globals/MeasurementAccuracyRange.js.map +6 -0
  1489. package/dist/esm/globals/MeasurementType.d.ts +69 -0
  1490. package/dist/esm/globals/MeasurementType.d.ts.map +1 -0
  1491. package/dist/esm/globals/MeasurementType.js +27 -0
  1492. package/dist/esm/globals/MeasurementType.js.map +6 -0
  1493. package/dist/esm/globals/Priority.d.ts +32 -0
  1494. package/dist/esm/globals/Priority.d.ts.map +1 -0
  1495. package/dist/esm/globals/Priority.js +15 -0
  1496. package/dist/esm/globals/Priority.js.map +6 -0
  1497. package/dist/esm/globals/Semtag.d.ts +68 -0
  1498. package/dist/esm/globals/Semtag.d.ts.map +1 -0
  1499. package/dist/esm/globals/Semtag.js +59 -0
  1500. package/dist/esm/globals/Semtag.js.map +6 -0
  1501. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +32 -0
  1502. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts.map +1 -0
  1503. package/dist/esm/globals/SoftwareVersionCertificationStatus.js +16 -0
  1504. package/dist/esm/globals/SoftwareVersionCertificationStatus.js.map +6 -0
  1505. package/dist/esm/globals/Status.d.ts +206 -0
  1506. package/dist/esm/globals/Status.d.ts.map +1 -0
  1507. package/dist/esm/globals/Status.js +41 -0
  1508. package/dist/esm/globals/Status.js.map +6 -0
  1509. package/dist/esm/globals/Tod.d.ts +41 -0
  1510. package/dist/esm/globals/Tod.d.ts.map +1 -0
  1511. package/dist/esm/globals/Tod.js +29 -0
  1512. package/dist/esm/globals/Tod.js.map +6 -0
  1513. package/dist/esm/globals/WildcardPathFlags.d.ts +52 -0
  1514. package/dist/esm/globals/WildcardPathFlags.d.ts.map +1 -0
  1515. package/dist/esm/globals/WildcardPathFlags.js +48 -0
  1516. package/dist/esm/globals/WildcardPathFlags.js.map +6 -0
  1517. package/dist/esm/globals/index.d.ts +16 -0
  1518. package/dist/esm/globals/index.d.ts.map +1 -0
  1519. package/dist/esm/globals/index.js +15 -0
  1520. package/dist/esm/globals/index.js.map +6 -0
  1521. package/dist/esm/index.d.ts +14 -0
  1522. package/dist/esm/index.d.ts.map +1 -0
  1523. package/dist/esm/index.js +14 -0
  1524. package/dist/esm/index.js.map +6 -0
  1525. package/dist/esm/package.json +8 -0
  1526. package/dist/esm/protocol/definitions/index.d.ts +8 -0
  1527. package/dist/esm/protocol/definitions/index.d.ts.map +1 -0
  1528. package/dist/esm/protocol/definitions/index.js +8 -0
  1529. package/dist/esm/protocol/definitions/index.js.map +6 -0
  1530. package/dist/esm/protocol/definitions/interaction.d.ts +12 -0
  1531. package/dist/esm/protocol/definitions/interaction.d.ts.map +1 -0
  1532. package/dist/esm/protocol/definitions/interaction.js +12 -0
  1533. package/dist/esm/protocol/definitions/interaction.js.map +6 -0
  1534. package/dist/esm/protocol/definitions/secure-channel.d.ts +99 -0
  1535. package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -0
  1536. package/dist/esm/protocol/definitions/secure-channel.js +59 -0
  1537. package/dist/esm/protocol/definitions/secure-channel.js.map +6 -0
  1538. package/dist/esm/protocol/index.d.ts +9 -0
  1539. package/dist/esm/protocol/index.d.ts.map +1 -0
  1540. package/dist/esm/protocol/index.js +9 -0
  1541. package/dist/esm/protocol/index.js.map +6 -0
  1542. package/dist/esm/protocol/messages/TlvDataReport.d.ts +98 -0
  1543. package/dist/esm/protocol/messages/TlvDataReport.d.ts.map +1 -0
  1544. package/dist/esm/protocol/messages/TlvDataReport.js +27 -0
  1545. package/dist/esm/protocol/messages/TlvDataReport.js.map +6 -0
  1546. package/dist/esm/protocol/messages/TlvDataReportForSend.d.ts +19 -0
  1547. package/dist/esm/protocol/messages/TlvDataReportForSend.d.ts.map +1 -0
  1548. package/dist/esm/protocol/messages/TlvDataReportForSend.js +26 -0
  1549. package/dist/esm/protocol/messages/TlvDataReportForSend.js.map +6 -0
  1550. package/dist/esm/protocol/messages/TlvInvokeRequest.d.ts +24 -0
  1551. package/dist/esm/protocol/messages/TlvInvokeRequest.d.ts.map +1 -0
  1552. package/dist/esm/protocol/messages/TlvInvokeRequest.js +23 -0
  1553. package/dist/esm/protocol/messages/TlvInvokeRequest.js.map +6 -0
  1554. package/dist/esm/protocol/messages/TlvInvokeResponse.d.ts +37 -0
  1555. package/dist/esm/protocol/messages/TlvInvokeResponse.d.ts.map +1 -0
  1556. package/dist/esm/protocol/messages/TlvInvokeResponse.js +22 -0
  1557. package/dist/esm/protocol/messages/TlvInvokeResponse.js.map +6 -0
  1558. package/dist/esm/protocol/messages/TlvInvokeResponseForSend.d.ts +12 -0
  1559. package/dist/esm/protocol/messages/TlvInvokeResponseForSend.d.ts.map +1 -0
  1560. package/dist/esm/protocol/messages/TlvInvokeResponseForSend.js +20 -0
  1561. package/dist/esm/protocol/messages/TlvInvokeResponseForSend.js.map +6 -0
  1562. package/dist/esm/protocol/messages/TlvReadRequest.d.ts +54 -0
  1563. package/dist/esm/protocol/messages/TlvReadRequest.d.ts.map +1 -0
  1564. package/dist/esm/protocol/messages/TlvReadRequest.js +30 -0
  1565. package/dist/esm/protocol/messages/TlvReadRequest.js.map +6 -0
  1566. package/dist/esm/protocol/messages/TlvStatusResponse.d.ts +12 -0
  1567. package/dist/esm/protocol/messages/TlvStatusResponse.d.ts.map +1 -0
  1568. package/dist/esm/protocol/messages/TlvStatusResponse.js +16 -0
  1569. package/dist/esm/protocol/messages/TlvStatusResponse.js.map +6 -0
  1570. package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts +60 -0
  1571. package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -0
  1572. package/dist/esm/protocol/messages/TlvSubscribeRequest.js +36 -0
  1573. package/dist/esm/protocol/messages/TlvSubscribeRequest.js.map +6 -0
  1574. package/dist/esm/protocol/messages/TlvSubscribeResponse.d.ts +14 -0
  1575. package/dist/esm/protocol/messages/TlvSubscribeResponse.d.ts.map +1 -0
  1576. package/dist/esm/protocol/messages/TlvSubscribeResponse.js +18 -0
  1577. package/dist/esm/protocol/messages/TlvSubscribeResponse.js.map +6 -0
  1578. package/dist/esm/protocol/messages/TlvTimedRequest.d.ts +12 -0
  1579. package/dist/esm/protocol/messages/TlvTimedRequest.d.ts.map +1 -0
  1580. package/dist/esm/protocol/messages/TlvTimedRequest.js +16 -0
  1581. package/dist/esm/protocol/messages/TlvTimedRequest.js.map +6 -0
  1582. package/dist/esm/protocol/messages/TlvWriteRequest.d.ts +39 -0
  1583. package/dist/esm/protocol/messages/TlvWriteRequest.d.ts.map +1 -0
  1584. package/dist/esm/protocol/messages/TlvWriteRequest.js +24 -0
  1585. package/dist/esm/protocol/messages/TlvWriteRequest.js.map +6 -0
  1586. package/dist/esm/protocol/messages/TlvWriteResponse.d.ts +36 -0
  1587. package/dist/esm/protocol/messages/TlvWriteResponse.d.ts.map +1 -0
  1588. package/dist/esm/protocol/messages/TlvWriteResponse.js +18 -0
  1589. package/dist/esm/protocol/messages/TlvWriteResponse.js.map +6 -0
  1590. package/dist/esm/protocol/messages/index.d.ts +18 -0
  1591. package/dist/esm/protocol/messages/index.d.ts.map +1 -0
  1592. package/dist/esm/protocol/messages/index.js +18 -0
  1593. package/dist/esm/protocol/messages/index.js.map +6 -0
  1594. package/dist/esm/protocol/types/TlvAttributeData.d.ts +30 -0
  1595. package/dist/esm/protocol/types/TlvAttributeData.d.ts.map +1 -0
  1596. package/dist/esm/protocol/types/TlvAttributeData.js +19 -0
  1597. package/dist/esm/protocol/types/TlvAttributeData.js.map +6 -0
  1598. package/dist/esm/protocol/types/TlvAttributePath.d.ts +26 -0
  1599. package/dist/esm/protocol/types/TlvAttributePath.d.ts.map +1 -0
  1600. package/dist/esm/protocol/types/TlvAttributePath.js +28 -0
  1601. package/dist/esm/protocol/types/TlvAttributePath.js.map +6 -0
  1602. package/dist/esm/protocol/types/TlvAttributeReport.d.ts +57 -0
  1603. package/dist/esm/protocol/types/TlvAttributeReport.d.ts.map +1 -0
  1604. package/dist/esm/protocol/types/TlvAttributeReport.js +17 -0
  1605. package/dist/esm/protocol/types/TlvAttributeReport.js.map +6 -0
  1606. package/dist/esm/protocol/types/TlvAttributeReportData.d.ts +29 -0
  1607. package/dist/esm/protocol/types/TlvAttributeReportData.d.ts.map +1 -0
  1608. package/dist/esm/protocol/types/TlvAttributeReportData.js +19 -0
  1609. package/dist/esm/protocol/types/TlvAttributeReportData.js.map +6 -0
  1610. package/dist/esm/protocol/types/TlvAttributeStatus.d.ts +32 -0
  1611. package/dist/esm/protocol/types/TlvAttributeStatus.d.ts.map +1 -0
  1612. package/dist/esm/protocol/types/TlvAttributeStatus.js +17 -0
  1613. package/dist/esm/protocol/types/TlvAttributeStatus.js.map +6 -0
  1614. package/dist/esm/protocol/types/TlvClusterPath.d.ts +12 -0
  1615. package/dist/esm/protocol/types/TlvClusterPath.d.ts.map +1 -0
  1616. package/dist/esm/protocol/types/TlvClusterPath.js +19 -0
  1617. package/dist/esm/protocol/types/TlvClusterPath.js.map +6 -0
  1618. package/dist/esm/protocol/types/TlvCommandData.d.ts +16 -0
  1619. package/dist/esm/protocol/types/TlvCommandData.d.ts.map +1 -0
  1620. package/dist/esm/protocol/types/TlvCommandData.js +19 -0
  1621. package/dist/esm/protocol/types/TlvCommandData.js.map +6 -0
  1622. package/dist/esm/protocol/types/TlvCommandPath.d.ts +12 -0
  1623. package/dist/esm/protocol/types/TlvCommandPath.d.ts.map +1 -0
  1624. package/dist/esm/protocol/types/TlvCommandPath.js +19 -0
  1625. package/dist/esm/protocol/types/TlvCommandPath.js.map +6 -0
  1626. package/dist/esm/protocol/types/TlvCommandStatus.d.ts +19 -0
  1627. package/dist/esm/protocol/types/TlvCommandStatus.d.ts.map +1 -0
  1628. package/dist/esm/protocol/types/TlvCommandStatus.js +19 -0
  1629. package/dist/esm/protocol/types/TlvCommandStatus.js.map +6 -0
  1630. package/dist/esm/protocol/types/TlvDataVersionFilter.d.ts +15 -0
  1631. package/dist/esm/protocol/types/TlvDataVersionFilter.d.ts.map +1 -0
  1632. package/dist/esm/protocol/types/TlvDataVersionFilter.js +17 -0
  1633. package/dist/esm/protocol/types/TlvDataVersionFilter.js.map +6 -0
  1634. package/dist/esm/protocol/types/TlvEventData.d.ts +24 -0
  1635. package/dist/esm/protocol/types/TlvEventData.d.ts.map +1 -0
  1636. package/dist/esm/protocol/types/TlvEventData.js +25 -0
  1637. package/dist/esm/protocol/types/TlvEventData.js.map +6 -0
  1638. package/dist/esm/protocol/types/TlvEventFilter.d.ts +11 -0
  1639. package/dist/esm/protocol/types/TlvEventFilter.d.ts.map +1 -0
  1640. package/dist/esm/protocol/types/TlvEventFilter.js +17 -0
  1641. package/dist/esm/protocol/types/TlvEventFilter.js.map +6 -0
  1642. package/dist/esm/protocol/types/TlvEventPath.d.ts +14 -0
  1643. package/dist/esm/protocol/types/TlvEventPath.d.ts.map +1 -0
  1644. package/dist/esm/protocol/types/TlvEventPath.js +23 -0
  1645. package/dist/esm/protocol/types/TlvEventPath.js.map +6 -0
  1646. package/dist/esm/protocol/types/TlvEventReport.d.ts +38 -0
  1647. package/dist/esm/protocol/types/TlvEventReport.d.ts.map +1 -0
  1648. package/dist/esm/protocol/types/TlvEventReport.js +17 -0
  1649. package/dist/esm/protocol/types/TlvEventReport.js.map +6 -0
  1650. package/dist/esm/protocol/types/TlvEventStatus.d.ts +20 -0
  1651. package/dist/esm/protocol/types/TlvEventStatus.d.ts.map +1 -0
  1652. package/dist/esm/protocol/types/TlvEventStatus.js +17 -0
  1653. package/dist/esm/protocol/types/TlvEventStatus.js.map +6 -0
  1654. package/dist/esm/protocol/types/TlvInvokeResponseData.d.ts +30 -0
  1655. package/dist/esm/protocol/types/TlvInvokeResponseData.d.ts.map +1 -0
  1656. package/dist/esm/protocol/types/TlvInvokeResponseData.js +17 -0
  1657. package/dist/esm/protocol/types/TlvInvokeResponseData.js.map +6 -0
  1658. package/dist/esm/protocol/types/TlvStatus.d.ts +11 -0
  1659. package/dist/esm/protocol/types/TlvStatus.d.ts.map +1 -0
  1660. package/dist/esm/protocol/types/TlvStatus.js +17 -0
  1661. package/dist/esm/protocol/types/TlvStatus.js.map +6 -0
  1662. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts +28 -0
  1663. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -0
  1664. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.js +30 -0
  1665. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.js.map +6 -0
  1666. package/dist/esm/protocol/types/index.d.ts +23 -0
  1667. package/dist/esm/protocol/types/index.d.ts.map +1 -0
  1668. package/dist/esm/protocol/types/index.js +23 -0
  1669. package/dist/esm/protocol/types/index.js.map +6 -0
  1670. package/dist/esm/schema/Base38Schema.d.ts +16 -0
  1671. package/dist/esm/schema/Base38Schema.d.ts.map +1 -0
  1672. package/dist/esm/schema/Base38Schema.js +90 -0
  1673. package/dist/esm/schema/Base38Schema.js.map +6 -0
  1674. package/dist/esm/schema/BitmapSchema.d.ts +76 -0
  1675. package/dist/esm/schema/BitmapSchema.d.ts.map +1 -0
  1676. package/dist/esm/schema/BitmapSchema.js +172 -0
  1677. package/dist/esm/schema/BitmapSchema.js.map +6 -0
  1678. package/dist/esm/schema/PairingCodeSchema.d.ts +105 -0
  1679. package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -0
  1680. package/dist/esm/schema/PairingCodeSchema.js +177 -0
  1681. package/dist/esm/schema/PairingCodeSchema.js.map +6 -0
  1682. package/dist/esm/schema/QrCodeSchema.d.ts +14 -0
  1683. package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -0
  1684. package/dist/esm/schema/QrCodeSchema.js +184 -0
  1685. package/dist/esm/schema/QrCodeSchema.js.map +6 -0
  1686. package/dist/esm/schema/Schema.d.ts +17 -0
  1687. package/dist/esm/schema/Schema.d.ts.map +1 -0
  1688. package/dist/esm/schema/Schema.js +27 -0
  1689. package/dist/esm/schema/Schema.js.map +6 -0
  1690. package/dist/esm/schema/SpecificationVersionSchema.d.ts +21 -0
  1691. package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -0
  1692. package/dist/esm/schema/SpecificationVersionSchema.js +22 -0
  1693. package/dist/esm/schema/SpecificationVersionSchema.js.map +6 -0
  1694. package/dist/esm/schema/index.d.ts +11 -0
  1695. package/dist/esm/schema/index.d.ts.map +1 -0
  1696. package/dist/esm/schema/index.js +11 -0
  1697. package/dist/esm/schema/index.js.map +6 -0
  1698. package/dist/esm/tlv/TlvAny.d.ts +22 -0
  1699. package/dist/esm/tlv/TlvAny.d.ts.map +1 -0
  1700. package/dist/esm/tlv/TlvAny.js +184 -0
  1701. package/dist/esm/tlv/TlvAny.js.map +6 -0
  1702. package/dist/esm/tlv/TlvArray.d.ts +39 -0
  1703. package/dist/esm/tlv/TlvArray.d.ts.map +1 -0
  1704. package/dist/esm/tlv/TlvArray.js +110 -0
  1705. package/dist/esm/tlv/TlvArray.js.map +6 -0
  1706. package/dist/esm/tlv/TlvBoolean.d.ts +20 -0
  1707. package/dist/esm/tlv/TlvBoolean.d.ts.map +1 -0
  1708. package/dist/esm/tlv/TlvBoolean.js +28 -0
  1709. package/dist/esm/tlv/TlvBoolean.js.map +6 -0
  1710. package/dist/esm/tlv/TlvCodec.d.ts +100 -0
  1711. package/dist/esm/tlv/TlvCodec.d.ts.map +1 -0
  1712. package/dist/esm/tlv/TlvCodec.js +397 -0
  1713. package/dist/esm/tlv/TlvCodec.js.map +6 -0
  1714. package/dist/esm/tlv/TlvNoArguments.d.ts +17 -0
  1715. package/dist/esm/tlv/TlvNoArguments.d.ts.map +1 -0
  1716. package/dist/esm/tlv/TlvNoArguments.js +21 -0
  1717. package/dist/esm/tlv/TlvNoArguments.js.map +6 -0
  1718. package/dist/esm/tlv/TlvNullable.d.ts +24 -0
  1719. package/dist/esm/tlv/TlvNullable.d.ts.map +1 -0
  1720. package/dist/esm/tlv/TlvNullable.js +51 -0
  1721. package/dist/esm/tlv/TlvNullable.js.map +6 -0
  1722. package/dist/esm/tlv/TlvNumber.d.ts +57 -0
  1723. package/dist/esm/tlv/TlvNumber.d.ts.map +1 -0
  1724. package/dist/esm/tlv/TlvNumber.js +185 -0
  1725. package/dist/esm/tlv/TlvNumber.js.map +6 -0
  1726. package/dist/esm/tlv/TlvObject.d.ts +103 -0
  1727. package/dist/esm/tlv/TlvObject.d.ts.map +1 -0
  1728. package/dist/esm/tlv/TlvObject.js +260 -0
  1729. package/dist/esm/tlv/TlvObject.js.map +6 -0
  1730. package/dist/esm/tlv/TlvSchema.d.ts +81 -0
  1731. package/dist/esm/tlv/TlvSchema.d.ts.map +1 -0
  1732. package/dist/esm/tlv/TlvSchema.js +93 -0
  1733. package/dist/esm/tlv/TlvSchema.js.map +6 -0
  1734. package/dist/esm/tlv/TlvString.d.ts +40 -0
  1735. package/dist/esm/tlv/TlvString.d.ts.map +1 -0
  1736. package/dist/esm/tlv/TlvString.js +64 -0
  1737. package/dist/esm/tlv/TlvString.js.map +6 -0
  1738. package/dist/esm/tlv/TlvVoid.d.ts +19 -0
  1739. package/dist/esm/tlv/TlvVoid.d.ts.map +1 -0
  1740. package/dist/esm/tlv/TlvVoid.js +26 -0
  1741. package/dist/esm/tlv/TlvVoid.js.map +6 -0
  1742. package/dist/esm/tlv/TlvWrapper.d.ts +17 -0
  1743. package/dist/esm/tlv/TlvWrapper.d.ts.map +1 -0
  1744. package/dist/esm/tlv/TlvWrapper.js +27 -0
  1745. package/dist/esm/tlv/TlvWrapper.js.map +6 -0
  1746. package/dist/esm/tlv/index.d.ts +18 -0
  1747. package/dist/esm/tlv/index.d.ts.map +1 -0
  1748. package/dist/esm/tlv/index.js +18 -0
  1749. package/dist/esm/tlv/index.js.map +6 -0
  1750. package/dist/esm/tsconfig.tsbuildinfo +1 -0
  1751. package/package.json +100 -0
  1752. package/src/cluster/Cluster.ts +970 -0
  1753. package/src/cluster/ClusterHelper.ts +206 -0
  1754. package/src/cluster/ClusterRegistry.ts +39 -0
  1755. package/src/cluster/ClusterType.ts +307 -0
  1756. package/src/cluster/index.ts +14 -0
  1757. package/src/cluster/mutation/ClusterComposer.ts +278 -0
  1758. package/src/cluster/mutation/ElementModifier.ts +210 -0
  1759. package/src/cluster/mutation/MutableCluster.ts +145 -0
  1760. package/src/cluster/mutation/index.ts +9 -0
  1761. package/src/clusters/access-control.ts +516 -0
  1762. package/src/clusters/account-login.ts +334 -0
  1763. package/src/clusters/actions.ts +991 -0
  1764. package/src/clusters/activated-carbon-filter-monitoring.ts +50 -0
  1765. package/src/clusters/administrator-commissioning.ts +416 -0
  1766. package/src/clusters/air-quality.ts +171 -0
  1767. package/src/clusters/alarm-base.ts +273 -0
  1768. package/src/clusters/application-basic.ts +178 -0
  1769. package/src/clusters/application-launcher.ts +389 -0
  1770. package/src/clusters/audio-output.ts +253 -0
  1771. package/src/clusters/ballast-configuration.ts +273 -0
  1772. package/src/clusters/basic-information.ts +674 -0
  1773. package/src/clusters/binding.ts +130 -0
  1774. package/src/clusters/boolean-state-configuration.ts +523 -0
  1775. package/src/clusters/boolean-state.ts +83 -0
  1776. package/src/clusters/bridged-device-basic-information.ts +195 -0
  1777. package/src/clusters/carbon-dioxide-concentration-measurement.ts +55 -0
  1778. package/src/clusters/carbon-monoxide-concentration-measurement.ts +55 -0
  1779. package/src/clusters/channel.ts +1122 -0
  1780. package/src/clusters/color-control.ts +1893 -0
  1781. package/src/clusters/concentration-measurement.ts +416 -0
  1782. package/src/clusters/content-app-observer.ts +168 -0
  1783. package/src/clusters/content-control.ts +1403 -0
  1784. package/src/clusters/content-launcher.ts +898 -0
  1785. package/src/clusters/descriptor.ts +225 -0
  1786. package/src/clusters/device-energy-management-mode.ts +227 -0
  1787. package/src/clusters/device-energy-management.ts +2001 -0
  1788. package/src/clusters/diagnostic-logs.ts +284 -0
  1789. package/src/clusters/dishwasher-alarm.ts +225 -0
  1790. package/src/clusters/dishwasher-mode.ts +149 -0
  1791. package/src/clusters/door-lock.ts +5075 -0
  1792. package/src/clusters/electrical-energy-measurement.ts +638 -0
  1793. package/src/clusters/electrical-power-measurement.ts +832 -0
  1794. package/src/clusters/energy-evse-mode.ts +219 -0
  1795. package/src/clusters/energy-evse.ts +1537 -0
  1796. package/src/clusters/energy-preference.ts +315 -0
  1797. package/src/clusters/ethernet-network-diagnostics.ts +333 -0
  1798. package/src/clusters/fan-control.ts +596 -0
  1799. package/src/clusters/fixed-label.ts +59 -0
  1800. package/src/clusters/flow-measurement.ts +81 -0
  1801. package/src/clusters/formaldehyde-concentration-measurement.ts +55 -0
  1802. package/src/clusters/general-commissioning.ts +565 -0
  1803. package/src/clusters/general-diagnostics.ts +917 -0
  1804. package/src/clusters/group-key-management.ts +574 -0
  1805. package/src/clusters/groups.ts +442 -0
  1806. package/src/clusters/hepa-filter-monitoring.ts +50 -0
  1807. package/src/clusters/icd-management.ts +718 -0
  1808. package/src/clusters/identify.ts +231 -0
  1809. package/src/clusters/illuminance-measurement.ts +109 -0
  1810. package/src/clusters/index.ts +158 -0
  1811. package/src/clusters/keypad-input.ts +290 -0
  1812. package/src/clusters/label.ts +66 -0
  1813. package/src/clusters/laundry-dryer-controls.ts +100 -0
  1814. package/src/clusters/laundry-washer-controls.ts +232 -0
  1815. package/src/clusters/laundry-washer-mode.ts +156 -0
  1816. package/src/clusters/level-control.ts +609 -0
  1817. package/src/clusters/localization-configuration.ts +75 -0
  1818. package/src/clusters/low-power.ts +60 -0
  1819. package/src/clusters/media-input.ts +272 -0
  1820. package/src/clusters/media-playback.ts +1157 -0
  1821. package/src/clusters/messages.ts +636 -0
  1822. package/src/clusters/microwave-oven-control.ts +397 -0
  1823. package/src/clusters/microwave-oven-mode.ts +117 -0
  1824. package/src/clusters/mode-base.ts +444 -0
  1825. package/src/clusters/mode-select.ts +327 -0
  1826. package/src/clusters/network-commissioning.ts +1435 -0
  1827. package/src/clusters/nitrogen-dioxide-concentration-measurement.ts +55 -0
  1828. package/src/clusters/occupancy-sensing.ts +237 -0
  1829. package/src/clusters/on-off.ts +528 -0
  1830. package/src/clusters/operational-credentials.ts +1027 -0
  1831. package/src/clusters/operational-state.ts +488 -0
  1832. package/src/clusters/ota-software-update-provider.ts +598 -0
  1833. package/src/clusters/ota-software-update-requestor.ts +595 -0
  1834. package/src/clusters/oven-cavity-operational-state.ts +292 -0
  1835. package/src/clusters/oven-mode.ts +259 -0
  1836. package/src/clusters/ozone-concentration-measurement.ts +50 -0
  1837. package/src/clusters/pm1-concentration-measurement.ts +50 -0
  1838. package/src/clusters/pm10-concentration-measurement.ts +50 -0
  1839. package/src/clusters/pm25-concentration-measurement.ts +50 -0
  1840. package/src/clusters/power-source-configuration.ts +57 -0
  1841. package/src/clusters/power-source.ts +1548 -0
  1842. package/src/clusters/power-topology.ts +193 -0
  1843. package/src/clusters/pressure-measurement.ts +206 -0
  1844. package/src/clusters/proxy-configuration.ts +77 -0
  1845. package/src/clusters/proxy-discovery.ts +90 -0
  1846. package/src/clusters/pulse-width-modulation.ts +54 -0
  1847. package/src/clusters/pump-configuration-and-control.ts +1000 -0
  1848. package/src/clusters/radon-concentration-measurement.ts +50 -0
  1849. package/src/clusters/refrigerator-alarm.ts +179 -0
  1850. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +138 -0
  1851. package/src/clusters/relative-humidity-measurement.ts +85 -0
  1852. package/src/clusters/resource-monitoring.ts +305 -0
  1853. package/src/clusters/rvc-clean-mode.ts +140 -0
  1854. package/src/clusters/rvc-operational-state.ts +270 -0
  1855. package/src/clusters/rvc-run-mode.ts +190 -0
  1856. package/src/clusters/scenes-management.ts +1011 -0
  1857. package/src/clusters/smoke-co-alarm.ts +756 -0
  1858. package/src/clusters/software-diagnostics.ts +292 -0
  1859. package/src/clusters/switch.ts +554 -0
  1860. package/src/clusters/target-navigator.ts +215 -0
  1861. package/src/clusters/temperature-control.ts +313 -0
  1862. package/src/clusters/temperature-measurement.ts +76 -0
  1863. package/src/clusters/thermostat-user-interface-configuration.ts +148 -0
  1864. package/src/clusters/thermostat.ts +1871 -0
  1865. package/src/clusters/thread-network-diagnostics.ts +1418 -0
  1866. package/src/clusters/time-format-localization.ts +258 -0
  1867. package/src/clusters/time-synchronization.ts +1099 -0
  1868. package/src/clusters/total-volatile-organic-compounds-concentration-measurement.ts +56 -0
  1869. package/src/clusters/unit-localization.ts +151 -0
  1870. package/src/clusters/user-label.ts +54 -0
  1871. package/src/clusters/valid-proxies.ts +90 -0
  1872. package/src/clusters/valve-configuration-and-control.ts +518 -0
  1873. package/src/clusters/wake-on-lan.ts +87 -0
  1874. package/src/clusters/wi-fi-network-diagnostics.ts +536 -0
  1875. package/src/clusters/window-covering.ts +1304 -0
  1876. package/src/commissioning/CommissioningConstants.ts +14 -0
  1877. package/src/commissioning/CommissioningOptions.ts +46 -0
  1878. package/src/commissioning/index.ts +8 -0
  1879. package/src/common/DeviceClassification.ts +49 -0
  1880. package/src/common/ProductDescription.ts +29 -0
  1881. package/src/common/StatusCode.ts +28 -0
  1882. package/src/common/ValidationError.ts +63 -0
  1883. package/src/common/index.ts +9 -0
  1884. package/src/datatype/AttributeId.ts +47 -0
  1885. package/src/datatype/CaseAuthenticatedTag.ts +71 -0
  1886. package/src/datatype/ClusterId.ts +59 -0
  1887. package/src/datatype/CommandId.ts +40 -0
  1888. package/src/datatype/DataVersion.ts +28 -0
  1889. package/src/datatype/DeviceTypeId.ts +40 -0
  1890. package/src/datatype/EndpointNumber.ts +35 -0
  1891. package/src/datatype/EntryIndex.ts +28 -0
  1892. package/src/datatype/EventId.ts +40 -0
  1893. package/src/datatype/EventNumber.ts +28 -0
  1894. package/src/datatype/FabricId.ts +28 -0
  1895. package/src/datatype/FabricIndex.ts +60 -0
  1896. package/src/datatype/FieldId.ts +55 -0
  1897. package/src/datatype/GroupId.ts +44 -0
  1898. package/src/datatype/ManufacturerExtensibleIdentifier.ts +53 -0
  1899. package/src/datatype/NodeId.ts +122 -0
  1900. package/src/datatype/SubjectId.ts +18 -0
  1901. package/src/datatype/VendorId.ts +44 -0
  1902. package/src/datatype/index.ts +24 -0
  1903. package/src/globals/MeasurementAccuracy.ts +66 -0
  1904. package/src/globals/MeasurementAccuracyRange.ts +147 -0
  1905. package/src/globals/MeasurementType.ts +84 -0
  1906. package/src/globals/Priority.ts +35 -0
  1907. package/src/globals/Semtag.ts +79 -0
  1908. package/src/globals/SoftwareVersionCertificationStatus.ts +36 -0
  1909. package/src/globals/Status.ts +235 -0
  1910. package/src/globals/Tod.ts +49 -0
  1911. package/src/globals/WildcardPathFlags.ts +62 -0
  1912. package/src/globals/index.ts +17 -0
  1913. package/src/index.ts +16 -0
  1914. package/src/protocol/definitions/index.ts +8 -0
  1915. package/src/protocol/definitions/interaction.ts +13 -0
  1916. package/src/protocol/definitions/secure-channel.ts +136 -0
  1917. package/src/protocol/index.ts +9 -0
  1918. package/src/protocol/messages/TlvDataReport.ts +30 -0
  1919. package/src/protocol/messages/TlvDataReportForSend.ts +29 -0
  1920. package/src/protocol/messages/TlvInvokeRequest.ts +25 -0
  1921. package/src/protocol/messages/TlvInvokeResponse.ts +23 -0
  1922. package/src/protocol/messages/TlvInvokeResponseForSend.ts +18 -0
  1923. package/src/protocol/messages/TlvReadRequest.ts +34 -0
  1924. package/src/protocol/messages/TlvStatusResponse.ts +17 -0
  1925. package/src/protocol/messages/TlvSubscribeRequest.ts +43 -0
  1926. package/src/protocol/messages/TlvSubscribeResponse.ts +19 -0
  1927. package/src/protocol/messages/TlvTimedRequest.ts +16 -0
  1928. package/src/protocol/messages/TlvWriteRequest.ts +26 -0
  1929. package/src/protocol/messages/TlvWriteResponse.ts +18 -0
  1930. package/src/protocol/messages/index.ts +18 -0
  1931. package/src/protocol/types/TlvAttributeData.ts +19 -0
  1932. package/src/protocol/types/TlvAttributePath.ts +28 -0
  1933. package/src/protocol/types/TlvAttributeReport.ts +17 -0
  1934. package/src/protocol/types/TlvAttributeReportData.ts +17 -0
  1935. package/src/protocol/types/TlvAttributeStatus.ts +17 -0
  1936. package/src/protocol/types/TlvClusterPath.ts +19 -0
  1937. package/src/protocol/types/TlvCommandData.ts +19 -0
  1938. package/src/protocol/types/TlvCommandPath.ts +19 -0
  1939. package/src/protocol/types/TlvCommandStatus.ts +19 -0
  1940. package/src/protocol/types/TlvDataVersionFilter.ts +17 -0
  1941. package/src/protocol/types/TlvEventData.ts +26 -0
  1942. package/src/protocol/types/TlvEventFilter.ts +17 -0
  1943. package/src/protocol/types/TlvEventPath.ts +23 -0
  1944. package/src/protocol/types/TlvEventReport.ts +17 -0
  1945. package/src/protocol/types/TlvEventStatus.ts +17 -0
  1946. package/src/protocol/types/TlvInvokeResponseData.ts +17 -0
  1947. package/src/protocol/types/TlvStatus.ts +17 -0
  1948. package/src/protocol/types/WildcardPathFlagsBitmap.ts +38 -0
  1949. package/src/protocol/types/index.ts +23 -0
  1950. package/src/schema/Base38Schema.ts +95 -0
  1951. package/src/schema/BitmapSchema.ts +232 -0
  1952. package/src/schema/PairingCodeSchema.ts +229 -0
  1953. package/src/schema/QrCodeSchema.ts +215 -0
  1954. package/src/schema/Schema.ts +31 -0
  1955. package/src/schema/SpecificationVersionSchema.ts +27 -0
  1956. package/src/schema/index.ts +12 -0
  1957. package/src/tlv/TlvAny.ts +192 -0
  1958. package/src/tlv/TlvArray.ts +145 -0
  1959. package/src/tlv/TlvBoolean.ts +34 -0
  1960. package/src/tlv/TlvCodec.ts +470 -0
  1961. package/src/tlv/TlvNoArguments.ts +26 -0
  1962. package/src/tlv/TlvNullable.ts +66 -0
  1963. package/src/tlv/TlvNumber.ts +205 -0
  1964. package/src/tlv/TlvObject.ts +380 -0
  1965. package/src/tlv/TlvSchema.ts +148 -0
  1966. package/src/tlv/TlvString.ts +84 -0
  1967. package/src/tlv/TlvVoid.ts +34 -0
  1968. package/src/tlv/TlvWrapper.ts +30 -0
  1969. package/src/tlv/index.ts +18 -0
  1970. package/src/tsconfig.json +17 -0
@@ -0,0 +1,4265 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2024 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
8
+ import { Attribute, Command } from "../cluster/Cluster.js";
9
+ import { BitFlag } from "../schema/BitmapSchema.js";
10
+ import { TypeFromSchema } from "../tlv/TlvSchema.js";
11
+ import { MediaPlayback } from "./media-playback.js";
12
+ import { Identity } from "#general";
13
+ export declare namespace ContentLauncher {
14
+ /**
15
+ * These are optional features supported by ContentLauncherCluster.
16
+ *
17
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.4
18
+ */
19
+ enum Feature {
20
+ /**
21
+ * ContentSearch (CS)
22
+ *
23
+ * Device supports content search (non-app specific)
24
+ */
25
+ ContentSearch = "ContentSearch",
26
+ /**
27
+ * UrlPlayback (UP)
28
+ *
29
+ * Device supports basic URL-based file playback
30
+ */
31
+ UrlPlayback = "UrlPlayback",
32
+ /**
33
+ * AdvancedSeek (AS)
34
+ *
35
+ * Enables clients to implement more advanced media seeking behavior in their user interface, such as for
36
+ * example a "seek bar".
37
+ */
38
+ AdvancedSeek = "AdvancedSeek",
39
+ /**
40
+ * TextTracks (TT)
41
+ *
42
+ * Device or app supports Text Tracks.
43
+ */
44
+ TextTracks = "TextTracks",
45
+ /**
46
+ * AudioTracks (AT)
47
+ *
48
+ * Device or app supports Audio Tracks.
49
+ */
50
+ AudioTracks = "AudioTracks"
51
+ }
52
+ /**
53
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.1
54
+ */
55
+ const SupportedProtocols: {
56
+ /**
57
+ * Device supports Dynamic Adaptive Streaming over HTTP (DASH)
58
+ */
59
+ dash: BitFlag;
60
+ /**
61
+ * Device supports HTTP Live Streaming (HLS)
62
+ */
63
+ hls: BitFlag;
64
+ };
65
+ /**
66
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.4
67
+ */
68
+ enum MetricType {
69
+ /**
70
+ * Dimensions defined in a number of Pixels
71
+ *
72
+ * This value is used for dimensions defined in a number of Pixels.
73
+ *
74
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.4.1
75
+ */
76
+ Pixels = 0,
77
+ /**
78
+ * Dimensions defined as a percentage
79
+ *
80
+ * This value is for dimensions defined as a percentage of the overall display dimensions. For example, if
81
+ * using a Percentage Metric type for a Width measurement of 50.0, against a display width of 1920 pixels, then
82
+ * the resulting value used would be 960 pixels (50.0% of 1920) for that dimension. Whenever a measurement uses
83
+ * this Metric type, the resulting values shall be rounded ("floored") towards 0 if the measurement requires an
84
+ * integer final value.
85
+ *
86
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.4.2
87
+ */
88
+ Percentage = 1
89
+ }
90
+ /**
91
+ * This object defines dimension which can be used for defining Size of background images.
92
+ *
93
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8
94
+ */
95
+ const TlvDimension: import("../tlv/TlvObject.js").ObjectSchema<{
96
+ /**
97
+ * This field shall indicate the width using the metric defined in Metric
98
+ *
99
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
100
+ */
101
+ width: import("../tlv/TlvObject.js").FieldType<number>;
102
+ /**
103
+ * This field shall indicate the height using the metric defined in Metric
104
+ *
105
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
106
+ */
107
+ height: import("../tlv/TlvObject.js").FieldType<number>;
108
+ /**
109
+ * This field shall indicate metric used for defining Height/Width.
110
+ *
111
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
112
+ */
113
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
114
+ }>;
115
+ /**
116
+ * This object defines dimension which can be used for defining Size of background images.
117
+ *
118
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8
119
+ */
120
+ interface Dimension extends TypeFromSchema<typeof TlvDimension> {
121
+ }
122
+ /**
123
+ * This object defines style information which can be used by content providers to change the Media Player’s style
124
+ * related properties.
125
+ *
126
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9
127
+ */
128
+ const TlvStyleInformation: import("../tlv/TlvObject.js").ObjectSchema<{
129
+ /**
130
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
131
+ * Watermark etc.
132
+ *
133
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
134
+ */
135
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
136
+ /**
137
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
138
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
139
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
140
+ *
141
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
142
+ *
143
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
144
+ *
145
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
146
+ */
147
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
148
+ /**
149
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
150
+ * Watermark etc.
151
+ *
152
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
153
+ */
154
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
155
+ /**
156
+ * This field shall indicate the width using the metric defined in Metric
157
+ *
158
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
159
+ */
160
+ width: import("../tlv/TlvObject.js").FieldType<number>;
161
+ /**
162
+ * This field shall indicate the height using the metric defined in Metric
163
+ *
164
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
165
+ */
166
+ height: import("../tlv/TlvObject.js").FieldType<number>;
167
+ /**
168
+ * This field shall indicate metric used for defining Height/Width.
169
+ *
170
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
171
+ */
172
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
173
+ }>>;
174
+ }>;
175
+ /**
176
+ * This object defines style information which can be used by content providers to change the Media Player’s style
177
+ * related properties.
178
+ *
179
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9
180
+ */
181
+ interface StyleInformation extends TypeFromSchema<typeof TlvStyleInformation> {
182
+ }
183
+ /**
184
+ * This object defines Branding Information which can be provided by the client in order to customize the skin of
185
+ * the Video Player during playback.
186
+ *
187
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10
188
+ */
189
+ const TlvBrandingInformation: import("../tlv/TlvObject.js").ObjectSchema<{
190
+ /**
191
+ * This field shall indicate name of the provider for the given content.
192
+ *
193
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.1
194
+ */
195
+ providerName: import("../tlv/TlvObject.js").FieldType<string>;
196
+ /**
197
+ * This field shall indicate background of the Video Player while content launch request is being processed by
198
+ * it. This background information may also be used by the Video Player when it is in idle state.
199
+ *
200
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.2
201
+ */
202
+ background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
203
+ /**
204
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
205
+ * Watermark etc.
206
+ *
207
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
208
+ */
209
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
210
+ /**
211
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
212
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
213
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
214
+ *
215
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
216
+ *
217
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
218
+ *
219
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
220
+ */
221
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
222
+ /**
223
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
224
+ * Watermark etc.
225
+ *
226
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
227
+ */
228
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
229
+ /**
230
+ * This field shall indicate the width using the metric defined in Metric
231
+ *
232
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
233
+ */
234
+ width: import("../tlv/TlvObject.js").FieldType<number>;
235
+ /**
236
+ * This field shall indicate the height using the metric defined in Metric
237
+ *
238
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
239
+ */
240
+ height: import("../tlv/TlvObject.js").FieldType<number>;
241
+ /**
242
+ * This field shall indicate metric used for defining Height/Width.
243
+ *
244
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
245
+ */
246
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
247
+ }>>;
248
+ }>>;
249
+ /**
250
+ * This field shall indicate the logo shown when the Video Player is launching. This is also used when the
251
+ * Video Player is in the idle state and Splash field is not available.
252
+ *
253
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.3
254
+ */
255
+ logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
256
+ /**
257
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
258
+ * Watermark etc.
259
+ *
260
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
261
+ */
262
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
263
+ /**
264
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
265
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
266
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
267
+ *
268
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
269
+ *
270
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
271
+ *
272
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
273
+ */
274
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
275
+ /**
276
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
277
+ * Watermark etc.
278
+ *
279
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
280
+ */
281
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
282
+ /**
283
+ * This field shall indicate the width using the metric defined in Metric
284
+ *
285
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
286
+ */
287
+ width: import("../tlv/TlvObject.js").FieldType<number>;
288
+ /**
289
+ * This field shall indicate the height using the metric defined in Metric
290
+ *
291
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
292
+ */
293
+ height: import("../tlv/TlvObject.js").FieldType<number>;
294
+ /**
295
+ * This field shall indicate metric used for defining Height/Width.
296
+ *
297
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
298
+ */
299
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
300
+ }>>;
301
+ }>>;
302
+ /**
303
+ * This field shall indicate the style of progress bar for media playback.
304
+ *
305
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.4
306
+ */
307
+ progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
308
+ /**
309
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
310
+ * Watermark etc.
311
+ *
312
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
313
+ */
314
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
315
+ /**
316
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
317
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
318
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
319
+ *
320
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
321
+ *
322
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
323
+ *
324
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
325
+ */
326
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
327
+ /**
328
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
329
+ * Watermark etc.
330
+ *
331
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
332
+ */
333
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
334
+ /**
335
+ * This field shall indicate the width using the metric defined in Metric
336
+ *
337
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
338
+ */
339
+ width: import("../tlv/TlvObject.js").FieldType<number>;
340
+ /**
341
+ * This field shall indicate the height using the metric defined in Metric
342
+ *
343
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
344
+ */
345
+ height: import("../tlv/TlvObject.js").FieldType<number>;
346
+ /**
347
+ * This field shall indicate metric used for defining Height/Width.
348
+ *
349
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
350
+ */
351
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
352
+ }>>;
353
+ }>>;
354
+ /**
355
+ * This field shall indicate the screen shown when the Video Player is in an idle state. If this property is
356
+ * not populated, the Video Player shall default to logo or the provider name.
357
+ *
358
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.5
359
+ */
360
+ splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
361
+ /**
362
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
363
+ * Watermark etc.
364
+ *
365
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
366
+ */
367
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
368
+ /**
369
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
370
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
371
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
372
+ *
373
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
374
+ *
375
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
376
+ *
377
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
378
+ */
379
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
380
+ /**
381
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
382
+ * Watermark etc.
383
+ *
384
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
385
+ */
386
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
387
+ /**
388
+ * This field shall indicate the width using the metric defined in Metric
389
+ *
390
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
391
+ */
392
+ width: import("../tlv/TlvObject.js").FieldType<number>;
393
+ /**
394
+ * This field shall indicate the height using the metric defined in Metric
395
+ *
396
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
397
+ */
398
+ height: import("../tlv/TlvObject.js").FieldType<number>;
399
+ /**
400
+ * This field shall indicate metric used for defining Height/Width.
401
+ *
402
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
403
+ */
404
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
405
+ }>>;
406
+ }>>;
407
+ /**
408
+ * This field shall indicate watermark shown when the media is playing.
409
+ *
410
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.6
411
+ */
412
+ waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
413
+ /**
414
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
415
+ * Watermark etc.
416
+ *
417
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
418
+ */
419
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
420
+ /**
421
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
422
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
423
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
424
+ *
425
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
426
+ *
427
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
428
+ *
429
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
430
+ */
431
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
432
+ /**
433
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
434
+ * Watermark etc.
435
+ *
436
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
437
+ */
438
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
439
+ /**
440
+ * This field shall indicate the width using the metric defined in Metric
441
+ *
442
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
443
+ */
444
+ width: import("../tlv/TlvObject.js").FieldType<number>;
445
+ /**
446
+ * This field shall indicate the height using the metric defined in Metric
447
+ *
448
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
449
+ */
450
+ height: import("../tlv/TlvObject.js").FieldType<number>;
451
+ /**
452
+ * This field shall indicate metric used for defining Height/Width.
453
+ *
454
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
455
+ */
456
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
457
+ }>>;
458
+ }>>;
459
+ }>;
460
+ /**
461
+ * This object defines Branding Information which can be provided by the client in order to customize the skin of
462
+ * the Video Player during playback.
463
+ *
464
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10
465
+ */
466
+ interface BrandingInformation extends TypeFromSchema<typeof TlvBrandingInformation> {
467
+ }
468
+ /**
469
+ * This structure defines Text/Audio Track preferences.
470
+ *
471
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12
472
+ */
473
+ const TlvTrackPreference: import("../tlv/TlvObject.js").ObjectSchema<{
474
+ /**
475
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
476
+ * primary language used in the Track.
477
+ *
478
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
479
+ */
480
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
481
+ /**
482
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
483
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
484
+ * corresponding to the Track.
485
+ *
486
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
487
+ */
488
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
489
+ /**
490
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
491
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
492
+ *
493
+ * This field shall NOT be present if the track is not an audio track.
494
+ *
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.
498
+ *
499
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
500
+ */
501
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
502
+ }>;
503
+ /**
504
+ * This structure defines Text/Audio Track preferences.
505
+ *
506
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12
507
+ */
508
+ interface TrackPreference extends TypeFromSchema<typeof TlvTrackPreference> {
509
+ }
510
+ /**
511
+ * PlaybackPreferencesStruct defines the preferences sent by the client to the receiver in the ContentLauncher
512
+ * LaunchURL or LaunchContent commands.
513
+ *
514
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11
515
+ */
516
+ const TlvPlaybackPreferences: import("../tlv/TlvObject.js").ObjectSchema<{
517
+ /**
518
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
519
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
520
+ * 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).
524
+ *
525
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
526
+ */
527
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
528
+ /**
529
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
530
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
531
+ * Track is up to the server.
532
+ *
533
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
534
+ */
535
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
536
+ /**
537
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
538
+ * primary language used in the Track.
539
+ *
540
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
541
+ */
542
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
543
+ /**
544
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
545
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
546
+ * corresponding to the Track.
547
+ *
548
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
549
+ */
550
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
551
+ /**
552
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
553
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
554
+ *
555
+ * This field shall NOT be present if the track is not an audio track.
556
+ *
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.
560
+ *
561
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
562
+ */
563
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
564
+ }> | null>;
565
+ /**
566
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
567
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
568
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
569
+ * decision to play and select an Audio Track is up to the server.
570
+ *
571
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
572
+ */
573
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
574
+ /**
575
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
576
+ * primary language used in the Track.
577
+ *
578
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
579
+ */
580
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
581
+ /**
582
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
583
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
584
+ * corresponding to the Track.
585
+ *
586
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
587
+ */
588
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
589
+ /**
590
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
591
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
592
+ *
593
+ * This field shall NOT be present if the track is not an audio track.
594
+ *
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.
598
+ *
599
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
600
+ */
601
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
602
+ }>[] | null>;
603
+ }>;
604
+ /**
605
+ * PlaybackPreferencesStruct defines the preferences sent by the client to the receiver in the ContentLauncher
606
+ * LaunchURL or LaunchContent commands.
607
+ *
608
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11
609
+ */
610
+ interface PlaybackPreferences extends TypeFromSchema<typeof TlvPlaybackPreferences> {
611
+ }
612
+ /**
613
+ * Input to the ContentLauncher launchUrl command
614
+ *
615
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2
616
+ */
617
+ const TlvLaunchUrlRequest: import("../tlv/TlvObject.js").ObjectSchema<{
618
+ /**
619
+ * This field shall indicate the URL of content to launch.
620
+ *
621
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
622
+ */
623
+ contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
624
+ /**
625
+ * This field, if present, shall provide a string that may be used to describe the content being accessed at
626
+ * the given URL.
627
+ *
628
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.2
629
+ */
630
+ displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
631
+ /**
632
+ * This field, if present, shall indicate the branding information that may be displayed when playing back the
633
+ * given content.
634
+ *
635
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.3
636
+ */
637
+ brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
638
+ /**
639
+ * This field shall indicate name of the provider for the given content.
640
+ *
641
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.1
642
+ */
643
+ providerName: import("../tlv/TlvObject.js").FieldType<string>;
644
+ /**
645
+ * This field shall indicate background of the Video Player while content launch request is being processed by
646
+ * it. This background information may also be used by the Video Player when it is in idle state.
647
+ *
648
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.2
649
+ */
650
+ background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
651
+ /**
652
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
653
+ * Watermark etc.
654
+ *
655
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
656
+ */
657
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
658
+ /**
659
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
660
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
661
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
662
+ *
663
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
664
+ *
665
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
666
+ *
667
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
668
+ */
669
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
670
+ /**
671
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
672
+ * Watermark etc.
673
+ *
674
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
675
+ */
676
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
677
+ /**
678
+ * This field shall indicate the width using the metric defined in Metric
679
+ *
680
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
681
+ */
682
+ width: import("../tlv/TlvObject.js").FieldType<number>;
683
+ /**
684
+ * This field shall indicate the height using the metric defined in Metric
685
+ *
686
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
687
+ */
688
+ height: import("../tlv/TlvObject.js").FieldType<number>;
689
+ /**
690
+ * This field shall indicate metric used for defining Height/Width.
691
+ *
692
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
693
+ */
694
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
695
+ }>>;
696
+ }>>;
697
+ /**
698
+ * This field shall indicate the logo shown when the Video Player is launching. This is also used when the
699
+ * Video Player is in the idle state and Splash field is not available.
700
+ *
701
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.3
702
+ */
703
+ logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
704
+ /**
705
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
706
+ * Watermark etc.
707
+ *
708
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
709
+ */
710
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
711
+ /**
712
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
713
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
714
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
715
+ *
716
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
717
+ *
718
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
719
+ *
720
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
721
+ */
722
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
723
+ /**
724
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
725
+ * Watermark etc.
726
+ *
727
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
728
+ */
729
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
730
+ /**
731
+ * This field shall indicate the width using the metric defined in Metric
732
+ *
733
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
734
+ */
735
+ width: import("../tlv/TlvObject.js").FieldType<number>;
736
+ /**
737
+ * This field shall indicate the height using the metric defined in Metric
738
+ *
739
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
740
+ */
741
+ height: import("../tlv/TlvObject.js").FieldType<number>;
742
+ /**
743
+ * This field shall indicate metric used for defining Height/Width.
744
+ *
745
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
746
+ */
747
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
748
+ }>>;
749
+ }>>;
750
+ /**
751
+ * This field shall indicate the style of progress bar for media playback.
752
+ *
753
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.4
754
+ */
755
+ progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
756
+ /**
757
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
758
+ * Watermark etc.
759
+ *
760
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
761
+ */
762
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
763
+ /**
764
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
765
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
766
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
767
+ *
768
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
769
+ *
770
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
771
+ *
772
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
773
+ */
774
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
775
+ /**
776
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
777
+ * Watermark etc.
778
+ *
779
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
780
+ */
781
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
782
+ /**
783
+ * This field shall indicate the width using the metric defined in Metric
784
+ *
785
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
786
+ */
787
+ width: import("../tlv/TlvObject.js").FieldType<number>;
788
+ /**
789
+ * This field shall indicate the height using the metric defined in Metric
790
+ *
791
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
792
+ */
793
+ height: import("../tlv/TlvObject.js").FieldType<number>;
794
+ /**
795
+ * This field shall indicate metric used for defining Height/Width.
796
+ *
797
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
798
+ */
799
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
800
+ }>>;
801
+ }>>;
802
+ /**
803
+ * This field shall indicate the screen shown when the Video Player is in an idle state. If this property is
804
+ * not populated, the Video Player shall default to logo or the provider name.
805
+ *
806
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.5
807
+ */
808
+ splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
809
+ /**
810
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
811
+ * Watermark etc.
812
+ *
813
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
814
+ */
815
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
816
+ /**
817
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
818
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
819
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
820
+ *
821
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
822
+ *
823
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
824
+ *
825
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
826
+ */
827
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
828
+ /**
829
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
830
+ * Watermark etc.
831
+ *
832
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
833
+ */
834
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
835
+ /**
836
+ * This field shall indicate the width using the metric defined in Metric
837
+ *
838
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
839
+ */
840
+ width: import("../tlv/TlvObject.js").FieldType<number>;
841
+ /**
842
+ * This field shall indicate the height using the metric defined in Metric
843
+ *
844
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
845
+ */
846
+ height: import("../tlv/TlvObject.js").FieldType<number>;
847
+ /**
848
+ * This field shall indicate metric used for defining Height/Width.
849
+ *
850
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
851
+ */
852
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
853
+ }>>;
854
+ }>>;
855
+ /**
856
+ * This field shall indicate watermark shown when the media is playing.
857
+ *
858
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.6
859
+ */
860
+ waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
861
+ /**
862
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
863
+ * Watermark etc.
864
+ *
865
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
866
+ */
867
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
868
+ /**
869
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
870
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
871
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
872
+ *
873
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
874
+ *
875
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
876
+ *
877
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
878
+ */
879
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
880
+ /**
881
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
882
+ * Watermark etc.
883
+ *
884
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
885
+ */
886
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
887
+ /**
888
+ * This field shall indicate the width using the metric defined in Metric
889
+ *
890
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
891
+ */
892
+ width: import("../tlv/TlvObject.js").FieldType<number>;
893
+ /**
894
+ * This field shall indicate the height using the metric defined in Metric
895
+ *
896
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
897
+ */
898
+ height: import("../tlv/TlvObject.js").FieldType<number>;
899
+ /**
900
+ * This field shall indicate metric used for defining Height/Width.
901
+ *
902
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
903
+ */
904
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
905
+ }>>;
906
+ }>>;
907
+ }>>;
908
+ /**
909
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
910
+ * media, sent from the client to the server. If the server does not find an available track for the title
911
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
912
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
913
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
914
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
915
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
916
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
917
+ *
918
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.4
919
+ */
920
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
921
+ /**
922
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
923
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
924
+ * 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).
928
+ *
929
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
930
+ */
931
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
932
+ /**
933
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
934
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
935
+ * Track is up to the server.
936
+ *
937
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
938
+ */
939
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
940
+ /**
941
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
942
+ * primary language used in the Track.
943
+ *
944
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
945
+ */
946
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
947
+ /**
948
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
949
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
950
+ * corresponding to the Track.
951
+ *
952
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
953
+ */
954
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
955
+ /**
956
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
957
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
958
+ *
959
+ * This field shall NOT be present if the track is not an audio track.
960
+ *
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.
964
+ *
965
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
966
+ */
967
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
968
+ }> | null>;
969
+ /**
970
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
971
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
972
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
973
+ * decision to play and select an Audio Track is up to the server.
974
+ *
975
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
976
+ */
977
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
978
+ /**
979
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
980
+ * primary language used in the Track.
981
+ *
982
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
983
+ */
984
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
985
+ /**
986
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
987
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
988
+ * corresponding to the Track.
989
+ *
990
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
991
+ */
992
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
993
+ /**
994
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
995
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
996
+ *
997
+ * This field shall NOT be present if the track is not an audio track.
998
+ *
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.
1002
+ *
1003
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1004
+ */
1005
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1006
+ }>[] | null>;
1007
+ }>>;
1008
+ }>;
1009
+ /**
1010
+ * Input to the ContentLauncher launchUrl command
1011
+ *
1012
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2
1013
+ */
1014
+ interface LaunchUrlRequest extends TypeFromSchema<typeof TlvLaunchUrlRequest> {
1015
+ }
1016
+ /**
1017
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.2
1018
+ */
1019
+ enum Status {
1020
+ /**
1021
+ * Command succeeded
1022
+ */
1023
+ Success = 0,
1024
+ /**
1025
+ * Requested URL could not be reached by device.
1026
+ */
1027
+ UrlNotAvailable = 1,
1028
+ /**
1029
+ * Requested URL returned 401 error code.
1030
+ */
1031
+ AuthFailed = 2,
1032
+ /**
1033
+ * Requested Text Track (in PlaybackPreferences) not available
1034
+ */
1035
+ TextTrackNotAvailable = 3,
1036
+ /**
1037
+ * Requested Audio Track (in PlaybackPreferences) not available
1038
+ */
1039
+ AudioTrackNotAvailable = 4
1040
+ }
1041
+ /**
1042
+ * This command shall be generated in response to LaunchContent and LaunchURL commands.
1043
+ *
1044
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3
1045
+ */
1046
+ const TlvLauncherResponse: import("../tlv/TlvObject.js").ObjectSchema<{
1047
+ /**
1048
+ * This field shall indicate the status of the command which resulted in this response.
1049
+ *
1050
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
1051
+ */
1052
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
1053
+ /**
1054
+ * This field shall indicate Optional app-specific data.
1055
+ *
1056
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
1057
+ */
1058
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1059
+ }>;
1060
+ /**
1061
+ * This command shall be generated in response to LaunchContent and LaunchURL commands.
1062
+ *
1063
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3
1064
+ */
1065
+ interface LauncherResponse extends TypeFromSchema<typeof TlvLauncherResponse> {
1066
+ }
1067
+ /**
1068
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.3
1069
+ */
1070
+ enum ParameterEnum {
1071
+ /**
1072
+ * Actor represents an actor credited in video media content; for example, “Gaby Hoffman”
1073
+ */
1074
+ Actor = 0,
1075
+ /**
1076
+ * Channel represents the identifying data for a television channel; for example, "PBS"
1077
+ */
1078
+ Channel = 1,
1079
+ /**
1080
+ * A character represented in video media content; for example, “Snow White”
1081
+ */
1082
+ Character = 2,
1083
+ /**
1084
+ * A director of the video media content; for example, “Spike Lee”
1085
+ */
1086
+ Director = 3,
1087
+ /**
1088
+ * An event is a reference to a type of event; examples would include sports, music, or other types of events.
1089
+ * For example, searching for "Football games" would search for a 'game' event entity and a 'football' sport
1090
+ * entity.
1091
+ */
1092
+ Event = 4,
1093
+ /**
1094
+ * A franchise is a video entity which can represent a number of video entities, like movies or TV shows. For
1095
+ * example, take the fictional franchise "Intergalactic Wars" which represents a collection of movie trilogies,
1096
+ * as well as animated and live action TV shows. This entity type was introduced to account for requests by
1097
+ * customers such as "Find Intergalactic Wars movies", which would search for all 'Intergalactic Wars' programs
1098
+ * of the MOVIE MediaType, rather than attempting to match to a single title.
1099
+ */
1100
+ Franchise = 5,
1101
+ /**
1102
+ * Genre represents the genre of video media content such as action, drama or comedy.
1103
+ */
1104
+ Genre = 6,
1105
+ /**
1106
+ * League represents the categorical information for a sporting league; for example, "NCAA"
1107
+ */
1108
+ League = 7,
1109
+ /**
1110
+ * Popularity indicates whether the user asks for popular content.
1111
+ */
1112
+ Popularity = 8,
1113
+ /**
1114
+ * The provider (MSP) the user wants this media to be played on; for example, "Netflix".
1115
+ */
1116
+ Provider = 9,
1117
+ /**
1118
+ * Sport represents the categorical information of a sport; for example, football
1119
+ */
1120
+ Sport = 10,
1121
+ /**
1122
+ * SportsTeam represents the categorical information of a professional sports team; for example, "University of
1123
+ * Washington Huskies"
1124
+ */
1125
+ SportsTeam = 11,
1126
+ /**
1127
+ * The type of content requested. Supported types are "Movie", "MovieSeries", "TVSeries", "TVSeason",
1128
+ * "TVEpisode", "Trailer", "SportsEvent", "LiveEvent", and "Video"
1129
+ */
1130
+ Type = 12,
1131
+ /**
1132
+ * Video represents the identifying data for a specific piece of video content; for example, "Manchester by the
1133
+ * Sea".
1134
+ */
1135
+ Video = 13,
1136
+ /**
1137
+ * Season represents the specific season number within a TV series.
1138
+ */
1139
+ Season = 14,
1140
+ /**
1141
+ * Episode represents a specific episode number within a Season in a TV series.
1142
+ */
1143
+ Episode = 15,
1144
+ /**
1145
+ * Represents a search text input across many parameter types or even outside of the defined param types.
1146
+ */
1147
+ Any = 16
1148
+ }
1149
+ /**
1150
+ * This object defines additional name=value pairs that can be used for identifying content.
1151
+ *
1152
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5
1153
+ */
1154
+ const TlvAdditionalInfo: import("../tlv/TlvObject.js").ObjectSchema<{
1155
+ /**
1156
+ * This field shall indicate the name of external id, ex. "musicbrainz".
1157
+ *
1158
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.1
1159
+ */
1160
+ name: import("../tlv/TlvObject.js").FieldType<string>;
1161
+ /**
1162
+ * This field shall indicate the value for external id, ex. "ST0000000666661".
1163
+ *
1164
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.2
1165
+ */
1166
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1167
+ }>;
1168
+ /**
1169
+ * This object defines additional name=value pairs that can be used for identifying content.
1170
+ *
1171
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5
1172
+ */
1173
+ interface AdditionalInfo extends TypeFromSchema<typeof TlvAdditionalInfo> {
1174
+ }
1175
+ /**
1176
+ * This object defines inputs to a search for content for display or playback.
1177
+ *
1178
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6
1179
+ */
1180
+ const TlvParameter: import("../tlv/TlvObject.js").ObjectSchema<{
1181
+ /**
1182
+ * This field shall indicate the entity type.
1183
+ *
1184
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.1
1185
+ */
1186
+ type: import("../tlv/TlvObject.js").FieldType<ParameterEnum>;
1187
+ /**
1188
+ * This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
1189
+ *
1190
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.2
1191
+ */
1192
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1193
+ /**
1194
+ * This field shall indicate the list of additional external content identifiers.
1195
+ *
1196
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.3
1197
+ */
1198
+ externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1199
+ /**
1200
+ * This field shall indicate the name of external id, ex. "musicbrainz".
1201
+ *
1202
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.1
1203
+ */
1204
+ name: import("../tlv/TlvObject.js").FieldType<string>;
1205
+ /**
1206
+ * This field shall indicate the value for external id, ex. "ST0000000666661".
1207
+ *
1208
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.2
1209
+ */
1210
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1211
+ }>[]>;
1212
+ }>;
1213
+ /**
1214
+ * This object defines inputs to a search for content for display or playback.
1215
+ *
1216
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6
1217
+ */
1218
+ interface Parameter extends TypeFromSchema<typeof TlvParameter> {
1219
+ }
1220
+ /**
1221
+ * This object defines inputs to a search for content for display or playback.
1222
+ *
1223
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.7
1224
+ */
1225
+ const TlvContentSearch: import("../tlv/TlvObject.js").ObjectSchema<{
1226
+ /**
1227
+ * This field shall indicate the list of parameters comprising the search. If multiple parameters are provided,
1228
+ * the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
1229
+ * represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
1230
+ *
1231
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.7.1
1232
+ */
1233
+ parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1234
+ /**
1235
+ * This field shall indicate the entity type.
1236
+ *
1237
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.1
1238
+ */
1239
+ type: import("../tlv/TlvObject.js").FieldType<ParameterEnum>;
1240
+ /**
1241
+ * This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
1242
+ *
1243
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.2
1244
+ */
1245
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1246
+ /**
1247
+ * This field shall indicate the list of additional external content identifiers.
1248
+ *
1249
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.3
1250
+ */
1251
+ externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1252
+ /**
1253
+ * This field shall indicate the name of external id, ex. "musicbrainz".
1254
+ *
1255
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.1
1256
+ */
1257
+ name: import("../tlv/TlvObject.js").FieldType<string>;
1258
+ /**
1259
+ * This field shall indicate the value for external id, ex. "ST0000000666661".
1260
+ *
1261
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.2
1262
+ */
1263
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1264
+ }>[]>;
1265
+ }>[]>;
1266
+ }>;
1267
+ /**
1268
+ * This object defines inputs to a search for content for display or playback.
1269
+ *
1270
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.7
1271
+ */
1272
+ interface ContentSearch extends TypeFromSchema<typeof TlvContentSearch> {
1273
+ }
1274
+ /**
1275
+ * Input to the ContentLauncher launchContent command
1276
+ *
1277
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1
1278
+ */
1279
+ const TlvLaunchContentRequest: import("../tlv/TlvObject.js").ObjectSchema<{
1280
+ /**
1281
+ * This field shall indicate the content to launch.
1282
+ *
1283
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.1
1284
+ */
1285
+ search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1286
+ /**
1287
+ * This field shall indicate the list of parameters comprising the search. If multiple parameters are provided,
1288
+ * the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
1289
+ * represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
1290
+ *
1291
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.7.1
1292
+ */
1293
+ parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1294
+ /**
1295
+ * This field shall indicate the entity type.
1296
+ *
1297
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.1
1298
+ */
1299
+ type: import("../tlv/TlvObject.js").FieldType<ParameterEnum>;
1300
+ /**
1301
+ * This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
1302
+ *
1303
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.2
1304
+ */
1305
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1306
+ /**
1307
+ * This field shall indicate the list of additional external content identifiers.
1308
+ *
1309
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.3
1310
+ */
1311
+ externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1312
+ /**
1313
+ * This field shall indicate the name of external id, ex. "musicbrainz".
1314
+ *
1315
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.1
1316
+ */
1317
+ name: import("../tlv/TlvObject.js").FieldType<string>;
1318
+ /**
1319
+ * This field shall indicate the value for external id, ex. "ST0000000666661".
1320
+ *
1321
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.2
1322
+ */
1323
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1324
+ }>[]>;
1325
+ }>[]>;
1326
+ }>>;
1327
+ /**
1328
+ * This field shall indicate whether to automatically start playing content, where:
1329
+ *
1330
+ * • TRUE means best match should start playing automatically.
1331
+ *
1332
+ * • FALSE means matches should be displayed on screen for user selection.
1333
+ *
1334
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.2
1335
+ */
1336
+ autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
1337
+ /**
1338
+ * This field, if present, shall indicate app-specific data.
1339
+ *
1340
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.3
1341
+ */
1342
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1343
+ /**
1344
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
1345
+ * media, sent from the client to the server. If the server does not find an available track for the title
1346
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
1347
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
1348
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
1349
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
1350
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
1351
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
1352
+ *
1353
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.4
1354
+ */
1355
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1356
+ /**
1357
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
1358
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
1359
+ * 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).
1363
+ *
1364
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
1365
+ */
1366
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
1367
+ /**
1368
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
1369
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
1370
+ * Track is up to the server.
1371
+ *
1372
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
1373
+ */
1374
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1375
+ /**
1376
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
1377
+ * primary language used in the Track.
1378
+ *
1379
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
1380
+ */
1381
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
1382
+ /**
1383
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
1384
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
1385
+ * corresponding to the Track.
1386
+ *
1387
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
1388
+ */
1389
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
1390
+ /**
1391
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
1392
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
1393
+ *
1394
+ * This field shall NOT be present if the track is not an audio track.
1395
+ *
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.
1399
+ *
1400
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1401
+ */
1402
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1403
+ }> | null>;
1404
+ /**
1405
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
1406
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
1407
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
1408
+ * decision to play and select an Audio Track is up to the server.
1409
+ *
1410
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
1411
+ */
1412
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1413
+ /**
1414
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
1415
+ * primary language used in the Track.
1416
+ *
1417
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
1418
+ */
1419
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
1420
+ /**
1421
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
1422
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
1423
+ * corresponding to the Track.
1424
+ *
1425
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
1426
+ */
1427
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
1428
+ /**
1429
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
1430
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
1431
+ *
1432
+ * This field shall NOT be present if the track is not an audio track.
1433
+ *
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.
1437
+ *
1438
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1439
+ */
1440
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1441
+ }>[] | null>;
1442
+ }>>;
1443
+ /**
1444
+ * This field, if present, shall indicate whether to consider the context of current ongoing activity on the
1445
+ * receiver to fulfill the request. For example if the request only includes data in ContentSearch that
1446
+ * specifies an Episode number, and UseCurrentContent is set to TRUE, if there is a TV series on going, the
1447
+ * request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
1448
+ * context may be considered FALSE means current activity context shall NOT be considered
1449
+ *
1450
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.5
1451
+ */
1452
+ useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
1453
+ }>;
1454
+ /**
1455
+ * Input to the ContentLauncher launchContent command
1456
+ *
1457
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1
1458
+ */
1459
+ interface LaunchContentRequest extends TypeFromSchema<typeof TlvLaunchContentRequest> {
1460
+ }
1461
+ /**
1462
+ * A ContentLauncherCluster supports these elements if it supports feature UrlPlayback.
1463
+ */
1464
+ const UrlPlaybackComponent: {
1465
+ readonly attributes: {
1466
+ /**
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.
1469
+ *
1470
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.1
1471
+ */
1472
+ readonly acceptHeader: Attribute<string[], any>;
1473
+ /**
1474
+ * This attribute shall provide information about supported streaming protocols.
1475
+ *
1476
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.2
1477
+ */
1478
+ readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1479
+ /**
1480
+ * Device supports Dynamic Adaptive Streaming over HTTP (DASH)
1481
+ */
1482
+ dash: BitFlag;
1483
+ /**
1484
+ * Device supports HTTP Live Streaming (HLS)
1485
+ */
1486
+ hls: BitFlag;
1487
+ }>, any>;
1488
+ };
1489
+ readonly commands: {
1490
+ /**
1491
+ * Upon receipt, this shall launch content from the specified URL.
1492
+ *
1493
+ * The content types supported include those identified in the AcceptHeader and SupportedStreaming
1494
+ *
1495
+ * Protocols attributes.
1496
+ *
1497
+ * A check shall be made to ensure the URL is secure (uses HTTPS).
1498
+ *
1499
+ * When playing a video stream in response to this command, an indication (ex. visual) of the identity of
1500
+ * the origin node of the video stream shall be provided. This could be in the form of a friendly name
1501
+ * label which uniquely identifies the node to the user. This friendly name label is typically assigned by
1502
+ * the Matter Admin (ex. TV) at the time of commissioning and, when it’s a device, is often editable by the
1503
+ * user. It might be a combination of a company name and friendly name, for example, ”Acme” or “Acme
1504
+ * Streaming Service on Alice’s Phone”.
1505
+ *
1506
+ * This command returns a Launch Response.
1507
+ *
1508
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2
1509
+ */
1510
+ readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1511
+ /**
1512
+ * This field shall indicate the URL of content to launch.
1513
+ *
1514
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
1515
+ */
1516
+ contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
1517
+ /**
1518
+ * This field, if present, shall provide a string that may be used to describe the content being accessed at
1519
+ * the given URL.
1520
+ *
1521
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.2
1522
+ */
1523
+ displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1524
+ /**
1525
+ * This field, if present, shall indicate the branding information that may be displayed when playing back the
1526
+ * given content.
1527
+ *
1528
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.3
1529
+ */
1530
+ brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1531
+ /**
1532
+ * This field shall indicate name of the provider for the given content.
1533
+ *
1534
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.1
1535
+ */
1536
+ providerName: import("../tlv/TlvObject.js").FieldType<string>;
1537
+ /**
1538
+ * This field shall indicate background of the Video Player while content launch request is being processed by
1539
+ * it. This background information may also be used by the Video Player when it is in idle state.
1540
+ *
1541
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.2
1542
+ */
1543
+ background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1544
+ /**
1545
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1546
+ * Watermark etc.
1547
+ *
1548
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1549
+ */
1550
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1551
+ /**
1552
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
1553
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
1554
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
1555
+ *
1556
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
1557
+ *
1558
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
1559
+ *
1560
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
1561
+ */
1562
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1563
+ /**
1564
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1565
+ * Watermark etc.
1566
+ *
1567
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1568
+ */
1569
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1570
+ /**
1571
+ * This field shall indicate the width using the metric defined in Metric
1572
+ *
1573
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
1574
+ */
1575
+ width: import("../tlv/TlvObject.js").FieldType<number>;
1576
+ /**
1577
+ * This field shall indicate the height using the metric defined in Metric
1578
+ *
1579
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
1580
+ */
1581
+ height: import("../tlv/TlvObject.js").FieldType<number>;
1582
+ /**
1583
+ * This field shall indicate metric used for defining Height/Width.
1584
+ *
1585
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
1586
+ */
1587
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
1588
+ }>>;
1589
+ }>>;
1590
+ /**
1591
+ * This field shall indicate the logo shown when the Video Player is launching. This is also used when the
1592
+ * Video Player is in the idle state and Splash field is not available.
1593
+ *
1594
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.3
1595
+ */
1596
+ logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1597
+ /**
1598
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1599
+ * Watermark etc.
1600
+ *
1601
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1602
+ */
1603
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1604
+ /**
1605
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
1606
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
1607
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
1608
+ *
1609
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
1610
+ *
1611
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
1612
+ *
1613
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
1614
+ */
1615
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1616
+ /**
1617
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1618
+ * Watermark etc.
1619
+ *
1620
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1621
+ */
1622
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1623
+ /**
1624
+ * This field shall indicate the width using the metric defined in Metric
1625
+ *
1626
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
1627
+ */
1628
+ width: import("../tlv/TlvObject.js").FieldType<number>;
1629
+ /**
1630
+ * This field shall indicate the height using the metric defined in Metric
1631
+ *
1632
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
1633
+ */
1634
+ height: import("../tlv/TlvObject.js").FieldType<number>;
1635
+ /**
1636
+ * This field shall indicate metric used for defining Height/Width.
1637
+ *
1638
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
1639
+ */
1640
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
1641
+ }>>;
1642
+ }>>;
1643
+ /**
1644
+ * This field shall indicate the style of progress bar for media playback.
1645
+ *
1646
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.4
1647
+ */
1648
+ progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1649
+ /**
1650
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1651
+ * Watermark etc.
1652
+ *
1653
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1654
+ */
1655
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1656
+ /**
1657
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
1658
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
1659
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
1660
+ *
1661
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
1662
+ *
1663
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
1664
+ *
1665
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
1666
+ */
1667
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1668
+ /**
1669
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1670
+ * Watermark etc.
1671
+ *
1672
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1673
+ */
1674
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1675
+ /**
1676
+ * This field shall indicate the width using the metric defined in Metric
1677
+ *
1678
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
1679
+ */
1680
+ width: import("../tlv/TlvObject.js").FieldType<number>;
1681
+ /**
1682
+ * This field shall indicate the height using the metric defined in Metric
1683
+ *
1684
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
1685
+ */
1686
+ height: import("../tlv/TlvObject.js").FieldType<number>;
1687
+ /**
1688
+ * This field shall indicate metric used for defining Height/Width.
1689
+ *
1690
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
1691
+ */
1692
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
1693
+ }>>;
1694
+ }>>;
1695
+ /**
1696
+ * This field shall indicate the screen shown when the Video Player is in an idle state. If this property is
1697
+ * not populated, the Video Player shall default to logo or the provider name.
1698
+ *
1699
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.5
1700
+ */
1701
+ splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1702
+ /**
1703
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1704
+ * Watermark etc.
1705
+ *
1706
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1707
+ */
1708
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1709
+ /**
1710
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
1711
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
1712
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
1713
+ *
1714
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
1715
+ *
1716
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
1717
+ *
1718
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
1719
+ */
1720
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1721
+ /**
1722
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1723
+ * Watermark etc.
1724
+ *
1725
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1726
+ */
1727
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1728
+ /**
1729
+ * This field shall indicate the width using the metric defined in Metric
1730
+ *
1731
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
1732
+ */
1733
+ width: import("../tlv/TlvObject.js").FieldType<number>;
1734
+ /**
1735
+ * This field shall indicate the height using the metric defined in Metric
1736
+ *
1737
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
1738
+ */
1739
+ height: import("../tlv/TlvObject.js").FieldType<number>;
1740
+ /**
1741
+ * This field shall indicate metric used for defining Height/Width.
1742
+ *
1743
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
1744
+ */
1745
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
1746
+ }>>;
1747
+ }>>;
1748
+ /**
1749
+ * This field shall indicate watermark shown when the media is playing.
1750
+ *
1751
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.6
1752
+ */
1753
+ waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1754
+ /**
1755
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
1756
+ * Watermark etc.
1757
+ *
1758
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
1759
+ */
1760
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1761
+ /**
1762
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
1763
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
1764
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
1765
+ *
1766
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
1767
+ *
1768
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
1769
+ *
1770
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
1771
+ */
1772
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1773
+ /**
1774
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
1775
+ * Watermark etc.
1776
+ *
1777
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
1778
+ */
1779
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1780
+ /**
1781
+ * This field shall indicate the width using the metric defined in Metric
1782
+ *
1783
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
1784
+ */
1785
+ width: import("../tlv/TlvObject.js").FieldType<number>;
1786
+ /**
1787
+ * This field shall indicate the height using the metric defined in Metric
1788
+ *
1789
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
1790
+ */
1791
+ height: import("../tlv/TlvObject.js").FieldType<number>;
1792
+ /**
1793
+ * This field shall indicate metric used for defining Height/Width.
1794
+ *
1795
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
1796
+ */
1797
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
1798
+ }>>;
1799
+ }>>;
1800
+ }>>;
1801
+ /**
1802
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
1803
+ * media, sent from the client to the server. If the server does not find an available track for the title
1804
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
1805
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
1806
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
1807
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
1808
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
1809
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
1810
+ *
1811
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.4
1812
+ */
1813
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1814
+ /**
1815
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
1816
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
1817
+ * 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).
1821
+ *
1822
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
1823
+ */
1824
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
1825
+ /**
1826
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
1827
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
1828
+ * Track is up to the server.
1829
+ *
1830
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
1831
+ */
1832
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1833
+ /**
1834
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
1835
+ * primary language used in the Track.
1836
+ *
1837
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
1838
+ */
1839
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
1840
+ /**
1841
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
1842
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
1843
+ * corresponding to the Track.
1844
+ *
1845
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
1846
+ */
1847
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
1848
+ /**
1849
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
1850
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
1851
+ *
1852
+ * This field shall NOT be present if the track is not an audio track.
1853
+ *
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.
1857
+ *
1858
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1859
+ */
1860
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1861
+ }> | null>;
1862
+ /**
1863
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
1864
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
1865
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
1866
+ * decision to play and select an Audio Track is up to the server.
1867
+ *
1868
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
1869
+ */
1870
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1871
+ /**
1872
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
1873
+ * primary language used in the Track.
1874
+ *
1875
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
1876
+ */
1877
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
1878
+ /**
1879
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
1880
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
1881
+ * corresponding to the Track.
1882
+ *
1883
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
1884
+ */
1885
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
1886
+ /**
1887
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
1888
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
1889
+ *
1890
+ * This field shall NOT be present if the track is not an audio track.
1891
+ *
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.
1895
+ *
1896
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
1897
+ */
1898
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1899
+ }>[] | null>;
1900
+ }>>;
1901
+ }>, import("../tlv/TlvObject.js").TypeFromFields<{
1902
+ /**
1903
+ * This field shall indicate the status of the command which resulted in this response.
1904
+ *
1905
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
1906
+ */
1907
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
1908
+ /**
1909
+ * This field shall indicate Optional app-specific data.
1910
+ *
1911
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
1912
+ */
1913
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1914
+ }>, any>;
1915
+ };
1916
+ };
1917
+ /**
1918
+ * A ContentLauncherCluster supports these elements if it supports feature ContentSearch.
1919
+ */
1920
+ const ContentSearchComponent: {
1921
+ readonly commands: {
1922
+ /**
1923
+ * Upon receipt, this shall launch the specified content with optional search criteria. This command
1924
+ * returns a Launch Response.
1925
+ *
1926
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1
1927
+ */
1928
+ readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1929
+ /**
1930
+ * This field shall indicate the content to launch.
1931
+ *
1932
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.1
1933
+ */
1934
+ search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1935
+ /**
1936
+ * This field shall indicate the list of parameters comprising the search. If multiple parameters are provided,
1937
+ * the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
1938
+ * represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
1939
+ *
1940
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.7.1
1941
+ */
1942
+ parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1943
+ /**
1944
+ * This field shall indicate the entity type.
1945
+ *
1946
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.1
1947
+ */
1948
+ type: import("../tlv/TlvObject.js").FieldType<ParameterEnum>;
1949
+ /**
1950
+ * This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
1951
+ *
1952
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.2
1953
+ */
1954
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1955
+ /**
1956
+ * This field shall indicate the list of additional external content identifiers.
1957
+ *
1958
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.3
1959
+ */
1960
+ externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1961
+ /**
1962
+ * This field shall indicate the name of external id, ex. "musicbrainz".
1963
+ *
1964
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.1
1965
+ */
1966
+ name: import("../tlv/TlvObject.js").FieldType<string>;
1967
+ /**
1968
+ * This field shall indicate the value for external id, ex. "ST0000000666661".
1969
+ *
1970
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.2
1971
+ */
1972
+ value: import("../tlv/TlvObject.js").FieldType<string>;
1973
+ }>[]>;
1974
+ }>[]>;
1975
+ }>>;
1976
+ /**
1977
+ * This field shall indicate whether to automatically start playing content, where:
1978
+ *
1979
+ * • TRUE means best match should start playing automatically.
1980
+ *
1981
+ * • FALSE means matches should be displayed on screen for user selection.
1982
+ *
1983
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.2
1984
+ */
1985
+ autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
1986
+ /**
1987
+ * This field, if present, shall indicate app-specific data.
1988
+ *
1989
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.3
1990
+ */
1991
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1992
+ /**
1993
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
1994
+ * media, sent from the client to the server. If the server does not find an available track for the title
1995
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
1996
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
1997
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
1998
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
1999
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
2000
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
2001
+ *
2002
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.4
2003
+ */
2004
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2005
+ /**
2006
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
2007
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
2008
+ * 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).
2012
+ *
2013
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
2014
+ */
2015
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
2016
+ /**
2017
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
2018
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
2019
+ * Track is up to the server.
2020
+ *
2021
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
2022
+ */
2023
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2024
+ /**
2025
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
2026
+ * primary language used in the Track.
2027
+ *
2028
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
2029
+ */
2030
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
2031
+ /**
2032
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
2033
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
2034
+ * corresponding to the Track.
2035
+ *
2036
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
2037
+ */
2038
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
2039
+ /**
2040
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
2041
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
2042
+ *
2043
+ * This field shall NOT be present if the track is not an audio track.
2044
+ *
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.
2048
+ *
2049
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2050
+ */
2051
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2052
+ }> | null>;
2053
+ /**
2054
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
2055
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
2056
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
2057
+ * decision to play and select an Audio Track is up to the server.
2058
+ *
2059
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
2060
+ */
2061
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2062
+ /**
2063
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
2064
+ * primary language used in the Track.
2065
+ *
2066
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
2067
+ */
2068
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
2069
+ /**
2070
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
2071
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
2072
+ * corresponding to the Track.
2073
+ *
2074
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
2075
+ */
2076
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
2077
+ /**
2078
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
2079
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
2080
+ *
2081
+ * This field shall NOT be present if the track is not an audio track.
2082
+ *
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.
2086
+ *
2087
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2088
+ */
2089
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2090
+ }>[] | null>;
2091
+ }>>;
2092
+ /**
2093
+ * This field, if present, shall indicate whether to consider the context of current ongoing activity on the
2094
+ * receiver to fulfill the request. For example if the request only includes data in ContentSearch that
2095
+ * specifies an Episode number, and UseCurrentContent is set to TRUE, if there is a TV series on going, the
2096
+ * request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
2097
+ * context may be considered FALSE means current activity context shall NOT be considered
2098
+ *
2099
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.5
2100
+ */
2101
+ useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
2102
+ }>, import("../tlv/TlvObject.js").TypeFromFields<{
2103
+ /**
2104
+ * This field shall indicate the status of the command which resulted in this response.
2105
+ *
2106
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
2107
+ */
2108
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
2109
+ /**
2110
+ * This field shall indicate Optional app-specific data.
2111
+ *
2112
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
2113
+ */
2114
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2115
+ }>, any>;
2116
+ };
2117
+ };
2118
+ /**
2119
+ * A ContentLauncherCluster supports these elements if it supports features ContentSearch or UrlPlayback.
2120
+ */
2121
+ const ContentSearchOrUrlPlaybackComponent: {};
2122
+ /**
2123
+ * These elements and properties are present in all ContentLauncher clusters.
2124
+ */
2125
+ const Base: {
2126
+ readonly id: 1290;
2127
+ readonly name: "ContentLauncher";
2128
+ readonly revision: 2;
2129
+ readonly features: {
2130
+ /**
2131
+ * ContentSearch
2132
+ *
2133
+ * Device supports content search (non-app specific)
2134
+ */
2135
+ readonly contentSearch: BitFlag;
2136
+ /**
2137
+ * UrlPlayback
2138
+ *
2139
+ * Device supports basic URL-based file playback
2140
+ */
2141
+ readonly urlPlayback: BitFlag;
2142
+ /**
2143
+ * AdvancedSeek
2144
+ *
2145
+ * Enables clients to implement more advanced media seeking behavior in their user interface, such as for
2146
+ * example a "seek bar".
2147
+ */
2148
+ readonly advancedSeek: BitFlag;
2149
+ /**
2150
+ * TextTracks
2151
+ *
2152
+ * Device or app supports Text Tracks.
2153
+ */
2154
+ readonly textTracks: BitFlag;
2155
+ /**
2156
+ * AudioTracks
2157
+ *
2158
+ * Device or app supports Audio Tracks.
2159
+ */
2160
+ readonly audioTracks: BitFlag;
2161
+ };
2162
+ /**
2163
+ * This metadata controls which ContentLauncherCluster elements matter.js activates for specific feature
2164
+ * combinations.
2165
+ */
2166
+ readonly extensions: readonly [{
2167
+ readonly flags: {
2168
+ readonly urlPlayback: true;
2169
+ };
2170
+ readonly component: {
2171
+ readonly attributes: {
2172
+ /**
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.
2175
+ *
2176
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.1
2177
+ */
2178
+ readonly acceptHeader: Attribute<string[], any>;
2179
+ /**
2180
+ * This attribute shall provide information about supported streaming protocols.
2181
+ *
2182
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.2
2183
+ */
2184
+ readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2185
+ /**
2186
+ * Device supports Dynamic Adaptive Streaming over HTTP (DASH)
2187
+ */
2188
+ dash: BitFlag;
2189
+ /**
2190
+ * Device supports HTTP Live Streaming (HLS)
2191
+ */
2192
+ hls: BitFlag;
2193
+ }>, any>;
2194
+ };
2195
+ readonly commands: {
2196
+ /**
2197
+ * Upon receipt, this shall launch content from the specified URL.
2198
+ *
2199
+ * The content types supported include those identified in the AcceptHeader and SupportedStreaming
2200
+ *
2201
+ * Protocols attributes.
2202
+ *
2203
+ * A check shall be made to ensure the URL is secure (uses HTTPS).
2204
+ *
2205
+ * When playing a video stream in response to this command, an indication (ex. visual) of the identity of
2206
+ * the origin node of the video stream shall be provided. This could be in the form of a friendly name
2207
+ * label which uniquely identifies the node to the user. This friendly name label is typically assigned by
2208
+ * the Matter Admin (ex. TV) at the time of commissioning and, when it’s a device, is often editable by the
2209
+ * user. It might be a combination of a company name and friendly name, for example, ”Acme” or “Acme
2210
+ * Streaming Service on Alice’s Phone”.
2211
+ *
2212
+ * This command returns a Launch Response.
2213
+ *
2214
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2
2215
+ */
2216
+ readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2217
+ /**
2218
+ * This field shall indicate the URL of content to launch.
2219
+ *
2220
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
2221
+ */
2222
+ contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
2223
+ /**
2224
+ * This field, if present, shall provide a string that may be used to describe the content being accessed at
2225
+ * the given URL.
2226
+ *
2227
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.2
2228
+ */
2229
+ displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2230
+ /**
2231
+ * This field, if present, shall indicate the branding information that may be displayed when playing back the
2232
+ * given content.
2233
+ *
2234
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.3
2235
+ */
2236
+ brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2237
+ /**
2238
+ * This field shall indicate name of the provider for the given content.
2239
+ *
2240
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.1
2241
+ */
2242
+ providerName: import("../tlv/TlvObject.js").FieldType<string>;
2243
+ /**
2244
+ * This field shall indicate background of the Video Player while content launch request is being processed by
2245
+ * it. This background information may also be used by the Video Player when it is in idle state.
2246
+ *
2247
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.2
2248
+ */
2249
+ background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2250
+ /**
2251
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2252
+ * Watermark etc.
2253
+ *
2254
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2255
+ */
2256
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2257
+ /**
2258
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
2259
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
2260
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
2261
+ *
2262
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
2263
+ *
2264
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
2265
+ *
2266
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
2267
+ */
2268
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2269
+ /**
2270
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2271
+ * Watermark etc.
2272
+ *
2273
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2274
+ */
2275
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2276
+ /**
2277
+ * This field shall indicate the width using the metric defined in Metric
2278
+ *
2279
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
2280
+ */
2281
+ width: import("../tlv/TlvObject.js").FieldType<number>;
2282
+ /**
2283
+ * This field shall indicate the height using the metric defined in Metric
2284
+ *
2285
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
2286
+ */
2287
+ height: import("../tlv/TlvObject.js").FieldType<number>;
2288
+ /**
2289
+ * This field shall indicate metric used for defining Height/Width.
2290
+ *
2291
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
2292
+ */
2293
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
2294
+ }>>;
2295
+ }>>;
2296
+ /**
2297
+ * This field shall indicate the logo shown when the Video Player is launching. This is also used when the
2298
+ * Video Player is in the idle state and Splash field is not available.
2299
+ *
2300
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.3
2301
+ */
2302
+ logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2303
+ /**
2304
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2305
+ * Watermark etc.
2306
+ *
2307
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2308
+ */
2309
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2310
+ /**
2311
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
2312
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
2313
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
2314
+ *
2315
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
2316
+ *
2317
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
2318
+ *
2319
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
2320
+ */
2321
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2322
+ /**
2323
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2324
+ * Watermark etc.
2325
+ *
2326
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2327
+ */
2328
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2329
+ /**
2330
+ * This field shall indicate the width using the metric defined in Metric
2331
+ *
2332
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
2333
+ */
2334
+ width: import("../tlv/TlvObject.js").FieldType<number>;
2335
+ /**
2336
+ * This field shall indicate the height using the metric defined in Metric
2337
+ *
2338
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
2339
+ */
2340
+ height: import("../tlv/TlvObject.js").FieldType<number>;
2341
+ /**
2342
+ * This field shall indicate metric used for defining Height/Width.
2343
+ *
2344
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
2345
+ */
2346
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
2347
+ }>>;
2348
+ }>>;
2349
+ /**
2350
+ * This field shall indicate the style of progress bar for media playback.
2351
+ *
2352
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.4
2353
+ */
2354
+ progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2355
+ /**
2356
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2357
+ * Watermark etc.
2358
+ *
2359
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2360
+ */
2361
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2362
+ /**
2363
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
2364
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
2365
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
2366
+ *
2367
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
2368
+ *
2369
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
2370
+ *
2371
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
2372
+ */
2373
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2374
+ /**
2375
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2376
+ * Watermark etc.
2377
+ *
2378
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2379
+ */
2380
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2381
+ /**
2382
+ * This field shall indicate the width using the metric defined in Metric
2383
+ *
2384
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
2385
+ */
2386
+ width: import("../tlv/TlvObject.js").FieldType<number>;
2387
+ /**
2388
+ * This field shall indicate the height using the metric defined in Metric
2389
+ *
2390
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
2391
+ */
2392
+ height: import("../tlv/TlvObject.js").FieldType<number>;
2393
+ /**
2394
+ * This field shall indicate metric used for defining Height/Width.
2395
+ *
2396
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
2397
+ */
2398
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
2399
+ }>>;
2400
+ }>>;
2401
+ /**
2402
+ * This field shall indicate the screen shown when the Video Player is in an idle state. If this property is
2403
+ * not populated, the Video Player shall default to logo or the provider name.
2404
+ *
2405
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.5
2406
+ */
2407
+ splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2408
+ /**
2409
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2410
+ * Watermark etc.
2411
+ *
2412
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2413
+ */
2414
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2415
+ /**
2416
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
2417
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
2418
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
2419
+ *
2420
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
2421
+ *
2422
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
2423
+ *
2424
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
2425
+ */
2426
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2427
+ /**
2428
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2429
+ * Watermark etc.
2430
+ *
2431
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2432
+ */
2433
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2434
+ /**
2435
+ * This field shall indicate the width using the metric defined in Metric
2436
+ *
2437
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
2438
+ */
2439
+ width: import("../tlv/TlvObject.js").FieldType<number>;
2440
+ /**
2441
+ * This field shall indicate the height using the metric defined in Metric
2442
+ *
2443
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
2444
+ */
2445
+ height: import("../tlv/TlvObject.js").FieldType<number>;
2446
+ /**
2447
+ * This field shall indicate metric used for defining Height/Width.
2448
+ *
2449
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
2450
+ */
2451
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
2452
+ }>>;
2453
+ }>>;
2454
+ /**
2455
+ * This field shall indicate watermark shown when the media is playing.
2456
+ *
2457
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.6
2458
+ */
2459
+ waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2460
+ /**
2461
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2462
+ * Watermark etc.
2463
+ *
2464
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2465
+ */
2466
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2467
+ /**
2468
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
2469
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
2470
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
2471
+ *
2472
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
2473
+ *
2474
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
2475
+ *
2476
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
2477
+ */
2478
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2479
+ /**
2480
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2481
+ * Watermark etc.
2482
+ *
2483
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2484
+ */
2485
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2486
+ /**
2487
+ * This field shall indicate the width using the metric defined in Metric
2488
+ *
2489
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
2490
+ */
2491
+ width: import("../tlv/TlvObject.js").FieldType<number>;
2492
+ /**
2493
+ * This field shall indicate the height using the metric defined in Metric
2494
+ *
2495
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
2496
+ */
2497
+ height: import("../tlv/TlvObject.js").FieldType<number>;
2498
+ /**
2499
+ * This field shall indicate metric used for defining Height/Width.
2500
+ *
2501
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
2502
+ */
2503
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
2504
+ }>>;
2505
+ }>>;
2506
+ }>>;
2507
+ /**
2508
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
2509
+ * media, sent from the client to the server. If the server does not find an available track for the title
2510
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
2511
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
2512
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
2513
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
2514
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
2515
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
2516
+ *
2517
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.4
2518
+ */
2519
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2520
+ /**
2521
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
2522
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
2523
+ * 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).
2527
+ *
2528
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
2529
+ */
2530
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
2531
+ /**
2532
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
2533
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
2534
+ * Track is up to the server.
2535
+ *
2536
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
2537
+ */
2538
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2539
+ /**
2540
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
2541
+ * primary language used in the Track.
2542
+ *
2543
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
2544
+ */
2545
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
2546
+ /**
2547
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
2548
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
2549
+ * corresponding to the Track.
2550
+ *
2551
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
2552
+ */
2553
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
2554
+ /**
2555
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
2556
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
2557
+ *
2558
+ * This field shall NOT be present if the track is not an audio track.
2559
+ *
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.
2563
+ *
2564
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2565
+ */
2566
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2567
+ }> | null>;
2568
+ /**
2569
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
2570
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
2571
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
2572
+ * decision to play and select an Audio Track is up to the server.
2573
+ *
2574
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
2575
+ */
2576
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2577
+ /**
2578
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
2579
+ * primary language used in the Track.
2580
+ *
2581
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
2582
+ */
2583
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
2584
+ /**
2585
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
2586
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
2587
+ * corresponding to the Track.
2588
+ *
2589
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
2590
+ */
2591
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
2592
+ /**
2593
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
2594
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
2595
+ *
2596
+ * This field shall NOT be present if the track is not an audio track.
2597
+ *
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.
2601
+ *
2602
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2603
+ */
2604
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2605
+ }>[] | null>;
2606
+ }>>;
2607
+ }>, import("../tlv/TlvObject.js").TypeFromFields<{
2608
+ /**
2609
+ * This field shall indicate the status of the command which resulted in this response.
2610
+ *
2611
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
2612
+ */
2613
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
2614
+ /**
2615
+ * This field shall indicate Optional app-specific data.
2616
+ *
2617
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
2618
+ */
2619
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2620
+ }>, any>;
2621
+ };
2622
+ };
2623
+ }, {
2624
+ readonly flags: {
2625
+ readonly contentSearch: true;
2626
+ };
2627
+ readonly component: {
2628
+ readonly commands: {
2629
+ /**
2630
+ * Upon receipt, this shall launch the specified content with optional search criteria. This command
2631
+ * returns a Launch Response.
2632
+ *
2633
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1
2634
+ */
2635
+ readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2636
+ /**
2637
+ * This field shall indicate the content to launch.
2638
+ *
2639
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.1
2640
+ */
2641
+ search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2642
+ /**
2643
+ * This field shall indicate the list of parameters comprising the search. If multiple parameters are provided,
2644
+ * the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
2645
+ * represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
2646
+ *
2647
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.7.1
2648
+ */
2649
+ parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2650
+ /**
2651
+ * This field shall indicate the entity type.
2652
+ *
2653
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.1
2654
+ */
2655
+ type: import("../tlv/TlvObject.js").FieldType<ParameterEnum>;
2656
+ /**
2657
+ * This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
2658
+ *
2659
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.2
2660
+ */
2661
+ value: import("../tlv/TlvObject.js").FieldType<string>;
2662
+ /**
2663
+ * This field shall indicate the list of additional external content identifiers.
2664
+ *
2665
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.3
2666
+ */
2667
+ externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2668
+ /**
2669
+ * This field shall indicate the name of external id, ex. "musicbrainz".
2670
+ *
2671
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.1
2672
+ */
2673
+ name: import("../tlv/TlvObject.js").FieldType<string>;
2674
+ /**
2675
+ * This field shall indicate the value for external id, ex. "ST0000000666661".
2676
+ *
2677
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.2
2678
+ */
2679
+ value: import("../tlv/TlvObject.js").FieldType<string>;
2680
+ }>[]>;
2681
+ }>[]>;
2682
+ }>>;
2683
+ /**
2684
+ * This field shall indicate whether to automatically start playing content, where:
2685
+ *
2686
+ * • TRUE means best match should start playing automatically.
2687
+ *
2688
+ * • FALSE means matches should be displayed on screen for user selection.
2689
+ *
2690
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.2
2691
+ */
2692
+ autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
2693
+ /**
2694
+ * This field, if present, shall indicate app-specific data.
2695
+ *
2696
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.3
2697
+ */
2698
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2699
+ /**
2700
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
2701
+ * media, sent from the client to the server. If the server does not find an available track for the title
2702
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
2703
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
2704
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
2705
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
2706
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
2707
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
2708
+ *
2709
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.4
2710
+ */
2711
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2712
+ /**
2713
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
2714
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
2715
+ * 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).
2719
+ *
2720
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
2721
+ */
2722
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
2723
+ /**
2724
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
2725
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
2726
+ * Track is up to the server.
2727
+ *
2728
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
2729
+ */
2730
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2731
+ /**
2732
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
2733
+ * primary language used in the Track.
2734
+ *
2735
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
2736
+ */
2737
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
2738
+ /**
2739
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
2740
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
2741
+ * corresponding to the Track.
2742
+ *
2743
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
2744
+ */
2745
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
2746
+ /**
2747
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
2748
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
2749
+ *
2750
+ * This field shall NOT be present if the track is not an audio track.
2751
+ *
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.
2755
+ *
2756
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2757
+ */
2758
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2759
+ }> | null>;
2760
+ /**
2761
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
2762
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
2763
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
2764
+ * decision to play and select an Audio Track is up to the server.
2765
+ *
2766
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
2767
+ */
2768
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2769
+ /**
2770
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
2771
+ * primary language used in the Track.
2772
+ *
2773
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
2774
+ */
2775
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
2776
+ /**
2777
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
2778
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
2779
+ * corresponding to the Track.
2780
+ *
2781
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
2782
+ */
2783
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
2784
+ /**
2785
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
2786
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
2787
+ *
2788
+ * This field shall NOT be present if the track is not an audio track.
2789
+ *
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.
2793
+ *
2794
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
2795
+ */
2796
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2797
+ }>[] | null>;
2798
+ }>>;
2799
+ /**
2800
+ * This field, if present, shall indicate whether to consider the context of current ongoing activity on the
2801
+ * receiver to fulfill the request. For example if the request only includes data in ContentSearch that
2802
+ * specifies an Episode number, and UseCurrentContent is set to TRUE, if there is a TV series on going, the
2803
+ * request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
2804
+ * context may be considered FALSE means current activity context shall NOT be considered
2805
+ *
2806
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.5
2807
+ */
2808
+ useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
2809
+ }>, import("../tlv/TlvObject.js").TypeFromFields<{
2810
+ /**
2811
+ * This field shall indicate the status of the command which resulted in this response.
2812
+ *
2813
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
2814
+ */
2815
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
2816
+ /**
2817
+ * This field shall indicate Optional app-specific data.
2818
+ *
2819
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
2820
+ */
2821
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2822
+ }>, any>;
2823
+ };
2824
+ };
2825
+ }, {
2826
+ readonly flags: {
2827
+ readonly contentSearch: true;
2828
+ };
2829
+ readonly component: {};
2830
+ }, {
2831
+ readonly flags: {
2832
+ readonly urlPlayback: true;
2833
+ };
2834
+ readonly component: {};
2835
+ }];
2836
+ };
2837
+ /**
2838
+ * @see {@link Cluster}
2839
+ */
2840
+ const ClusterInstance: MutableCluster<{
2841
+ readonly id: 1290;
2842
+ readonly name: "ContentLauncher";
2843
+ readonly revision: 2;
2844
+ readonly features: {
2845
+ /**
2846
+ * ContentSearch
2847
+ *
2848
+ * Device supports content search (non-app specific)
2849
+ */
2850
+ readonly contentSearch: BitFlag;
2851
+ /**
2852
+ * UrlPlayback
2853
+ *
2854
+ * Device supports basic URL-based file playback
2855
+ */
2856
+ readonly urlPlayback: BitFlag;
2857
+ /**
2858
+ * AdvancedSeek
2859
+ *
2860
+ * Enables clients to implement more advanced media seeking behavior in their user interface, such as for
2861
+ * example a "seek bar".
2862
+ */
2863
+ readonly advancedSeek: BitFlag;
2864
+ /**
2865
+ * TextTracks
2866
+ *
2867
+ * Device or app supports Text Tracks.
2868
+ */
2869
+ readonly textTracks: BitFlag;
2870
+ /**
2871
+ * AudioTracks
2872
+ *
2873
+ * Device or app supports Audio Tracks.
2874
+ */
2875
+ readonly audioTracks: BitFlag;
2876
+ };
2877
+ /**
2878
+ * This metadata controls which ContentLauncherCluster elements matter.js activates for specific feature
2879
+ * combinations.
2880
+ */
2881
+ readonly extensions: readonly [{
2882
+ readonly flags: {
2883
+ readonly urlPlayback: true;
2884
+ };
2885
+ readonly component: {
2886
+ readonly attributes: {
2887
+ /**
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.
2890
+ *
2891
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.1
2892
+ */
2893
+ readonly acceptHeader: Attribute<string[], any>;
2894
+ /**
2895
+ * This attribute shall provide information about supported streaming protocols.
2896
+ *
2897
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.6.2
2898
+ */
2899
+ readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2900
+ /**
2901
+ * Device supports Dynamic Adaptive Streaming over HTTP (DASH)
2902
+ */
2903
+ dash: BitFlag;
2904
+ /**
2905
+ * Device supports HTTP Live Streaming (HLS)
2906
+ */
2907
+ hls: BitFlag;
2908
+ }>, any>;
2909
+ };
2910
+ readonly commands: {
2911
+ /**
2912
+ * Upon receipt, this shall launch content from the specified URL.
2913
+ *
2914
+ * The content types supported include those identified in the AcceptHeader and SupportedStreaming
2915
+ *
2916
+ * Protocols attributes.
2917
+ *
2918
+ * A check shall be made to ensure the URL is secure (uses HTTPS).
2919
+ *
2920
+ * When playing a video stream in response to this command, an indication (ex. visual) of the identity of
2921
+ * the origin node of the video stream shall be provided. This could be in the form of a friendly name
2922
+ * label which uniquely identifies the node to the user. This friendly name label is typically assigned by
2923
+ * the Matter Admin (ex. TV) at the time of commissioning and, when it’s a device, is often editable by the
2924
+ * user. It might be a combination of a company name and friendly name, for example, ”Acme” or “Acme
2925
+ * Streaming Service on Alice’s Phone”.
2926
+ *
2927
+ * This command returns a Launch Response.
2928
+ *
2929
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2
2930
+ */
2931
+ readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2932
+ /**
2933
+ * This field shall indicate the URL of content to launch.
2934
+ *
2935
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
2936
+ */
2937
+ contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
2938
+ /**
2939
+ * This field, if present, shall provide a string that may be used to describe the content being accessed at
2940
+ * the given URL.
2941
+ *
2942
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.2
2943
+ */
2944
+ displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2945
+ /**
2946
+ * This field, if present, shall indicate the branding information that may be displayed when playing back the
2947
+ * given content.
2948
+ *
2949
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.3
2950
+ */
2951
+ brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2952
+ /**
2953
+ * This field shall indicate name of the provider for the given content.
2954
+ *
2955
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.1
2956
+ */
2957
+ providerName: import("../tlv/TlvObject.js").FieldType<string>;
2958
+ /**
2959
+ * This field shall indicate background of the Video Player while content launch request is being processed by
2960
+ * it. This background information may also be used by the Video Player when it is in idle state.
2961
+ *
2962
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.2
2963
+ */
2964
+ background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2965
+ /**
2966
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
2967
+ * Watermark etc.
2968
+ *
2969
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
2970
+ */
2971
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2972
+ /**
2973
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
2974
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
2975
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
2976
+ *
2977
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
2978
+ *
2979
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
2980
+ *
2981
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
2982
+ */
2983
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2984
+ /**
2985
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
2986
+ * Watermark etc.
2987
+ *
2988
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
2989
+ */
2990
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2991
+ /**
2992
+ * This field shall indicate the width using the metric defined in Metric
2993
+ *
2994
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
2995
+ */
2996
+ width: import("../tlv/TlvObject.js").FieldType<number>;
2997
+ /**
2998
+ * This field shall indicate the height using the metric defined in Metric
2999
+ *
3000
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
3001
+ */
3002
+ height: import("../tlv/TlvObject.js").FieldType<number>;
3003
+ /**
3004
+ * This field shall indicate metric used for defining Height/Width.
3005
+ *
3006
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
3007
+ */
3008
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
3009
+ }>>;
3010
+ }>>;
3011
+ /**
3012
+ * This field shall indicate the logo shown when the Video Player is launching. This is also used when the
3013
+ * Video Player is in the idle state and Splash field is not available.
3014
+ *
3015
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.3
3016
+ */
3017
+ logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3018
+ /**
3019
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3020
+ * Watermark etc.
3021
+ *
3022
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3023
+ */
3024
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3025
+ /**
3026
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
3027
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
3028
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
3029
+ *
3030
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
3031
+ *
3032
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
3033
+ *
3034
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
3035
+ */
3036
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3037
+ /**
3038
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3039
+ * Watermark etc.
3040
+ *
3041
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3042
+ */
3043
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3044
+ /**
3045
+ * This field shall indicate the width using the metric defined in Metric
3046
+ *
3047
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
3048
+ */
3049
+ width: import("../tlv/TlvObject.js").FieldType<number>;
3050
+ /**
3051
+ * This field shall indicate the height using the metric defined in Metric
3052
+ *
3053
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
3054
+ */
3055
+ height: import("../tlv/TlvObject.js").FieldType<number>;
3056
+ /**
3057
+ * This field shall indicate metric used for defining Height/Width.
3058
+ *
3059
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
3060
+ */
3061
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
3062
+ }>>;
3063
+ }>>;
3064
+ /**
3065
+ * This field shall indicate the style of progress bar for media playback.
3066
+ *
3067
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.4
3068
+ */
3069
+ progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3070
+ /**
3071
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3072
+ * Watermark etc.
3073
+ *
3074
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3075
+ */
3076
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3077
+ /**
3078
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
3079
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
3080
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
3081
+ *
3082
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
3083
+ *
3084
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
3085
+ *
3086
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
3087
+ */
3088
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3089
+ /**
3090
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3091
+ * Watermark etc.
3092
+ *
3093
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3094
+ */
3095
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3096
+ /**
3097
+ * This field shall indicate the width using the metric defined in Metric
3098
+ *
3099
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
3100
+ */
3101
+ width: import("../tlv/TlvObject.js").FieldType<number>;
3102
+ /**
3103
+ * This field shall indicate the height using the metric defined in Metric
3104
+ *
3105
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
3106
+ */
3107
+ height: import("../tlv/TlvObject.js").FieldType<number>;
3108
+ /**
3109
+ * This field shall indicate metric used for defining Height/Width.
3110
+ *
3111
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
3112
+ */
3113
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
3114
+ }>>;
3115
+ }>>;
3116
+ /**
3117
+ * This field shall indicate the screen shown when the Video Player is in an idle state. If this property is
3118
+ * not populated, the Video Player shall default to logo or the provider name.
3119
+ *
3120
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.5
3121
+ */
3122
+ splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3123
+ /**
3124
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3125
+ * Watermark etc.
3126
+ *
3127
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3128
+ */
3129
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3130
+ /**
3131
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
3132
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
3133
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
3134
+ *
3135
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
3136
+ *
3137
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
3138
+ *
3139
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
3140
+ */
3141
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3142
+ /**
3143
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3144
+ * Watermark etc.
3145
+ *
3146
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3147
+ */
3148
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3149
+ /**
3150
+ * This field shall indicate the width using the metric defined in Metric
3151
+ *
3152
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
3153
+ */
3154
+ width: import("../tlv/TlvObject.js").FieldType<number>;
3155
+ /**
3156
+ * This field shall indicate the height using the metric defined in Metric
3157
+ *
3158
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
3159
+ */
3160
+ height: import("../tlv/TlvObject.js").FieldType<number>;
3161
+ /**
3162
+ * This field shall indicate metric used for defining Height/Width.
3163
+ *
3164
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
3165
+ */
3166
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
3167
+ }>>;
3168
+ }>>;
3169
+ /**
3170
+ * This field shall indicate watermark shown when the media is playing.
3171
+ *
3172
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.6
3173
+ */
3174
+ waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3175
+ /**
3176
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3177
+ * Watermark etc.
3178
+ *
3179
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3180
+ */
3181
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3182
+ /**
3183
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
3184
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
3185
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
3186
+ *
3187
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
3188
+ *
3189
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
3190
+ *
3191
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
3192
+ */
3193
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3194
+ /**
3195
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3196
+ * Watermark etc.
3197
+ *
3198
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3199
+ */
3200
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3201
+ /**
3202
+ * This field shall indicate the width using the metric defined in Metric
3203
+ *
3204
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
3205
+ */
3206
+ width: import("../tlv/TlvObject.js").FieldType<number>;
3207
+ /**
3208
+ * This field shall indicate the height using the metric defined in Metric
3209
+ *
3210
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
3211
+ */
3212
+ height: import("../tlv/TlvObject.js").FieldType<number>;
3213
+ /**
3214
+ * This field shall indicate metric used for defining Height/Width.
3215
+ *
3216
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
3217
+ */
3218
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
3219
+ }>>;
3220
+ }>>;
3221
+ }>>;
3222
+ /**
3223
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
3224
+ * media, sent from the client to the server. If the server does not find an available track for the title
3225
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
3226
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
3227
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
3228
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
3229
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
3230
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
3231
+ *
3232
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.4
3233
+ */
3234
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3235
+ /**
3236
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
3237
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
3238
+ * 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).
3242
+ *
3243
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
3244
+ */
3245
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
3246
+ /**
3247
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
3248
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
3249
+ * Track is up to the server.
3250
+ *
3251
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
3252
+ */
3253
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3254
+ /**
3255
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
3256
+ * primary language used in the Track.
3257
+ *
3258
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
3259
+ */
3260
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
3261
+ /**
3262
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
3263
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
3264
+ * corresponding to the Track.
3265
+ *
3266
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
3267
+ */
3268
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
3269
+ /**
3270
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
3271
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
3272
+ *
3273
+ * This field shall NOT be present if the track is not an audio track.
3274
+ *
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.
3278
+ *
3279
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3280
+ */
3281
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3282
+ }> | null>;
3283
+ /**
3284
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
3285
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
3286
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
3287
+ * decision to play and select an Audio Track is up to the server.
3288
+ *
3289
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
3290
+ */
3291
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3292
+ /**
3293
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
3294
+ * primary language used in the Track.
3295
+ *
3296
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
3297
+ */
3298
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
3299
+ /**
3300
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
3301
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
3302
+ * corresponding to the Track.
3303
+ *
3304
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
3305
+ */
3306
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
3307
+ /**
3308
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
3309
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
3310
+ *
3311
+ * This field shall NOT be present if the track is not an audio track.
3312
+ *
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.
3316
+ *
3317
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3318
+ */
3319
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3320
+ }>[] | null>;
3321
+ }>>;
3322
+ }>, import("../tlv/TlvObject.js").TypeFromFields<{
3323
+ /**
3324
+ * This field shall indicate the status of the command which resulted in this response.
3325
+ *
3326
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
3327
+ */
3328
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
3329
+ /**
3330
+ * This field shall indicate Optional app-specific data.
3331
+ *
3332
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
3333
+ */
3334
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3335
+ }>, any>;
3336
+ };
3337
+ };
3338
+ }, {
3339
+ readonly flags: {
3340
+ readonly contentSearch: true;
3341
+ };
3342
+ readonly component: {
3343
+ readonly commands: {
3344
+ /**
3345
+ * Upon receipt, this shall launch the specified content with optional search criteria. This command
3346
+ * returns a Launch Response.
3347
+ *
3348
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1
3349
+ */
3350
+ readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3351
+ /**
3352
+ * This field shall indicate the content to launch.
3353
+ *
3354
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.1
3355
+ */
3356
+ search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3357
+ /**
3358
+ * This field shall indicate the list of parameters comprising the search. If multiple parameters are provided,
3359
+ * the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
3360
+ * represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
3361
+ *
3362
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.7.1
3363
+ */
3364
+ parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3365
+ /**
3366
+ * This field shall indicate the entity type.
3367
+ *
3368
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.1
3369
+ */
3370
+ type: import("../tlv/TlvObject.js").FieldType<ParameterEnum>;
3371
+ /**
3372
+ * This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
3373
+ *
3374
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.2
3375
+ */
3376
+ value: import("../tlv/TlvObject.js").FieldType<string>;
3377
+ /**
3378
+ * This field shall indicate the list of additional external content identifiers.
3379
+ *
3380
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.3
3381
+ */
3382
+ externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3383
+ /**
3384
+ * This field shall indicate the name of external id, ex. "musicbrainz".
3385
+ *
3386
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.1
3387
+ */
3388
+ name: import("../tlv/TlvObject.js").FieldType<string>;
3389
+ /**
3390
+ * This field shall indicate the value for external id, ex. "ST0000000666661".
3391
+ *
3392
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.2
3393
+ */
3394
+ value: import("../tlv/TlvObject.js").FieldType<string>;
3395
+ }>[]>;
3396
+ }>[]>;
3397
+ }>>;
3398
+ /**
3399
+ * This field shall indicate whether to automatically start playing content, where:
3400
+ *
3401
+ * • TRUE means best match should start playing automatically.
3402
+ *
3403
+ * • FALSE means matches should be displayed on screen for user selection.
3404
+ *
3405
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.2
3406
+ */
3407
+ autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
3408
+ /**
3409
+ * This field, if present, shall indicate app-specific data.
3410
+ *
3411
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.3
3412
+ */
3413
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3414
+ /**
3415
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
3416
+ * media, sent from the client to the server. If the server does not find an available track for the title
3417
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
3418
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
3419
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
3420
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
3421
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
3422
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
3423
+ *
3424
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.4
3425
+ */
3426
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3427
+ /**
3428
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
3429
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
3430
+ * 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).
3434
+ *
3435
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
3436
+ */
3437
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
3438
+ /**
3439
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
3440
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
3441
+ * Track is up to the server.
3442
+ *
3443
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
3444
+ */
3445
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3446
+ /**
3447
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
3448
+ * primary language used in the Track.
3449
+ *
3450
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
3451
+ */
3452
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
3453
+ /**
3454
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
3455
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
3456
+ * corresponding to the Track.
3457
+ *
3458
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
3459
+ */
3460
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
3461
+ /**
3462
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
3463
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
3464
+ *
3465
+ * This field shall NOT be present if the track is not an audio track.
3466
+ *
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.
3470
+ *
3471
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3472
+ */
3473
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3474
+ }> | null>;
3475
+ /**
3476
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
3477
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
3478
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
3479
+ * decision to play and select an Audio Track is up to the server.
3480
+ *
3481
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
3482
+ */
3483
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3484
+ /**
3485
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
3486
+ * primary language used in the Track.
3487
+ *
3488
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
3489
+ */
3490
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
3491
+ /**
3492
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
3493
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
3494
+ * corresponding to the Track.
3495
+ *
3496
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
3497
+ */
3498
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
3499
+ /**
3500
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
3501
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
3502
+ *
3503
+ * This field shall NOT be present if the track is not an audio track.
3504
+ *
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.
3508
+ *
3509
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3510
+ */
3511
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3512
+ }>[] | null>;
3513
+ }>>;
3514
+ /**
3515
+ * This field, if present, shall indicate whether to consider the context of current ongoing activity on the
3516
+ * receiver to fulfill the request. For example if the request only includes data in ContentSearch that
3517
+ * specifies an Episode number, and UseCurrentContent is set to TRUE, if there is a TV series on going, the
3518
+ * request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
3519
+ * context may be considered FALSE means current activity context shall NOT be considered
3520
+ *
3521
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.5
3522
+ */
3523
+ useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
3524
+ }>, import("../tlv/TlvObject.js").TypeFromFields<{
3525
+ /**
3526
+ * This field shall indicate the status of the command which resulted in this response.
3527
+ *
3528
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
3529
+ */
3530
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
3531
+ /**
3532
+ * This field shall indicate Optional app-specific data.
3533
+ *
3534
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
3535
+ */
3536
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3537
+ }>, any>;
3538
+ };
3539
+ };
3540
+ }, {
3541
+ readonly flags: {
3542
+ readonly contentSearch: true;
3543
+ };
3544
+ readonly component: {};
3545
+ }, {
3546
+ readonly flags: {
3547
+ readonly urlPlayback: true;
3548
+ };
3549
+ readonly component: {};
3550
+ }];
3551
+ }, []>;
3552
+ /**
3553
+ * This cluster provides an interface for launching content on a Video Player device such as a Streaming Media
3554
+ * Player, Smart TV or Smart Screen.
3555
+ *
3556
+ * This cluster would be supported on a Video Player device or devices that can playback content, such as a
3557
+ * Streaming Media Player, Smart TV or Smart Screen. This cluster supports playing back content referenced by URL.
3558
+ * It supports finding content by type and global identifier, and either playing the content or displaying the
3559
+ * search results.
3560
+ *
3561
+ * The cluster server for Content Launcher is implemented by an endpoint that can launch content, such as a Video
3562
+ * Player, or an endpoint representing a Content App on such a device.
3563
+ *
3564
+ * When this cluster is implemented for an Content App Endpoint (Endpoint with type “Content App” and having an
3565
+ * Application Basic cluster), the Video Player device shall launch the application when a client invokes the
3566
+ * LaunchContent or LaunchURL commands.
3567
+ *
3568
+ * ContentLauncherCluster supports optional features that you can enable with the ContentLauncherCluster.with()
3569
+ * factory method.
3570
+ *
3571
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7
3572
+ */
3573
+ interface Cluster extends Identity<typeof ClusterInstance> {
3574
+ }
3575
+ const Cluster: Cluster;
3576
+ /**
3577
+ * @see {@link Complete}
3578
+ */
3579
+ const CompleteInstance: MutableCluster<{
3580
+ readonly id: import("#general").Branded<1290, "ClusterId">;
3581
+ readonly name: "ContentLauncher";
3582
+ readonly revision: 2;
3583
+ readonly features: {
3584
+ /**
3585
+ * ContentSearch
3586
+ *
3587
+ * Device supports content search (non-app specific)
3588
+ */
3589
+ readonly contentSearch: BitFlag;
3590
+ /**
3591
+ * UrlPlayback
3592
+ *
3593
+ * Device supports basic URL-based file playback
3594
+ */
3595
+ readonly urlPlayback: BitFlag;
3596
+ /**
3597
+ * AdvancedSeek
3598
+ *
3599
+ * Enables clients to implement more advanced media seeking behavior in their user interface, such as for
3600
+ * example a "seek bar".
3601
+ */
3602
+ readonly advancedSeek: BitFlag;
3603
+ /**
3604
+ * TextTracks
3605
+ *
3606
+ * Device or app supports Text Tracks.
3607
+ */
3608
+ readonly textTracks: BitFlag;
3609
+ /**
3610
+ * AudioTracks
3611
+ *
3612
+ * Device or app supports Audio Tracks.
3613
+ */
3614
+ readonly audioTracks: BitFlag;
3615
+ };
3616
+ readonly attributes: {
3617
+ readonly acceptHeader: Attribute<string[], any> & {
3618
+ readonly optional: true;
3619
+ readonly isConditional: true;
3620
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3621
+ readonly mandatoryIf: [] | [{
3622
+ urlPlayback: boolean;
3623
+ }];
3624
+ };
3625
+ readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3626
+ /**
3627
+ * Device supports Dynamic Adaptive Streaming over HTTP (DASH)
3628
+ */
3629
+ dash: BitFlag;
3630
+ /**
3631
+ * Device supports HTTP Live Streaming (HLS)
3632
+ */
3633
+ hls: BitFlag;
3634
+ }>, any> & {
3635
+ readonly optional: true;
3636
+ readonly isConditional: true;
3637
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3638
+ readonly mandatoryIf: [] | [{
3639
+ urlPlayback: boolean;
3640
+ }];
3641
+ };
3642
+ };
3643
+ readonly commands: {
3644
+ readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3645
+ /**
3646
+ * This field shall indicate the content to launch.
3647
+ *
3648
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.1
3649
+ */
3650
+ search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3651
+ /**
3652
+ * This field shall indicate the list of parameters comprising the search. If multiple parameters are provided,
3653
+ * the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
3654
+ * represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
3655
+ *
3656
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.7.1
3657
+ */
3658
+ parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3659
+ /**
3660
+ * This field shall indicate the entity type.
3661
+ *
3662
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.1
3663
+ */
3664
+ type: import("../tlv/TlvObject.js").FieldType<ParameterEnum>;
3665
+ /**
3666
+ * This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
3667
+ *
3668
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.2
3669
+ */
3670
+ value: import("../tlv/TlvObject.js").FieldType<string>;
3671
+ /**
3672
+ * This field shall indicate the list of additional external content identifiers.
3673
+ *
3674
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.6.3
3675
+ */
3676
+ externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3677
+ /**
3678
+ * This field shall indicate the name of external id, ex. "musicbrainz".
3679
+ *
3680
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.1
3681
+ */
3682
+ name: import("../tlv/TlvObject.js").FieldType<string>;
3683
+ /**
3684
+ * This field shall indicate the value for external id, ex. "ST0000000666661".
3685
+ *
3686
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.5.2
3687
+ */
3688
+ value: import("../tlv/TlvObject.js").FieldType<string>;
3689
+ }>[]>;
3690
+ }>[]>;
3691
+ }>>;
3692
+ /**
3693
+ * This field shall indicate whether to automatically start playing content, where:
3694
+ *
3695
+ * • TRUE means best match should start playing automatically.
3696
+ *
3697
+ * • FALSE means matches should be displayed on screen for user selection.
3698
+ *
3699
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.2
3700
+ */
3701
+ autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
3702
+ /**
3703
+ * This field, if present, shall indicate app-specific data.
3704
+ *
3705
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.3
3706
+ */
3707
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3708
+ /**
3709
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
3710
+ * media, sent from the client to the server. If the server does not find an available track for the title
3711
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
3712
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
3713
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
3714
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
3715
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
3716
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
3717
+ *
3718
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.4
3719
+ */
3720
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3721
+ /**
3722
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
3723
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
3724
+ * 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).
3728
+ *
3729
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
3730
+ */
3731
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
3732
+ /**
3733
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
3734
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
3735
+ * Track is up to the server.
3736
+ *
3737
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
3738
+ */
3739
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3740
+ /**
3741
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
3742
+ * primary language used in the Track.
3743
+ *
3744
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
3745
+ */
3746
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
3747
+ /**
3748
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
3749
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
3750
+ * corresponding to the Track.
3751
+ *
3752
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
3753
+ */
3754
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
3755
+ /**
3756
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
3757
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
3758
+ *
3759
+ * This field shall NOT be present if the track is not an audio track.
3760
+ *
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.
3764
+ *
3765
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3766
+ */
3767
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3768
+ }> | null>;
3769
+ /**
3770
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
3771
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
3772
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
3773
+ * decision to play and select an Audio Track is up to the server.
3774
+ *
3775
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
3776
+ */
3777
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3778
+ /**
3779
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
3780
+ * primary language used in the Track.
3781
+ *
3782
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
3783
+ */
3784
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
3785
+ /**
3786
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
3787
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
3788
+ * corresponding to the Track.
3789
+ *
3790
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
3791
+ */
3792
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
3793
+ /**
3794
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
3795
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
3796
+ *
3797
+ * This field shall NOT be present if the track is not an audio track.
3798
+ *
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.
3802
+ *
3803
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
3804
+ */
3805
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3806
+ }>[] | null>;
3807
+ }>>;
3808
+ /**
3809
+ * This field, if present, shall indicate whether to consider the context of current ongoing activity on the
3810
+ * receiver to fulfill the request. For example if the request only includes data in ContentSearch that
3811
+ * specifies an Episode number, and UseCurrentContent is set to TRUE, if there is a TV series on going, the
3812
+ * request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
3813
+ * context may be considered FALSE means current activity context shall NOT be considered
3814
+ *
3815
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.1.5
3816
+ */
3817
+ useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
3818
+ }>, import("../tlv/TlvObject.js").TypeFromFields<{
3819
+ /**
3820
+ * This field shall indicate the status of the command which resulted in this response.
3821
+ *
3822
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
3823
+ */
3824
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
3825
+ /**
3826
+ * This field shall indicate Optional app-specific data.
3827
+ *
3828
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
3829
+ */
3830
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3831
+ }>, any> & {
3832
+ readonly optional: true;
3833
+ readonly isConditional: true;
3834
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
3835
+ readonly mandatoryIf: [] | [{
3836
+ contentSearch: boolean;
3837
+ }];
3838
+ };
3839
+ readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3840
+ /**
3841
+ * This field shall indicate the URL of content to launch.
3842
+ *
3843
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.1
3844
+ */
3845
+ contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
3846
+ /**
3847
+ * This field, if present, shall provide a string that may be used to describe the content being accessed at
3848
+ * the given URL.
3849
+ *
3850
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.2
3851
+ */
3852
+ displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3853
+ /**
3854
+ * This field, if present, shall indicate the branding information that may be displayed when playing back the
3855
+ * given content.
3856
+ *
3857
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.3
3858
+ */
3859
+ brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3860
+ /**
3861
+ * This field shall indicate name of the provider for the given content.
3862
+ *
3863
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.1
3864
+ */
3865
+ providerName: import("../tlv/TlvObject.js").FieldType<string>;
3866
+ /**
3867
+ * This field shall indicate background of the Video Player while content launch request is being processed by
3868
+ * it. This background information may also be used by the Video Player when it is in idle state.
3869
+ *
3870
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.2
3871
+ */
3872
+ background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3873
+ /**
3874
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3875
+ * Watermark etc.
3876
+ *
3877
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3878
+ */
3879
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3880
+ /**
3881
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
3882
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
3883
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
3884
+ *
3885
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
3886
+ *
3887
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
3888
+ *
3889
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
3890
+ */
3891
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3892
+ /**
3893
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3894
+ * Watermark etc.
3895
+ *
3896
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3897
+ */
3898
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3899
+ /**
3900
+ * This field shall indicate the width using the metric defined in Metric
3901
+ *
3902
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
3903
+ */
3904
+ width: import("../tlv/TlvObject.js").FieldType<number>;
3905
+ /**
3906
+ * This field shall indicate the height using the metric defined in Metric
3907
+ *
3908
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
3909
+ */
3910
+ height: import("../tlv/TlvObject.js").FieldType<number>;
3911
+ /**
3912
+ * This field shall indicate metric used for defining Height/Width.
3913
+ *
3914
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
3915
+ */
3916
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
3917
+ }>>;
3918
+ }>>;
3919
+ /**
3920
+ * This field shall indicate the logo shown when the Video Player is launching. This is also used when the
3921
+ * Video Player is in the idle state and Splash field is not available.
3922
+ *
3923
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.3
3924
+ */
3925
+ logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3926
+ /**
3927
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3928
+ * Watermark etc.
3929
+ *
3930
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3931
+ */
3932
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3933
+ /**
3934
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
3935
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
3936
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
3937
+ *
3938
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
3939
+ *
3940
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
3941
+ *
3942
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
3943
+ */
3944
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3945
+ /**
3946
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3947
+ * Watermark etc.
3948
+ *
3949
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
3950
+ */
3951
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3952
+ /**
3953
+ * This field shall indicate the width using the metric defined in Metric
3954
+ *
3955
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
3956
+ */
3957
+ width: import("../tlv/TlvObject.js").FieldType<number>;
3958
+ /**
3959
+ * This field shall indicate the height using the metric defined in Metric
3960
+ *
3961
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
3962
+ */
3963
+ height: import("../tlv/TlvObject.js").FieldType<number>;
3964
+ /**
3965
+ * This field shall indicate metric used for defining Height/Width.
3966
+ *
3967
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
3968
+ */
3969
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
3970
+ }>>;
3971
+ }>>;
3972
+ /**
3973
+ * This field shall indicate the style of progress bar for media playback.
3974
+ *
3975
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.4
3976
+ */
3977
+ progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3978
+ /**
3979
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
3980
+ * Watermark etc.
3981
+ *
3982
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
3983
+ */
3984
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3985
+ /**
3986
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
3987
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
3988
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
3989
+ *
3990
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
3991
+ *
3992
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
3993
+ *
3994
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
3995
+ */
3996
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3997
+ /**
3998
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
3999
+ * Watermark etc.
4000
+ *
4001
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
4002
+ */
4003
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4004
+ /**
4005
+ * This field shall indicate the width using the metric defined in Metric
4006
+ *
4007
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
4008
+ */
4009
+ width: import("../tlv/TlvObject.js").FieldType<number>;
4010
+ /**
4011
+ * This field shall indicate the height using the metric defined in Metric
4012
+ *
4013
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
4014
+ */
4015
+ height: import("../tlv/TlvObject.js").FieldType<number>;
4016
+ /**
4017
+ * This field shall indicate metric used for defining Height/Width.
4018
+ *
4019
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
4020
+ */
4021
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
4022
+ }>>;
4023
+ }>>;
4024
+ /**
4025
+ * This field shall indicate the screen shown when the Video Player is in an idle state. If this property is
4026
+ * not populated, the Video Player shall default to logo or the provider name.
4027
+ *
4028
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.5
4029
+ */
4030
+ splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4031
+ /**
4032
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
4033
+ * Watermark etc.
4034
+ *
4035
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
4036
+ */
4037
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4038
+ /**
4039
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
4040
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
4041
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
4042
+ *
4043
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
4044
+ *
4045
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
4046
+ *
4047
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
4048
+ */
4049
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4050
+ /**
4051
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
4052
+ * Watermark etc.
4053
+ *
4054
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
4055
+ */
4056
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4057
+ /**
4058
+ * This field shall indicate the width using the metric defined in Metric
4059
+ *
4060
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
4061
+ */
4062
+ width: import("../tlv/TlvObject.js").FieldType<number>;
4063
+ /**
4064
+ * This field shall indicate the height using the metric defined in Metric
4065
+ *
4066
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
4067
+ */
4068
+ height: import("../tlv/TlvObject.js").FieldType<number>;
4069
+ /**
4070
+ * This field shall indicate metric used for defining Height/Width.
4071
+ *
4072
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
4073
+ */
4074
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
4075
+ }>>;
4076
+ }>>;
4077
+ /**
4078
+ * This field shall indicate watermark shown when the media is playing.
4079
+ *
4080
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.10.6
4081
+ */
4082
+ waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4083
+ /**
4084
+ * This field shall indicate the URL of image used for Styling different Video Player sections like Logo,
4085
+ * Watermark etc.
4086
+ *
4087
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.1
4088
+ */
4089
+ imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4090
+ /**
4091
+ * This field shall indicate the color, in RGB or RGBA, used for styling different Video Player sections like
4092
+ * Logo, Watermark, etc. The value shall conform to the 6-digit or 8-digit format defined for CSS sRGB
4093
+ * hexadecimal color notation [https://www.w3.org/TR/css-color-4/#hex-notation]. Examples:
4094
+ *
4095
+ * • #76DE19 for R=0x76, G=0xDE, B=0x19, A absent
4096
+ *
4097
+ * • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
4098
+ *
4099
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.2
4100
+ */
4101
+ color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4102
+ /**
4103
+ * This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
4104
+ * Watermark etc.
4105
+ *
4106
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.9.3
4107
+ */
4108
+ size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4109
+ /**
4110
+ * This field shall indicate the width using the metric defined in Metric
4111
+ *
4112
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.1
4113
+ */
4114
+ width: import("../tlv/TlvObject.js").FieldType<number>;
4115
+ /**
4116
+ * This field shall indicate the height using the metric defined in Metric
4117
+ *
4118
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.2
4119
+ */
4120
+ height: import("../tlv/TlvObject.js").FieldType<number>;
4121
+ /**
4122
+ * This field shall indicate metric used for defining Height/Width.
4123
+ *
4124
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.8.3
4125
+ */
4126
+ metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
4127
+ }>>;
4128
+ }>>;
4129
+ }>>;
4130
+ /**
4131
+ * This field, if present, shall indicate the user’s preferred Text/AudioTracks and playbackPosition for the
4132
+ * media, sent from the client to the server. If the server does not find an available track for the title
4133
+ * being played exactly matching a Track requested here, in the list of available tracks, it may default to
4134
+ * picking another track that closely matches the requested track. Alternately, it may go with user preferences
4135
+ * set on the server side (it will use this option if these PlaybackPreferences are not specified). In the case
4136
+ * of text tracks, that may mean that the subtitle text is not displayed at all. In the cases where the
4137
+ * preferred Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
4138
+ * AudioTrackNotAvailable Status(es) in the LauncherResponse.
4139
+ *
4140
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.2.4
4141
+ */
4142
+ playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4143
+ /**
4144
+ * This field shall indicate the preferred position (in milliseconds) in the media to launch playback from. In
4145
+ * case the position falls in the middle of a frame, the server shall set the position to the beginning of that
4146
+ * 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).
4150
+ *
4151
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.1
4152
+ */
4153
+ playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
4154
+ /**
4155
+ * This field shall indicate the user’s preferred Text Track. A value of null shall indicate that the user did
4156
+ * not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
4157
+ * Track is up to the server.
4158
+ *
4159
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.2
4160
+ */
4161
+ textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4162
+ /**
4163
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
4164
+ * primary language used in the Track.
4165
+ *
4166
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
4167
+ */
4168
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
4169
+ /**
4170
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
4171
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
4172
+ * corresponding to the Track.
4173
+ *
4174
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
4175
+ */
4176
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
4177
+ /**
4178
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
4179
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
4180
+ *
4181
+ * This field shall NOT be present if the track is not an audio track.
4182
+ *
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.
4186
+ *
4187
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
4188
+ */
4189
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
4190
+ }> | null>;
4191
+ /**
4192
+ * This field shall indicate the list of the user’s preferred Audio Tracks. If the list contains multiple
4193
+ * values, each AudioTrack must also specify a unique audioOutputIndex to play the track on. A value of null
4194
+ * shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
4195
+ * decision to play and select an Audio Track is up to the server.
4196
+ *
4197
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.11.3
4198
+ */
4199
+ audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4200
+ /**
4201
+ * This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
4202
+ * primary language used in the Track.
4203
+ *
4204
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.1
4205
+ */
4206
+ languageCode: import("../tlv/TlvObject.js").FieldType<string>;
4207
+ /**
4208
+ * This field shall contain a list of enumerated CharacteristicEnum values that indicate a purpose, trait or
4209
+ * feature associated with the Track. A value of null shall indicate that there are no Characteristics
4210
+ * corresponding to the Track.
4211
+ *
4212
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.2
4213
+ */
4214
+ characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
4215
+ /**
4216
+ * This field if present shall indicate the index of the OutputInfoStruct from the OutputList attribute (from
4217
+ * the AudioOutput cluster) and indicates which audio output the Audio Track should be played on.
4218
+ *
4219
+ * This field shall NOT be present if the track is not an audio track.
4220
+ *
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.
4224
+ *
4225
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.5.12.3
4226
+ */
4227
+ audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
4228
+ }>[] | null>;
4229
+ }>>;
4230
+ }>, import("../tlv/TlvObject.js").TypeFromFields<{
4231
+ /**
4232
+ * This field shall indicate the status of the command which resulted in this response.
4233
+ *
4234
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.1
4235
+ */
4236
+ status: import("../tlv/TlvObject.js").FieldType<Status>;
4237
+ /**
4238
+ * This field shall indicate Optional app-specific data.
4239
+ *
4240
+ * @see {@link MatterSpecification.v13.Cluster} § 6.7.7.3.2
4241
+ */
4242
+ data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4243
+ }>, any> & {
4244
+ readonly optional: true;
4245
+ readonly isConditional: true;
4246
+ readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
4247
+ readonly mandatoryIf: [] | [{
4248
+ urlPlayback: boolean;
4249
+ }];
4250
+ };
4251
+ };
4252
+ }, []>;
4253
+ /**
4254
+ * This cluster supports all ContentLauncher features. It may support illegal feature combinations.
4255
+ *
4256
+ * If you use this cluster you must manually specify which features are active and ensure the set of active
4257
+ * features is legal per the Matter specification.
4258
+ */
4259
+ interface Complete extends Identity<typeof CompleteInstance> {
4260
+ }
4261
+ const Complete: Complete;
4262
+ }
4263
+ export type ContentLauncherCluster = ContentLauncher.Cluster;
4264
+ export declare const ContentLauncherCluster: ContentLauncher.Cluster;
4265
+ //# sourceMappingURL=content-launcher.d.ts.map