@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02

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 (694) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +250 -250
  2. package/dist/cjs/clusters/access-control.js +39 -39
  3. package/dist/cjs/clusters/account-login.d.ts +29 -29
  4. package/dist/cjs/clusters/account-login.js +11 -11
  5. package/dist/cjs/clusters/actions.d.ts +108 -108
  6. package/dist/cjs/clusters/actions.js +39 -39
  7. package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
  8. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  9. package/dist/cjs/clusters/administrator-commissioning.js +32 -12
  10. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  11. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  12. package/dist/cjs/clusters/air-quality.js +1 -1
  13. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  14. package/dist/cjs/clusters/alarm-base.js +14 -14
  15. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  16. package/dist/cjs/clusters/application-basic.js +10 -10
  17. package/dist/cjs/clusters/application-launcher.d.ts +141 -99
  18. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.js +45 -13
  20. package/dist/cjs/clusters/application-launcher.js.map +2 -2
  21. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  22. package/dist/cjs/clusters/audio-output.js +8 -8
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
  24. package/dist/cjs/clusters/ballast-configuration.js +17 -17
  25. package/dist/cjs/clusters/basic-information.d.ts +54 -54
  26. package/dist/cjs/clusters/basic-information.js +34 -34
  27. package/dist/cjs/clusters/binding.d.ts +12 -12
  28. package/dist/cjs/clusters/binding.js +5 -5
  29. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  30. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  31. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  32. package/dist/cjs/clusters/boolean-state.js +3 -3
  33. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
  34. package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
  35. package/dist/cjs/clusters/channel.d.ts +577 -559
  36. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  37. package/dist/cjs/clusters/channel.js +87 -73
  38. package/dist/cjs/clusters/channel.js.map +2 -2
  39. package/dist/cjs/clusters/color-control.d.ts +658 -658
  40. package/dist/cjs/clusters/color-control.js +116 -116
  41. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  42. package/dist/cjs/clusters/commissioner-control.js +5 -5
  43. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  44. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  45. package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
  46. package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-app-observer.js +14 -6
  48. package/dist/cjs/clusters/content-app-observer.js.map +2 -2
  49. package/dist/cjs/clusters/content-control.d.ts +438 -356
  50. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-control.js +120 -58
  52. package/dist/cjs/clusters/content-control.js.map +1 -1
  53. package/dist/cjs/clusters/content-launcher.d.ts +509 -475
  54. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  55. package/dist/cjs/clusters/content-launcher.js +65 -39
  56. package/dist/cjs/clusters/content-launcher.js.map +2 -2
  57. package/dist/cjs/clusters/descriptor.d.ts +28 -28
  58. package/dist/cjs/clusters/descriptor.js +8 -8
  59. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  60. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  61. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  62. package/dist/cjs/clusters/device-energy-management.js +87 -87
  63. package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
  64. package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
  65. package/dist/cjs/clusters/diagnostic-logs.js +34 -8
  66. package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
  67. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  68. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  69. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  70. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  71. package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
  72. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  73. package/dist/cjs/clusters/door-lock.js +242 -228
  74. package/dist/cjs/clusters/door-lock.js.map +1 -1
  75. package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
  76. package/dist/cjs/clusters/ecosystem-information.js +12 -12
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
  78. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  79. package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
  80. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  82. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  83. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  84. package/dist/cjs/clusters/energy-evse.js +73 -73
  85. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  86. package/dist/cjs/clusters/energy-preference.js +9 -9
  87. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  88. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  89. package/dist/cjs/clusters/fan-control.d.ts +67 -67
  90. package/dist/cjs/clusters/fan-control.js +17 -17
  91. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  92. package/dist/cjs/clusters/fixed-label.js +1 -1
  93. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  94. package/dist/cjs/clusters/flow-measurement.js +4 -4
  95. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  96. package/dist/cjs/clusters/general-commissioning.js +25 -25
  97. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  98. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  99. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  100. package/dist/cjs/clusters/group-key-management.js +23 -23
  101. package/dist/cjs/clusters/groups.d.ts +78 -78
  102. package/dist/cjs/clusters/groups.js +21 -21
  103. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  104. package/dist/cjs/clusters/icd-management.js +29 -29
  105. package/dist/cjs/clusters/identify.d.ts +16 -16
  106. package/dist/cjs/clusters/identify.js +6 -6
  107. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  108. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  109. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
  110. package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
  111. package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
  112. package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
  113. package/dist/cjs/clusters/keypad-input.d.ts +34 -16
  114. package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
  115. package/dist/cjs/clusters/keypad-input.js +17 -3
  116. package/dist/cjs/clusters/keypad-input.js.map +2 -2
  117. package/dist/cjs/clusters/label.d.ts +10 -10
  118. package/dist/cjs/clusters/label.js +3 -3
  119. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  120. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  121. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  122. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  123. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  124. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  125. package/dist/cjs/clusters/level-control.d.ts +303 -303
  126. package/dist/cjs/clusters/level-control.js +32 -32
  127. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  128. package/dist/cjs/clusters/localization-configuration.js +2 -2
  129. package/dist/cjs/clusters/low-power.d.ts +2 -2
  130. package/dist/cjs/clusters/low-power.js +1 -1
  131. package/dist/cjs/clusters/media-input.d.ts +47 -47
  132. package/dist/cjs/clusters/media-input.js +11 -11
  133. package/dist/cjs/clusters/media-playback.d.ts +427 -385
  134. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  135. package/dist/cjs/clusters/media-playback.js +89 -57
  136. package/dist/cjs/clusters/media-playback.js.map +2 -2
  137. package/dist/cjs/clusters/messages.d.ts +154 -154
  138. package/dist/cjs/clusters/messages.js +38 -38
  139. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  140. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  141. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  142. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  143. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  144. package/dist/cjs/clusters/mode-base.js +13 -13
  145. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  146. package/dist/cjs/clusters/mode-select.js +13 -13
  147. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  148. package/dist/cjs/clusters/network-commissioning.js +46 -46
  149. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  150. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  151. package/dist/cjs/clusters/on-off.d.ts +103 -103
  152. package/dist/cjs/clusters/on-off.js +19 -19
  153. package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
  154. package/dist/cjs/clusters/operational-credentials.js +34 -34
  155. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  156. package/dist/cjs/clusters/operational-state.js +21 -21
  157. package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
  158. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  159. package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
  160. package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
  161. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  162. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  163. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  164. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  165. package/dist/cjs/clusters/oven-mode.d.ts +40 -40
  166. package/dist/cjs/clusters/oven-mode.js +5 -5
  167. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  168. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  169. package/dist/cjs/clusters/power-source.d.ts +155 -155
  170. package/dist/cjs/clusters/power-source.js +41 -41
  171. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  172. package/dist/cjs/clusters/power-topology.js +2 -2
  173. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  174. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  175. package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
  176. package/dist/cjs/clusters/proxy-configuration.js +3 -3
  177. package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
  178. package/dist/cjs/clusters/proxy-discovery.js +4 -4
  179. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  180. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  181. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  182. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  183. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  184. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  185. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  186. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  187. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  188. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  189. package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
  190. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  191. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  192. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  193. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  194. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  195. package/dist/cjs/clusters/scenes-management.d.ts +246 -246
  196. package/dist/cjs/clusters/scenes-management.js +70 -70
  197. package/dist/cjs/clusters/service-area.d.ts +128 -128
  198. package/dist/cjs/clusters/service-area.js +26 -26
  199. package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
  200. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  201. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  202. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  203. package/dist/cjs/clusters/switch.d.ts +105 -105
  204. package/dist/cjs/clusters/switch.js +23 -23
  205. package/dist/cjs/clusters/target-navigator.d.ts +48 -30
  206. package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
  207. package/dist/cjs/clusters/target-navigator.js +24 -10
  208. package/dist/cjs/clusters/target-navigator.js.map +2 -2
  209. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  210. package/dist/cjs/clusters/temperature-control.js +12 -12
  211. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  212. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  213. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  214. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  215. package/dist/cjs/clusters/thermostat.d.ts +515 -515
  216. package/dist/cjs/clusters/thermostat.js +114 -114
  217. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  218. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  219. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  220. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  221. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  222. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  223. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  224. package/dist/cjs/clusters/time-format-localization.js +3 -3
  225. package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
  226. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  227. package/dist/cjs/clusters/time-synchronization.js +55 -47
  228. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  229. package/dist/cjs/clusters/unit-localization.d.ts +6 -6
  230. package/dist/cjs/clusters/unit-localization.js +1 -1
  231. package/dist/cjs/clusters/user-label.d.ts +2 -2
  232. package/dist/cjs/clusters/user-label.js +1 -1
  233. package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
  234. package/dist/cjs/clusters/valid-proxies.js +2 -2
  235. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
  236. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
  237. package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
  238. package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
  239. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  240. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  241. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  242. package/dist/cjs/clusters/water-heater-management.js +16 -16
  243. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  244. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  245. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  246. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  247. package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
  248. package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
  249. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  250. package/dist/cjs/clusters/window-covering.js +49 -49
  251. package/dist/cjs/common/StatusCode.d.ts +2 -11
  252. package/dist/cjs/common/StatusCode.d.ts.map +1 -1
  253. package/dist/cjs/common/StatusCode.js +1 -17
  254. package/dist/cjs/common/StatusCode.js.map +1 -1
  255. package/dist/cjs/common/StatusResponseError.d.ts +21 -0
  256. package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
  257. package/dist/cjs/common/StatusResponseError.js +54 -0
  258. package/dist/cjs/common/StatusResponseError.js.map +6 -0
  259. package/dist/cjs/common/ValidationError.d.ts +1 -1
  260. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  261. package/dist/cjs/common/ValidationError.js +2 -1
  262. package/dist/cjs/common/ValidationError.js.map +1 -1
  263. package/dist/cjs/common/index.d.ts +1 -0
  264. package/dist/cjs/common/index.d.ts.map +1 -1
  265. package/dist/cjs/common/index.js +1 -0
  266. package/dist/cjs/common/index.js.map +1 -1
  267. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  268. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  269. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  270. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  271. package/dist/cjs/globals/Locationdesc.js +3 -3
  272. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  273. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  274. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  275. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  276. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  277. package/dist/cjs/globals/Priority.d.ts +1 -1
  278. package/dist/cjs/globals/Semtag.d.ts +6 -6
  279. package/dist/cjs/globals/Semtag.js +4 -4
  280. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  281. package/dist/cjs/globals/Status.d.ts +33 -33
  282. package/dist/cjs/globals/Tod.d.ts +2 -2
  283. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  284. package/dist/esm/clusters/access-control.d.ts +250 -250
  285. package/dist/esm/clusters/access-control.js +39 -39
  286. package/dist/esm/clusters/account-login.d.ts +29 -29
  287. package/dist/esm/clusters/account-login.js +11 -11
  288. package/dist/esm/clusters/actions.d.ts +108 -108
  289. package/dist/esm/clusters/actions.js +39 -39
  290. package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
  291. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  292. package/dist/esm/clusters/administrator-commissioning.js +32 -12
  293. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  294. package/dist/esm/clusters/air-quality.d.ts +5 -5
  295. package/dist/esm/clusters/air-quality.js +1 -1
  296. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  297. package/dist/esm/clusters/alarm-base.js +14 -14
  298. package/dist/esm/clusters/application-basic.d.ts +16 -16
  299. package/dist/esm/clusters/application-basic.js +10 -10
  300. package/dist/esm/clusters/application-launcher.d.ts +141 -99
  301. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  302. package/dist/esm/clusters/application-launcher.js +45 -13
  303. package/dist/esm/clusters/application-launcher.js.map +1 -1
  304. package/dist/esm/clusters/audio-output.d.ts +37 -37
  305. package/dist/esm/clusters/audio-output.js +8 -8
  306. package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
  307. package/dist/esm/clusters/ballast-configuration.js +17 -17
  308. package/dist/esm/clusters/basic-information.d.ts +54 -54
  309. package/dist/esm/clusters/basic-information.js +34 -34
  310. package/dist/esm/clusters/binding.d.ts +12 -12
  311. package/dist/esm/clusters/binding.js +5 -5
  312. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  313. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  314. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  315. package/dist/esm/clusters/boolean-state.js +3 -3
  316. package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
  317. package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
  318. package/dist/esm/clusters/channel.d.ts +577 -559
  319. package/dist/esm/clusters/channel.d.ts.map +1 -1
  320. package/dist/esm/clusters/channel.js +87 -73
  321. package/dist/esm/clusters/channel.js.map +1 -1
  322. package/dist/esm/clusters/color-control.d.ts +658 -658
  323. package/dist/esm/clusters/color-control.js +116 -116
  324. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  325. package/dist/esm/clusters/commissioner-control.js +5 -5
  326. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  327. package/dist/esm/clusters/concentration-measurement.js +11 -11
  328. package/dist/esm/clusters/content-app-observer.d.ts +27 -17
  329. package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
  330. package/dist/esm/clusters/content-app-observer.js +14 -6
  331. package/dist/esm/clusters/content-app-observer.js.map +1 -1
  332. package/dist/esm/clusters/content-control.d.ts +438 -356
  333. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  334. package/dist/esm/clusters/content-control.js +120 -58
  335. package/dist/esm/clusters/content-control.js.map +1 -1
  336. package/dist/esm/clusters/content-launcher.d.ts +509 -475
  337. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  338. package/dist/esm/clusters/content-launcher.js +65 -39
  339. package/dist/esm/clusters/content-launcher.js.map +1 -1
  340. package/dist/esm/clusters/descriptor.d.ts +28 -28
  341. package/dist/esm/clusters/descriptor.js +8 -8
  342. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  343. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  344. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  345. package/dist/esm/clusters/device-energy-management.js +87 -87
  346. package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
  347. package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
  348. package/dist/esm/clusters/diagnostic-logs.js +34 -8
  349. package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
  350. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  351. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  352. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  353. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  354. package/dist/esm/clusters/door-lock.d.ts +1367 -1350
  355. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  356. package/dist/esm/clusters/door-lock.js +242 -228
  357. package/dist/esm/clusters/door-lock.js.map +1 -1
  358. package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
  359. package/dist/esm/clusters/ecosystem-information.js +12 -12
  360. package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
  361. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  362. package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
  363. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  364. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  365. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  366. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  367. package/dist/esm/clusters/energy-evse.js +73 -73
  368. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  369. package/dist/esm/clusters/energy-preference.js +9 -9
  370. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  371. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  372. package/dist/esm/clusters/fan-control.d.ts +67 -67
  373. package/dist/esm/clusters/fan-control.js +17 -17
  374. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  375. package/dist/esm/clusters/fixed-label.js +1 -1
  376. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  377. package/dist/esm/clusters/flow-measurement.js +4 -4
  378. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  379. package/dist/esm/clusters/general-commissioning.js +25 -25
  380. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  381. package/dist/esm/clusters/general-diagnostics.js +40 -40
  382. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  383. package/dist/esm/clusters/group-key-management.js +23 -23
  384. package/dist/esm/clusters/groups.d.ts +78 -78
  385. package/dist/esm/clusters/groups.js +21 -21
  386. package/dist/esm/clusters/icd-management.d.ts +131 -131
  387. package/dist/esm/clusters/icd-management.js +29 -29
  388. package/dist/esm/clusters/identify.d.ts +16 -16
  389. package/dist/esm/clusters/identify.js +6 -6
  390. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  391. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  392. package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
  393. package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
  394. package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
  395. package/dist/esm/clusters/joint-fabric-pki.js +5 -5
  396. package/dist/esm/clusters/keypad-input.d.ts +34 -16
  397. package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
  398. package/dist/esm/clusters/keypad-input.js +17 -3
  399. package/dist/esm/clusters/keypad-input.js.map +1 -1
  400. package/dist/esm/clusters/label.d.ts +10 -10
  401. package/dist/esm/clusters/label.js +3 -3
  402. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  403. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  404. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  405. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  406. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  407. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  408. package/dist/esm/clusters/level-control.d.ts +303 -303
  409. package/dist/esm/clusters/level-control.js +32 -32
  410. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  411. package/dist/esm/clusters/localization-configuration.js +2 -2
  412. package/dist/esm/clusters/low-power.d.ts +2 -2
  413. package/dist/esm/clusters/low-power.js +1 -1
  414. package/dist/esm/clusters/media-input.d.ts +47 -47
  415. package/dist/esm/clusters/media-input.js +11 -11
  416. package/dist/esm/clusters/media-playback.d.ts +427 -385
  417. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  418. package/dist/esm/clusters/media-playback.js +89 -57
  419. package/dist/esm/clusters/media-playback.js.map +1 -1
  420. package/dist/esm/clusters/messages.d.ts +154 -154
  421. package/dist/esm/clusters/messages.js +38 -38
  422. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  423. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  424. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  425. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  426. package/dist/esm/clusters/mode-base.d.ts +59 -59
  427. package/dist/esm/clusters/mode-base.js +13 -13
  428. package/dist/esm/clusters/mode-select.d.ts +51 -51
  429. package/dist/esm/clusters/mode-select.js +13 -13
  430. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  431. package/dist/esm/clusters/network-commissioning.js +46 -46
  432. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  433. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  434. package/dist/esm/clusters/on-off.d.ts +103 -103
  435. package/dist/esm/clusters/on-off.js +19 -19
  436. package/dist/esm/clusters/operational-credentials.d.ts +94 -94
  437. package/dist/esm/clusters/operational-credentials.js +34 -34
  438. package/dist/esm/clusters/operational-state.d.ts +67 -67
  439. package/dist/esm/clusters/operational-state.js +21 -21
  440. package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
  441. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  442. package/dist/esm/clusters/ota-software-update-provider.js +51 -25
  443. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  444. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  445. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  446. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  447. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  448. package/dist/esm/clusters/oven-mode.d.ts +40 -40
  449. package/dist/esm/clusters/oven-mode.js +5 -5
  450. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  451. package/dist/esm/clusters/power-source-configuration.js +1 -1
  452. package/dist/esm/clusters/power-source.d.ts +155 -155
  453. package/dist/esm/clusters/power-source.js +41 -41
  454. package/dist/esm/clusters/power-topology.d.ts +8 -8
  455. package/dist/esm/clusters/power-topology.js +2 -2
  456. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  457. package/dist/esm/clusters/pressure-measurement.js +9 -9
  458. package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
  459. package/dist/esm/clusters/proxy-configuration.js +3 -3
  460. package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
  461. package/dist/esm/clusters/proxy-discovery.js +4 -4
  462. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  463. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  464. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  465. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  466. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  467. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  468. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  469. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  470. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  471. package/dist/esm/clusters/resource-monitoring.js +7 -7
  472. package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
  473. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  474. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  475. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  476. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  477. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  478. package/dist/esm/clusters/scenes-management.d.ts +246 -246
  479. package/dist/esm/clusters/scenes-management.js +70 -70
  480. package/dist/esm/clusters/service-area.d.ts +128 -128
  481. package/dist/esm/clusters/service-area.js +26 -26
  482. package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
  483. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  484. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  485. package/dist/esm/clusters/software-diagnostics.js +14 -14
  486. package/dist/esm/clusters/switch.d.ts +105 -105
  487. package/dist/esm/clusters/switch.js +23 -23
  488. package/dist/esm/clusters/target-navigator.d.ts +48 -30
  489. package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
  490. package/dist/esm/clusters/target-navigator.js +24 -10
  491. package/dist/esm/clusters/target-navigator.js.map +1 -1
  492. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  493. package/dist/esm/clusters/temperature-control.js +12 -12
  494. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  495. package/dist/esm/clusters/temperature-measurement.js +4 -4
  496. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  497. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  498. package/dist/esm/clusters/thermostat.d.ts +515 -515
  499. package/dist/esm/clusters/thermostat.js +114 -114
  500. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  501. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  502. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  503. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  504. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  505. package/dist/esm/clusters/thread-network-directory.js +11 -11
  506. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  507. package/dist/esm/clusters/time-format-localization.js +3 -3
  508. package/dist/esm/clusters/time-synchronization.d.ts +255 -245
  509. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  510. package/dist/esm/clusters/time-synchronization.js +55 -47
  511. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  512. package/dist/esm/clusters/unit-localization.d.ts +6 -6
  513. package/dist/esm/clusters/unit-localization.js +1 -1
  514. package/dist/esm/clusters/user-label.d.ts +2 -2
  515. package/dist/esm/clusters/user-label.js +1 -1
  516. package/dist/esm/clusters/valid-proxies.d.ts +7 -7
  517. package/dist/esm/clusters/valid-proxies.js +2 -2
  518. package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
  519. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
  520. package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
  521. package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
  522. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  523. package/dist/esm/clusters/wake-on-lan.js +2 -2
  524. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  525. package/dist/esm/clusters/water-heater-management.js +16 -16
  526. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  527. package/dist/esm/clusters/water-heater-mode.js +8 -8
  528. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  529. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  530. package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
  531. package/dist/esm/clusters/wi-fi-network-management.js +3 -3
  532. package/dist/esm/clusters/window-covering.d.ts +183 -183
  533. package/dist/esm/clusters/window-covering.js +49 -49
  534. package/dist/esm/common/StatusCode.d.ts +2 -11
  535. package/dist/esm/common/StatusCode.d.ts.map +1 -1
  536. package/dist/esm/common/StatusCode.js +1 -17
  537. package/dist/esm/common/StatusCode.js.map +1 -1
  538. package/dist/esm/common/StatusResponseError.d.ts +21 -0
  539. package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
  540. package/dist/esm/common/StatusResponseError.js +34 -0
  541. package/dist/esm/common/StatusResponseError.js.map +6 -0
  542. package/dist/esm/common/ValidationError.d.ts +1 -1
  543. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  544. package/dist/esm/common/ValidationError.js +2 -1
  545. package/dist/esm/common/ValidationError.js.map +1 -1
  546. package/dist/esm/common/index.d.ts +1 -0
  547. package/dist/esm/common/index.d.ts.map +1 -1
  548. package/dist/esm/common/index.js +1 -0
  549. package/dist/esm/common/index.js.map +1 -1
  550. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  551. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  552. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  553. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  554. package/dist/esm/globals/Locationdesc.js +3 -3
  555. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  556. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  557. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  558. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  559. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  560. package/dist/esm/globals/Priority.d.ts +1 -1
  561. package/dist/esm/globals/Semtag.d.ts +6 -6
  562. package/dist/esm/globals/Semtag.js +4 -4
  563. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  564. package/dist/esm/globals/Status.d.ts +33 -33
  565. package/dist/esm/globals/Tod.d.ts +2 -2
  566. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  567. package/package.json +5 -5
  568. package/src/clusters/access-control.ts +72 -72
  569. package/src/clusters/account-login.ts +22 -22
  570. package/src/clusters/actions.ts +86 -86
  571. package/src/clusters/administrator-commissioning.ts +67 -20
  572. package/src/clusters/air-quality.ts +4 -4
  573. package/src/clusters/alarm-base.ts +22 -22
  574. package/src/clusters/application-basic.ts +14 -14
  575. package/src/clusters/application-launcher.ts +105 -28
  576. package/src/clusters/audio-output.ts +17 -17
  577. package/src/clusters/ballast-configuration.ts +20 -20
  578. package/src/clusters/basic-information.ts +47 -47
  579. package/src/clusters/binding.ts +8 -8
  580. package/src/clusters/boolean-state-configuration.ts +31 -31
  581. package/src/clusters/boolean-state.ts +6 -6
  582. package/src/clusters/bridged-device-basic-information.ts +38 -38
  583. package/src/clusters/channel.ts +143 -111
  584. package/src/clusters/color-control.ts +168 -168
  585. package/src/clusters/commissioner-control.ts +15 -15
  586. package/src/clusters/concentration-measurement.ts +15 -15
  587. package/src/clusters/content-app-observer.ts +29 -12
  588. package/src/clusters/content-control.ts +248 -96
  589. package/src/clusters/content-launcher.ts +131 -69
  590. package/src/clusters/descriptor.ts +13 -13
  591. package/src/clusters/device-energy-management-mode.ts +28 -28
  592. package/src/clusters/device-energy-management.ts +136 -136
  593. package/src/clusters/diagnostic-logs.ts +88 -26
  594. package/src/clusters/dishwasher-alarm.ts +24 -24
  595. package/src/clusters/dishwasher-mode.ts +27 -27
  596. package/src/clusters/door-lock.ts +408 -377
  597. package/src/clusters/ecosystem-information.ts +17 -17
  598. package/src/clusters/electrical-energy-measurement.ts +39 -39
  599. package/src/clusters/electrical-power-measurement.ts +53 -53
  600. package/src/clusters/energy-evse-mode.ts +28 -28
  601. package/src/clusters/energy-evse.ts +109 -109
  602. package/src/clusters/energy-preference.ts +19 -19
  603. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  604. package/src/clusters/fan-control.ts +30 -30
  605. package/src/clusters/fixed-label.ts +2 -2
  606. package/src/clusters/flow-measurement.ts +5 -5
  607. package/src/clusters/general-commissioning.ts +45 -45
  608. package/src/clusters/general-diagnostics.ts +66 -66
  609. package/src/clusters/group-key-management.ts +45 -45
  610. package/src/clusters/groups.ts +44 -44
  611. package/src/clusters/icd-management.ts +50 -50
  612. package/src/clusters/identify.ts +14 -14
  613. package/src/clusters/illuminance-measurement.ts +7 -7
  614. package/src/clusters/joint-fabric-datastore.ts +82 -82
  615. package/src/clusters/joint-fabric-pki.ts +12 -12
  616. package/src/clusters/keypad-input.ts +43 -11
  617. package/src/clusters/label.ts +5 -5
  618. package/src/clusters/laundry-dryer-controls.ts +4 -4
  619. package/src/clusters/laundry-washer-controls.ts +11 -11
  620. package/src/clusters/laundry-washer-mode.ts +25 -25
  621. package/src/clusters/level-control.ts +49 -49
  622. package/src/clusters/localization-configuration.ts +3 -3
  623. package/src/clusters/low-power.ts +2 -2
  624. package/src/clusters/media-input.ts +20 -20
  625. package/src/clusters/media-playback.ts +168 -91
  626. package/src/clusters/messages.ts +61 -61
  627. package/src/clusters/microwave-oven-control.ts +23 -23
  628. package/src/clusters/microwave-oven-mode.ts +25 -25
  629. package/src/clusters/mode-base.ts +37 -37
  630. package/src/clusters/mode-select.ts +22 -22
  631. package/src/clusters/network-commissioning.ts +76 -76
  632. package/src/clusters/occupancy-sensing.ts +29 -29
  633. package/src/clusters/on-off.ts +33 -33
  634. package/src/clusters/operational-credentials.ts +65 -65
  635. package/src/clusters/operational-state.ts +34 -34
  636. package/src/clusters/ota-software-update-provider.ts +101 -39
  637. package/src/clusters/ota-software-update-requestor.ts +55 -55
  638. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  639. package/src/clusters/oven-mode.ts +31 -31
  640. package/src/clusters/power-source-configuration.ts +2 -2
  641. package/src/clusters/power-source.ts +59 -59
  642. package/src/clusters/power-topology.ts +4 -4
  643. package/src/clusters/pressure-measurement.ts +11 -11
  644. package/src/clusters/proxy-configuration.ts +6 -6
  645. package/src/clusters/proxy-discovery.ts +7 -7
  646. package/src/clusters/pump-configuration-and-control.ts +69 -69
  647. package/src/clusters/refrigerator-alarm.ts +18 -18
  648. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  649. package/src/clusters/relative-humidity-measurement.ts +5 -5
  650. package/src/clusters/resource-monitoring.ts +13 -13
  651. package/src/clusters/rvc-clean-mode.ts +31 -31
  652. package/src/clusters/rvc-operational-state.ts +28 -28
  653. package/src/clusters/rvc-run-mode.ts +38 -38
  654. package/src/clusters/scenes-management.ts +112 -112
  655. package/src/clusters/service-area.ts +50 -50
  656. package/src/clusters/smoke-co-alarm.ts +68 -68
  657. package/src/clusters/software-diagnostics.ts +20 -20
  658. package/src/clusters/switch.ts +45 -45
  659. package/src/clusters/target-navigator.ts +52 -20
  660. package/src/clusters/temperature-control.ts +19 -19
  661. package/src/clusters/temperature-measurement.ts +5 -5
  662. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  663. package/src/clusters/thermostat.ts +172 -172
  664. package/src/clusters/thread-border-router-management.ts +23 -23
  665. package/src/clusters/thread-network-diagnostics.ts +125 -125
  666. package/src/clusters/thread-network-directory.ts +22 -22
  667. package/src/clusters/time-format-localization.ts +7 -7
  668. package/src/clusters/time-synchronization.ts +98 -81
  669. package/src/clusters/unit-localization.ts +4 -4
  670. package/src/clusters/user-label.ts +2 -2
  671. package/src/clusters/valid-proxies.ts +7 -7
  672. package/src/clusters/valve-configuration-and-control.ts +52 -35
  673. package/src/clusters/wake-on-lan.ts +3 -3
  674. package/src/clusters/water-heater-management.ts +26 -26
  675. package/src/clusters/water-heater-mode.ts +27 -27
  676. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  677. package/src/clusters/wi-fi-network-management.ts +6 -6
  678. package/src/clusters/window-covering.ts +68 -68
  679. package/src/common/StatusCode.ts +3 -21
  680. package/src/common/StatusResponseError.ts +41 -0
  681. package/src/common/ValidationError.ts +2 -1
  682. package/src/common/index.ts +1 -0
  683. package/src/globals/AtomicAttributeStatus.ts +4 -4
  684. package/src/globals/AtomicRequestType.ts +1 -1
  685. package/src/globals/Locationdesc.ts +5 -5
  686. package/src/globals/MeasurementAccuracy.ts +5 -5
  687. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  688. package/src/globals/MeasurementType.ts +1 -1
  689. package/src/globals/Priority.ts +1 -1
  690. package/src/globals/Semtag.ts +6 -6
  691. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  692. package/src/globals/Status.ts +33 -33
  693. package/src/globals/Tod.ts +2 -2
  694. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -8,12 +8,14 @@ import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
8
8
  import { Attribute, Command, Event, FixedAttribute, OptionalAttribute } from "../cluster/Cluster.js";
9
9
  import { TypeFromSchema } from "../tlv/TlvSchema.js";
10
10
  import { BitFlag } from "../schema/BitmapSchema.js";
11
+ import { StatusResponseError } from "../common/StatusResponseError.js";
12
+ import { Status } from "../globals/Status.js";
11
13
  import { Identity } from "#general";
12
14
  export declare namespace TimeSynchronization {
13
15
  /**
14
16
  * These are optional features supported by TimeSynchronizationCluster.
15
17
  *
16
- * @see {@link MatterSpecification.v14.Core} § 11.17.5
18
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5
17
19
  */
18
20
  enum Feature {
19
21
  /**
@@ -24,7 +26,7 @@ export declare namespace TimeSynchronization {
24
26
  * commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the LocalTime
25
27
  * attribute.
26
28
  *
27
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.1
29
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
28
30
  */
29
31
  TimeZone = "TimeZone",
30
32
  /**
@@ -32,7 +34,7 @@ export declare namespace TimeSynchronization {
32
34
  *
33
35
  * Allows a node to use NTP/SNTP for time synchronization.
34
36
  *
35
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.2
37
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
36
38
  */
37
39
  NtpClient = "NtpClient",
38
40
  /**
@@ -41,7 +43,7 @@ export declare namespace TimeSynchronization {
41
43
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
42
44
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
43
45
  *
44
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.3
46
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
45
47
  */
46
48
  NtpServer = "NtpServer",
47
49
  /**
@@ -49,47 +51,47 @@ export declare namespace TimeSynchronization {
49
51
  *
50
52
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
51
53
  *
52
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.4
54
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
53
55
  */
54
56
  TimeSyncClient = "TimeSyncClient"
55
57
  }
56
58
  /**
57
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4
59
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4
58
60
  */
59
61
  const TlvTrustedTimeSource: import("../tlv/TlvObject.js").ObjectSchema<{
60
62
  /**
61
63
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
62
64
  * node.
63
65
  *
64
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
66
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
65
67
  */
66
68
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
67
69
  /**
68
70
  * Node ID of the trusted time source node on the Fabric associated with the entry.
69
71
  *
70
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
72
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
71
73
  */
72
74
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
73
75
  /**
74
76
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
75
77
  *
76
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
78
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
77
79
  */
78
80
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
79
81
  }>;
80
82
  /**
81
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4
83
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4
82
84
  */
83
85
  interface TrustedTimeSource extends TypeFromSchema<typeof TlvTrustedTimeSource> {
84
86
  }
85
87
  /**
86
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5
88
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5
87
89
  */
88
90
  const TlvFabricScopedTrustedTimeSource: import("../tlv/TlvObject.js").ObjectSchema<{
89
91
  /**
90
92
  * Node ID of the trusted time source node on the Fabric of the issuer.
91
93
  *
92
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
94
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
93
95
  */
94
96
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
95
97
  /**
@@ -97,31 +99,31 @@ export declare namespace TimeSynchronization {
97
99
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
98
100
  * checking their Descriptor Cluster.
99
101
  *
100
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
102
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
101
103
  */
102
104
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
103
105
  }>;
104
106
  /**
105
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5
107
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5
106
108
  */
107
109
  interface FabricScopedTrustedTimeSource extends TypeFromSchema<typeof TlvFabricScopedTrustedTimeSource> {
108
110
  }
109
111
  /**
110
112
  * Input to the TimeSynchronization setTrustedTimeSource command
111
113
  *
112
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2
114
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
113
115
  */
114
116
  const TlvSetTrustedTimeSourceRequest: import("../tlv/TlvObject.js").ObjectSchema<{
115
117
  /**
116
118
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
117
119
  *
118
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
120
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
119
121
  */
120
122
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
121
123
  /**
122
124
  * Node ID of the trusted time source node on the Fabric of the issuer.
123
125
  *
124
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
126
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
125
127
  */
126
128
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
127
129
  /**
@@ -129,7 +131,7 @@ export declare namespace TimeSynchronization {
129
131
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
130
132
  * checking their Descriptor Cluster.
131
133
  *
132
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
134
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
133
135
  */
134
136
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
135
137
  }> | null>;
@@ -138,45 +140,45 @@ export declare namespace TimeSynchronization {
138
140
  /**
139
141
  * Input to the TimeSynchronization setTrustedTimeSource command
140
142
  *
141
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2
143
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
142
144
  */
143
145
  interface SetTrustedTimeSourceRequest extends TypeFromSchema<typeof TlvSetTrustedTimeSourceRequest> {
144
146
  }
145
147
  /**
146
148
  * Input to the TimeSynchronization setDefaultNtp command
147
149
  *
148
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6
150
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
149
151
  */
150
152
  const TlvSetDefaultNtpRequest: import("../tlv/TlvObject.js").ObjectSchema<{
151
153
  /**
152
154
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
153
155
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
154
156
  *
155
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
157
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
156
158
  */
157
159
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
158
160
  }>;
159
161
  /**
160
162
  * Input to the TimeSynchronization setDefaultNtp command
161
163
  *
162
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6
164
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
163
165
  */
164
166
  interface SetDefaultNtpRequest extends TypeFromSchema<typeof TlvSetDefaultNtpRequest> {
165
167
  }
166
168
  /**
167
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6
169
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6
168
170
  */
169
171
  const TlvTimeZone: import("../tlv/TlvObject.js").ObjectSchema<{
170
172
  /**
171
173
  * The time zone offset from UTC in seconds.
172
174
  *
173
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
175
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
174
176
  */
175
177
  offset: import("../tlv/TlvObject.js").FieldType<number>;
176
178
  /**
177
179
  * The UTC time when the offset shall be applied.
178
180
  *
179
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
181
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
180
182
  */
181
183
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
182
184
  /**
@@ -185,17 +187,17 @@ export declare namespace TimeSynchronization {
185
187
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
186
188
  * supplied time zone Name and the given Offset matches.
187
189
  *
188
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
190
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
189
191
  */
190
192
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
191
193
  }>;
192
194
  /**
193
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6
195
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6
194
196
  */
195
197
  interface TimeZone extends TypeFromSchema<typeof TlvTimeZone> {
196
198
  }
197
199
  /**
198
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7
200
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7
199
201
  */
200
202
  const TlvDstOffset: import("../tlv/TlvObject.js").ObjectSchema<{
201
203
  /**
@@ -203,25 +205,25 @@ export declare namespace TimeSynchronization {
203
205
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
204
206
  * assumptions.
205
207
  *
206
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
208
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
207
209
  */
208
210
  offset: import("../tlv/TlvObject.js").FieldType<number>;
209
211
  /**
210
212
  * The UTC time when the offset shall be applied.
211
213
  *
212
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
214
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
213
215
  */
214
216
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
215
217
  /**
216
218
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
217
219
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
218
220
  *
219
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
221
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
220
222
  */
221
223
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
222
224
  }>;
223
225
  /**
224
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7
226
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7
225
227
  */
226
228
  interface DstOffset extends TypeFromSchema<typeof TlvDstOffset> {
227
229
  }
@@ -230,7 +232,7 @@ export declare namespace TimeSynchronization {
230
232
  * may be used to omit historical data, less commonly used time zones, and/or time zones not related to the region a
231
233
  * product is sold in.
232
234
  *
233
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.3
235
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.3
234
236
  */
235
237
  enum TimeZoneDatabase {
236
238
  /**
@@ -249,20 +251,20 @@ export declare namespace TimeSynchronization {
249
251
  /**
250
252
  * Input to the TimeSynchronization setTimeZone command
251
253
  *
252
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.3
254
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
253
255
  */
254
256
  const TlvSetTimeZoneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
255
257
  timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
256
258
  /**
257
259
  * The time zone offset from UTC in seconds.
258
260
  *
259
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
261
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
260
262
  */
261
263
  offset: import("../tlv/TlvObject.js").FieldType<number>;
262
264
  /**
263
265
  * The UTC time when the offset shall be applied.
264
266
  *
265
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
267
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
266
268
  */
267
269
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
268
270
  /**
@@ -271,7 +273,7 @@ export declare namespace TimeSynchronization {
271
273
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
272
274
  * supplied time zone Name and the given Offset matches.
273
275
  *
274
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
276
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
275
277
  */
276
278
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
277
279
  }>[]>;
@@ -279,14 +281,14 @@ export declare namespace TimeSynchronization {
279
281
  /**
280
282
  * Input to the TimeSynchronization setTimeZone command
281
283
  *
282
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.3
284
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
283
285
  */
284
286
  interface SetTimeZoneRequest extends TypeFromSchema<typeof TlvSetTimeZoneRequest> {
285
287
  }
286
288
  /**
287
289
  * This command shall be generated in response to a SetTimeZone command.
288
290
  *
289
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.4
291
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.4
290
292
  */
291
293
  const TlvSetTimeZoneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
292
294
  /**
@@ -294,21 +296,21 @@ export declare namespace TimeSynchronization {
294
296
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
295
297
  * DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
296
298
  *
297
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
299
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
298
300
  */
299
301
  dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
300
302
  }>;
301
303
  /**
302
304
  * This command shall be generated in response to a SetTimeZone command.
303
305
  *
304
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.4
306
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.4
305
307
  */
306
308
  interface SetTimeZoneResponse extends TypeFromSchema<typeof TlvSetTimeZoneResponse> {
307
309
  }
308
310
  /**
309
311
  * Input to the TimeSynchronization setDstOffset command
310
312
  *
311
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.5
313
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
312
314
  */
313
315
  const TlvSetDstOffsetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
314
316
  dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
@@ -317,20 +319,20 @@ export declare namespace TimeSynchronization {
317
319
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
318
320
  * assumptions.
319
321
  *
320
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
322
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
321
323
  */
322
324
  offset: import("../tlv/TlvObject.js").FieldType<number>;
323
325
  /**
324
326
  * The UTC time when the offset shall be applied.
325
327
  *
326
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
328
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
327
329
  */
328
330
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
329
331
  /**
330
332
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
331
333
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
332
334
  *
333
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
335
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
334
336
  */
335
337
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
336
338
  }>[]>;
@@ -338,60 +340,60 @@ export declare namespace TimeSynchronization {
338
340
  /**
339
341
  * Input to the TimeSynchronization setDstOffset command
340
342
  *
341
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.5
343
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
342
344
  */
343
345
  interface SetDstOffsetRequest extends TypeFromSchema<typeof TlvSetDstOffsetRequest> {
344
346
  }
345
347
  /**
346
348
  * Body of the TimeSynchronization dstStatus event
347
349
  *
348
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2
350
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
349
351
  */
350
352
  const TlvDstStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
351
353
  /**
352
354
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
353
355
  * to standard time).
354
356
  *
355
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
357
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
356
358
  */
357
359
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
358
360
  }>;
359
361
  /**
360
362
  * Body of the TimeSynchronization dstStatus event
361
363
  *
362
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2
364
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
363
365
  */
364
366
  interface DstStatusEvent extends TypeFromSchema<typeof TlvDstStatusEvent> {
365
367
  }
366
368
  /**
367
369
  * Body of the TimeSynchronization timeZoneStatus event
368
370
  *
369
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3
371
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
370
372
  */
371
373
  const TlvTimeZoneStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
372
374
  /**
373
375
  * Current time zone offset from UTC in seconds.
374
376
  *
375
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
377
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
376
378
  */
377
379
  offset: import("../tlv/TlvObject.js").FieldType<number>;
378
380
  /**
379
381
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
380
382
  * Database.
381
383
  *
382
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
384
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
383
385
  */
384
386
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
385
387
  }>;
386
388
  /**
387
389
  * Body of the TimeSynchronization timeZoneStatus event
388
390
  *
389
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3
391
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
390
392
  */
391
393
  interface TimeZoneStatusEvent extends TypeFromSchema<typeof TlvTimeZoneStatusEvent> {
392
394
  }
393
395
  /**
394
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.1
396
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.1
395
397
  */
396
398
  enum Granularity {
397
399
  /**
@@ -422,7 +424,7 @@ export declare namespace TimeSynchronization {
422
424
  MicrosecondsGranularity = 4
423
425
  }
424
426
  /**
425
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.2
427
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.2
426
428
  */
427
429
  enum TimeSource {
428
430
  /**
@@ -498,37 +500,37 @@ export declare namespace TimeSynchronization {
498
500
  /**
499
501
  * Input to the TimeSynchronization setUtcTime command
500
502
  *
501
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1
503
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
502
504
  */
503
505
  const TlvSetUtcTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
504
506
  /**
505
507
  * This shall give the Client’s UTC Time.
506
508
  *
507
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
509
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.1
508
510
  */
509
511
  utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
510
512
  /**
511
513
  * This shall give the Client’s Granularity, as described in Granularity.
512
514
  *
513
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
515
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.2
514
516
  */
515
517
  granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
516
518
  /**
517
519
  * This shall give the Client’s TimeSource, as described in TimeSource.
518
520
  *
519
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
521
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.3
520
522
  */
521
523
  timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
522
524
  }>;
523
525
  /**
524
526
  * Input to the TimeSynchronization setUtcTime command
525
527
  *
526
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1
528
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
527
529
  */
528
530
  interface SetUtcTimeRequest extends TypeFromSchema<typeof TlvSetUtcTimeRequest> {
529
531
  }
530
532
  /**
531
- * @see {@link MatterSpecification.v14.Core} § 11.17.7.1
533
+ * @see {@link MatterSpecification.v141.Core} § 11.17.7.1
532
534
  */
533
535
  enum StatusCode {
534
536
  /**
@@ -536,6 +538,14 @@ export declare namespace TimeSynchronization {
536
538
  */
537
539
  TimeNotAccepted = 2
538
540
  }
541
+ /**
542
+ * Thrown for cluster status code {@link StatusCode.TimeNotAccepted}.
543
+ *
544
+ * @see {@link MatterSpecification.v141.Core} § 11.17.7.1
545
+ */
546
+ class TimeNotAcceptedError extends StatusResponseError {
547
+ constructor(message?: string, code?: Status, clusterCode?: StatusCode);
548
+ }
539
549
  /**
540
550
  * A TimeSynchronizationCluster supports these elements if it supports feature TimeSyncClient.
541
551
  */
@@ -547,26 +557,26 @@ export declare namespace TimeSynchronization {
547
557
  * administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
548
558
  * yet been set.
549
559
  *
550
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.4
560
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.4
551
561
  */
552
562
  readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
553
563
  /**
554
564
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
555
565
  * node.
556
566
  *
557
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
567
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
558
568
  */
559
569
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
560
570
  /**
561
571
  * Node ID of the trusted time source node on the Fabric associated with the entry.
562
572
  *
563
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
573
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
564
574
  */
565
575
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
566
576
  /**
567
577
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
568
578
  *
569
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
579
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
570
580
  */
571
581
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
572
582
  }> | null, any>;
@@ -582,19 +592,19 @@ export declare namespace TimeSynchronization {
582
592
  * Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
583
593
  * the command’s accessing fabric index.
584
594
  *
585
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2
595
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
586
596
  */
587
597
  readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
588
598
  /**
589
599
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
590
600
  *
591
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
601
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
592
602
  */
593
603
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
594
604
  /**
595
605
  * Node ID of the trusted time source node on the Fabric of the issuer.
596
606
  *
597
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
607
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
598
608
  */
599
609
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
600
610
  /**
@@ -602,7 +612,7 @@ export declare namespace TimeSynchronization {
602
612
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
603
613
  * checking their Descriptor Cluster.
604
614
  *
605
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
615
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
606
616
  */
607
617
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
608
618
  }> | null>;
@@ -619,7 +629,7 @@ export declare namespace TimeSynchronization {
619
629
  * is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
620
630
  * update SHOULD NOT be generated more often than once per hour.
621
631
  *
622
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.5
632
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.5
623
633
  */
624
634
  readonly missingTrustedTimeSource: Event<void, any>;
625
635
  };
@@ -639,14 +649,14 @@ export declare namespace TimeSynchronization {
639
649
  * text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
640
650
  * and shall NOT contain a port number.
641
651
  *
642
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.5
652
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.5
643
653
  */
644
654
  readonly defaultNtp: Attribute<string | null, any>;
645
655
  /**
646
656
  * This attribute is true if the node supports resolving a domain name. DefaultNTP Address values for these
647
657
  * nodes may include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
648
658
  *
649
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.13
659
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.13
650
660
  */
651
661
  readonly supportsDnsResolve: FixedAttribute<boolean, any>;
652
662
  };
@@ -658,14 +668,14 @@ export declare namespace TimeSynchronization {
658
668
  * provided Address is a domain name, the command shall fail with a status code of INVALID_COMMAND.
659
669
  * Otherwise, the node shall set the DefaultNTP attribute to match the DefaultNTP provided in this command.
660
670
  *
661
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6
671
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
662
672
  */
663
673
  readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
664
674
  /**
665
675
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
666
676
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
667
677
  *
668
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
678
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
669
679
  */
670
680
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
671
681
  }>, void, any>;
@@ -706,19 +716,19 @@ export declare namespace TimeSynchronization {
706
716
  * zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
707
717
  * (UTC) and a ValidAt time of 0.
708
718
  *
709
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.6
719
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.6
710
720
  */
711
721
  readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
712
722
  /**
713
723
  * The time zone offset from UTC in seconds.
714
724
  *
715
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
725
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
716
726
  */
717
727
  offset: import("../tlv/TlvObject.js").FieldType<number>;
718
728
  /**
719
729
  * The UTC time when the offset shall be applied.
720
730
  *
721
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
731
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
722
732
  */
723
733
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
724
734
  /**
@@ -727,7 +737,7 @@ export declare namespace TimeSynchronization {
727
737
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
728
738
  * supplied time zone Name and the given Offset matches.
729
739
  *
730
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
740
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
731
741
  */
732
742
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
733
743
  }>[], any>;
@@ -747,7 +757,7 @@ export declare namespace TimeSynchronization {
747
757
  * If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
748
758
  * ValidUntil field.
749
759
  *
750
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.7
760
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.7
751
761
  */
752
762
  readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
753
763
  /**
@@ -755,20 +765,20 @@ export declare namespace TimeSynchronization {
755
765
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
756
766
  * assumptions.
757
767
  *
758
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
768
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
759
769
  */
760
770
  offset: import("../tlv/TlvObject.js").FieldType<number>;
761
771
  /**
762
772
  * The UTC time when the offset shall be applied.
763
773
  *
764
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
774
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
765
775
  */
766
776
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
767
777
  /**
768
778
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
769
779
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
770
780
  *
771
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
781
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
772
782
  */
773
783
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
774
784
  }>[], any>;
@@ -781,7 +791,7 @@ export declare namespace TimeSynchronization {
781
791
  * If the node has not achieved time synchronization, this shall be null. If the node has an empty
782
792
  * DSTOffset, this shall be null.
783
793
  *
784
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.8
794
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.8
785
795
  */
786
796
  readonly localTime: Attribute<number | bigint | null, any>;
787
797
  /**
@@ -789,20 +799,20 @@ export declare namespace TimeSynchronization {
789
799
  * their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
790
800
  * same time zone as required.
791
801
  *
792
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.9
802
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.9
793
803
  */
794
804
  readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
795
805
  /**
796
806
  * Number of supported list entries in the TimeZone attribute. This attribute may take the value of 1 or 2,
797
807
  * where the optional second list entry may be used to handle scheduled regulatory time zone changes.
798
808
  *
799
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.11
809
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.11
800
810
  */
801
811
  readonly timeZoneListMaxSize: FixedAttribute<number, any>;
802
812
  /**
803
813
  * Number of supported list entries in DSTOffset attribute. This value must be at least 1.
804
814
  *
805
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.12
815
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.12
806
816
  */
807
817
  readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
808
818
  };
@@ -824,20 +834,20 @@ export declare namespace TimeSynchronization {
824
834
  * list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
825
835
  * shall be generated if the node was previously applying a DST offset.
826
836
  *
827
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.3
837
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
828
838
  */
829
839
  readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
830
840
  timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
831
841
  /**
832
842
  * The time zone offset from UTC in seconds.
833
843
  *
834
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
844
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
835
845
  */
836
846
  offset: import("../tlv/TlvObject.js").FieldType<number>;
837
847
  /**
838
848
  * The UTC time when the offset shall be applied.
839
849
  *
840
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
850
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
841
851
  */
842
852
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
843
853
  /**
@@ -846,7 +856,7 @@ export declare namespace TimeSynchronization {
846
856
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
847
857
  * supplied time zone Name and the given Offset matches.
848
858
  *
849
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
859
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
850
860
  */
851
861
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
852
862
  }>[]>;
@@ -856,7 +866,7 @@ export declare namespace TimeSynchronization {
856
866
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
857
867
  * DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
858
868
  *
859
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
869
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
860
870
  */
861
871
  dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
862
872
  }>, any>;
@@ -874,7 +884,7 @@ export declare namespace TimeSynchronization {
874
884
  * If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
875
885
  * be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
876
886
  *
877
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.5
887
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
878
888
  */
879
889
  readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
880
890
  dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
@@ -883,20 +893,20 @@ export declare namespace TimeSynchronization {
883
893
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
884
894
  * assumptions.
885
895
  *
886
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
896
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
887
897
  */
888
898
  offset: import("../tlv/TlvObject.js").FieldType<number>;
889
899
  /**
890
900
  * The UTC time when the offset shall be applied.
891
901
  *
892
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
902
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
893
903
  */
894
904
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
895
905
  /**
896
906
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
897
907
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
898
908
  *
899
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
909
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
900
910
  */
901
911
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
902
912
  }>[]>;
@@ -915,20 +925,20 @@ export declare namespace TimeSynchronization {
915
925
  *
916
926
  * There is no data for this event.
917
927
  *
918
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.1
928
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.1
919
929
  */
920
930
  readonly dstTableEmpty: Event<void, any>;
921
931
  /**
922
932
  * This event shall be generated when the node starts or stops applying a DST offset.
923
933
  *
924
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2
934
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
925
935
  */
926
936
  readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
927
937
  /**
928
938
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
929
939
  * to standard time).
930
940
  *
931
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
941
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
932
942
  */
933
943
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
934
944
  }>, any>;
@@ -936,20 +946,20 @@ export declare namespace TimeSynchronization {
936
946
  * This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
937
947
  * for DST changes that are not accompanied by a time zone change.
938
948
  *
939
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3
949
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
940
950
  */
941
951
  readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
942
952
  /**
943
953
  * Current time zone offset from UTC in seconds.
944
954
  *
945
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
955
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
946
956
  */
947
957
  offset: import("../tlv/TlvObject.js").FieldType<number>;
948
958
  /**
949
959
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
950
960
  * Database.
951
961
  *
952
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
962
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
953
963
  */
954
964
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
955
965
  }>, any>;
@@ -964,7 +974,7 @@ export declare namespace TimeSynchronization {
964
974
  * If the node is running an RFC 5905 NTPv4 compliant server on port 123, this value shall be True. If the
965
975
  * node is not currently running an NTP server, this value shall be False.
966
976
  *
967
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.10
977
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.10
968
978
  */
969
979
  readonly ntpServerAvailable: Attribute<boolean, any>;
970
980
  };
@@ -983,26 +993,26 @@ export declare namespace TimeSynchronization {
983
993
  * SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
984
994
  * LocalTime attribute.
985
995
  *
986
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.1
996
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
987
997
  */
988
998
  readonly timeZone: BitFlag;
989
999
  /**
990
1000
  * Allows a node to use NTP/SNTP for time synchronization.
991
1001
  *
992
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.2
1002
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
993
1003
  */
994
1004
  readonly ntpClient: BitFlag;
995
1005
  /**
996
1006
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
997
1007
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
998
1008
  *
999
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.3
1009
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
1000
1010
  */
1001
1011
  readonly ntpServer: BitFlag;
1002
1012
  /**
1003
1013
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
1004
1014
  *
1005
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.4
1015
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
1006
1016
  */
1007
1017
  readonly timeSyncClient: BitFlag;
1008
1018
  };
@@ -1014,7 +1024,7 @@ export declare namespace TimeSynchronization {
1014
1024
  * If the node has not achieved time synchronization, this shall be null. This attribute may be set when a
1015
1025
  * SetUTCTime is received.
1016
1026
  *
1017
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.1
1027
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.1
1018
1028
  */
1019
1029
  readonly utcTime: Attribute<number | bigint | null, any>;
1020
1030
  /**
@@ -1024,7 +1034,7 @@ export declare namespace TimeSynchronization {
1024
1034
  * This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity
1025
1035
  * if UTCTime is non-null.
1026
1036
  *
1027
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.2
1037
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.2
1028
1038
  */
1029
1039
  readonly granularity: Attribute<Granularity, any>;
1030
1040
  /**
@@ -1038,7 +1048,7 @@ export declare namespace TimeSynchronization {
1038
1048
  *
1039
1049
  * This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
1040
1050
  *
1041
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.3
1051
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.3
1042
1052
  */
1043
1053
  readonly timeSource: OptionalAttribute<TimeSource, any>;
1044
1054
  };
@@ -1060,25 +1070,25 @@ export declare namespace TimeSynchronization {
1060
1070
  * it opts to not update its time, it shall fail the command with a cluster specific Status Code of
1061
1071
  * TimeNotAccepted.
1062
1072
  *
1063
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1
1073
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
1064
1074
  */
1065
1075
  readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1066
1076
  /**
1067
1077
  * This shall give the Client’s UTC Time.
1068
1078
  *
1069
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
1079
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.1
1070
1080
  */
1071
1081
  utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1072
1082
  /**
1073
1083
  * This shall give the Client’s Granularity, as described in Granularity.
1074
1084
  *
1075
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
1085
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.2
1076
1086
  */
1077
1087
  granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
1078
1088
  /**
1079
1089
  * This shall give the Client’s TimeSource, as described in TimeSource.
1080
1090
  *
1081
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
1091
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.3
1082
1092
  */
1083
1093
  timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
1084
1094
  }>, void, any>;
@@ -1089,7 +1099,7 @@ export declare namespace TimeSynchronization {
1089
1099
  * node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
1090
1100
  * hour.
1091
1101
  *
1092
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.4
1102
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.4
1093
1103
  */
1094
1104
  readonly timeFailure: Event<void, any>;
1095
1105
  };
@@ -1109,26 +1119,26 @@ export declare namespace TimeSynchronization {
1109
1119
  * administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
1110
1120
  * yet been set.
1111
1121
  *
1112
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.4
1122
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.4
1113
1123
  */
1114
1124
  readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1115
1125
  /**
1116
1126
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
1117
1127
  * node.
1118
1128
  *
1119
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
1129
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
1120
1130
  */
1121
1131
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1122
1132
  /**
1123
1133
  * Node ID of the trusted time source node on the Fabric associated with the entry.
1124
1134
  *
1125
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
1135
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
1126
1136
  */
1127
1137
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1128
1138
  /**
1129
1139
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
1130
1140
  *
1131
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
1141
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
1132
1142
  */
1133
1143
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1134
1144
  }> | null, any>;
@@ -1144,19 +1154,19 @@ export declare namespace TimeSynchronization {
1144
1154
  * Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
1145
1155
  * the command’s accessing fabric index.
1146
1156
  *
1147
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2
1157
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
1148
1158
  */
1149
1159
  readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1150
1160
  /**
1151
1161
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
1152
1162
  *
1153
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
1163
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
1154
1164
  */
1155
1165
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1156
1166
  /**
1157
1167
  * Node ID of the trusted time source node on the Fabric of the issuer.
1158
1168
  *
1159
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
1169
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
1160
1170
  */
1161
1171
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1162
1172
  /**
@@ -1164,7 +1174,7 @@ export declare namespace TimeSynchronization {
1164
1174
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
1165
1175
  * checking their Descriptor Cluster.
1166
1176
  *
1167
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
1177
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
1168
1178
  */
1169
1179
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1170
1180
  }> | null>;
@@ -1181,7 +1191,7 @@ export declare namespace TimeSynchronization {
1181
1191
  * is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
1182
1192
  * update SHOULD NOT be generated more often than once per hour.
1183
1193
  *
1184
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.5
1194
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.5
1185
1195
  */
1186
1196
  readonly missingTrustedTimeSource: Event<void, any>;
1187
1197
  };
@@ -1202,14 +1212,14 @@ export declare namespace TimeSynchronization {
1202
1212
  * text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
1203
1213
  * and shall NOT contain a port number.
1204
1214
  *
1205
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.5
1215
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.5
1206
1216
  */
1207
1217
  readonly defaultNtp: Attribute<string | null, any>;
1208
1218
  /**
1209
1219
  * This attribute is true if the node supports resolving a domain name. DefaultNTP Address values for these
1210
1220
  * nodes may include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
1211
1221
  *
1212
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.13
1222
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.13
1213
1223
  */
1214
1224
  readonly supportsDnsResolve: FixedAttribute<boolean, any>;
1215
1225
  };
@@ -1221,14 +1231,14 @@ export declare namespace TimeSynchronization {
1221
1231
  * provided Address is a domain name, the command shall fail with a status code of INVALID_COMMAND.
1222
1232
  * Otherwise, the node shall set the DefaultNTP attribute to match the DefaultNTP provided in this command.
1223
1233
  *
1224
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6
1234
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
1225
1235
  */
1226
1236
  readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1227
1237
  /**
1228
1238
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
1229
1239
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
1230
1240
  *
1231
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
1241
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
1232
1242
  */
1233
1243
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
1234
1244
  }>, void, any>;
@@ -1270,19 +1280,19 @@ export declare namespace TimeSynchronization {
1270
1280
  * zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
1271
1281
  * (UTC) and a ValidAt time of 0.
1272
1282
  *
1273
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.6
1283
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.6
1274
1284
  */
1275
1285
  readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1276
1286
  /**
1277
1287
  * The time zone offset from UTC in seconds.
1278
1288
  *
1279
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
1289
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
1280
1290
  */
1281
1291
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1282
1292
  /**
1283
1293
  * The UTC time when the offset shall be applied.
1284
1294
  *
1285
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
1295
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
1286
1296
  */
1287
1297
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1288
1298
  /**
@@ -1291,7 +1301,7 @@ export declare namespace TimeSynchronization {
1291
1301
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
1292
1302
  * supplied time zone Name and the given Offset matches.
1293
1303
  *
1294
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
1304
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
1295
1305
  */
1296
1306
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1297
1307
  }>[], any>;
@@ -1311,7 +1321,7 @@ export declare namespace TimeSynchronization {
1311
1321
  * If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
1312
1322
  * ValidUntil field.
1313
1323
  *
1314
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.7
1324
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.7
1315
1325
  */
1316
1326
  readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1317
1327
  /**
@@ -1319,20 +1329,20 @@ export declare namespace TimeSynchronization {
1319
1329
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
1320
1330
  * assumptions.
1321
1331
  *
1322
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
1332
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
1323
1333
  */
1324
1334
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1325
1335
  /**
1326
1336
  * The UTC time when the offset shall be applied.
1327
1337
  *
1328
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
1338
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
1329
1339
  */
1330
1340
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1331
1341
  /**
1332
1342
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
1333
1343
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
1334
1344
  *
1335
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
1345
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
1336
1346
  */
1337
1347
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1338
1348
  }>[], any>;
@@ -1345,7 +1355,7 @@ export declare namespace TimeSynchronization {
1345
1355
  * If the node has not achieved time synchronization, this shall be null. If the node has an empty
1346
1356
  * DSTOffset, this shall be null.
1347
1357
  *
1348
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.8
1358
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.8
1349
1359
  */
1350
1360
  readonly localTime: Attribute<number | bigint | null, any>;
1351
1361
  /**
@@ -1353,20 +1363,20 @@ export declare namespace TimeSynchronization {
1353
1363
  * their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
1354
1364
  * same time zone as required.
1355
1365
  *
1356
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.9
1366
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.9
1357
1367
  */
1358
1368
  readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
1359
1369
  /**
1360
1370
  * Number of supported list entries in the TimeZone attribute. This attribute may take the value of 1 or 2,
1361
1371
  * where the optional second list entry may be used to handle scheduled regulatory time zone changes.
1362
1372
  *
1363
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.11
1373
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.11
1364
1374
  */
1365
1375
  readonly timeZoneListMaxSize: FixedAttribute<number, any>;
1366
1376
  /**
1367
1377
  * Number of supported list entries in DSTOffset attribute. This value must be at least 1.
1368
1378
  *
1369
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.12
1379
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.12
1370
1380
  */
1371
1381
  readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
1372
1382
  };
@@ -1388,20 +1398,20 @@ export declare namespace TimeSynchronization {
1388
1398
  * list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
1389
1399
  * shall be generated if the node was previously applying a DST offset.
1390
1400
  *
1391
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.3
1401
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
1392
1402
  */
1393
1403
  readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1394
1404
  timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1395
1405
  /**
1396
1406
  * The time zone offset from UTC in seconds.
1397
1407
  *
1398
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
1408
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
1399
1409
  */
1400
1410
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1401
1411
  /**
1402
1412
  * The UTC time when the offset shall be applied.
1403
1413
  *
1404
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
1414
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
1405
1415
  */
1406
1416
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1407
1417
  /**
@@ -1410,7 +1420,7 @@ export declare namespace TimeSynchronization {
1410
1420
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
1411
1421
  * supplied time zone Name and the given Offset matches.
1412
1422
  *
1413
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
1423
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
1414
1424
  */
1415
1425
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1416
1426
  }>[]>;
@@ -1420,7 +1430,7 @@ export declare namespace TimeSynchronization {
1420
1430
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
1421
1431
  * DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
1422
1432
  *
1423
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
1433
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
1424
1434
  */
1425
1435
  dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
1426
1436
  }>, any>;
@@ -1438,7 +1448,7 @@ export declare namespace TimeSynchronization {
1438
1448
  * If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
1439
1449
  * be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
1440
1450
  *
1441
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.5
1451
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
1442
1452
  */
1443
1453
  readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1444
1454
  dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1447,20 +1457,20 @@ export declare namespace TimeSynchronization {
1447
1457
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
1448
1458
  * assumptions.
1449
1459
  *
1450
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
1460
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
1451
1461
  */
1452
1462
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1453
1463
  /**
1454
1464
  * The UTC time when the offset shall be applied.
1455
1465
  *
1456
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
1466
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
1457
1467
  */
1458
1468
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1459
1469
  /**
1460
1470
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
1461
1471
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
1462
1472
  *
1463
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
1473
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
1464
1474
  */
1465
1475
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1466
1476
  }>[]>;
@@ -1479,20 +1489,20 @@ export declare namespace TimeSynchronization {
1479
1489
  *
1480
1490
  * There is no data for this event.
1481
1491
  *
1482
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.1
1492
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.1
1483
1493
  */
1484
1494
  readonly dstTableEmpty: Event<void, any>;
1485
1495
  /**
1486
1496
  * This event shall be generated when the node starts or stops applying a DST offset.
1487
1497
  *
1488
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2
1498
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
1489
1499
  */
1490
1500
  readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1491
1501
  /**
1492
1502
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
1493
1503
  * to standard time).
1494
1504
  *
1495
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
1505
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
1496
1506
  */
1497
1507
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
1498
1508
  }>, any>;
@@ -1500,20 +1510,20 @@ export declare namespace TimeSynchronization {
1500
1510
  * This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
1501
1511
  * for DST changes that are not accompanied by a time zone change.
1502
1512
  *
1503
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3
1513
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
1504
1514
  */
1505
1515
  readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1506
1516
  /**
1507
1517
  * Current time zone offset from UTC in seconds.
1508
1518
  *
1509
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
1519
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
1510
1520
  */
1511
1521
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1512
1522
  /**
1513
1523
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
1514
1524
  * Database.
1515
1525
  *
1516
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
1526
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
1517
1527
  */
1518
1528
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1519
1529
  }>, any>;
@@ -1529,7 +1539,7 @@ export declare namespace TimeSynchronization {
1529
1539
  * If the node is running an RFC 5905 NTPv4 compliant server on port 123, this value shall be True. If the
1530
1540
  * node is not currently running an NTP server, this value shall be False.
1531
1541
  *
1532
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.10
1542
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.10
1533
1543
  */
1534
1544
  readonly ntpServerAvailable: Attribute<boolean, any>;
1535
1545
  };
@@ -1550,26 +1560,26 @@ export declare namespace TimeSynchronization {
1550
1560
  * SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
1551
1561
  * LocalTime attribute.
1552
1562
  *
1553
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.1
1563
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
1554
1564
  */
1555
1565
  readonly timeZone: BitFlag;
1556
1566
  /**
1557
1567
  * Allows a node to use NTP/SNTP for time synchronization.
1558
1568
  *
1559
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.2
1569
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
1560
1570
  */
1561
1571
  readonly ntpClient: BitFlag;
1562
1572
  /**
1563
1573
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
1564
1574
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
1565
1575
  *
1566
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.3
1576
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
1567
1577
  */
1568
1578
  readonly ntpServer: BitFlag;
1569
1579
  /**
1570
1580
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
1571
1581
  *
1572
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.4
1582
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
1573
1583
  */
1574
1584
  readonly timeSyncClient: BitFlag;
1575
1585
  };
@@ -1581,7 +1591,7 @@ export declare namespace TimeSynchronization {
1581
1591
  * If the node has not achieved time synchronization, this shall be null. This attribute may be set when a
1582
1592
  * SetUTCTime is received.
1583
1593
  *
1584
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.1
1594
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.1
1585
1595
  */
1586
1596
  readonly utcTime: Attribute<number | bigint | null, any>;
1587
1597
  /**
@@ -1591,7 +1601,7 @@ export declare namespace TimeSynchronization {
1591
1601
  * This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity
1592
1602
  * if UTCTime is non-null.
1593
1603
  *
1594
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.2
1604
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.2
1595
1605
  */
1596
1606
  readonly granularity: Attribute<Granularity, any>;
1597
1607
  /**
@@ -1605,7 +1615,7 @@ export declare namespace TimeSynchronization {
1605
1615
  *
1606
1616
  * This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
1607
1617
  *
1608
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.3
1618
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.3
1609
1619
  */
1610
1620
  readonly timeSource: OptionalAttribute<TimeSource, any>;
1611
1621
  };
@@ -1627,25 +1637,25 @@ export declare namespace TimeSynchronization {
1627
1637
  * it opts to not update its time, it shall fail the command with a cluster specific Status Code of
1628
1638
  * TimeNotAccepted.
1629
1639
  *
1630
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1
1640
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
1631
1641
  */
1632
1642
  readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1633
1643
  /**
1634
1644
  * This shall give the Client’s UTC Time.
1635
1645
  *
1636
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
1646
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.1
1637
1647
  */
1638
1648
  utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1639
1649
  /**
1640
1650
  * This shall give the Client’s Granularity, as described in Granularity.
1641
1651
  *
1642
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
1652
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.2
1643
1653
  */
1644
1654
  granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
1645
1655
  /**
1646
1656
  * This shall give the Client’s TimeSource, as described in TimeSource.
1647
1657
  *
1648
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
1658
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.3
1649
1659
  */
1650
1660
  timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
1651
1661
  }>, void, any>;
@@ -1656,7 +1666,7 @@ export declare namespace TimeSynchronization {
1656
1666
  * node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
1657
1667
  * hour.
1658
1668
  *
1659
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.4
1669
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.4
1660
1670
  */
1661
1671
  readonly timeFailure: Event<void, any>;
1662
1672
  };
@@ -1676,26 +1686,26 @@ export declare namespace TimeSynchronization {
1676
1686
  * administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
1677
1687
  * yet been set.
1678
1688
  *
1679
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.4
1689
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.4
1680
1690
  */
1681
1691
  readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1682
1692
  /**
1683
1693
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
1684
1694
  * node.
1685
1695
  *
1686
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
1696
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
1687
1697
  */
1688
1698
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1689
1699
  /**
1690
1700
  * Node ID of the trusted time source node on the Fabric associated with the entry.
1691
1701
  *
1692
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
1702
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
1693
1703
  */
1694
1704
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1695
1705
  /**
1696
1706
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
1697
1707
  *
1698
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
1708
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
1699
1709
  */
1700
1710
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1701
1711
  }> | null, any>;
@@ -1711,19 +1721,19 @@ export declare namespace TimeSynchronization {
1711
1721
  * Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
1712
1722
  * the command’s accessing fabric index.
1713
1723
  *
1714
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2
1724
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
1715
1725
  */
1716
1726
  readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1717
1727
  /**
1718
1728
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
1719
1729
  *
1720
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
1730
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
1721
1731
  */
1722
1732
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1723
1733
  /**
1724
1734
  * Node ID of the trusted time source node on the Fabric of the issuer.
1725
1735
  *
1726
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
1736
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
1727
1737
  */
1728
1738
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1729
1739
  /**
@@ -1731,7 +1741,7 @@ export declare namespace TimeSynchronization {
1731
1741
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
1732
1742
  * checking their Descriptor Cluster.
1733
1743
  *
1734
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
1744
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
1735
1745
  */
1736
1746
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1737
1747
  }> | null>;
@@ -1748,7 +1758,7 @@ export declare namespace TimeSynchronization {
1748
1758
  * is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
1749
1759
  * update SHOULD NOT be generated more often than once per hour.
1750
1760
  *
1751
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.5
1761
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.5
1752
1762
  */
1753
1763
  readonly missingTrustedTimeSource: Event<void, any>;
1754
1764
  };
@@ -1769,14 +1779,14 @@ export declare namespace TimeSynchronization {
1769
1779
  * text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
1770
1780
  * and shall NOT contain a port number.
1771
1781
  *
1772
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.5
1782
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.5
1773
1783
  */
1774
1784
  readonly defaultNtp: Attribute<string | null, any>;
1775
1785
  /**
1776
1786
  * This attribute is true if the node supports resolving a domain name. DefaultNTP Address values for these
1777
1787
  * nodes may include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
1778
1788
  *
1779
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.13
1789
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.13
1780
1790
  */
1781
1791
  readonly supportsDnsResolve: FixedAttribute<boolean, any>;
1782
1792
  };
@@ -1788,14 +1798,14 @@ export declare namespace TimeSynchronization {
1788
1798
  * provided Address is a domain name, the command shall fail with a status code of INVALID_COMMAND.
1789
1799
  * Otherwise, the node shall set the DefaultNTP attribute to match the DefaultNTP provided in this command.
1790
1800
  *
1791
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6
1801
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
1792
1802
  */
1793
1803
  readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1794
1804
  /**
1795
1805
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
1796
1806
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
1797
1807
  *
1798
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
1808
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
1799
1809
  */
1800
1810
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
1801
1811
  }>, void, any>;
@@ -1837,19 +1847,19 @@ export declare namespace TimeSynchronization {
1837
1847
  * zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
1838
1848
  * (UTC) and a ValidAt time of 0.
1839
1849
  *
1840
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.6
1850
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.6
1841
1851
  */
1842
1852
  readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1843
1853
  /**
1844
1854
  * The time zone offset from UTC in seconds.
1845
1855
  *
1846
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
1856
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
1847
1857
  */
1848
1858
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1849
1859
  /**
1850
1860
  * The UTC time when the offset shall be applied.
1851
1861
  *
1852
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
1862
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
1853
1863
  */
1854
1864
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1855
1865
  /**
@@ -1858,7 +1868,7 @@ export declare namespace TimeSynchronization {
1858
1868
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
1859
1869
  * supplied time zone Name and the given Offset matches.
1860
1870
  *
1861
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
1871
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
1862
1872
  */
1863
1873
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1864
1874
  }>[], any>;
@@ -1878,7 +1888,7 @@ export declare namespace TimeSynchronization {
1878
1888
  * If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
1879
1889
  * ValidUntil field.
1880
1890
  *
1881
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.7
1891
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.7
1882
1892
  */
1883
1893
  readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1884
1894
  /**
@@ -1886,20 +1896,20 @@ export declare namespace TimeSynchronization {
1886
1896
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
1887
1897
  * assumptions.
1888
1898
  *
1889
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
1899
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
1890
1900
  */
1891
1901
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1892
1902
  /**
1893
1903
  * The UTC time when the offset shall be applied.
1894
1904
  *
1895
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
1905
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
1896
1906
  */
1897
1907
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1898
1908
  /**
1899
1909
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
1900
1910
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
1901
1911
  *
1902
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
1912
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
1903
1913
  */
1904
1914
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1905
1915
  }>[], any>;
@@ -1912,7 +1922,7 @@ export declare namespace TimeSynchronization {
1912
1922
  * If the node has not achieved time synchronization, this shall be null. If the node has an empty
1913
1923
  * DSTOffset, this shall be null.
1914
1924
  *
1915
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.8
1925
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.8
1916
1926
  */
1917
1927
  readonly localTime: Attribute<number | bigint | null, any>;
1918
1928
  /**
@@ -1920,20 +1930,20 @@ export declare namespace TimeSynchronization {
1920
1930
  * their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
1921
1931
  * same time zone as required.
1922
1932
  *
1923
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.9
1933
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.9
1924
1934
  */
1925
1935
  readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
1926
1936
  /**
1927
1937
  * Number of supported list entries in the TimeZone attribute. This attribute may take the value of 1 or 2,
1928
1938
  * where the optional second list entry may be used to handle scheduled regulatory time zone changes.
1929
1939
  *
1930
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.11
1940
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.11
1931
1941
  */
1932
1942
  readonly timeZoneListMaxSize: FixedAttribute<number, any>;
1933
1943
  /**
1934
1944
  * Number of supported list entries in DSTOffset attribute. This value must be at least 1.
1935
1945
  *
1936
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.12
1946
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.12
1937
1947
  */
1938
1948
  readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
1939
1949
  };
@@ -1955,20 +1965,20 @@ export declare namespace TimeSynchronization {
1955
1965
  * list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
1956
1966
  * shall be generated if the node was previously applying a DST offset.
1957
1967
  *
1958
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.3
1968
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
1959
1969
  */
1960
1970
  readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1961
1971
  timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1962
1972
  /**
1963
1973
  * The time zone offset from UTC in seconds.
1964
1974
  *
1965
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
1975
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
1966
1976
  */
1967
1977
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1968
1978
  /**
1969
1979
  * The UTC time when the offset shall be applied.
1970
1980
  *
1971
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
1981
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
1972
1982
  */
1973
1983
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1974
1984
  /**
@@ -1977,7 +1987,7 @@ export declare namespace TimeSynchronization {
1977
1987
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
1978
1988
  * supplied time zone Name and the given Offset matches.
1979
1989
  *
1980
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
1990
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
1981
1991
  */
1982
1992
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1983
1993
  }>[]>;
@@ -1987,7 +1997,7 @@ export declare namespace TimeSynchronization {
1987
1997
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
1988
1998
  * DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
1989
1999
  *
1990
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
2000
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
1991
2001
  */
1992
2002
  dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
1993
2003
  }>, any>;
@@ -2005,7 +2015,7 @@ export declare namespace TimeSynchronization {
2005
2015
  * If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
2006
2016
  * be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
2007
2017
  *
2008
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.5
2018
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
2009
2019
  */
2010
2020
  readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2011
2021
  dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2014,20 +2024,20 @@ export declare namespace TimeSynchronization {
2014
2024
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
2015
2025
  * assumptions.
2016
2026
  *
2017
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
2027
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
2018
2028
  */
2019
2029
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2020
2030
  /**
2021
2031
  * The UTC time when the offset shall be applied.
2022
2032
  *
2023
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
2033
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
2024
2034
  */
2025
2035
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2026
2036
  /**
2027
2037
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
2028
2038
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
2029
2039
  *
2030
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
2040
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
2031
2041
  */
2032
2042
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2033
2043
  }>[]>;
@@ -2046,20 +2056,20 @@ export declare namespace TimeSynchronization {
2046
2056
  *
2047
2057
  * There is no data for this event.
2048
2058
  *
2049
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.1
2059
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.1
2050
2060
  */
2051
2061
  readonly dstTableEmpty: Event<void, any>;
2052
2062
  /**
2053
2063
  * This event shall be generated when the node starts or stops applying a DST offset.
2054
2064
  *
2055
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2
2065
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
2056
2066
  */
2057
2067
  readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2058
2068
  /**
2059
2069
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
2060
2070
  * to standard time).
2061
2071
  *
2062
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
2072
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
2063
2073
  */
2064
2074
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
2065
2075
  }>, any>;
@@ -2067,20 +2077,20 @@ export declare namespace TimeSynchronization {
2067
2077
  * This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
2068
2078
  * for DST changes that are not accompanied by a time zone change.
2069
2079
  *
2070
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3
2080
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
2071
2081
  */
2072
2082
  readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2073
2083
  /**
2074
2084
  * Current time zone offset from UTC in seconds.
2075
2085
  *
2076
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
2086
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
2077
2087
  */
2078
2088
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2079
2089
  /**
2080
2090
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
2081
2091
  * Database.
2082
2092
  *
2083
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
2093
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
2084
2094
  */
2085
2095
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2086
2096
  }>, any>;
@@ -2096,7 +2106,7 @@ export declare namespace TimeSynchronization {
2096
2106
  * If the node is running an RFC 5905 NTPv4 compliant server on port 123, this value shall be True. If the
2097
2107
  * node is not currently running an NTP server, this value shall be False.
2098
2108
  *
2099
- * @see {@link MatterSpecification.v14.Core} § 11.17.8.10
2109
+ * @see {@link MatterSpecification.v141.Core} § 11.17.8.10
2100
2110
  */
2101
2111
  readonly ntpServerAvailable: Attribute<boolean, any>;
2102
2112
  };
@@ -2117,7 +2127,7 @@ export declare namespace TimeSynchronization {
2117
2127
  * TimeSynchronizationCluster supports optional features that you can enable with the
2118
2128
  * TimeSynchronizationCluster.with() factory method.
2119
2129
  *
2120
- * @see {@link MatterSpecification.v14.Core} § 11.17
2130
+ * @see {@link MatterSpecification.v141.Core} § 11.17
2121
2131
  */
2122
2132
  interface Cluster extends Identity<typeof ClusterInstance> {
2123
2133
  }
@@ -2136,26 +2146,26 @@ export declare namespace TimeSynchronization {
2136
2146
  * SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
2137
2147
  * LocalTime attribute.
2138
2148
  *
2139
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.1
2149
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
2140
2150
  */
2141
2151
  readonly timeZone: BitFlag;
2142
2152
  /**
2143
2153
  * Allows a node to use NTP/SNTP for time synchronization.
2144
2154
  *
2145
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.2
2155
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
2146
2156
  */
2147
2157
  readonly ntpClient: BitFlag;
2148
2158
  /**
2149
2159
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
2150
2160
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
2151
2161
  *
2152
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.3
2162
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
2153
2163
  */
2154
2164
  readonly ntpServer: BitFlag;
2155
2165
  /**
2156
2166
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
2157
2167
  *
2158
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.4
2168
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
2159
2169
  */
2160
2170
  readonly timeSyncClient: BitFlag;
2161
2171
  };
@@ -2165,19 +2175,19 @@ export declare namespace TimeSynchronization {
2165
2175
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
2166
2176
  * node.
2167
2177
  *
2168
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
2178
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
2169
2179
  */
2170
2180
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
2171
2181
  /**
2172
2182
  * Node ID of the trusted time source node on the Fabric associated with the entry.
2173
2183
  *
2174
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
2184
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
2175
2185
  */
2176
2186
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
2177
2187
  /**
2178
2188
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
2179
2189
  *
2180
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
2190
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
2181
2191
  */
2182
2192
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2183
2193
  }> | null, any> & {
@@ -2200,13 +2210,13 @@ export declare namespace TimeSynchronization {
2200
2210
  /**
2201
2211
  * The time zone offset from UTC in seconds.
2202
2212
  *
2203
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
2213
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
2204
2214
  */
2205
2215
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2206
2216
  /**
2207
2217
  * The UTC time when the offset shall be applied.
2208
2218
  *
2209
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
2219
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
2210
2220
  */
2211
2221
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2212
2222
  /**
@@ -2215,7 +2225,7 @@ export declare namespace TimeSynchronization {
2215
2225
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
2216
2226
  * supplied time zone Name and the given Offset matches.
2217
2227
  *
2218
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
2228
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
2219
2229
  */
2220
2230
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2221
2231
  }>[], any> & {
@@ -2232,20 +2242,20 @@ export declare namespace TimeSynchronization {
2232
2242
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
2233
2243
  * assumptions.
2234
2244
  *
2235
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
2245
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
2236
2246
  */
2237
2247
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2238
2248
  /**
2239
2249
  * The UTC time when the offset shall be applied.
2240
2250
  *
2241
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
2251
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
2242
2252
  */
2243
2253
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2244
2254
  /**
2245
2255
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
2246
2256
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
2247
2257
  *
2248
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
2258
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
2249
2259
  */
2250
2260
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2251
2261
  }>[], any> & {
@@ -2315,26 +2325,26 @@ export declare namespace TimeSynchronization {
2315
2325
  * SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
2316
2326
  * LocalTime attribute.
2317
2327
  *
2318
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.1
2328
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
2319
2329
  */
2320
2330
  readonly timeZone: BitFlag;
2321
2331
  /**
2322
2332
  * Allows a node to use NTP/SNTP for time synchronization.
2323
2333
  *
2324
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.2
2334
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
2325
2335
  */
2326
2336
  readonly ntpClient: BitFlag;
2327
2337
  /**
2328
2338
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
2329
2339
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
2330
2340
  *
2331
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.3
2341
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
2332
2342
  */
2333
2343
  readonly ntpServer: BitFlag;
2334
2344
  /**
2335
2345
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
2336
2346
  *
2337
- * @see {@link MatterSpecification.v14.Core} § 11.17.5.4
2347
+ * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
2338
2348
  */
2339
2349
  readonly timeSyncClient: BitFlag;
2340
2350
  }>, never>;
@@ -2347,13 +2357,13 @@ export declare namespace TimeSynchronization {
2347
2357
  /**
2348
2358
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
2349
2359
  *
2350
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
2360
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
2351
2361
  */
2352
2362
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2353
2363
  /**
2354
2364
  * Node ID of the trusted time source node on the Fabric of the issuer.
2355
2365
  *
2356
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
2366
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
2357
2367
  */
2358
2368
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
2359
2369
  /**
@@ -2361,7 +2371,7 @@ export declare namespace TimeSynchronization {
2361
2371
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
2362
2372
  * checking their Descriptor Cluster.
2363
2373
  *
2364
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
2374
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
2365
2375
  */
2366
2376
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2367
2377
  }> | null>;
@@ -2379,13 +2389,13 @@ export declare namespace TimeSynchronization {
2379
2389
  /**
2380
2390
  * The time zone offset from UTC in seconds.
2381
2391
  *
2382
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
2392
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
2383
2393
  */
2384
2394
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2385
2395
  /**
2386
2396
  * The UTC time when the offset shall be applied.
2387
2397
  *
2388
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
2398
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
2389
2399
  */
2390
2400
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2391
2401
  /**
@@ -2394,7 +2404,7 @@ export declare namespace TimeSynchronization {
2394
2404
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
2395
2405
  * supplied time zone Name and the given Offset matches.
2396
2406
  *
2397
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
2407
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
2398
2408
  */
2399
2409
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2400
2410
  }>[]>;
@@ -2404,7 +2414,7 @@ export declare namespace TimeSynchronization {
2404
2414
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
2405
2415
  * DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
2406
2416
  *
2407
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
2417
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
2408
2418
  */
2409
2419
  dstOffsetsRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
2410
2420
  }>, any> & {
@@ -2422,20 +2432,20 @@ export declare namespace TimeSynchronization {
2422
2432
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
2423
2433
  * assumptions.
2424
2434
  *
2425
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
2435
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
2426
2436
  */
2427
2437
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2428
2438
  /**
2429
2439
  * The UTC time when the offset shall be applied.
2430
2440
  *
2431
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
2441
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
2432
2442
  */
2433
2443
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2434
2444
  /**
2435
2445
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
2436
2446
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
2437
2447
  *
2438
- * @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
2448
+ * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
2439
2449
  */
2440
2450
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2441
2451
  }>[]>;
@@ -2452,7 +2462,7 @@ export declare namespace TimeSynchronization {
2452
2462
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
2453
2463
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
2454
2464
  *
2455
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
2465
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
2456
2466
  */
2457
2467
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
2458
2468
  }>, void, any> & {
@@ -2480,25 +2490,25 @@ export declare namespace TimeSynchronization {
2480
2490
  * it opts to not update its time, it shall fail the command with a cluster specific Status Code of
2481
2491
  * TimeNotAccepted.
2482
2492
  *
2483
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1
2493
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
2484
2494
  */
2485
2495
  readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2486
2496
  /**
2487
2497
  * This shall give the Client’s UTC Time.
2488
2498
  *
2489
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
2499
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.1
2490
2500
  */
2491
2501
  utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2492
2502
  /**
2493
2503
  * This shall give the Client’s Granularity, as described in Granularity.
2494
2504
  *
2495
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
2505
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.2
2496
2506
  */
2497
2507
  granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
2498
2508
  /**
2499
2509
  * This shall give the Client’s TimeSource, as described in TimeSource.
2500
2510
  *
2501
- * @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
2511
+ * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.3
2502
2512
  */
2503
2513
  timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
2504
2514
  }>, void, any>;
@@ -2517,7 +2527,7 @@ export declare namespace TimeSynchronization {
2517
2527
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
2518
2528
  * to standard time).
2519
2529
  *
2520
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
2530
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
2521
2531
  */
2522
2532
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
2523
2533
  }>, any> & {
@@ -2532,14 +2542,14 @@ export declare namespace TimeSynchronization {
2532
2542
  /**
2533
2543
  * Current time zone offset from UTC in seconds.
2534
2544
  *
2535
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
2545
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
2536
2546
  */
2537
2547
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2538
2548
  /**
2539
2549
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
2540
2550
  * Database.
2541
2551
  *
2542
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
2552
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
2543
2553
  */
2544
2554
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2545
2555
  }>, any> & {
@@ -2563,7 +2573,7 @@ export declare namespace TimeSynchronization {
2563
2573
  * node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
2564
2574
  * hour.
2565
2575
  *
2566
- * @see {@link MatterSpecification.v14.Core} § 11.17.10.4
2576
+ * @see {@link MatterSpecification.v141.Core} § 11.17.10.4
2567
2577
  */
2568
2578
  readonly timeFailure: Event<void, any>;
2569
2579
  };