@matter/types 0.16.0-alpha.0-20251103-b47ffa15b → 0.16.0-alpha.0-20251106-4e10fd77b

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 (605) 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 +54 -54
  8. package/dist/cjs/clusters/administrator-commissioning.js +12 -12
  9. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  10. package/dist/cjs/clusters/air-quality.js +1 -1
  11. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  12. package/dist/cjs/clusters/alarm-base.js +14 -14
  13. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  14. package/dist/cjs/clusters/application-basic.js +10 -10
  15. package/dist/cjs/clusters/application-launcher.d.ts +104 -104
  16. package/dist/cjs/clusters/application-launcher.js +13 -13
  17. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  18. package/dist/cjs/clusters/audio-output.js +8 -8
  19. package/dist/cjs/clusters/basic-information.d.ts +55 -55
  20. package/dist/cjs/clusters/basic-information.js +35 -35
  21. package/dist/cjs/clusters/binding.d.ts +12 -12
  22. package/dist/cjs/clusters/binding.js +5 -5
  23. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  24. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  25. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  26. package/dist/cjs/clusters/boolean-state.js +3 -3
  27. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
  28. package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
  29. package/dist/cjs/clusters/channel.d.ts +561 -561
  30. package/dist/cjs/clusters/channel.js +73 -73
  31. package/dist/cjs/clusters/color-control.d.ts +658 -658
  32. package/dist/cjs/clusters/color-control.js +116 -116
  33. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  34. package/dist/cjs/clusters/commissioner-control.js +5 -5
  35. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  36. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  37. package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
  38. package/dist/cjs/clusters/content-app-observer.js +6 -6
  39. package/dist/cjs/clusters/content-control.d.ts +366 -366
  40. package/dist/cjs/clusters/content-control.js +58 -58
  41. package/dist/cjs/clusters/content-launcher.d.ts +479 -479
  42. package/dist/cjs/clusters/content-launcher.js +39 -39
  43. package/dist/cjs/clusters/descriptor.d.ts +30 -30
  44. package/dist/cjs/clusters/descriptor.js +9 -9
  45. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  46. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  47. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  48. package/dist/cjs/clusters/device-energy-management.js +87 -87
  49. package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
  50. package/dist/cjs/clusters/diagnostic-logs.js +8 -8
  51. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  52. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  53. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  54. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  55. package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
  56. package/dist/cjs/clusters/door-lock.js +227 -227
  57. package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
  58. package/dist/cjs/clusters/ecosystem-information.js +14 -14
  59. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
  60. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  61. package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
  62. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  63. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  64. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  65. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  66. package/dist/cjs/clusters/energy-evse.js +73 -73
  67. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  68. package/dist/cjs/clusters/energy-preference.js +9 -9
  69. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  70. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  71. package/dist/cjs/clusters/fan-control.d.ts +83 -83
  72. package/dist/cjs/clusters/fan-control.js +19 -19
  73. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  74. package/dist/cjs/clusters/fixed-label.js +1 -1
  75. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  76. package/dist/cjs/clusters/flow-measurement.js +4 -4
  77. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  78. package/dist/cjs/clusters/general-commissioning.js +25 -25
  79. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  80. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  81. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  82. package/dist/cjs/clusters/group-key-management.js +23 -23
  83. package/dist/cjs/clusters/groups.d.ts +78 -78
  84. package/dist/cjs/clusters/groups.js +21 -21
  85. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  86. package/dist/cjs/clusters/icd-management.js +29 -29
  87. package/dist/cjs/clusters/identify.d.ts +16 -16
  88. package/dist/cjs/clusters/identify.js +6 -6
  89. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  90. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  91. package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
  92. package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
  93. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
  94. package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
  95. package/dist/cjs/clusters/keypad-input.d.ts +18 -18
  96. package/dist/cjs/clusters/keypad-input.js +3 -3
  97. package/dist/cjs/clusters/label.d.ts +10 -10
  98. package/dist/cjs/clusters/label.js +3 -3
  99. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  100. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  101. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  102. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  103. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  104. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  105. package/dist/cjs/clusters/level-control.d.ts +303 -303
  106. package/dist/cjs/clusters/level-control.js +32 -32
  107. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  108. package/dist/cjs/clusters/localization-configuration.js +2 -2
  109. package/dist/cjs/clusters/low-power.d.ts +2 -2
  110. package/dist/cjs/clusters/low-power.js +1 -1
  111. package/dist/cjs/clusters/media-input.d.ts +47 -47
  112. package/dist/cjs/clusters/media-input.js +11 -11
  113. package/dist/cjs/clusters/media-playback.d.ts +390 -390
  114. package/dist/cjs/clusters/media-playback.js +57 -57
  115. package/dist/cjs/clusters/messages.d.ts +154 -154
  116. package/dist/cjs/clusters/messages.js +38 -38
  117. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  118. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  119. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  120. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  121. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  122. package/dist/cjs/clusters/mode-base.js +13 -13
  123. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  124. package/dist/cjs/clusters/mode-select.js +13 -13
  125. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  126. package/dist/cjs/clusters/network-commissioning.js +46 -46
  127. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  128. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  129. package/dist/cjs/clusters/on-off.d.ts +103 -103
  130. package/dist/cjs/clusters/on-off.js +19 -19
  131. package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
  132. package/dist/cjs/clusters/operational-credentials.js +38 -38
  133. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  134. package/dist/cjs/clusters/operational-state.js +21 -21
  135. package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
  136. package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
  137. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  138. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  139. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  140. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  141. package/dist/cjs/clusters/oven-mode.d.ts +49 -49
  142. package/dist/cjs/clusters/oven-mode.js +8 -8
  143. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  144. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  145. package/dist/cjs/clusters/power-source.d.ts +155 -155
  146. package/dist/cjs/clusters/power-source.js +41 -41
  147. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  148. package/dist/cjs/clusters/power-topology.js +2 -2
  149. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  150. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  151. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  152. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  153. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  154. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  155. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  156. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  157. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  158. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  159. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  160. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  161. package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
  162. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  163. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  164. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  165. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  166. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  167. package/dist/cjs/clusters/scenes-management.d.ts +244 -244
  168. package/dist/cjs/clusters/scenes-management.js +69 -69
  169. package/dist/cjs/clusters/service-area.d.ts +128 -128
  170. package/dist/cjs/clusters/service-area.js +26 -26
  171. package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
  172. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  173. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  174. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  175. package/dist/cjs/clusters/switch.d.ts +105 -105
  176. package/dist/cjs/clusters/switch.js +23 -23
  177. package/dist/cjs/clusters/target-navigator.d.ts +32 -32
  178. package/dist/cjs/clusters/target-navigator.js +10 -10
  179. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  180. package/dist/cjs/clusters/temperature-control.js +12 -12
  181. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  182. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  183. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  184. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  185. package/dist/cjs/clusters/thermostat.d.ts +514 -514
  186. package/dist/cjs/clusters/thermostat.js +114 -114
  187. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  188. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  189. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  190. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  191. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  192. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  193. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  194. package/dist/cjs/clusters/time-format-localization.js +3 -3
  195. package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
  196. package/dist/cjs/clusters/time-synchronization.js +47 -47
  197. package/dist/cjs/clusters/unit-localization.d.ts +9 -9
  198. package/dist/cjs/clusters/unit-localization.js +2 -2
  199. package/dist/cjs/clusters/user-label.d.ts +2 -2
  200. package/dist/cjs/clusters/user-label.js +1 -1
  201. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
  202. package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
  203. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  204. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  205. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  206. package/dist/cjs/clusters/water-heater-management.js +16 -16
  207. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  208. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  209. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  210. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  211. package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
  212. package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
  213. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  214. package/dist/cjs/clusters/window-covering.js +49 -49
  215. package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
  216. package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
  217. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  218. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  219. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  220. package/dist/cjs/globals/Currency.d.ts +2 -2
  221. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  222. package/dist/cjs/globals/Locationdesc.js +3 -3
  223. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  224. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  225. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  226. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  227. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  228. package/dist/cjs/globals/Namespace.d.ts +1 -1
  229. package/dist/cjs/globals/Price.d.ts +2 -2
  230. package/dist/cjs/globals/Priority.d.ts +1 -1
  231. package/dist/cjs/globals/Semtag.d.ts +6 -6
  232. package/dist/cjs/globals/Semtag.js +4 -4
  233. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  234. package/dist/cjs/globals/Status.d.ts +36 -36
  235. package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
  236. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  237. package/dist/esm/clusters/access-control.d.ts +250 -250
  238. package/dist/esm/clusters/access-control.js +39 -39
  239. package/dist/esm/clusters/account-login.d.ts +29 -29
  240. package/dist/esm/clusters/account-login.js +11 -11
  241. package/dist/esm/clusters/actions.d.ts +108 -108
  242. package/dist/esm/clusters/actions.js +39 -39
  243. package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
  244. package/dist/esm/clusters/administrator-commissioning.js +12 -12
  245. package/dist/esm/clusters/air-quality.d.ts +5 -5
  246. package/dist/esm/clusters/air-quality.js +1 -1
  247. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  248. package/dist/esm/clusters/alarm-base.js +14 -14
  249. package/dist/esm/clusters/application-basic.d.ts +16 -16
  250. package/dist/esm/clusters/application-basic.js +10 -10
  251. package/dist/esm/clusters/application-launcher.d.ts +104 -104
  252. package/dist/esm/clusters/application-launcher.js +13 -13
  253. package/dist/esm/clusters/audio-output.d.ts +37 -37
  254. package/dist/esm/clusters/audio-output.js +8 -8
  255. package/dist/esm/clusters/basic-information.d.ts +55 -55
  256. package/dist/esm/clusters/basic-information.js +35 -35
  257. package/dist/esm/clusters/binding.d.ts +12 -12
  258. package/dist/esm/clusters/binding.js +5 -5
  259. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  260. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  261. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  262. package/dist/esm/clusters/boolean-state.js +3 -3
  263. package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
  264. package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
  265. package/dist/esm/clusters/channel.d.ts +561 -561
  266. package/dist/esm/clusters/channel.js +73 -73
  267. package/dist/esm/clusters/color-control.d.ts +658 -658
  268. package/dist/esm/clusters/color-control.js +116 -116
  269. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  270. package/dist/esm/clusters/commissioner-control.js +5 -5
  271. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  272. package/dist/esm/clusters/concentration-measurement.js +11 -11
  273. package/dist/esm/clusters/content-app-observer.d.ts +18 -18
  274. package/dist/esm/clusters/content-app-observer.js +6 -6
  275. package/dist/esm/clusters/content-control.d.ts +366 -366
  276. package/dist/esm/clusters/content-control.js +58 -58
  277. package/dist/esm/clusters/content-launcher.d.ts +479 -479
  278. package/dist/esm/clusters/content-launcher.js +39 -39
  279. package/dist/esm/clusters/descriptor.d.ts +30 -30
  280. package/dist/esm/clusters/descriptor.js +9 -9
  281. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  282. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  283. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  284. package/dist/esm/clusters/device-energy-management.js +87 -87
  285. package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
  286. package/dist/esm/clusters/diagnostic-logs.js +8 -8
  287. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  288. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  289. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  290. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  291. package/dist/esm/clusters/door-lock.d.ts +1349 -1349
  292. package/dist/esm/clusters/door-lock.js +227 -227
  293. package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
  294. package/dist/esm/clusters/ecosystem-information.js +14 -14
  295. package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
  296. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  297. package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
  298. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  299. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  300. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  301. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  302. package/dist/esm/clusters/energy-evse.js +73 -73
  303. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  304. package/dist/esm/clusters/energy-preference.js +9 -9
  305. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  306. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  307. package/dist/esm/clusters/fan-control.d.ts +83 -83
  308. package/dist/esm/clusters/fan-control.js +19 -19
  309. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  310. package/dist/esm/clusters/fixed-label.js +1 -1
  311. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  312. package/dist/esm/clusters/flow-measurement.js +4 -4
  313. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  314. package/dist/esm/clusters/general-commissioning.js +25 -25
  315. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  316. package/dist/esm/clusters/general-diagnostics.js +40 -40
  317. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  318. package/dist/esm/clusters/group-key-management.js +23 -23
  319. package/dist/esm/clusters/groups.d.ts +78 -78
  320. package/dist/esm/clusters/groups.js +21 -21
  321. package/dist/esm/clusters/icd-management.d.ts +131 -131
  322. package/dist/esm/clusters/icd-management.js +29 -29
  323. package/dist/esm/clusters/identify.d.ts +16 -16
  324. package/dist/esm/clusters/identify.js +6 -6
  325. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  326. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  327. package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
  328. package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
  329. package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
  330. package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
  331. package/dist/esm/clusters/keypad-input.d.ts +18 -18
  332. package/dist/esm/clusters/keypad-input.js +3 -3
  333. package/dist/esm/clusters/label.d.ts +10 -10
  334. package/dist/esm/clusters/label.js +3 -3
  335. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  336. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  337. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  338. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  339. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  340. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  341. package/dist/esm/clusters/level-control.d.ts +303 -303
  342. package/dist/esm/clusters/level-control.js +32 -32
  343. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  344. package/dist/esm/clusters/localization-configuration.js +2 -2
  345. package/dist/esm/clusters/low-power.d.ts +2 -2
  346. package/dist/esm/clusters/low-power.js +1 -1
  347. package/dist/esm/clusters/media-input.d.ts +47 -47
  348. package/dist/esm/clusters/media-input.js +11 -11
  349. package/dist/esm/clusters/media-playback.d.ts +390 -390
  350. package/dist/esm/clusters/media-playback.js +57 -57
  351. package/dist/esm/clusters/messages.d.ts +154 -154
  352. package/dist/esm/clusters/messages.js +38 -38
  353. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  354. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  355. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  356. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  357. package/dist/esm/clusters/mode-base.d.ts +59 -59
  358. package/dist/esm/clusters/mode-base.js +13 -13
  359. package/dist/esm/clusters/mode-select.d.ts +51 -51
  360. package/dist/esm/clusters/mode-select.js +13 -13
  361. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  362. package/dist/esm/clusters/network-commissioning.js +46 -46
  363. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  364. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  365. package/dist/esm/clusters/on-off.d.ts +103 -103
  366. package/dist/esm/clusters/on-off.js +19 -19
  367. package/dist/esm/clusters/operational-credentials.d.ts +106 -106
  368. package/dist/esm/clusters/operational-credentials.js +38 -38
  369. package/dist/esm/clusters/operational-state.d.ts +67 -67
  370. package/dist/esm/clusters/operational-state.js +21 -21
  371. package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
  372. package/dist/esm/clusters/ota-software-update-provider.js +25 -25
  373. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  374. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  375. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  376. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  377. package/dist/esm/clusters/oven-mode.d.ts +49 -49
  378. package/dist/esm/clusters/oven-mode.js +8 -8
  379. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  380. package/dist/esm/clusters/power-source-configuration.js +1 -1
  381. package/dist/esm/clusters/power-source.d.ts +155 -155
  382. package/dist/esm/clusters/power-source.js +41 -41
  383. package/dist/esm/clusters/power-topology.d.ts +8 -8
  384. package/dist/esm/clusters/power-topology.js +2 -2
  385. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  386. package/dist/esm/clusters/pressure-measurement.js +9 -9
  387. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  388. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  389. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  390. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  391. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  392. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  393. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  394. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  395. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  396. package/dist/esm/clusters/resource-monitoring.js +7 -7
  397. package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
  398. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  399. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  400. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  401. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  402. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  403. package/dist/esm/clusters/scenes-management.d.ts +244 -244
  404. package/dist/esm/clusters/scenes-management.js +69 -69
  405. package/dist/esm/clusters/service-area.d.ts +128 -128
  406. package/dist/esm/clusters/service-area.js +26 -26
  407. package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
  408. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  409. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  410. package/dist/esm/clusters/software-diagnostics.js +14 -14
  411. package/dist/esm/clusters/switch.d.ts +105 -105
  412. package/dist/esm/clusters/switch.js +23 -23
  413. package/dist/esm/clusters/target-navigator.d.ts +32 -32
  414. package/dist/esm/clusters/target-navigator.js +10 -10
  415. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  416. package/dist/esm/clusters/temperature-control.js +12 -12
  417. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  418. package/dist/esm/clusters/temperature-measurement.js +4 -4
  419. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  420. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  421. package/dist/esm/clusters/thermostat.d.ts +514 -514
  422. package/dist/esm/clusters/thermostat.js +114 -114
  423. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  424. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  425. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  426. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  427. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  428. package/dist/esm/clusters/thread-network-directory.js +11 -11
  429. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  430. package/dist/esm/clusters/time-format-localization.js +3 -3
  431. package/dist/esm/clusters/time-synchronization.d.ts +246 -246
  432. package/dist/esm/clusters/time-synchronization.js +47 -47
  433. package/dist/esm/clusters/unit-localization.d.ts +9 -9
  434. package/dist/esm/clusters/unit-localization.js +2 -2
  435. package/dist/esm/clusters/user-label.d.ts +2 -2
  436. package/dist/esm/clusters/user-label.js +1 -1
  437. package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
  438. package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
  439. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  440. package/dist/esm/clusters/wake-on-lan.js +2 -2
  441. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  442. package/dist/esm/clusters/water-heater-management.js +16 -16
  443. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  444. package/dist/esm/clusters/water-heater-mode.js +8 -8
  445. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  446. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  447. package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
  448. package/dist/esm/clusters/wi-fi-network-management.js +4 -4
  449. package/dist/esm/clusters/window-covering.d.ts +183 -183
  450. package/dist/esm/clusters/window-covering.js +49 -49
  451. package/dist/esm/dcl/operational-certificate.d.ts +8 -1
  452. package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
  453. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  454. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  455. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  456. package/dist/esm/globals/Currency.d.ts +2 -2
  457. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  458. package/dist/esm/globals/Locationdesc.js +3 -3
  459. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  460. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  461. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  462. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  463. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  464. package/dist/esm/globals/Namespace.d.ts +1 -1
  465. package/dist/esm/globals/Price.d.ts +2 -2
  466. package/dist/esm/globals/Priority.d.ts +1 -1
  467. package/dist/esm/globals/Semtag.d.ts +6 -6
  468. package/dist/esm/globals/Semtag.js +4 -4
  469. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  470. package/dist/esm/globals/Status.d.ts +36 -36
  471. package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
  472. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  473. package/package.json +5 -5
  474. package/src/clusters/access-control.ts +72 -72
  475. package/src/clusters/account-login.ts +22 -22
  476. package/src/clusters/actions.ts +86 -86
  477. package/src/clusters/administrator-commissioning.ts +23 -23
  478. package/src/clusters/air-quality.ts +4 -4
  479. package/src/clusters/alarm-base.ts +22 -22
  480. package/src/clusters/application-basic.ts +14 -14
  481. package/src/clusters/application-launcher.ts +33 -33
  482. package/src/clusters/audio-output.ts +17 -17
  483. package/src/clusters/basic-information.ts +48 -48
  484. package/src/clusters/binding.ts +8 -8
  485. package/src/clusters/boolean-state-configuration.ts +31 -31
  486. package/src/clusters/boolean-state.ts +6 -6
  487. package/src/clusters/bridged-device-basic-information.ts +39 -39
  488. package/src/clusters/channel.ts +113 -113
  489. package/src/clusters/color-control.ts +168 -168
  490. package/src/clusters/commissioner-control.ts +15 -15
  491. package/src/clusters/concentration-measurement.ts +15 -15
  492. package/src/clusters/content-app-observer.ts +13 -13
  493. package/src/clusters/content-control.ts +106 -106
  494. package/src/clusters/content-launcher.ts +73 -73
  495. package/src/clusters/descriptor.ts +14 -14
  496. package/src/clusters/device-energy-management-mode.ts +28 -28
  497. package/src/clusters/device-energy-management.ts +136 -136
  498. package/src/clusters/diagnostic-logs.ts +30 -30
  499. package/src/clusters/dishwasher-alarm.ts +24 -24
  500. package/src/clusters/dishwasher-mode.ts +27 -27
  501. package/src/clusters/door-lock.ts +378 -378
  502. package/src/clusters/ecosystem-information.ts +21 -21
  503. package/src/clusters/electrical-energy-measurement.ts +40 -40
  504. package/src/clusters/electrical-power-measurement.ts +54 -54
  505. package/src/clusters/energy-evse-mode.ts +28 -28
  506. package/src/clusters/energy-evse.ts +109 -109
  507. package/src/clusters/energy-preference.ts +19 -19
  508. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  509. package/src/clusters/fan-control.ts +30 -30
  510. package/src/clusters/fixed-label.ts +2 -2
  511. package/src/clusters/flow-measurement.ts +5 -5
  512. package/src/clusters/general-commissioning.ts +45 -45
  513. package/src/clusters/general-diagnostics.ts +66 -66
  514. package/src/clusters/group-key-management.ts +45 -45
  515. package/src/clusters/groups.ts +44 -44
  516. package/src/clusters/icd-management.ts +50 -50
  517. package/src/clusters/identify.ts +14 -14
  518. package/src/clusters/illuminance-measurement.ts +7 -7
  519. package/src/clusters/joint-fabric-administrator.ts +31 -31
  520. package/src/clusters/joint-fabric-datastore.ts +145 -145
  521. package/src/clusters/keypad-input.ts +13 -13
  522. package/src/clusters/label.ts +5 -5
  523. package/src/clusters/laundry-dryer-controls.ts +4 -4
  524. package/src/clusters/laundry-washer-controls.ts +11 -11
  525. package/src/clusters/laundry-washer-mode.ts +25 -25
  526. package/src/clusters/level-control.ts +49 -49
  527. package/src/clusters/localization-configuration.ts +3 -3
  528. package/src/clusters/low-power.ts +2 -2
  529. package/src/clusters/media-input.ts +20 -20
  530. package/src/clusters/media-playback.ts +96 -96
  531. package/src/clusters/messages.ts +61 -61
  532. package/src/clusters/microwave-oven-control.ts +23 -23
  533. package/src/clusters/microwave-oven-mode.ts +25 -25
  534. package/src/clusters/mode-base.ts +37 -37
  535. package/src/clusters/mode-select.ts +22 -22
  536. package/src/clusters/network-commissioning.ts +76 -76
  537. package/src/clusters/occupancy-sensing.ts +29 -29
  538. package/src/clusters/on-off.ts +33 -33
  539. package/src/clusters/operational-credentials.ts +75 -75
  540. package/src/clusters/operational-state.ts +34 -34
  541. package/src/clusters/ota-software-update-provider.ts +43 -43
  542. package/src/clusters/ota-software-update-requestor.ts +55 -55
  543. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  544. package/src/clusters/oven-mode.ts +34 -34
  545. package/src/clusters/power-source-configuration.ts +2 -2
  546. package/src/clusters/power-source.ts +59 -59
  547. package/src/clusters/power-topology.ts +4 -4
  548. package/src/clusters/pressure-measurement.ts +11 -11
  549. package/src/clusters/pump-configuration-and-control.ts +69 -69
  550. package/src/clusters/refrigerator-alarm.ts +18 -18
  551. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  552. package/src/clusters/relative-humidity-measurement.ts +5 -5
  553. package/src/clusters/resource-monitoring.ts +13 -13
  554. package/src/clusters/rvc-clean-mode.ts +32 -32
  555. package/src/clusters/rvc-operational-state.ts +28 -28
  556. package/src/clusters/rvc-run-mode.ts +38 -38
  557. package/src/clusters/scenes-management.ts +111 -111
  558. package/src/clusters/service-area.ts +50 -50
  559. package/src/clusters/smoke-co-alarm.ts +66 -66
  560. package/src/clusters/software-diagnostics.ts +20 -20
  561. package/src/clusters/switch.ts +45 -45
  562. package/src/clusters/target-navigator.ts +22 -22
  563. package/src/clusters/temperature-control.ts +19 -19
  564. package/src/clusters/temperature-measurement.ts +5 -5
  565. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  566. package/src/clusters/thermostat.ts +172 -172
  567. package/src/clusters/thread-border-router-management.ts +23 -23
  568. package/src/clusters/thread-network-diagnostics.ts +125 -125
  569. package/src/clusters/thread-network-directory.ts +22 -22
  570. package/src/clusters/time-format-localization.ts +7 -7
  571. package/src/clusters/time-synchronization.ts +82 -82
  572. package/src/clusters/unit-localization.ts +5 -5
  573. package/src/clusters/user-label.ts +2 -2
  574. package/src/clusters/valve-configuration-and-control.ts +36 -36
  575. package/src/clusters/wake-on-lan.ts +3 -3
  576. package/src/clusters/water-heater-management.ts +26 -26
  577. package/src/clusters/water-heater-mode.ts +27 -27
  578. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  579. package/src/clusters/wi-fi-network-management.ts +7 -7
  580. package/src/clusters/window-covering.ts +68 -68
  581. package/src/dcl/operational-certificate.ts +9 -1
  582. package/src/globals/AtomicAttributeStatus.ts +4 -4
  583. package/src/globals/AtomicRequestType.ts +1 -1
  584. package/src/globals/Currency.ts +2 -2
  585. package/src/globals/Locationdesc.ts +5 -5
  586. package/src/globals/MeasurementAccuracy.ts +5 -5
  587. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  588. package/src/globals/MeasurementType.ts +1 -1
  589. package/src/globals/Namespace.ts +1 -1
  590. package/src/globals/Price.ts +2 -2
  591. package/src/globals/Priority.ts +1 -1
  592. package/src/globals/Semtag.ts +6 -6
  593. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  594. package/src/globals/Status.ts +36 -36
  595. package/src/globals/ThreeLevelAuto.ts +1 -1
  596. package/src/globals/WildcardPathFlags.ts +1 -1
  597. package/dist/cjs/common/DeviceClassification.d.ts +0 -44
  598. package/dist/cjs/common/DeviceClassification.d.ts.map +0 -1
  599. package/dist/cjs/common/DeviceClassification.js +0 -38
  600. package/dist/cjs/common/DeviceClassification.js.map +0 -6
  601. package/dist/esm/common/DeviceClassification.d.ts +0 -44
  602. package/dist/esm/common/DeviceClassification.d.ts.map +0 -1
  603. package/dist/esm/common/DeviceClassification.js +0 -18
  604. package/dist/esm/common/DeviceClassification.js.map +0 -6
  605. package/src/common/DeviceClassification.ts +0 -49
@@ -15,7 +15,7 @@ export declare namespace TimeSynchronization {
15
15
  /**
16
16
  * These are optional features supported by TimeSynchronizationCluster.
17
17
  *
18
- * @see {@link MatterSpecification.v141.Core} § 11.17.5
18
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5
19
19
  */
20
20
  enum Feature {
21
21
  /**
@@ -26,7 +26,7 @@ export declare namespace TimeSynchronization {
26
26
  * commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the LocalTime
27
27
  * attribute.
28
28
  *
29
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
29
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.1
30
30
  */
31
31
  TimeZone = "TimeZone",
32
32
  /**
@@ -34,7 +34,7 @@ export declare namespace TimeSynchronization {
34
34
  *
35
35
  * Allows a node to use NTP/SNTP for time synchronization.
36
36
  *
37
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
37
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.2
38
38
  */
39
39
  NtpClient = "NtpClient",
40
40
  /**
@@ -43,7 +43,7 @@ export declare namespace TimeSynchronization {
43
43
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
44
44
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
45
45
  *
46
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
46
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.3
47
47
  */
48
48
  NtpServer = "NtpServer",
49
49
  /**
@@ -51,47 +51,47 @@ export declare namespace TimeSynchronization {
51
51
  *
52
52
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
53
53
  *
54
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
54
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.4
55
55
  */
56
56
  TimeSyncClient = "TimeSyncClient"
57
57
  }
58
58
  /**
59
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4
59
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4
60
60
  */
61
61
  const TlvTrustedTimeSource: import("../tlv/TlvObject.js").ObjectSchema<{
62
62
  /**
63
63
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
64
64
  * node.
65
65
  *
66
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
66
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.1
67
67
  */
68
68
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
69
69
  /**
70
70
  * Node ID of the trusted time source node on the Fabric associated with the entry.
71
71
  *
72
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
72
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.2
73
73
  */
74
74
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
75
75
  /**
76
76
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
77
77
  *
78
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
78
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.3
79
79
  */
80
80
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
81
81
  }>;
82
82
  /**
83
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4
83
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4
84
84
  */
85
85
  interface TrustedTimeSource extends TypeFromSchema<typeof TlvTrustedTimeSource> {
86
86
  }
87
87
  /**
88
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5
88
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5
89
89
  */
90
90
  const TlvFabricScopedTrustedTimeSource: import("../tlv/TlvObject.js").ObjectSchema<{
91
91
  /**
92
92
  * Node ID of the trusted time source node on the Fabric of the issuer.
93
93
  *
94
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
94
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.1
95
95
  */
96
96
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
97
97
  /**
@@ -99,31 +99,31 @@ export declare namespace TimeSynchronization {
99
99
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
100
100
  * checking their Descriptor Cluster.
101
101
  *
102
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
102
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.2
103
103
  */
104
104
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
105
105
  }>;
106
106
  /**
107
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5
107
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5
108
108
  */
109
109
  interface FabricScopedTrustedTimeSource extends TypeFromSchema<typeof TlvFabricScopedTrustedTimeSource> {
110
110
  }
111
111
  /**
112
112
  * Input to the TimeSynchronization setTrustedTimeSource command
113
113
  *
114
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
114
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2
115
115
  */
116
116
  const TlvSetTrustedTimeSourceRequest: import("../tlv/TlvObject.js").ObjectSchema<{
117
117
  /**
118
118
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
119
119
  *
120
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
120
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2.1
121
121
  */
122
122
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
123
123
  /**
124
124
  * Node ID of the trusted time source node on the Fabric of the issuer.
125
125
  *
126
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
126
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.1
127
127
  */
128
128
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
129
129
  /**
@@ -131,7 +131,7 @@ export declare namespace TimeSynchronization {
131
131
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
132
132
  * checking their Descriptor Cluster.
133
133
  *
134
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
134
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.2
135
135
  */
136
136
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
137
137
  }> | null>;
@@ -140,45 +140,45 @@ export declare namespace TimeSynchronization {
140
140
  /**
141
141
  * Input to the TimeSynchronization setTrustedTimeSource command
142
142
  *
143
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
143
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2
144
144
  */
145
145
  interface SetTrustedTimeSourceRequest extends TypeFromSchema<typeof TlvSetTrustedTimeSourceRequest> {
146
146
  }
147
147
  /**
148
148
  * Input to the TimeSynchronization setDefaultNtp command
149
149
  *
150
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
150
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6
151
151
  */
152
152
  const TlvSetDefaultNtpRequest: import("../tlv/TlvObject.js").ObjectSchema<{
153
153
  /**
154
154
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
155
155
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
156
156
  *
157
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
157
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6.1
158
158
  */
159
159
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
160
160
  }>;
161
161
  /**
162
162
  * Input to the TimeSynchronization setDefaultNtp command
163
163
  *
164
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
164
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6
165
165
  */
166
166
  interface SetDefaultNtpRequest extends TypeFromSchema<typeof TlvSetDefaultNtpRequest> {
167
167
  }
168
168
  /**
169
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6
169
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6
170
170
  */
171
171
  const TlvTimeZone: import("../tlv/TlvObject.js").ObjectSchema<{
172
172
  /**
173
173
  * The time zone offset from UTC in seconds.
174
174
  *
175
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
175
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
176
176
  */
177
177
  offset: import("../tlv/TlvObject.js").FieldType<number>;
178
178
  /**
179
179
  * The UTC time when the offset shall be applied.
180
180
  *
181
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
181
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
182
182
  */
183
183
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
184
184
  /**
@@ -187,17 +187,17 @@ export declare namespace TimeSynchronization {
187
187
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
188
188
  * supplied time zone Name and the given Offset matches.
189
189
  *
190
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
190
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
191
191
  */
192
192
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
193
193
  }>;
194
194
  /**
195
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6
195
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6
196
196
  */
197
197
  interface TimeZone extends TypeFromSchema<typeof TlvTimeZone> {
198
198
  }
199
199
  /**
200
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7
200
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7
201
201
  */
202
202
  const TlvDstOffset: import("../tlv/TlvObject.js").ObjectSchema<{
203
203
  /**
@@ -205,25 +205,25 @@ export declare namespace TimeSynchronization {
205
205
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
206
206
  * assumptions.
207
207
  *
208
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
208
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
209
209
  */
210
210
  offset: import("../tlv/TlvObject.js").FieldType<number>;
211
211
  /**
212
212
  * The UTC time when the offset shall be applied.
213
213
  *
214
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
214
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
215
215
  */
216
216
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
217
217
  /**
218
218
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
219
219
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
220
220
  *
221
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
221
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
222
222
  */
223
223
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
224
224
  }>;
225
225
  /**
226
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7
226
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7
227
227
  */
228
228
  interface DstOffset extends TypeFromSchema<typeof TlvDstOffset> {
229
229
  }
@@ -232,7 +232,7 @@ export declare namespace TimeSynchronization {
232
232
  * may be used to omit historical data, less commonly used time zones, and/or time zones not related to the region a
233
233
  * product is sold in.
234
234
  *
235
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.3
235
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.3
236
236
  */
237
237
  enum TimeZoneDatabase {
238
238
  /**
@@ -251,20 +251,20 @@ export declare namespace TimeSynchronization {
251
251
  /**
252
252
  * Input to the TimeSynchronization setTimeZone command
253
253
  *
254
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
254
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.3
255
255
  */
256
256
  const TlvSetTimeZoneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
257
257
  timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
258
258
  /**
259
259
  * The time zone offset from UTC in seconds.
260
260
  *
261
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
261
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
262
262
  */
263
263
  offset: import("../tlv/TlvObject.js").FieldType<number>;
264
264
  /**
265
265
  * The UTC time when the offset shall be applied.
266
266
  *
267
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
267
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
268
268
  */
269
269
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
270
270
  /**
@@ -273,7 +273,7 @@ export declare namespace TimeSynchronization {
273
273
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
274
274
  * supplied time zone Name and the given Offset matches.
275
275
  *
276
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
276
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
277
277
  */
278
278
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
279
279
  }>[]>;
@@ -281,7 +281,7 @@ export declare namespace TimeSynchronization {
281
281
  /**
282
282
  * Input to the TimeSynchronization setTimeZone command
283
283
  *
284
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
284
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.3
285
285
  */
286
286
  interface SetTimeZoneRequest extends TypeFromSchema<typeof TlvSetTimeZoneRequest> {
287
287
  }
@@ -289,7 +289,7 @@ export declare namespace TimeSynchronization {
289
289
  * THis command is used to report the result of a SetTimeZone command. This command shall be generated in response
290
290
  * to a SetTimeZone command.
291
291
  *
292
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.4
292
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.4
293
293
  */
294
294
  const TlvSetTimeZoneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
295
295
  /**
@@ -297,7 +297,7 @@ export declare namespace TimeSynchronization {
297
297
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
298
298
  * DSTOffsetRequired field shall be set to false, otherwise it shall be set to true.
299
299
  *
300
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
300
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.4.1
301
301
  */
302
302
  dstOffsetRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
303
303
  }>;
@@ -305,14 +305,14 @@ export declare namespace TimeSynchronization {
305
305
  * THis command is used to report the result of a SetTimeZone command. This command shall be generated in response
306
306
  * to a SetTimeZone command.
307
307
  *
308
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.4
308
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.4
309
309
  */
310
310
  interface SetTimeZoneResponse extends TypeFromSchema<typeof TlvSetTimeZoneResponse> {
311
311
  }
312
312
  /**
313
313
  * Input to the TimeSynchronization setDstOffset command
314
314
  *
315
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
315
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.5
316
316
  */
317
317
  const TlvSetDstOffsetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
318
318
  dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
@@ -321,20 +321,20 @@ export declare namespace TimeSynchronization {
321
321
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
322
322
  * assumptions.
323
323
  *
324
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
324
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
325
325
  */
326
326
  offset: import("../tlv/TlvObject.js").FieldType<number>;
327
327
  /**
328
328
  * The UTC time when the offset shall be applied.
329
329
  *
330
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
330
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
331
331
  */
332
332
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
333
333
  /**
334
334
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
335
335
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
336
336
  *
337
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
337
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
338
338
  */
339
339
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
340
340
  }>[]>;
@@ -342,60 +342,60 @@ export declare namespace TimeSynchronization {
342
342
  /**
343
343
  * Input to the TimeSynchronization setDstOffset command
344
344
  *
345
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
345
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.5
346
346
  */
347
347
  interface SetDstOffsetRequest extends TypeFromSchema<typeof TlvSetDstOffsetRequest> {
348
348
  }
349
349
  /**
350
350
  * Body of the TimeSynchronization dstStatus event
351
351
  *
352
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
352
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2
353
353
  */
354
354
  const TlvDstStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
355
355
  /**
356
356
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
357
357
  * to standard time).
358
358
  *
359
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
359
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2.1
360
360
  */
361
361
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
362
362
  }>;
363
363
  /**
364
364
  * Body of the TimeSynchronization dstStatus event
365
365
  *
366
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
366
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2
367
367
  */
368
368
  interface DstStatusEvent extends TypeFromSchema<typeof TlvDstStatusEvent> {
369
369
  }
370
370
  /**
371
371
  * Body of the TimeSynchronization timeZoneStatus event
372
372
  *
373
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
373
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3
374
374
  */
375
375
  const TlvTimeZoneStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
376
376
  /**
377
377
  * Current time zone offset from UTC in seconds.
378
378
  *
379
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
379
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.1
380
380
  */
381
381
  offset: import("../tlv/TlvObject.js").FieldType<number>;
382
382
  /**
383
383
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
384
384
  * Database.
385
385
  *
386
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
386
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.2
387
387
  */
388
388
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
389
389
  }>;
390
390
  /**
391
391
  * Body of the TimeSynchronization timeZoneStatus event
392
392
  *
393
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
393
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3
394
394
  */
395
395
  interface TimeZoneStatusEvent extends TypeFromSchema<typeof TlvTimeZoneStatusEvent> {
396
396
  }
397
397
  /**
398
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.1
398
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.1
399
399
  */
400
400
  enum Granularity {
401
401
  /**
@@ -426,7 +426,7 @@ export declare namespace TimeSynchronization {
426
426
  MicrosecondsGranularity = 4
427
427
  }
428
428
  /**
429
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.2
429
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.2
430
430
  */
431
431
  enum TimeSource {
432
432
  /**
@@ -502,37 +502,37 @@ export declare namespace TimeSynchronization {
502
502
  /**
503
503
  * Input to the TimeSynchronization setUtcTime command
504
504
  *
505
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
505
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1
506
506
  */
507
507
  const TlvSetUtcTimeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
508
508
  /**
509
509
  * This field shall give the Client’s UTC Time.
510
510
  *
511
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.1
511
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.1
512
512
  */
513
513
  utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
514
514
  /**
515
515
  * This field shall give the Client’s Granularity, as described in Granularity.
516
516
  *
517
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.2
517
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.2
518
518
  */
519
519
  granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
520
520
  /**
521
521
  * This field shall give the Client’s TimeSource, as described in TimeSource.
522
522
  *
523
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.3
523
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.3
524
524
  */
525
525
  timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
526
526
  }>;
527
527
  /**
528
528
  * Input to the TimeSynchronization setUtcTime command
529
529
  *
530
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
530
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1
531
531
  */
532
532
  interface SetUtcTimeRequest extends TypeFromSchema<typeof TlvSetUtcTimeRequest> {
533
533
  }
534
534
  /**
535
- * @see {@link MatterSpecification.v141.Core} § 11.17.7.1
535
+ * @see {@link MatterSpecification.v142.Core} § 11.17.7.1
536
536
  */
537
537
  enum StatusCode {
538
538
  /**
@@ -543,7 +543,7 @@ export declare namespace TimeSynchronization {
543
543
  /**
544
544
  * Thrown for cluster status code {@link StatusCode.TimeNotAccepted}.
545
545
  *
546
- * @see {@link MatterSpecification.v141.Core} § 11.17.7.1
546
+ * @see {@link MatterSpecification.v142.Core} § 11.17.7.1
547
547
  */
548
548
  class TimeNotAcceptedError extends StatusResponseError {
549
549
  constructor(message?: string, code?: Status, clusterCode?: StatusCode);
@@ -559,26 +559,26 @@ export declare namespace TimeSynchronization {
559
559
  * an administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
560
560
  * yet been set.
561
561
  *
562
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.4
562
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.4
563
563
  */
564
564
  readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
565
565
  /**
566
566
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
567
567
  * node.
568
568
  *
569
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
569
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.1
570
570
  */
571
571
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
572
572
  /**
573
573
  * Node ID of the trusted time source node on the Fabric associated with the entry.
574
574
  *
575
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
575
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.2
576
576
  */
577
577
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
578
578
  /**
579
579
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
580
580
  *
581
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
581
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.3
582
582
  */
583
583
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
584
584
  }> | null, any>;
@@ -594,19 +594,19 @@ export declare namespace TimeSynchronization {
594
594
  * Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
595
595
  * the command’s accessing fabric index.
596
596
  *
597
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
597
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2
598
598
  */
599
599
  readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
600
600
  /**
601
601
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
602
602
  *
603
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
603
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2.1
604
604
  */
605
605
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
606
606
  /**
607
607
  * Node ID of the trusted time source node on the Fabric of the issuer.
608
608
  *
609
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
609
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.1
610
610
  */
611
611
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
612
612
  /**
@@ -614,7 +614,7 @@ export declare namespace TimeSynchronization {
614
614
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
615
615
  * checking their Descriptor Cluster.
616
616
  *
617
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
617
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.2
618
618
  */
619
619
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
620
620
  }> | null>;
@@ -631,7 +631,7 @@ export declare namespace TimeSynchronization {
631
631
  * is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
632
632
  * update SHOULD NOT be generated more often than once per hour.
633
633
  *
634
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.5
634
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.5
635
635
  */
636
636
  readonly missingTrustedTimeSource: Event<void, any>;
637
637
  };
@@ -651,14 +651,14 @@ export declare namespace TimeSynchronization {
651
651
  * text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
652
652
  * and shall NOT contain a port number.
653
653
  *
654
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.5
654
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.5
655
655
  */
656
656
  readonly defaultNtp: Attribute<string | null, any>;
657
657
  /**
658
658
  * Indicates if the node supports resolving a domain name. DefaultNTP Address values for these nodes may
659
659
  * include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
660
660
  *
661
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.13
661
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.13
662
662
  */
663
663
  readonly supportsDnsResolve: FixedAttribute<boolean, any>;
664
664
  };
@@ -672,14 +672,14 @@ export declare namespace TimeSynchronization {
672
672
  * command shall fail with a status code of INVALID_COMMAND. Otherwise, the node shall set the DefaultNTP
673
673
  * attribute to match the DefaultNTP provided in this command.
674
674
  *
675
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
675
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6
676
676
  */
677
677
  readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
678
678
  /**
679
679
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
680
680
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
681
681
  *
682
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
682
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6.1
683
683
  */
684
684
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
685
685
  }>, void, any>;
@@ -721,19 +721,19 @@ export declare namespace TimeSynchronization {
721
721
  * zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
722
722
  * (UTC) and a ValidAt time of 0.
723
723
  *
724
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.6
724
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.6
725
725
  */
726
726
  readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
727
727
  /**
728
728
  * The time zone offset from UTC in seconds.
729
729
  *
730
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
730
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
731
731
  */
732
732
  offset: import("../tlv/TlvObject.js").FieldType<number>;
733
733
  /**
734
734
  * The UTC time when the offset shall be applied.
735
735
  *
736
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
736
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
737
737
  */
738
738
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
739
739
  /**
@@ -742,7 +742,7 @@ export declare namespace TimeSynchronization {
742
742
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
743
743
  * supplied time zone Name and the given Offset matches.
744
744
  *
745
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
745
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
746
746
  */
747
747
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
748
748
  }>[], any>;
@@ -764,7 +764,7 @@ export declare namespace TimeSynchronization {
764
764
  * If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
765
765
  * ValidUntil field.
766
766
  *
767
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.7
767
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.7
768
768
  */
769
769
  readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
770
770
  /**
@@ -772,20 +772,20 @@ export declare namespace TimeSynchronization {
772
772
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
773
773
  * assumptions.
774
774
  *
775
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
775
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
776
776
  */
777
777
  offset: import("../tlv/TlvObject.js").FieldType<number>;
778
778
  /**
779
779
  * The UTC time when the offset shall be applied.
780
780
  *
781
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
781
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
782
782
  */
783
783
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
784
784
  /**
785
785
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
786
786
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
787
787
  *
788
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
788
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
789
789
  */
790
790
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
791
791
  }>[], any>;
@@ -798,7 +798,7 @@ export declare namespace TimeSynchronization {
798
798
  * If the node has not achieved time synchronization, this shall be null. If the node has an empty
799
799
  * DSTOffset, this shall be null.
800
800
  *
801
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.8
801
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.8
802
802
  */
803
803
  readonly localTime: Attribute<number | bigint | null, any>;
804
804
  /**
@@ -806,7 +806,7 @@ export declare namespace TimeSynchronization {
806
806
  * their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
807
807
  * same time zone as required.
808
808
  *
809
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.9
809
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.9
810
810
  */
811
811
  readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
812
812
  /**
@@ -814,13 +814,13 @@ export declare namespace TimeSynchronization {
814
814
  * value of 1 or 2, where the optional second list entry may be used to handle scheduled regulatory time
815
815
  * zone changes.
816
816
  *
817
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.11
817
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.11
818
818
  */
819
819
  readonly timeZoneListMaxSize: FixedAttribute<number, any>;
820
820
  /**
821
821
  * Indicates the number of supported list entries in DSTOffset attribute. This value must be at least 1.
822
822
  *
823
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.12
823
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.12
824
824
  */
825
825
  readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
826
826
  };
@@ -842,20 +842,20 @@ export declare namespace TimeSynchronization {
842
842
  * list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
843
843
  * shall be generated if the node was previously applying a DST offset.
844
844
  *
845
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
845
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.3
846
846
  */
847
847
  readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
848
848
  timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
849
849
  /**
850
850
  * The time zone offset from UTC in seconds.
851
851
  *
852
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
852
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
853
853
  */
854
854
  offset: import("../tlv/TlvObject.js").FieldType<number>;
855
855
  /**
856
856
  * The UTC time when the offset shall be applied.
857
857
  *
858
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
858
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
859
859
  */
860
860
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
861
861
  /**
@@ -864,7 +864,7 @@ export declare namespace TimeSynchronization {
864
864
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
865
865
  * supplied time zone Name and the given Offset matches.
866
866
  *
867
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
867
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
868
868
  */
869
869
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
870
870
  }>[]>;
@@ -874,7 +874,7 @@ export declare namespace TimeSynchronization {
874
874
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
875
875
  * DSTOffsetRequired field shall be set to false, otherwise it shall be set to true.
876
876
  *
877
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
877
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.4.1
878
878
  */
879
879
  dstOffsetRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
880
880
  }>, any>;
@@ -892,7 +892,7 @@ export declare namespace TimeSynchronization {
892
892
  * If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
893
893
  * be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
894
894
  *
895
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
895
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.5
896
896
  */
897
897
  readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
898
898
  dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
@@ -901,20 +901,20 @@ export declare namespace TimeSynchronization {
901
901
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
902
902
  * assumptions.
903
903
  *
904
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
904
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
905
905
  */
906
906
  offset: import("../tlv/TlvObject.js").FieldType<number>;
907
907
  /**
908
908
  * The UTC time when the offset shall be applied.
909
909
  *
910
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
910
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
911
911
  */
912
912
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
913
913
  /**
914
914
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
915
915
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
916
916
  *
917
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
917
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
918
918
  */
919
919
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
920
920
  }>[]>;
@@ -933,20 +933,20 @@ export declare namespace TimeSynchronization {
933
933
  *
934
934
  * There is no data for this event.
935
935
  *
936
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.1
936
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.1
937
937
  */
938
938
  readonly dstTableEmpty: Event<void, any>;
939
939
  /**
940
940
  * This event shall be generated when the node starts or stops applying a DST offset.
941
941
  *
942
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
942
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2
943
943
  */
944
944
  readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
945
945
  /**
946
946
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
947
947
  * to standard time).
948
948
  *
949
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
949
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2.1
950
950
  */
951
951
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
952
952
  }>, any>;
@@ -954,20 +954,20 @@ export declare namespace TimeSynchronization {
954
954
  * This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
955
955
  * for DST changes that are not accompanied by a time zone change.
956
956
  *
957
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
957
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3
958
958
  */
959
959
  readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
960
960
  /**
961
961
  * Current time zone offset from UTC in seconds.
962
962
  *
963
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
963
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.1
964
964
  */
965
965
  offset: import("../tlv/TlvObject.js").FieldType<number>;
966
966
  /**
967
967
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
968
968
  * Database.
969
969
  *
970
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
970
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.2
971
971
  */
972
972
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
973
973
  }>, any>;
@@ -984,7 +984,7 @@ export declare namespace TimeSynchronization {
984
984
  *
985
985
  * If the node is not currently running an NTP server, this value shall be False.
986
986
  *
987
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.10
987
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.10
988
988
  */
989
989
  readonly ntpServerAvailable: Attribute<boolean, any>;
990
990
  };
@@ -1003,26 +1003,26 @@ export declare namespace TimeSynchronization {
1003
1003
  * SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
1004
1004
  * LocalTime attribute.
1005
1005
  *
1006
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
1006
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.1
1007
1007
  */
1008
1008
  readonly timeZone: BitFlag;
1009
1009
  /**
1010
1010
  * Allows a node to use NTP/SNTP for time synchronization.
1011
1011
  *
1012
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
1012
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.2
1013
1013
  */
1014
1014
  readonly ntpClient: BitFlag;
1015
1015
  /**
1016
1016
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
1017
1017
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
1018
1018
  *
1019
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
1019
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.3
1020
1020
  */
1021
1021
  readonly ntpServer: BitFlag;
1022
1022
  /**
1023
1023
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
1024
1024
  *
1025
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
1025
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.4
1026
1026
  */
1027
1027
  readonly timeSyncClient: BitFlag;
1028
1028
  };
@@ -1034,7 +1034,7 @@ export declare namespace TimeSynchronization {
1034
1034
  * If the node has not achieved time synchronization, this attribute shall be null. This attribute may be
1035
1035
  * set when a SetUTCTime is received.
1036
1036
  *
1037
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.1
1037
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.1
1038
1038
  */
1039
1039
  readonly utcTime: Attribute<number | bigint | null, any>;
1040
1040
  /**
@@ -1044,7 +1044,7 @@ export declare namespace TimeSynchronization {
1044
1044
  * This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity
1045
1045
  * if UTCTime is non-null.
1046
1046
  *
1047
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.2
1047
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.2
1048
1048
  */
1049
1049
  readonly granularity: Attribute<Granularity, any>;
1050
1050
  /**
@@ -1058,7 +1058,7 @@ export declare namespace TimeSynchronization {
1058
1058
  *
1059
1059
  * This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
1060
1060
  *
1061
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.3
1061
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.3
1062
1062
  */
1063
1063
  readonly timeSource: OptionalAttribute<TimeSource, any>;
1064
1064
  };
@@ -1082,25 +1082,25 @@ export declare namespace TimeSynchronization {
1082
1082
  * it opts to not update its time, it shall fail the command with a cluster specific Status Code of
1083
1083
  * TimeNotAccepted.
1084
1084
  *
1085
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
1085
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1
1086
1086
  */
1087
1087
  readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1088
1088
  /**
1089
1089
  * This field shall give the Client’s UTC Time.
1090
1090
  *
1091
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.1
1091
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.1
1092
1092
  */
1093
1093
  utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1094
1094
  /**
1095
1095
  * This field shall give the Client’s Granularity, as described in Granularity.
1096
1096
  *
1097
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.2
1097
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.2
1098
1098
  */
1099
1099
  granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
1100
1100
  /**
1101
1101
  * This field shall give the Client’s TimeSource, as described in TimeSource.
1102
1102
  *
1103
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.3
1103
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.3
1104
1104
  */
1105
1105
  timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
1106
1106
  }>, void, any>;
@@ -1111,7 +1111,7 @@ export declare namespace TimeSynchronization {
1111
1111
  * node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
1112
1112
  * hour.
1113
1113
  *
1114
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.4
1114
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.4
1115
1115
  */
1116
1116
  readonly timeFailure: Event<void, any>;
1117
1117
  };
@@ -1131,26 +1131,26 @@ export declare namespace TimeSynchronization {
1131
1131
  * an administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
1132
1132
  * yet been set.
1133
1133
  *
1134
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.4
1134
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.4
1135
1135
  */
1136
1136
  readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1137
1137
  /**
1138
1138
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
1139
1139
  * node.
1140
1140
  *
1141
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
1141
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.1
1142
1142
  */
1143
1143
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1144
1144
  /**
1145
1145
  * Node ID of the trusted time source node on the Fabric associated with the entry.
1146
1146
  *
1147
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
1147
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.2
1148
1148
  */
1149
1149
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1150
1150
  /**
1151
1151
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
1152
1152
  *
1153
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
1153
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.3
1154
1154
  */
1155
1155
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1156
1156
  }> | null, any>;
@@ -1166,19 +1166,19 @@ export declare namespace TimeSynchronization {
1166
1166
  * Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
1167
1167
  * the command’s accessing fabric index.
1168
1168
  *
1169
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
1169
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2
1170
1170
  */
1171
1171
  readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1172
1172
  /**
1173
1173
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
1174
1174
  *
1175
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
1175
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2.1
1176
1176
  */
1177
1177
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1178
1178
  /**
1179
1179
  * Node ID of the trusted time source node on the Fabric of the issuer.
1180
1180
  *
1181
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
1181
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.1
1182
1182
  */
1183
1183
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1184
1184
  /**
@@ -1186,7 +1186,7 @@ export declare namespace TimeSynchronization {
1186
1186
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
1187
1187
  * checking their Descriptor Cluster.
1188
1188
  *
1189
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
1189
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.2
1190
1190
  */
1191
1191
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1192
1192
  }> | null>;
@@ -1203,7 +1203,7 @@ export declare namespace TimeSynchronization {
1203
1203
  * is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
1204
1204
  * update SHOULD NOT be generated more often than once per hour.
1205
1205
  *
1206
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.5
1206
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.5
1207
1207
  */
1208
1208
  readonly missingTrustedTimeSource: Event<void, any>;
1209
1209
  };
@@ -1224,14 +1224,14 @@ export declare namespace TimeSynchronization {
1224
1224
  * text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
1225
1225
  * and shall NOT contain a port number.
1226
1226
  *
1227
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.5
1227
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.5
1228
1228
  */
1229
1229
  readonly defaultNtp: Attribute<string | null, any>;
1230
1230
  /**
1231
1231
  * Indicates if the node supports resolving a domain name. DefaultNTP Address values for these nodes may
1232
1232
  * include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
1233
1233
  *
1234
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.13
1234
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.13
1235
1235
  */
1236
1236
  readonly supportsDnsResolve: FixedAttribute<boolean, any>;
1237
1237
  };
@@ -1245,14 +1245,14 @@ export declare namespace TimeSynchronization {
1245
1245
  * command shall fail with a status code of INVALID_COMMAND. Otherwise, the node shall set the DefaultNTP
1246
1246
  * attribute to match the DefaultNTP provided in this command.
1247
1247
  *
1248
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
1248
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6
1249
1249
  */
1250
1250
  readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1251
1251
  /**
1252
1252
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
1253
1253
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
1254
1254
  *
1255
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
1255
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6.1
1256
1256
  */
1257
1257
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
1258
1258
  }>, void, any>;
@@ -1295,19 +1295,19 @@ export declare namespace TimeSynchronization {
1295
1295
  * zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
1296
1296
  * (UTC) and a ValidAt time of 0.
1297
1297
  *
1298
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.6
1298
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.6
1299
1299
  */
1300
1300
  readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1301
1301
  /**
1302
1302
  * The time zone offset from UTC in seconds.
1303
1303
  *
1304
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
1304
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
1305
1305
  */
1306
1306
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1307
1307
  /**
1308
1308
  * The UTC time when the offset shall be applied.
1309
1309
  *
1310
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
1310
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
1311
1311
  */
1312
1312
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1313
1313
  /**
@@ -1316,7 +1316,7 @@ export declare namespace TimeSynchronization {
1316
1316
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
1317
1317
  * supplied time zone Name and the given Offset matches.
1318
1318
  *
1319
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
1319
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
1320
1320
  */
1321
1321
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1322
1322
  }>[], any>;
@@ -1338,7 +1338,7 @@ export declare namespace TimeSynchronization {
1338
1338
  * If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
1339
1339
  * ValidUntil field.
1340
1340
  *
1341
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.7
1341
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.7
1342
1342
  */
1343
1343
  readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1344
1344
  /**
@@ -1346,20 +1346,20 @@ export declare namespace TimeSynchronization {
1346
1346
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
1347
1347
  * assumptions.
1348
1348
  *
1349
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
1349
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
1350
1350
  */
1351
1351
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1352
1352
  /**
1353
1353
  * The UTC time when the offset shall be applied.
1354
1354
  *
1355
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
1355
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
1356
1356
  */
1357
1357
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1358
1358
  /**
1359
1359
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
1360
1360
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
1361
1361
  *
1362
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
1362
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
1363
1363
  */
1364
1364
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1365
1365
  }>[], any>;
@@ -1372,7 +1372,7 @@ export declare namespace TimeSynchronization {
1372
1372
  * If the node has not achieved time synchronization, this shall be null. If the node has an empty
1373
1373
  * DSTOffset, this shall be null.
1374
1374
  *
1375
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.8
1375
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.8
1376
1376
  */
1377
1377
  readonly localTime: Attribute<number | bigint | null, any>;
1378
1378
  /**
@@ -1380,7 +1380,7 @@ export declare namespace TimeSynchronization {
1380
1380
  * their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
1381
1381
  * same time zone as required.
1382
1382
  *
1383
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.9
1383
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.9
1384
1384
  */
1385
1385
  readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
1386
1386
  /**
@@ -1388,13 +1388,13 @@ export declare namespace TimeSynchronization {
1388
1388
  * value of 1 or 2, where the optional second list entry may be used to handle scheduled regulatory time
1389
1389
  * zone changes.
1390
1390
  *
1391
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.11
1391
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.11
1392
1392
  */
1393
1393
  readonly timeZoneListMaxSize: FixedAttribute<number, any>;
1394
1394
  /**
1395
1395
  * Indicates the number of supported list entries in DSTOffset attribute. This value must be at least 1.
1396
1396
  *
1397
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.12
1397
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.12
1398
1398
  */
1399
1399
  readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
1400
1400
  };
@@ -1416,20 +1416,20 @@ export declare namespace TimeSynchronization {
1416
1416
  * list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
1417
1417
  * shall be generated if the node was previously applying a DST offset.
1418
1418
  *
1419
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
1419
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.3
1420
1420
  */
1421
1421
  readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1422
1422
  timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1423
1423
  /**
1424
1424
  * The time zone offset from UTC in seconds.
1425
1425
  *
1426
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
1426
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
1427
1427
  */
1428
1428
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1429
1429
  /**
1430
1430
  * The UTC time when the offset shall be applied.
1431
1431
  *
1432
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
1432
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
1433
1433
  */
1434
1434
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1435
1435
  /**
@@ -1438,7 +1438,7 @@ export declare namespace TimeSynchronization {
1438
1438
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
1439
1439
  * supplied time zone Name and the given Offset matches.
1440
1440
  *
1441
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
1441
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
1442
1442
  */
1443
1443
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1444
1444
  }>[]>;
@@ -1448,7 +1448,7 @@ export declare namespace TimeSynchronization {
1448
1448
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
1449
1449
  * DSTOffsetRequired field shall be set to false, otherwise it shall be set to true.
1450
1450
  *
1451
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
1451
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.4.1
1452
1452
  */
1453
1453
  dstOffsetRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
1454
1454
  }>, any>;
@@ -1466,7 +1466,7 @@ export declare namespace TimeSynchronization {
1466
1466
  * If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
1467
1467
  * be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
1468
1468
  *
1469
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
1469
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.5
1470
1470
  */
1471
1471
  readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1472
1472
  dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1475,20 +1475,20 @@ export declare namespace TimeSynchronization {
1475
1475
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
1476
1476
  * assumptions.
1477
1477
  *
1478
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
1478
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
1479
1479
  */
1480
1480
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1481
1481
  /**
1482
1482
  * The UTC time when the offset shall be applied.
1483
1483
  *
1484
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
1484
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
1485
1485
  */
1486
1486
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1487
1487
  /**
1488
1488
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
1489
1489
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
1490
1490
  *
1491
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
1491
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
1492
1492
  */
1493
1493
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1494
1494
  }>[]>;
@@ -1507,20 +1507,20 @@ export declare namespace TimeSynchronization {
1507
1507
  *
1508
1508
  * There is no data for this event.
1509
1509
  *
1510
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.1
1510
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.1
1511
1511
  */
1512
1512
  readonly dstTableEmpty: Event<void, any>;
1513
1513
  /**
1514
1514
  * This event shall be generated when the node starts or stops applying a DST offset.
1515
1515
  *
1516
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
1516
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2
1517
1517
  */
1518
1518
  readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1519
1519
  /**
1520
1520
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
1521
1521
  * to standard time).
1522
1522
  *
1523
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
1523
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2.1
1524
1524
  */
1525
1525
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
1526
1526
  }>, any>;
@@ -1528,20 +1528,20 @@ export declare namespace TimeSynchronization {
1528
1528
  * This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
1529
1529
  * for DST changes that are not accompanied by a time zone change.
1530
1530
  *
1531
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
1531
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3
1532
1532
  */
1533
1533
  readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1534
1534
  /**
1535
1535
  * Current time zone offset from UTC in seconds.
1536
1536
  *
1537
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
1537
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.1
1538
1538
  */
1539
1539
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1540
1540
  /**
1541
1541
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
1542
1542
  * Database.
1543
1543
  *
1544
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
1544
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.2
1545
1545
  */
1546
1546
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1547
1547
  }>, any>;
@@ -1559,7 +1559,7 @@ export declare namespace TimeSynchronization {
1559
1559
  *
1560
1560
  * If the node is not currently running an NTP server, this value shall be False.
1561
1561
  *
1562
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.10
1562
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.10
1563
1563
  */
1564
1564
  readonly ntpServerAvailable: Attribute<boolean, any>;
1565
1565
  };
@@ -1580,26 +1580,26 @@ export declare namespace TimeSynchronization {
1580
1580
  * SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
1581
1581
  * LocalTime attribute.
1582
1582
  *
1583
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
1583
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.1
1584
1584
  */
1585
1585
  readonly timeZone: BitFlag;
1586
1586
  /**
1587
1587
  * Allows a node to use NTP/SNTP for time synchronization.
1588
1588
  *
1589
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
1589
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.2
1590
1590
  */
1591
1591
  readonly ntpClient: BitFlag;
1592
1592
  /**
1593
1593
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
1594
1594
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
1595
1595
  *
1596
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
1596
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.3
1597
1597
  */
1598
1598
  readonly ntpServer: BitFlag;
1599
1599
  /**
1600
1600
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
1601
1601
  *
1602
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
1602
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.4
1603
1603
  */
1604
1604
  readonly timeSyncClient: BitFlag;
1605
1605
  };
@@ -1611,7 +1611,7 @@ export declare namespace TimeSynchronization {
1611
1611
  * If the node has not achieved time synchronization, this attribute shall be null. This attribute may be
1612
1612
  * set when a SetUTCTime is received.
1613
1613
  *
1614
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.1
1614
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.1
1615
1615
  */
1616
1616
  readonly utcTime: Attribute<number | bigint | null, any>;
1617
1617
  /**
@@ -1621,7 +1621,7 @@ export declare namespace TimeSynchronization {
1621
1621
  * This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity
1622
1622
  * if UTCTime is non-null.
1623
1623
  *
1624
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.2
1624
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.2
1625
1625
  */
1626
1626
  readonly granularity: Attribute<Granularity, any>;
1627
1627
  /**
@@ -1635,7 +1635,7 @@ export declare namespace TimeSynchronization {
1635
1635
  *
1636
1636
  * This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
1637
1637
  *
1638
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.3
1638
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.3
1639
1639
  */
1640
1640
  readonly timeSource: OptionalAttribute<TimeSource, any>;
1641
1641
  };
@@ -1659,25 +1659,25 @@ export declare namespace TimeSynchronization {
1659
1659
  * it opts to not update its time, it shall fail the command with a cluster specific Status Code of
1660
1660
  * TimeNotAccepted.
1661
1661
  *
1662
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
1662
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1
1663
1663
  */
1664
1664
  readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1665
1665
  /**
1666
1666
  * This field shall give the Client’s UTC Time.
1667
1667
  *
1668
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.1
1668
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.1
1669
1669
  */
1670
1670
  utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1671
1671
  /**
1672
1672
  * This field shall give the Client’s Granularity, as described in Granularity.
1673
1673
  *
1674
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.2
1674
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.2
1675
1675
  */
1676
1676
  granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
1677
1677
  /**
1678
1678
  * This field shall give the Client’s TimeSource, as described in TimeSource.
1679
1679
  *
1680
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.3
1680
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.3
1681
1681
  */
1682
1682
  timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
1683
1683
  }>, void, any>;
@@ -1688,7 +1688,7 @@ export declare namespace TimeSynchronization {
1688
1688
  * node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
1689
1689
  * hour.
1690
1690
  *
1691
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.4
1691
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.4
1692
1692
  */
1693
1693
  readonly timeFailure: Event<void, any>;
1694
1694
  };
@@ -1708,26 +1708,26 @@ export declare namespace TimeSynchronization {
1708
1708
  * an administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
1709
1709
  * yet been set.
1710
1710
  *
1711
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.4
1711
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.4
1712
1712
  */
1713
1713
  readonly trustedTimeSource: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1714
1714
  /**
1715
1715
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
1716
1716
  * node.
1717
1717
  *
1718
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
1718
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.1
1719
1719
  */
1720
1720
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1721
1721
  /**
1722
1722
  * Node ID of the trusted time source node on the Fabric associated with the entry.
1723
1723
  *
1724
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
1724
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.2
1725
1725
  */
1726
1726
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1727
1727
  /**
1728
1728
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
1729
1729
  *
1730
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
1730
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.3
1731
1731
  */
1732
1732
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1733
1733
  }> | null, any>;
@@ -1743,19 +1743,19 @@ export declare namespace TimeSynchronization {
1743
1743
  * Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
1744
1744
  * the command’s accessing fabric index.
1745
1745
  *
1746
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2
1746
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2
1747
1747
  */
1748
1748
  readonly setTrustedTimeSource: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1749
1749
  /**
1750
1750
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
1751
1751
  *
1752
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
1752
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2.1
1753
1753
  */
1754
1754
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1755
1755
  /**
1756
1756
  * Node ID of the trusted time source node on the Fabric of the issuer.
1757
1757
  *
1758
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
1758
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.1
1759
1759
  */
1760
1760
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1761
1761
  /**
@@ -1763,7 +1763,7 @@ export declare namespace TimeSynchronization {
1763
1763
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
1764
1764
  * checking their Descriptor Cluster.
1765
1765
  *
1766
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
1766
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.2
1767
1767
  */
1768
1768
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1769
1769
  }> | null>;
@@ -1780,7 +1780,7 @@ export declare namespace TimeSynchronization {
1780
1780
  * is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
1781
1781
  * update SHOULD NOT be generated more often than once per hour.
1782
1782
  *
1783
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.5
1783
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.5
1784
1784
  */
1785
1785
  readonly missingTrustedTimeSource: Event<void, any>;
1786
1786
  };
@@ -1801,14 +1801,14 @@ export declare namespace TimeSynchronization {
1801
1801
  * text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
1802
1802
  * and shall NOT contain a port number.
1803
1803
  *
1804
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.5
1804
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.5
1805
1805
  */
1806
1806
  readonly defaultNtp: Attribute<string | null, any>;
1807
1807
  /**
1808
1808
  * Indicates if the node supports resolving a domain name. DefaultNTP Address values for these nodes may
1809
1809
  * include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
1810
1810
  *
1811
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.13
1811
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.13
1812
1812
  */
1813
1813
  readonly supportsDnsResolve: FixedAttribute<boolean, any>;
1814
1814
  };
@@ -1822,14 +1822,14 @@ export declare namespace TimeSynchronization {
1822
1822
  * command shall fail with a status code of INVALID_COMMAND. Otherwise, the node shall set the DefaultNTP
1823
1823
  * attribute to match the DefaultNTP provided in this command.
1824
1824
  *
1825
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6
1825
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6
1826
1826
  */
1827
1827
  readonly setDefaultNtp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1828
1828
  /**
1829
1829
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
1830
1830
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
1831
1831
  *
1832
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
1832
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6.1
1833
1833
  */
1834
1834
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
1835
1835
  }>, void, any>;
@@ -1872,19 +1872,19 @@ export declare namespace TimeSynchronization {
1872
1872
  * zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
1873
1873
  * (UTC) and a ValidAt time of 0.
1874
1874
  *
1875
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.6
1875
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.6
1876
1876
  */
1877
1877
  readonly timeZone: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1878
1878
  /**
1879
1879
  * The time zone offset from UTC in seconds.
1880
1880
  *
1881
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
1881
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
1882
1882
  */
1883
1883
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1884
1884
  /**
1885
1885
  * The UTC time when the offset shall be applied.
1886
1886
  *
1887
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
1887
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
1888
1888
  */
1889
1889
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1890
1890
  /**
@@ -1893,7 +1893,7 @@ export declare namespace TimeSynchronization {
1893
1893
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
1894
1894
  * supplied time zone Name and the given Offset matches.
1895
1895
  *
1896
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
1896
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
1897
1897
  */
1898
1898
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1899
1899
  }>[], any>;
@@ -1915,7 +1915,7 @@ export declare namespace TimeSynchronization {
1915
1915
  * If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
1916
1916
  * ValidUntil field.
1917
1917
  *
1918
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.7
1918
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.7
1919
1919
  */
1920
1920
  readonly dstOffset: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1921
1921
  /**
@@ -1923,20 +1923,20 @@ export declare namespace TimeSynchronization {
1923
1923
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
1924
1924
  * assumptions.
1925
1925
  *
1926
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
1926
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
1927
1927
  */
1928
1928
  offset: import("../tlv/TlvObject.js").FieldType<number>;
1929
1929
  /**
1930
1930
  * The UTC time when the offset shall be applied.
1931
1931
  *
1932
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
1932
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
1933
1933
  */
1934
1934
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1935
1935
  /**
1936
1936
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
1937
1937
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
1938
1938
  *
1939
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
1939
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
1940
1940
  */
1941
1941
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1942
1942
  }>[], any>;
@@ -1949,7 +1949,7 @@ export declare namespace TimeSynchronization {
1949
1949
  * If the node has not achieved time synchronization, this shall be null. If the node has an empty
1950
1950
  * DSTOffset, this shall be null.
1951
1951
  *
1952
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.8
1952
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.8
1953
1953
  */
1954
1954
  readonly localTime: Attribute<number | bigint | null, any>;
1955
1955
  /**
@@ -1957,7 +1957,7 @@ export declare namespace TimeSynchronization {
1957
1957
  * their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
1958
1958
  * same time zone as required.
1959
1959
  *
1960
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.9
1960
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.9
1961
1961
  */
1962
1962
  readonly timeZoneDatabase: FixedAttribute<TimeZoneDatabase, any>;
1963
1963
  /**
@@ -1965,13 +1965,13 @@ export declare namespace TimeSynchronization {
1965
1965
  * value of 1 or 2, where the optional second list entry may be used to handle scheduled regulatory time
1966
1966
  * zone changes.
1967
1967
  *
1968
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.11
1968
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.11
1969
1969
  */
1970
1970
  readonly timeZoneListMaxSize: FixedAttribute<number, any>;
1971
1971
  /**
1972
1972
  * Indicates the number of supported list entries in DSTOffset attribute. This value must be at least 1.
1973
1973
  *
1974
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.12
1974
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.12
1975
1975
  */
1976
1976
  readonly dstOffsetListMaxSize: FixedAttribute<number, any>;
1977
1977
  };
@@ -1993,20 +1993,20 @@ export declare namespace TimeSynchronization {
1993
1993
  * list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
1994
1994
  * shall be generated if the node was previously applying a DST offset.
1995
1995
  *
1996
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.3
1996
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.3
1997
1997
  */
1998
1998
  readonly setTimeZone: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1999
1999
  timeZone: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2000
2000
  /**
2001
2001
  * The time zone offset from UTC in seconds.
2002
2002
  *
2003
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
2003
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
2004
2004
  */
2005
2005
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2006
2006
  /**
2007
2007
  * The UTC time when the offset shall be applied.
2008
2008
  *
2009
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
2009
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
2010
2010
  */
2011
2011
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2012
2012
  /**
@@ -2015,7 +2015,7 @@ export declare namespace TimeSynchronization {
2015
2015
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
2016
2016
  * supplied time zone Name and the given Offset matches.
2017
2017
  *
2018
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
2018
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
2019
2019
  */
2020
2020
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2021
2021
  }>[]>;
@@ -2025,7 +2025,7 @@ export declare namespace TimeSynchronization {
2025
2025
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
2026
2026
  * DSTOffsetRequired field shall be set to false, otherwise it shall be set to true.
2027
2027
  *
2028
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
2028
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.4.1
2029
2029
  */
2030
2030
  dstOffsetRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
2031
2031
  }>, any>;
@@ -2043,7 +2043,7 @@ export declare namespace TimeSynchronization {
2043
2043
  * If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
2044
2044
  * be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
2045
2045
  *
2046
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.5
2046
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.5
2047
2047
  */
2048
2048
  readonly setDstOffset: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2049
2049
  dstOffset: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2052,20 +2052,20 @@ export declare namespace TimeSynchronization {
2052
2052
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
2053
2053
  * assumptions.
2054
2054
  *
2055
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
2055
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
2056
2056
  */
2057
2057
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2058
2058
  /**
2059
2059
  * The UTC time when the offset shall be applied.
2060
2060
  *
2061
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
2061
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
2062
2062
  */
2063
2063
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2064
2064
  /**
2065
2065
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
2066
2066
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
2067
2067
  *
2068
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
2068
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
2069
2069
  */
2070
2070
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2071
2071
  }>[]>;
@@ -2084,20 +2084,20 @@ export declare namespace TimeSynchronization {
2084
2084
  *
2085
2085
  * There is no data for this event.
2086
2086
  *
2087
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.1
2087
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.1
2088
2088
  */
2089
2089
  readonly dstTableEmpty: Event<void, any>;
2090
2090
  /**
2091
2091
  * This event shall be generated when the node starts or stops applying a DST offset.
2092
2092
  *
2093
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2
2093
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2
2094
2094
  */
2095
2095
  readonly dstStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2096
2096
  /**
2097
2097
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
2098
2098
  * to standard time).
2099
2099
  *
2100
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
2100
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2.1
2101
2101
  */
2102
2102
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
2103
2103
  }>, any>;
@@ -2105,20 +2105,20 @@ export declare namespace TimeSynchronization {
2105
2105
  * This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
2106
2106
  * for DST changes that are not accompanied by a time zone change.
2107
2107
  *
2108
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3
2108
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3
2109
2109
  */
2110
2110
  readonly timeZoneStatus: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2111
2111
  /**
2112
2112
  * Current time zone offset from UTC in seconds.
2113
2113
  *
2114
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
2114
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.1
2115
2115
  */
2116
2116
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2117
2117
  /**
2118
2118
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
2119
2119
  * Database.
2120
2120
  *
2121
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
2121
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.2
2122
2122
  */
2123
2123
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2124
2124
  }>, any>;
@@ -2136,7 +2136,7 @@ export declare namespace TimeSynchronization {
2136
2136
  *
2137
2137
  * If the node is not currently running an NTP server, this value shall be False.
2138
2138
  *
2139
- * @see {@link MatterSpecification.v141.Core} § 11.17.8.10
2139
+ * @see {@link MatterSpecification.v142.Core} § 11.17.8.10
2140
2140
  */
2141
2141
  readonly ntpServerAvailable: Attribute<boolean, any>;
2142
2142
  };
@@ -2157,7 +2157,7 @@ export declare namespace TimeSynchronization {
2157
2157
  * TimeSynchronizationCluster supports optional features that you can enable with the
2158
2158
  * TimeSynchronizationCluster.with() factory method.
2159
2159
  *
2160
- * @see {@link MatterSpecification.v141.Core} § 11.17
2160
+ * @see {@link MatterSpecification.v142.Core} § 11.17
2161
2161
  */
2162
2162
  interface Cluster extends Identity<typeof ClusterInstance> {
2163
2163
  }
@@ -2176,26 +2176,26 @@ export declare namespace TimeSynchronization {
2176
2176
  * SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
2177
2177
  * LocalTime attribute.
2178
2178
  *
2179
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
2179
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.1
2180
2180
  */
2181
2181
  readonly timeZone: BitFlag;
2182
2182
  /**
2183
2183
  * Allows a node to use NTP/SNTP for time synchronization.
2184
2184
  *
2185
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
2185
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.2
2186
2186
  */
2187
2187
  readonly ntpClient: BitFlag;
2188
2188
  /**
2189
2189
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
2190
2190
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
2191
2191
  *
2192
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
2192
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.3
2193
2193
  */
2194
2194
  readonly ntpServer: BitFlag;
2195
2195
  /**
2196
2196
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
2197
2197
  *
2198
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
2198
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.4
2199
2199
  */
2200
2200
  readonly timeSyncClient: BitFlag;
2201
2201
  };
@@ -2205,19 +2205,19 @@ export declare namespace TimeSynchronization {
2205
2205
  * The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
2206
2206
  * node.
2207
2207
  *
2208
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.1
2208
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.1
2209
2209
  */
2210
2210
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
2211
2211
  /**
2212
2212
  * Node ID of the trusted time source node on the Fabric associated with the entry.
2213
2213
  *
2214
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.2
2214
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.2
2215
2215
  */
2216
2216
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
2217
2217
  /**
2218
2218
  * Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
2219
2219
  *
2220
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.4.3
2220
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.4.3
2221
2221
  */
2222
2222
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2223
2223
  }> | null, any> & {
@@ -2240,13 +2240,13 @@ export declare namespace TimeSynchronization {
2240
2240
  /**
2241
2241
  * The time zone offset from UTC in seconds.
2242
2242
  *
2243
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
2243
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
2244
2244
  */
2245
2245
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2246
2246
  /**
2247
2247
  * The UTC time when the offset shall be applied.
2248
2248
  *
2249
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
2249
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
2250
2250
  */
2251
2251
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2252
2252
  /**
@@ -2255,7 +2255,7 @@ export declare namespace TimeSynchronization {
2255
2255
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
2256
2256
  * supplied time zone Name and the given Offset matches.
2257
2257
  *
2258
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
2258
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
2259
2259
  */
2260
2260
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2261
2261
  }>[], any> & {
@@ -2272,20 +2272,20 @@ export declare namespace TimeSynchronization {
2272
2272
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
2273
2273
  * assumptions.
2274
2274
  *
2275
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
2275
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
2276
2276
  */
2277
2277
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2278
2278
  /**
2279
2279
  * The UTC time when the offset shall be applied.
2280
2280
  *
2281
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
2281
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
2282
2282
  */
2283
2283
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2284
2284
  /**
2285
2285
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
2286
2286
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
2287
2287
  *
2288
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
2288
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
2289
2289
  */
2290
2290
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2291
2291
  }>[], any> & {
@@ -2355,26 +2355,26 @@ export declare namespace TimeSynchronization {
2355
2355
  * SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
2356
2356
  * LocalTime attribute.
2357
2357
  *
2358
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.1
2358
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.1
2359
2359
  */
2360
2360
  readonly timeZone: BitFlag;
2361
2361
  /**
2362
2362
  * Allows a node to use NTP/SNTP for time synchronization.
2363
2363
  *
2364
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.2
2364
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.2
2365
2365
  */
2366
2366
  readonly ntpClient: BitFlag;
2367
2367
  /**
2368
2368
  * Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
2369
2369
  * synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
2370
2370
  *
2371
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.3
2371
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.3
2372
2372
  */
2373
2373
  readonly ntpServer: BitFlag;
2374
2374
  /**
2375
2375
  * This node also supports a time synchronization client and can connect to and read time from other nodes.
2376
2376
  *
2377
- * @see {@link MatterSpecification.v141.Core} § 11.17.5.4
2377
+ * @see {@link MatterSpecification.v142.Core} § 11.17.5.4
2378
2378
  */
2379
2379
  readonly timeSyncClient: BitFlag;
2380
2380
  }>, never>;
@@ -2387,13 +2387,13 @@ export declare namespace TimeSynchronization {
2387
2387
  /**
2388
2388
  * This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
2389
2389
  *
2390
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.2.1
2390
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.2.1
2391
2391
  */
2392
2392
  trustedTimeSource: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2393
2393
  /**
2394
2394
  * Node ID of the trusted time source node on the Fabric of the issuer.
2395
2395
  *
2396
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.1
2396
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.1
2397
2397
  */
2398
2398
  nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
2399
2399
  /**
@@ -2401,7 +2401,7 @@ export declare namespace TimeSynchronization {
2401
2401
  * provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
2402
2402
  * checking their Descriptor Cluster.
2403
2403
  *
2404
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.5.2
2404
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.5.2
2405
2405
  */
2406
2406
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2407
2407
  }> | null>;
@@ -2419,13 +2419,13 @@ export declare namespace TimeSynchronization {
2419
2419
  /**
2420
2420
  * The time zone offset from UTC in seconds.
2421
2421
  *
2422
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.1
2422
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.1
2423
2423
  */
2424
2424
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2425
2425
  /**
2426
2426
  * The UTC time when the offset shall be applied.
2427
2427
  *
2428
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.2
2428
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.2
2429
2429
  */
2430
2430
  validAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2431
2431
  /**
@@ -2434,7 +2434,7 @@ export declare namespace TimeSynchronization {
2434
2434
  * TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
2435
2435
  * supplied time zone Name and the given Offset matches.
2436
2436
  *
2437
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.6.3
2437
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.6.3
2438
2438
  */
2439
2439
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2440
2440
  }>[]>;
@@ -2444,7 +2444,7 @@ export declare namespace TimeSynchronization {
2444
2444
  * this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
2445
2445
  * DSTOffsetRequired field shall be set to false, otherwise it shall be set to true.
2446
2446
  *
2447
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.4.1
2447
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.4.1
2448
2448
  */
2449
2449
  dstOffsetRequired: import("../tlv/TlvObject.js").FieldType<boolean>;
2450
2450
  }>, any> & {
@@ -2462,20 +2462,20 @@ export declare namespace TimeSynchronization {
2462
2462
  * accept any values in the int32 range to accommodate potential future legislation that does not fit with these
2463
2463
  * assumptions.
2464
2464
  *
2465
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.1
2465
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.1
2466
2466
  */
2467
2467
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2468
2468
  /**
2469
2469
  * The UTC time when the offset shall be applied.
2470
2470
  *
2471
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.2
2471
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.2
2472
2472
  */
2473
2473
  validStarting: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2474
2474
  /**
2475
2475
  * The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
2476
2476
  * change. If this value is non-null the value shall be larger than the ValidStarting time.
2477
2477
  *
2478
- * @see {@link MatterSpecification.v141.Core} § 11.17.6.7.3
2478
+ * @see {@link MatterSpecification.v142.Core} § 11.17.6.7.3
2479
2479
  */
2480
2480
  validUntil: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2481
2481
  }>[]>;
@@ -2492,7 +2492,7 @@ export declare namespace TimeSynchronization {
2492
2492
  * This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
2493
2493
  * format of this field shall follow the requirements in the DefaultNTP attribute description.
2494
2494
  *
2495
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.6.1
2495
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.6.1
2496
2496
  */
2497
2497
  defaultNtp: import("../tlv/TlvObject.js").FieldType<string | null>;
2498
2498
  }>, void, any> & {
@@ -2522,25 +2522,25 @@ export declare namespace TimeSynchronization {
2522
2522
  * it opts to not update its time, it shall fail the command with a cluster specific Status Code of
2523
2523
  * TimeNotAccepted.
2524
2524
  *
2525
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1
2525
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1
2526
2526
  */
2527
2527
  readonly setUtcTime: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2528
2528
  /**
2529
2529
  * This field shall give the Client’s UTC Time.
2530
2530
  *
2531
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.1
2531
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.1
2532
2532
  */
2533
2533
  utcTime: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2534
2534
  /**
2535
2535
  * This field shall give the Client’s Granularity, as described in Granularity.
2536
2536
  *
2537
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.2
2537
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.2
2538
2538
  */
2539
2539
  granularity: import("../tlv/TlvObject.js").FieldType<Granularity>;
2540
2540
  /**
2541
2541
  * This field shall give the Client’s TimeSource, as described in TimeSource.
2542
2542
  *
2543
- * @see {@link MatterSpecification.v141.Core} § 11.17.9.1.3
2543
+ * @see {@link MatterSpecification.v142.Core} § 11.17.9.1.3
2544
2544
  */
2545
2545
  timeSource: import("../tlv/TlvObject.js").OptionalFieldType<TimeSource>;
2546
2546
  }>, void, any>;
@@ -2559,7 +2559,7 @@ export declare namespace TimeSynchronization {
2559
2559
  * Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
2560
2560
  * to standard time).
2561
2561
  *
2562
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.2.1
2562
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.2.1
2563
2563
  */
2564
2564
  dstOffsetActive: import("../tlv/TlvObject.js").FieldType<boolean>;
2565
2565
  }>, any> & {
@@ -2574,14 +2574,14 @@ export declare namespace TimeSynchronization {
2574
2574
  /**
2575
2575
  * Current time zone offset from UTC in seconds.
2576
2576
  *
2577
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.1
2577
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.1
2578
2578
  */
2579
2579
  offset: import("../tlv/TlvObject.js").FieldType<number>;
2580
2580
  /**
2581
2581
  * Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
2582
2582
  * Database.
2583
2583
  *
2584
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.3.2
2584
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.3.2
2585
2585
  */
2586
2586
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2587
2587
  }>, any> & {
@@ -2605,7 +2605,7 @@ export declare namespace TimeSynchronization {
2605
2605
  * node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
2606
2606
  * hour.
2607
2607
  *
2608
- * @see {@link MatterSpecification.v141.Core} § 11.17.10.4
2608
+ * @see {@link MatterSpecification.v142.Core} § 11.17.10.4
2609
2609
  */
2610
2610
  readonly timeFailure: Event<void, any>;
2611
2611
  };