@matter/node 0.17.4 → 0.17.5-alpha.0-20260702-a2cd6f764

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 (745) hide show
  1. package/dist/cjs/behavior/context/ActionContext.d.ts +1 -1
  2. package/dist/cjs/behavior/state/validation/FabricIndexSentinel.d.ts +3 -2
  3. package/dist/cjs/behavior/state/validation/FabricIndexSentinel.d.ts.map +1 -1
  4. package/dist/cjs/behavior/state/validation/FabricIndexSentinel.js.map +1 -1
  5. package/dist/cjs/behavior/supervision/ValueSupervisor.d.ts +3 -2
  6. package/dist/cjs/behavior/supervision/ValueSupervisor.d.ts.map +1 -1
  7. package/dist/cjs/behavior/system/network/ServerGroupNetworking.d.ts.map +1 -1
  8. package/dist/cjs/behavior/system/network/ServerGroupNetworking.js +13 -9
  9. package/dist/cjs/behavior/system/network/ServerGroupNetworking.js.map +1 -1
  10. package/dist/cjs/behavior/system/software-update/SoftwareUpdateManager.js +1 -1
  11. package/dist/cjs/behavior/system/software-update/SoftwareUpdateManager.js.map +1 -1
  12. package/dist/cjs/behaviors/access-control/AccessControlServer.d.ts +40 -2
  13. package/dist/cjs/behaviors/access-control/AccessControlServer.d.ts.map +1 -1
  14. package/dist/cjs/behaviors/access-control/AccessControlServer.js +102 -5
  15. package/dist/cjs/behaviors/access-control/AccessControlServer.js.map +1 -1
  16. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.d.ts +29 -0
  17. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.d.ts.map +1 -0
  18. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.js +34 -0
  19. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.js.map +6 -0
  20. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingClient.d.ts +17 -0
  21. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingClient.d.ts.map +1 -0
  22. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingClient.js +34 -0
  23. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingClient.js.map +6 -0
  24. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingServer.d.ts +17 -0
  25. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingServer.d.ts.map +1 -0
  26. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingServer.js +32 -0
  27. package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingServer.js.map +6 -0
  28. package/dist/cjs/behaviors/ambient-context-sensing/index.d.ts +10 -0
  29. package/dist/cjs/behaviors/ambient-context-sensing/index.d.ts.map +1 -0
  30. package/dist/cjs/behaviors/ambient-context-sensing/index.js +26 -0
  31. package/dist/cjs/behaviors/ambient-context-sensing/index.js.map +6 -0
  32. package/dist/cjs/behaviors/basic-information/BasicInformationServer.d.ts +24 -0
  33. package/dist/cjs/behaviors/basic-information/BasicInformationServer.d.ts.map +1 -1
  34. package/dist/cjs/behaviors/basic-information/BasicInformationServer.js +44 -0
  35. package/dist/cjs/behaviors/basic-information/BasicInformationServer.js.map +1 -1
  36. package/dist/cjs/behaviors/boolean-state/BooleanStateBehavior.d.ts +3 -0
  37. package/dist/cjs/behaviors/boolean-state/BooleanStateBehavior.d.ts.map +1 -1
  38. package/dist/cjs/behaviors/boolean-state/BooleanStateBehavior.js.map +1 -1
  39. package/dist/cjs/behaviors/boolean-state/BooleanStateServer.d.ts +7 -3
  40. package/dist/cjs/behaviors/boolean-state/BooleanStateServer.d.ts.map +1 -1
  41. package/dist/cjs/behaviors/boolean-state/BooleanStateServer.js +6 -2
  42. package/dist/cjs/behaviors/boolean-state/BooleanStateServer.js.map +1 -1
  43. package/dist/cjs/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.d.ts +23 -0
  44. package/dist/cjs/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.d.ts.map +1 -1
  45. package/dist/cjs/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.js +36 -0
  46. package/dist/cjs/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.js.map +1 -1
  47. package/dist/cjs/behaviors/general-commissioning/ServerNodeFailsafeContext.d.ts +1 -1
  48. package/dist/cjs/behaviors/general-commissioning/ServerNodeFailsafeContext.js +1 -1
  49. package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.d.ts +15 -1
  50. package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.d.ts.map +1 -1
  51. package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.js +52 -1
  52. package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.js.map +1 -1
  53. package/dist/cjs/behaviors/group-key-management/GroupKeyManagementBehavior.d.ts +3 -0
  54. package/dist/cjs/behaviors/group-key-management/GroupKeyManagementBehavior.d.ts.map +1 -1
  55. package/dist/cjs/behaviors/group-key-management/GroupKeyManagementBehavior.js.map +1 -1
  56. package/dist/cjs/behaviors/group-key-management/GroupKeyManagementServer.d.ts +22 -3
  57. package/dist/cjs/behaviors/group-key-management/GroupKeyManagementServer.d.ts.map +1 -1
  58. package/dist/cjs/behaviors/group-key-management/GroupKeyManagementServer.js +80 -7
  59. package/dist/cjs/behaviors/group-key-management/GroupKeyManagementServer.js.map +1 -1
  60. package/dist/cjs/behaviors/groupcast/GroupcastBehavior.d.ts +28 -0
  61. package/dist/cjs/behaviors/groupcast/GroupcastBehavior.d.ts.map +1 -0
  62. package/dist/cjs/behaviors/groupcast/GroupcastBehavior.js +34 -0
  63. package/dist/cjs/behaviors/groupcast/GroupcastBehavior.js.map +6 -0
  64. package/dist/cjs/behaviors/groupcast/GroupcastClient.d.ts +17 -0
  65. package/dist/cjs/behaviors/groupcast/GroupcastClient.d.ts.map +1 -0
  66. package/dist/cjs/behaviors/groupcast/GroupcastClient.js +34 -0
  67. package/dist/cjs/behaviors/groupcast/GroupcastClient.js.map +6 -0
  68. package/dist/cjs/behaviors/groupcast/GroupcastInterface.d.ts +34 -0
  69. package/dist/cjs/behaviors/groupcast/GroupcastInterface.d.ts.map +1 -0
  70. package/dist/cjs/behaviors/groupcast/GroupcastInterface.js +22 -0
  71. package/dist/cjs/behaviors/groupcast/GroupcastInterface.js.map +6 -0
  72. package/dist/cjs/behaviors/groupcast/GroupcastServer.d.ts +58 -0
  73. package/dist/cjs/behaviors/groupcast/GroupcastServer.d.ts.map +1 -0
  74. package/dist/cjs/behaviors/groupcast/GroupcastServer.js +510 -0
  75. package/dist/cjs/behaviors/groupcast/GroupcastServer.js.map +6 -0
  76. package/dist/cjs/behaviors/groupcast/index.d.ts +10 -0
  77. package/dist/cjs/behaviors/groupcast/index.d.ts.map +1 -0
  78. package/dist/cjs/behaviors/groupcast/index.js +26 -0
  79. package/dist/cjs/behaviors/groupcast/index.js.map +6 -0
  80. package/dist/cjs/behaviors/groups/GroupsServer.d.ts.map +1 -1
  81. package/dist/cjs/behaviors/groups/GroupsServer.js +22 -0
  82. package/dist/cjs/behaviors/groups/GroupsServer.js.map +1 -1
  83. package/dist/cjs/behaviors/index.d.ts +3 -0
  84. package/dist/cjs/behaviors/index.d.ts.map +1 -1
  85. package/dist/cjs/behaviors/index.js +3 -0
  86. package/dist/cjs/behaviors/index.js.map +1 -1
  87. package/dist/cjs/behaviors/level-control/LevelControlServer.d.ts +1 -1
  88. package/dist/cjs/behaviors/level-control/LevelControlServer.js +1 -1
  89. package/dist/cjs/behaviors/occupancy-sensing/OccupancySensingServer.d.ts +2 -0
  90. package/dist/cjs/behaviors/occupancy-sensing/OccupancySensingServer.d.ts.map +1 -1
  91. package/dist/cjs/behaviors/occupancy-sensing/OccupancySensingServer.js +10 -0
  92. package/dist/cjs/behaviors/occupancy-sensing/OccupancySensingServer.js.map +1 -1
  93. package/dist/cjs/behaviors/operational-credentials/VendorIdVerification.d.ts +2 -2
  94. package/dist/cjs/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.js +1 -1
  95. package/dist/cjs/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.js.map +1 -1
  96. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmBehavior.d.ts +29 -0
  97. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmBehavior.d.ts.map +1 -0
  98. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmBehavior.js +34 -0
  99. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmBehavior.js.map +6 -0
  100. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmClient.d.ts +17 -0
  101. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmClient.d.ts.map +1 -0
  102. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmClient.js +34 -0
  103. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmClient.js.map +6 -0
  104. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmServer.d.ts +16 -0
  105. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmServer.d.ts.map +1 -0
  106. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmServer.js +32 -0
  107. package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmServer.js.map +6 -0
  108. package/dist/cjs/behaviors/temperature-alarm/index.d.ts +10 -0
  109. package/dist/cjs/behaviors/temperature-alarm/index.d.ts.map +1 -0
  110. package/dist/cjs/behaviors/temperature-alarm/index.js +26 -0
  111. package/dist/cjs/behaviors/temperature-alarm/index.js.map +6 -0
  112. package/dist/cjs/behaviors/thermostat/ThermostatServer.d.ts +2 -0
  113. package/dist/cjs/behaviors/thermostat/ThermostatServer.d.ts.map +1 -1
  114. package/dist/cjs/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.d.ts +63 -1
  115. package/dist/cjs/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.d.ts.map +1 -1
  116. package/dist/cjs/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.js +134 -0
  117. package/dist/cjs/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.js.map +2 -2
  118. package/dist/cjs/devices/air-purifier.d.ts +1 -1
  119. package/dist/cjs/devices/air-quality-sensor.d.ts +1 -1
  120. package/dist/cjs/devices/audio-doorbell.d.ts +1 -1
  121. package/dist/cjs/devices/basic-video-player.d.ts +1 -1
  122. package/dist/cjs/devices/battery-storage.d.ts +1 -1
  123. package/dist/cjs/devices/camera-controller.d.ts +1 -1
  124. package/dist/cjs/devices/camera.d.ts +1 -1
  125. package/dist/cjs/devices/casting-video-client.d.ts +1 -1
  126. package/dist/cjs/devices/casting-video-player.d.ts +1 -1
  127. package/dist/cjs/devices/chime.d.ts +1 -1
  128. package/dist/cjs/devices/closure-controller.d.ts +1 -8
  129. package/dist/cjs/devices/closure-controller.d.ts.map +1 -1
  130. package/dist/cjs/devices/closure-controller.js +1 -3
  131. package/dist/cjs/devices/closure-controller.js.map +2 -2
  132. package/dist/cjs/devices/closure-panel.d.ts +1 -1
  133. package/dist/cjs/devices/closure.d.ts +1 -1
  134. package/dist/cjs/devices/color-dimmer-switch.d.ts +1 -1
  135. package/dist/cjs/devices/color-temperature-light.d.ts +1 -1
  136. package/dist/cjs/devices/contact-sensor.d.ts +1 -1
  137. package/dist/cjs/devices/content-app.d.ts +1 -1
  138. package/dist/cjs/devices/control-bridge.d.ts +1 -1
  139. package/dist/cjs/devices/cook-surface.d.ts +1 -1
  140. package/dist/cjs/devices/cooktop.d.ts +1 -1
  141. package/dist/cjs/devices/dimmable-light.d.ts +1 -1
  142. package/dist/cjs/devices/dimmable-plug-in-unit.d.ts +1 -1
  143. package/dist/cjs/devices/dimmer-switch.d.ts +1 -1
  144. package/dist/cjs/devices/dishwasher.d.ts +1 -1
  145. package/dist/cjs/devices/door-lock-controller.d.ts +1 -1
  146. package/dist/cjs/devices/door-lock.d.ts +1 -1
  147. package/dist/cjs/devices/doorbell.d.ts +1 -1
  148. package/dist/cjs/devices/electrical-energy-tariff.d.ts +1 -1
  149. package/dist/cjs/devices/electrical-meter.d.ts +1 -1
  150. package/dist/cjs/devices/electrical-utility-meter.d.ts +1 -1
  151. package/dist/cjs/devices/energy-evse.d.ts +1 -1
  152. package/dist/cjs/devices/extended-color-light.d.ts +1 -1
  153. package/dist/cjs/devices/extractor-hood.d.ts +1 -1
  154. package/dist/cjs/devices/fan.d.ts +1 -1
  155. package/dist/cjs/devices/floodlight-camera.d.ts +1 -1
  156. package/dist/cjs/devices/flow-sensor.d.ts +1 -1
  157. package/dist/cjs/devices/generic-switch.d.ts +1 -1
  158. package/dist/cjs/devices/heat-pump.d.ts +1 -1
  159. package/dist/cjs/devices/humidity-sensor.d.ts +1 -1
  160. package/dist/cjs/devices/intercom.d.ts +1 -1
  161. package/dist/cjs/devices/irrigation-system.d.ts +1 -1
  162. package/dist/cjs/devices/laundry-dryer.d.ts +1 -1
  163. package/dist/cjs/devices/laundry-washer.d.ts +1 -1
  164. package/dist/cjs/devices/light-sensor.d.ts +1 -1
  165. package/dist/cjs/devices/meter-reference-point.d.ts +1 -1
  166. package/dist/cjs/devices/microwave-oven.d.ts +1 -1
  167. package/dist/cjs/devices/mode-select.d.ts +1 -1
  168. package/dist/cjs/devices/mounted-dimmable-load-control.d.ts +1 -1
  169. package/dist/cjs/devices/mounted-on-off-control.d.ts +1 -1
  170. package/dist/cjs/devices/network-infrastructure-manager.d.ts +2 -2
  171. package/dist/cjs/devices/occupancy-sensor.d.ts +1 -1
  172. package/dist/cjs/devices/on-off-light-switch.d.ts +1 -1
  173. package/dist/cjs/devices/on-off-light.d.ts +1 -1
  174. package/dist/cjs/devices/on-off-plug-in-unit.d.ts +1 -1
  175. package/dist/cjs/devices/on-off-sensor.d.ts +1 -1
  176. package/dist/cjs/devices/oven.d.ts +1 -1
  177. package/dist/cjs/devices/pressure-sensor.d.ts +1 -1
  178. package/dist/cjs/devices/pump-controller.d.ts +1 -1
  179. package/dist/cjs/devices/pump.d.ts +1 -1
  180. package/dist/cjs/devices/rain-sensor.d.ts +14 -6
  181. package/dist/cjs/devices/rain-sensor.d.ts.map +1 -1
  182. package/dist/cjs/devices/rain-sensor.js +1 -1
  183. package/dist/cjs/devices/refrigerator.d.ts +11 -2
  184. package/dist/cjs/devices/refrigerator.d.ts.map +1 -1
  185. package/dist/cjs/devices/refrigerator.js +5 -2
  186. package/dist/cjs/devices/refrigerator.js.map +2 -2
  187. package/dist/cjs/devices/robotic-vacuum-cleaner.d.ts +1 -1
  188. package/dist/cjs/devices/room-air-conditioner.d.ts +1 -1
  189. package/dist/cjs/devices/smoke-co-alarm.d.ts +1 -1
  190. package/dist/cjs/devices/snapshot-camera.d.ts +1 -1
  191. package/dist/cjs/devices/soil-sensor.d.ts +1 -1
  192. package/dist/cjs/devices/solar-power.d.ts +1 -1
  193. package/dist/cjs/devices/speaker.d.ts +1 -1
  194. package/dist/cjs/devices/temperature-controlled-cabinet.d.ts +10 -2
  195. package/dist/cjs/devices/temperature-controlled-cabinet.d.ts.map +1 -1
  196. package/dist/cjs/devices/temperature-controlled-cabinet.js +5 -2
  197. package/dist/cjs/devices/temperature-controlled-cabinet.js.map +2 -2
  198. package/dist/cjs/devices/temperature-sensor.d.ts +1 -1
  199. package/dist/cjs/devices/thermostat-controller.d.ts +1 -1
  200. package/dist/cjs/devices/thermostat.d.ts +9 -2
  201. package/dist/cjs/devices/thermostat.d.ts.map +1 -1
  202. package/dist/cjs/devices/thermostat.js +5 -2
  203. package/dist/cjs/devices/thermostat.js.map +2 -2
  204. package/dist/cjs/devices/thread-border-router.d.ts +1 -1
  205. package/dist/cjs/devices/video-doorbell.d.ts +1 -1
  206. package/dist/cjs/devices/video-remote-control.d.ts +1 -1
  207. package/dist/cjs/devices/water-freeze-detector.d.ts +14 -6
  208. package/dist/cjs/devices/water-freeze-detector.d.ts.map +1 -1
  209. package/dist/cjs/devices/water-freeze-detector.js +1 -1
  210. package/dist/cjs/devices/water-heater.d.ts +5 -1
  211. package/dist/cjs/devices/water-heater.d.ts.map +1 -1
  212. package/dist/cjs/devices/water-leak-detector.d.ts +14 -6
  213. package/dist/cjs/devices/water-leak-detector.d.ts.map +1 -1
  214. package/dist/cjs/devices/water-leak-detector.js +1 -1
  215. package/dist/cjs/devices/water-valve.d.ts +1 -1
  216. package/dist/cjs/devices/window-covering-controller.d.ts +1 -1
  217. package/dist/cjs/devices/window-covering.d.ts +1 -1
  218. package/dist/cjs/endpoint/properties/EndpointLifecycle.d.ts +5 -0
  219. package/dist/cjs/endpoint/properties/EndpointLifecycle.d.ts.map +1 -1
  220. package/dist/cjs/endpoint/properties/EndpointLifecycle.js +8 -0
  221. package/dist/cjs/endpoint/properties/EndpointLifecycle.js.map +1 -1
  222. package/dist/cjs/endpoints/aggregator.d.ts +1 -1
  223. package/dist/cjs/endpoints/bridged-node.d.ts +1 -1
  224. package/dist/cjs/endpoints/device-energy-management.d.ts +1 -1
  225. package/dist/cjs/endpoints/electrical-sensor.d.ts +1 -1
  226. package/dist/cjs/endpoints/joint-fabric-administrator.d.ts +1 -1
  227. package/dist/cjs/endpoints/ota-provider.d.ts +1 -1
  228. package/dist/cjs/endpoints/ota-requestor.d.ts +1 -1
  229. package/dist/cjs/endpoints/power-source.d.ts +1 -1
  230. package/dist/cjs/endpoints/root.d.ts +1 -1
  231. package/dist/cjs/endpoints/secondary-network-interface.d.ts +1 -1
  232. package/dist/cjs/node/ServerNode.d.ts +1 -1
  233. package/dist/cjs/node/ServerNode.js +1 -1
  234. package/dist/cjs/node/client/Peers.d.ts.map +1 -1
  235. package/dist/cjs/node/client/Peers.js +12 -0
  236. package/dist/cjs/node/client/Peers.js.map +1 -1
  237. package/dist/cjs/node/integration/ProtocolService.js +1 -1
  238. package/dist/cjs/node/paths/AttributePath.d.ts +3 -3
  239. package/dist/cjs/node/paths/BasePath.d.ts +4 -4
  240. package/dist/cjs/node/paths/CommandPath.d.ts +1 -1
  241. package/dist/cjs/node/paths/EventPath.d.ts +1 -1
  242. package/dist/cjs/node/server/InteractionServer.d.ts +7 -0
  243. package/dist/cjs/node/server/InteractionServer.d.ts.map +1 -1
  244. package/dist/cjs/node/server/InteractionServer.js +83 -5
  245. package/dist/cjs/node/server/InteractionServer.js.map +1 -1
  246. package/dist/cjs/node/server/ServerSubscription.d.ts +1 -0
  247. package/dist/cjs/node/server/ServerSubscription.d.ts.map +1 -1
  248. package/dist/cjs/tags/ClosureCabinetTag.d.ts +1 -1
  249. package/dist/cjs/tags/ClosureCoveringTag.d.ts +1 -1
  250. package/dist/cjs/tags/ClosurePanelTag.d.ts +1 -1
  251. package/dist/cjs/tags/ClosureTag.d.ts +1 -1
  252. package/dist/cjs/tags/ClosureWindowTag.d.ts +1 -1
  253. package/dist/cjs/tags/CommodityTariffChronologyTag.d.ts +1 -1
  254. package/dist/cjs/tags/CommodityTariffCommodityTag.d.ts +1 -1
  255. package/dist/cjs/tags/CommodityTariffFlowTag.d.ts +1 -1
  256. package/dist/cjs/tags/CommonAreaNamespaceTag.d.ts +1 -1
  257. package/dist/cjs/tags/CommonClosureTag.d.ts +1 -1
  258. package/dist/cjs/tags/CommonCompassDirectionTag.d.ts +1 -1
  259. package/dist/cjs/tags/CommonCompassLocationTag.d.ts +1 -1
  260. package/dist/cjs/tags/CommonDirectionTag.d.ts +1 -1
  261. package/dist/cjs/tags/CommonLandmarkNamespaceTag.d.ts +1 -1
  262. package/dist/cjs/tags/CommonLevelTag.d.ts +1 -1
  263. package/dist/cjs/tags/CommonLocationTag.d.ts +1 -1
  264. package/dist/cjs/tags/CommonNumberTag.d.ts +1 -1
  265. package/dist/cjs/tags/CommonPositionTag.d.ts +1 -1
  266. package/dist/cjs/tags/CommonRelativePositionTag.d.ts +1 -1
  267. package/dist/cjs/tags/ElectricalMeasurementTag.d.ts +1 -1
  268. package/dist/cjs/tags/IdentifiedHumanActivityTag.d.ts +89 -0
  269. package/dist/cjs/tags/IdentifiedHumanActivityTag.d.ts.map +1 -0
  270. package/dist/cjs/tags/IdentifiedHumanActivityTag.js +75 -0
  271. package/dist/cjs/tags/IdentifiedHumanActivityTag.js.map +6 -0
  272. package/dist/cjs/tags/IdentifiedObjectTag.d.ts +123 -0
  273. package/dist/cjs/tags/IdentifiedObjectTag.d.ts.map +1 -0
  274. package/dist/cjs/tags/IdentifiedObjectTag.js +87 -0
  275. package/dist/cjs/tags/IdentifiedObjectTag.js.map +6 -0
  276. package/dist/cjs/tags/IdentifiedSoundTag.d.ts +176 -0
  277. package/dist/cjs/tags/IdentifiedSoundTag.d.ts.map +1 -0
  278. package/dist/cjs/tags/IdentifiedSoundTag.js +123 -0
  279. package/dist/cjs/tags/IdentifiedSoundTag.js.map +6 -0
  280. package/dist/cjs/tags/LaundryTag.d.ts +1 -1
  281. package/dist/cjs/tags/PowerSourceTag.d.ts +5 -5
  282. package/dist/cjs/tags/PowerSourceTag.js +4 -4
  283. package/dist/cjs/tags/RefrigeratorTag.d.ts +1 -1
  284. package/dist/cjs/tags/RoomAirConditionerTag.d.ts +1 -1
  285. package/dist/cjs/tags/SwitchesTag.d.ts +2 -2
  286. package/dist/cjs/tags/SwitchesTag.js +1 -1
  287. package/dist/cjs/tags/index.d.ts +3 -0
  288. package/dist/cjs/tags/index.d.ts.map +1 -1
  289. package/dist/cjs/tags/index.js +3 -0
  290. package/dist/cjs/tags/index.js.map +1 -1
  291. package/dist/esm/behavior/context/ActionContext.d.ts +1 -1
  292. package/dist/esm/behavior/state/validation/FabricIndexSentinel.d.ts +3 -2
  293. package/dist/esm/behavior/state/validation/FabricIndexSentinel.d.ts.map +1 -1
  294. package/dist/esm/behavior/state/validation/FabricIndexSentinel.js.map +1 -1
  295. package/dist/esm/behavior/supervision/ValueSupervisor.d.ts +3 -2
  296. package/dist/esm/behavior/supervision/ValueSupervisor.d.ts.map +1 -1
  297. package/dist/esm/behavior/system/network/ServerGroupNetworking.d.ts.map +1 -1
  298. package/dist/esm/behavior/system/network/ServerGroupNetworking.js +13 -9
  299. package/dist/esm/behavior/system/network/ServerGroupNetworking.js.map +1 -1
  300. package/dist/esm/behavior/system/software-update/SoftwareUpdateManager.js +1 -1
  301. package/dist/esm/behavior/system/software-update/SoftwareUpdateManager.js.map +1 -1
  302. package/dist/esm/behaviors/access-control/AccessControlServer.d.ts +40 -2
  303. package/dist/esm/behaviors/access-control/AccessControlServer.d.ts.map +1 -1
  304. package/dist/esm/behaviors/access-control/AccessControlServer.js +110 -6
  305. package/dist/esm/behaviors/access-control/AccessControlServer.js.map +1 -1
  306. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.d.ts +29 -0
  307. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.d.ts.map +1 -0
  308. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.js +14 -0
  309. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.js.map +6 -0
  310. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingClient.d.ts +17 -0
  311. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingClient.d.ts.map +1 -0
  312. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingClient.js +14 -0
  313. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingClient.js.map +6 -0
  314. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingServer.d.ts +17 -0
  315. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingServer.d.ts.map +1 -0
  316. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingServer.js +12 -0
  317. package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingServer.js.map +6 -0
  318. package/dist/esm/behaviors/ambient-context-sensing/index.d.ts +10 -0
  319. package/dist/esm/behaviors/ambient-context-sensing/index.d.ts.map +1 -0
  320. package/dist/esm/behaviors/ambient-context-sensing/index.js +9 -0
  321. package/dist/esm/behaviors/ambient-context-sensing/index.js.map +6 -0
  322. package/dist/esm/behaviors/basic-information/BasicInformationServer.d.ts +24 -0
  323. package/dist/esm/behaviors/basic-information/BasicInformationServer.d.ts.map +1 -1
  324. package/dist/esm/behaviors/basic-information/BasicInformationServer.js +44 -0
  325. package/dist/esm/behaviors/basic-information/BasicInformationServer.js.map +1 -1
  326. package/dist/esm/behaviors/boolean-state/BooleanStateBehavior.d.ts +3 -0
  327. package/dist/esm/behaviors/boolean-state/BooleanStateBehavior.d.ts.map +1 -1
  328. package/dist/esm/behaviors/boolean-state/BooleanStateBehavior.js.map +1 -1
  329. package/dist/esm/behaviors/boolean-state/BooleanStateServer.d.ts +7 -3
  330. package/dist/esm/behaviors/boolean-state/BooleanStateServer.d.ts.map +1 -1
  331. package/dist/esm/behaviors/boolean-state/BooleanStateServer.js +6 -2
  332. package/dist/esm/behaviors/boolean-state/BooleanStateServer.js.map +1 -1
  333. package/dist/esm/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.d.ts +23 -0
  334. package/dist/esm/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.d.ts.map +1 -1
  335. package/dist/esm/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.js +36 -0
  336. package/dist/esm/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.js.map +1 -1
  337. package/dist/esm/behaviors/general-commissioning/ServerNodeFailsafeContext.d.ts +1 -1
  338. package/dist/esm/behaviors/general-commissioning/ServerNodeFailsafeContext.js +1 -1
  339. package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.d.ts +15 -1
  340. package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.d.ts.map +1 -1
  341. package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.js +57 -4
  342. package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.js.map +1 -1
  343. package/dist/esm/behaviors/group-key-management/GroupKeyManagementBehavior.d.ts +3 -0
  344. package/dist/esm/behaviors/group-key-management/GroupKeyManagementBehavior.d.ts.map +1 -1
  345. package/dist/esm/behaviors/group-key-management/GroupKeyManagementBehavior.js.map +1 -1
  346. package/dist/esm/behaviors/group-key-management/GroupKeyManagementServer.d.ts +22 -3
  347. package/dist/esm/behaviors/group-key-management/GroupKeyManagementServer.d.ts.map +1 -1
  348. package/dist/esm/behaviors/group-key-management/GroupKeyManagementServer.js +80 -7
  349. package/dist/esm/behaviors/group-key-management/GroupKeyManagementServer.js.map +1 -1
  350. package/dist/esm/behaviors/groupcast/GroupcastBehavior.d.ts +28 -0
  351. package/dist/esm/behaviors/groupcast/GroupcastBehavior.d.ts.map +1 -0
  352. package/dist/esm/behaviors/groupcast/GroupcastBehavior.js +14 -0
  353. package/dist/esm/behaviors/groupcast/GroupcastBehavior.js.map +6 -0
  354. package/dist/esm/behaviors/groupcast/GroupcastClient.d.ts +17 -0
  355. package/dist/esm/behaviors/groupcast/GroupcastClient.d.ts.map +1 -0
  356. package/dist/esm/behaviors/groupcast/GroupcastClient.js +14 -0
  357. package/dist/esm/behaviors/groupcast/GroupcastClient.js.map +6 -0
  358. package/dist/esm/behaviors/groupcast/GroupcastInterface.d.ts +34 -0
  359. package/dist/esm/behaviors/groupcast/GroupcastInterface.d.ts.map +1 -0
  360. package/dist/esm/behaviors/groupcast/GroupcastInterface.js +6 -0
  361. package/dist/esm/behaviors/groupcast/GroupcastInterface.js.map +6 -0
  362. package/dist/esm/behaviors/groupcast/GroupcastServer.d.ts +58 -0
  363. package/dist/esm/behaviors/groupcast/GroupcastServer.d.ts.map +1 -0
  364. package/dist/esm/behaviors/groupcast/GroupcastServer.js +495 -0
  365. package/dist/esm/behaviors/groupcast/GroupcastServer.js.map +6 -0
  366. package/dist/esm/behaviors/groupcast/index.d.ts +10 -0
  367. package/dist/esm/behaviors/groupcast/index.d.ts.map +1 -0
  368. package/dist/esm/behaviors/groupcast/index.js +9 -0
  369. package/dist/esm/behaviors/groupcast/index.js.map +6 -0
  370. package/dist/esm/behaviors/groups/GroupsServer.d.ts.map +1 -1
  371. package/dist/esm/behaviors/groups/GroupsServer.js +22 -0
  372. package/dist/esm/behaviors/groups/GroupsServer.js.map +1 -1
  373. package/dist/esm/behaviors/index.d.ts +3 -0
  374. package/dist/esm/behaviors/index.d.ts.map +1 -1
  375. package/dist/esm/behaviors/index.js +3 -0
  376. package/dist/esm/behaviors/index.js.map +1 -1
  377. package/dist/esm/behaviors/level-control/LevelControlServer.d.ts +1 -1
  378. package/dist/esm/behaviors/level-control/LevelControlServer.js +1 -1
  379. package/dist/esm/behaviors/occupancy-sensing/OccupancySensingServer.d.ts +2 -0
  380. package/dist/esm/behaviors/occupancy-sensing/OccupancySensingServer.d.ts.map +1 -1
  381. package/dist/esm/behaviors/occupancy-sensing/OccupancySensingServer.js +10 -0
  382. package/dist/esm/behaviors/occupancy-sensing/OccupancySensingServer.js.map +1 -1
  383. package/dist/esm/behaviors/operational-credentials/VendorIdVerification.d.ts +2 -2
  384. package/dist/esm/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.js +1 -1
  385. package/dist/esm/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.js.map +1 -1
  386. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmBehavior.d.ts +29 -0
  387. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmBehavior.d.ts.map +1 -0
  388. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmBehavior.js +14 -0
  389. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmBehavior.js.map +6 -0
  390. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmClient.d.ts +17 -0
  391. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmClient.d.ts.map +1 -0
  392. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmClient.js +14 -0
  393. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmClient.js.map +6 -0
  394. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmServer.d.ts +16 -0
  395. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmServer.d.ts.map +1 -0
  396. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmServer.js +12 -0
  397. package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmServer.js.map +6 -0
  398. package/dist/esm/behaviors/temperature-alarm/index.d.ts +10 -0
  399. package/dist/esm/behaviors/temperature-alarm/index.d.ts.map +1 -0
  400. package/dist/esm/behaviors/temperature-alarm/index.js +9 -0
  401. package/dist/esm/behaviors/temperature-alarm/index.js.map +6 -0
  402. package/dist/esm/behaviors/thermostat/ThermostatServer.d.ts +2 -0
  403. package/dist/esm/behaviors/thermostat/ThermostatServer.d.ts.map +1 -1
  404. package/dist/esm/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.d.ts +63 -1
  405. package/dist/esm/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.d.ts.map +1 -1
  406. package/dist/esm/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.js +134 -0
  407. package/dist/esm/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.js.map +2 -2
  408. package/dist/esm/devices/air-purifier.d.ts +1 -1
  409. package/dist/esm/devices/air-quality-sensor.d.ts +1 -1
  410. package/dist/esm/devices/audio-doorbell.d.ts +1 -1
  411. package/dist/esm/devices/basic-video-player.d.ts +1 -1
  412. package/dist/esm/devices/battery-storage.d.ts +1 -1
  413. package/dist/esm/devices/camera-controller.d.ts +1 -1
  414. package/dist/esm/devices/camera.d.ts +1 -1
  415. package/dist/esm/devices/casting-video-client.d.ts +1 -1
  416. package/dist/esm/devices/casting-video-player.d.ts +1 -1
  417. package/dist/esm/devices/chime.d.ts +1 -1
  418. package/dist/esm/devices/closure-controller.d.ts +1 -8
  419. package/dist/esm/devices/closure-controller.d.ts.map +1 -1
  420. package/dist/esm/devices/closure-controller.js +1 -3
  421. package/dist/esm/devices/closure-controller.js.map +1 -1
  422. package/dist/esm/devices/closure-panel.d.ts +1 -1
  423. package/dist/esm/devices/closure.d.ts +1 -1
  424. package/dist/esm/devices/color-dimmer-switch.d.ts +1 -1
  425. package/dist/esm/devices/color-temperature-light.d.ts +1 -1
  426. package/dist/esm/devices/contact-sensor.d.ts +1 -1
  427. package/dist/esm/devices/content-app.d.ts +1 -1
  428. package/dist/esm/devices/control-bridge.d.ts +1 -1
  429. package/dist/esm/devices/cook-surface.d.ts +1 -1
  430. package/dist/esm/devices/cooktop.d.ts +1 -1
  431. package/dist/esm/devices/dimmable-light.d.ts +1 -1
  432. package/dist/esm/devices/dimmable-plug-in-unit.d.ts +1 -1
  433. package/dist/esm/devices/dimmer-switch.d.ts +1 -1
  434. package/dist/esm/devices/dishwasher.d.ts +1 -1
  435. package/dist/esm/devices/door-lock-controller.d.ts +1 -1
  436. package/dist/esm/devices/door-lock.d.ts +1 -1
  437. package/dist/esm/devices/doorbell.d.ts +1 -1
  438. package/dist/esm/devices/electrical-energy-tariff.d.ts +1 -1
  439. package/dist/esm/devices/electrical-meter.d.ts +1 -1
  440. package/dist/esm/devices/electrical-utility-meter.d.ts +1 -1
  441. package/dist/esm/devices/energy-evse.d.ts +1 -1
  442. package/dist/esm/devices/extended-color-light.d.ts +1 -1
  443. package/dist/esm/devices/extractor-hood.d.ts +1 -1
  444. package/dist/esm/devices/fan.d.ts +1 -1
  445. package/dist/esm/devices/floodlight-camera.d.ts +1 -1
  446. package/dist/esm/devices/flow-sensor.d.ts +1 -1
  447. package/dist/esm/devices/generic-switch.d.ts +1 -1
  448. package/dist/esm/devices/heat-pump.d.ts +1 -1
  449. package/dist/esm/devices/humidity-sensor.d.ts +1 -1
  450. package/dist/esm/devices/intercom.d.ts +1 -1
  451. package/dist/esm/devices/irrigation-system.d.ts +1 -1
  452. package/dist/esm/devices/laundry-dryer.d.ts +1 -1
  453. package/dist/esm/devices/laundry-washer.d.ts +1 -1
  454. package/dist/esm/devices/light-sensor.d.ts +1 -1
  455. package/dist/esm/devices/meter-reference-point.d.ts +1 -1
  456. package/dist/esm/devices/microwave-oven.d.ts +1 -1
  457. package/dist/esm/devices/mode-select.d.ts +1 -1
  458. package/dist/esm/devices/mounted-dimmable-load-control.d.ts +1 -1
  459. package/dist/esm/devices/mounted-on-off-control.d.ts +1 -1
  460. package/dist/esm/devices/network-infrastructure-manager.d.ts +2 -2
  461. package/dist/esm/devices/occupancy-sensor.d.ts +1 -1
  462. package/dist/esm/devices/on-off-light-switch.d.ts +1 -1
  463. package/dist/esm/devices/on-off-light.d.ts +1 -1
  464. package/dist/esm/devices/on-off-plug-in-unit.d.ts +1 -1
  465. package/dist/esm/devices/on-off-sensor.d.ts +1 -1
  466. package/dist/esm/devices/oven.d.ts +1 -1
  467. package/dist/esm/devices/pressure-sensor.d.ts +1 -1
  468. package/dist/esm/devices/pump-controller.d.ts +1 -1
  469. package/dist/esm/devices/pump.d.ts +1 -1
  470. package/dist/esm/devices/rain-sensor.d.ts +14 -6
  471. package/dist/esm/devices/rain-sensor.d.ts.map +1 -1
  472. package/dist/esm/devices/rain-sensor.js +1 -1
  473. package/dist/esm/devices/refrigerator.d.ts +11 -2
  474. package/dist/esm/devices/refrigerator.d.ts.map +1 -1
  475. package/dist/esm/devices/refrigerator.js +7 -2
  476. package/dist/esm/devices/refrigerator.js.map +1 -1
  477. package/dist/esm/devices/robotic-vacuum-cleaner.d.ts +1 -1
  478. package/dist/esm/devices/room-air-conditioner.d.ts +1 -1
  479. package/dist/esm/devices/smoke-co-alarm.d.ts +1 -1
  480. package/dist/esm/devices/snapshot-camera.d.ts +1 -1
  481. package/dist/esm/devices/soil-sensor.d.ts +1 -1
  482. package/dist/esm/devices/solar-power.d.ts +1 -1
  483. package/dist/esm/devices/speaker.d.ts +1 -1
  484. package/dist/esm/devices/temperature-controlled-cabinet.d.ts +10 -2
  485. package/dist/esm/devices/temperature-controlled-cabinet.d.ts.map +1 -1
  486. package/dist/esm/devices/temperature-controlled-cabinet.js +7 -2
  487. package/dist/esm/devices/temperature-controlled-cabinet.js.map +1 -1
  488. package/dist/esm/devices/temperature-sensor.d.ts +1 -1
  489. package/dist/esm/devices/thermostat-controller.d.ts +1 -1
  490. package/dist/esm/devices/thermostat.d.ts +9 -2
  491. package/dist/esm/devices/thermostat.d.ts.map +1 -1
  492. package/dist/esm/devices/thermostat.js +7 -2
  493. package/dist/esm/devices/thermostat.js.map +1 -1
  494. package/dist/esm/devices/thread-border-router.d.ts +1 -1
  495. package/dist/esm/devices/video-doorbell.d.ts +1 -1
  496. package/dist/esm/devices/video-remote-control.d.ts +1 -1
  497. package/dist/esm/devices/water-freeze-detector.d.ts +14 -6
  498. package/dist/esm/devices/water-freeze-detector.d.ts.map +1 -1
  499. package/dist/esm/devices/water-freeze-detector.js +1 -1
  500. package/dist/esm/devices/water-heater.d.ts +5 -1
  501. package/dist/esm/devices/water-heater.d.ts.map +1 -1
  502. package/dist/esm/devices/water-leak-detector.d.ts +14 -6
  503. package/dist/esm/devices/water-leak-detector.d.ts.map +1 -1
  504. package/dist/esm/devices/water-leak-detector.js +1 -1
  505. package/dist/esm/devices/water-valve.d.ts +1 -1
  506. package/dist/esm/devices/window-covering-controller.d.ts +1 -1
  507. package/dist/esm/devices/window-covering.d.ts +1 -1
  508. package/dist/esm/endpoint/properties/EndpointLifecycle.d.ts +5 -0
  509. package/dist/esm/endpoint/properties/EndpointLifecycle.d.ts.map +1 -1
  510. package/dist/esm/endpoint/properties/EndpointLifecycle.js +8 -0
  511. package/dist/esm/endpoint/properties/EndpointLifecycle.js.map +1 -1
  512. package/dist/esm/endpoints/aggregator.d.ts +1 -1
  513. package/dist/esm/endpoints/bridged-node.d.ts +1 -1
  514. package/dist/esm/endpoints/device-energy-management.d.ts +1 -1
  515. package/dist/esm/endpoints/electrical-sensor.d.ts +1 -1
  516. package/dist/esm/endpoints/joint-fabric-administrator.d.ts +1 -1
  517. package/dist/esm/endpoints/ota-provider.d.ts +1 -1
  518. package/dist/esm/endpoints/ota-requestor.d.ts +1 -1
  519. package/dist/esm/endpoints/power-source.d.ts +1 -1
  520. package/dist/esm/endpoints/root.d.ts +1 -1
  521. package/dist/esm/endpoints/secondary-network-interface.d.ts +1 -1
  522. package/dist/esm/node/ServerNode.d.ts +1 -1
  523. package/dist/esm/node/ServerNode.js +1 -1
  524. package/dist/esm/node/client/Peers.d.ts.map +1 -1
  525. package/dist/esm/node/client/Peers.js +12 -0
  526. package/dist/esm/node/client/Peers.js.map +1 -1
  527. package/dist/esm/node/integration/ProtocolService.js +1 -1
  528. package/dist/esm/node/paths/AttributePath.d.ts +3 -3
  529. package/dist/esm/node/paths/BasePath.d.ts +4 -4
  530. package/dist/esm/node/paths/CommandPath.d.ts +1 -1
  531. package/dist/esm/node/paths/EventPath.d.ts +1 -1
  532. package/dist/esm/node/server/InteractionServer.d.ts +7 -0
  533. package/dist/esm/node/server/InteractionServer.d.ts.map +1 -1
  534. package/dist/esm/node/server/InteractionServer.js +84 -5
  535. package/dist/esm/node/server/InteractionServer.js.map +1 -1
  536. package/dist/esm/node/server/ServerSubscription.d.ts +1 -0
  537. package/dist/esm/node/server/ServerSubscription.d.ts.map +1 -1
  538. package/dist/esm/tags/ClosureCabinetTag.d.ts +1 -1
  539. package/dist/esm/tags/ClosureCoveringTag.d.ts +1 -1
  540. package/dist/esm/tags/ClosurePanelTag.d.ts +1 -1
  541. package/dist/esm/tags/ClosureTag.d.ts +1 -1
  542. package/dist/esm/tags/ClosureWindowTag.d.ts +1 -1
  543. package/dist/esm/tags/CommodityTariffChronologyTag.d.ts +1 -1
  544. package/dist/esm/tags/CommodityTariffCommodityTag.d.ts +1 -1
  545. package/dist/esm/tags/CommodityTariffFlowTag.d.ts +1 -1
  546. package/dist/esm/tags/CommonAreaNamespaceTag.d.ts +1 -1
  547. package/dist/esm/tags/CommonClosureTag.d.ts +1 -1
  548. package/dist/esm/tags/CommonCompassDirectionTag.d.ts +1 -1
  549. package/dist/esm/tags/CommonCompassLocationTag.d.ts +1 -1
  550. package/dist/esm/tags/CommonDirectionTag.d.ts +1 -1
  551. package/dist/esm/tags/CommonLandmarkNamespaceTag.d.ts +1 -1
  552. package/dist/esm/tags/CommonLevelTag.d.ts +1 -1
  553. package/dist/esm/tags/CommonLocationTag.d.ts +1 -1
  554. package/dist/esm/tags/CommonNumberTag.d.ts +1 -1
  555. package/dist/esm/tags/CommonPositionTag.d.ts +1 -1
  556. package/dist/esm/tags/CommonRelativePositionTag.d.ts +1 -1
  557. package/dist/esm/tags/ElectricalMeasurementTag.d.ts +1 -1
  558. package/dist/esm/tags/IdentifiedHumanActivityTag.d.ts +89 -0
  559. package/dist/esm/tags/IdentifiedHumanActivityTag.d.ts.map +1 -0
  560. package/dist/esm/tags/IdentifiedHumanActivityTag.js +55 -0
  561. package/dist/esm/tags/IdentifiedHumanActivityTag.js.map +6 -0
  562. package/dist/esm/tags/IdentifiedObjectTag.d.ts +123 -0
  563. package/dist/esm/tags/IdentifiedObjectTag.d.ts.map +1 -0
  564. package/dist/esm/tags/IdentifiedObjectTag.js +67 -0
  565. package/dist/esm/tags/IdentifiedObjectTag.js.map +6 -0
  566. package/dist/esm/tags/IdentifiedSoundTag.d.ts +176 -0
  567. package/dist/esm/tags/IdentifiedSoundTag.d.ts.map +1 -0
  568. package/dist/esm/tags/IdentifiedSoundTag.js +103 -0
  569. package/dist/esm/tags/IdentifiedSoundTag.js.map +6 -0
  570. package/dist/esm/tags/LaundryTag.d.ts +1 -1
  571. package/dist/esm/tags/PowerSourceTag.d.ts +5 -5
  572. package/dist/esm/tags/PowerSourceTag.js +4 -4
  573. package/dist/esm/tags/RefrigeratorTag.d.ts +1 -1
  574. package/dist/esm/tags/RoomAirConditionerTag.d.ts +1 -1
  575. package/dist/esm/tags/SwitchesTag.d.ts +2 -2
  576. package/dist/esm/tags/SwitchesTag.js +1 -1
  577. package/dist/esm/tags/index.d.ts +3 -0
  578. package/dist/esm/tags/index.d.ts.map +1 -1
  579. package/dist/esm/tags/index.js +3 -0
  580. package/dist/esm/tags/index.js.map +1 -1
  581. package/package.json +6 -6
  582. package/src/behavior/context/ActionContext.ts +1 -1
  583. package/src/behavior/state/validation/FabricIndexSentinel.ts +3 -2
  584. package/src/behavior/supervision/ValueSupervisor.ts +3 -2
  585. package/src/behavior/system/network/ServerGroupNetworking.ts +18 -9
  586. package/src/behavior/system/software-update/SoftwareUpdateManager.ts +1 -1
  587. package/src/behaviors/access-control/AccessControlServer.ts +153 -7
  588. package/src/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.ts +27 -0
  589. package/src/behaviors/ambient-context-sensing/AmbientContextSensingClient.ts +16 -0
  590. package/src/behaviors/ambient-context-sensing/AmbientContextSensingServer.ts +18 -0
  591. package/src/behaviors/ambient-context-sensing/index.ts +11 -0
  592. package/src/behaviors/basic-information/BasicInformationServer.ts +62 -1
  593. package/src/behaviors/boolean-state/BooleanStateBehavior.ts +3 -0
  594. package/src/behaviors/boolean-state/BooleanStateServer.ts +10 -3
  595. package/src/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.ts +55 -1
  596. package/src/behaviors/general-commissioning/ServerNodeFailsafeContext.ts +1 -1
  597. package/src/behaviors/general-diagnostics/GeneralDiagnosticsServer.ts +61 -3
  598. package/src/behaviors/group-key-management/GroupKeyManagementBehavior.ts +3 -0
  599. package/src/behaviors/group-key-management/GroupKeyManagementServer.ts +98 -8
  600. package/src/behaviors/groupcast/GroupcastBehavior.ts +24 -0
  601. package/src/behaviors/groupcast/GroupcastClient.ts +16 -0
  602. package/src/behaviors/groupcast/GroupcastInterface.ts +30 -0
  603. package/src/behaviors/groupcast/GroupcastServer.ts +665 -0
  604. package/src/behaviors/groupcast/index.ts +11 -0
  605. package/src/behaviors/groups/GroupsServer.ts +28 -1
  606. package/src/behaviors/index.ts +3 -0
  607. package/src/behaviors/level-control/LevelControlServer.ts +1 -1
  608. package/src/behaviors/occupancy-sensing/OccupancySensingServer.ts +14 -2
  609. package/src/behaviors/operational-credentials/VendorIdVerification.ts +2 -2
  610. package/src/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.ts +1 -1
  611. package/src/behaviors/scenes-management/ScenesManagementServer.ts +1 -1
  612. package/src/behaviors/temperature-alarm/TemperatureAlarmBehavior.ts +27 -0
  613. package/src/behaviors/temperature-alarm/TemperatureAlarmClient.ts +16 -0
  614. package/src/behaviors/temperature-alarm/TemperatureAlarmServer.ts +17 -0
  615. package/src/behaviors/temperature-alarm/index.ts +11 -0
  616. package/src/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.ts +183 -3
  617. package/src/devices/air-purifier.ts +1 -1
  618. package/src/devices/air-quality-sensor.ts +1 -1
  619. package/src/devices/audio-doorbell.ts +1 -1
  620. package/src/devices/basic-video-player.ts +1 -1
  621. package/src/devices/battery-storage.ts +1 -1
  622. package/src/devices/camera-controller.ts +1 -1
  623. package/src/devices/camera.ts +1 -1
  624. package/src/devices/casting-video-client.ts +1 -1
  625. package/src/devices/casting-video-player.ts +1 -1
  626. package/src/devices/chime.ts +1 -1
  627. package/src/devices/closure-controller.ts +2 -10
  628. package/src/devices/closure-panel.ts +1 -1
  629. package/src/devices/closure.ts +1 -1
  630. package/src/devices/color-dimmer-switch.ts +1 -1
  631. package/src/devices/color-temperature-light.ts +1 -1
  632. package/src/devices/contact-sensor.ts +1 -1
  633. package/src/devices/content-app.ts +1 -1
  634. package/src/devices/control-bridge.ts +1 -1
  635. package/src/devices/cook-surface.ts +1 -1
  636. package/src/devices/cooktop.ts +1 -1
  637. package/src/devices/dimmable-light.ts +1 -1
  638. package/src/devices/dimmable-plug-in-unit.ts +1 -1
  639. package/src/devices/dimmer-switch.ts +1 -1
  640. package/src/devices/dishwasher.ts +1 -1
  641. package/src/devices/door-lock-controller.ts +1 -1
  642. package/src/devices/door-lock.ts +1 -1
  643. package/src/devices/doorbell.ts +1 -1
  644. package/src/devices/electrical-energy-tariff.ts +1 -1
  645. package/src/devices/electrical-meter.ts +1 -1
  646. package/src/devices/electrical-utility-meter.ts +1 -1
  647. package/src/devices/energy-evse.ts +1 -1
  648. package/src/devices/extended-color-light.ts +1 -1
  649. package/src/devices/extractor-hood.ts +1 -1
  650. package/src/devices/fan.ts +1 -1
  651. package/src/devices/floodlight-camera.ts +1 -1
  652. package/src/devices/flow-sensor.ts +1 -1
  653. package/src/devices/generic-switch.ts +1 -1
  654. package/src/devices/heat-pump.ts +1 -1
  655. package/src/devices/humidity-sensor.ts +1 -1
  656. package/src/devices/intercom.ts +1 -1
  657. package/src/devices/irrigation-system.ts +1 -1
  658. package/src/devices/laundry-dryer.ts +1 -1
  659. package/src/devices/laundry-washer.ts +1 -1
  660. package/src/devices/light-sensor.ts +1 -1
  661. package/src/devices/meter-reference-point.ts +1 -1
  662. package/src/devices/microwave-oven.ts +1 -1
  663. package/src/devices/mode-select.ts +1 -1
  664. package/src/devices/mounted-dimmable-load-control.ts +1 -1
  665. package/src/devices/mounted-on-off-control.ts +1 -1
  666. package/src/devices/network-infrastructure-manager.ts +2 -2
  667. package/src/devices/occupancy-sensor.ts +1 -1
  668. package/src/devices/on-off-light-switch.ts +1 -1
  669. package/src/devices/on-off-light.ts +1 -1
  670. package/src/devices/on-off-plug-in-unit.ts +1 -1
  671. package/src/devices/on-off-sensor.ts +1 -1
  672. package/src/devices/oven.ts +1 -1
  673. package/src/devices/pressure-sensor.ts +1 -1
  674. package/src/devices/pump-controller.ts +1 -1
  675. package/src/devices/pump.ts +1 -1
  676. package/src/devices/rain-sensor.ts +2 -2
  677. package/src/devices/refrigerator.ts +16 -3
  678. package/src/devices/robotic-vacuum-cleaner.ts +1 -1
  679. package/src/devices/room-air-conditioner.ts +1 -1
  680. package/src/devices/smoke-co-alarm.ts +1 -1
  681. package/src/devices/snapshot-camera.ts +1 -1
  682. package/src/devices/soil-sensor.ts +1 -1
  683. package/src/devices/solar-power.ts +1 -1
  684. package/src/devices/speaker.ts +1 -1
  685. package/src/devices/temperature-controlled-cabinet.ts +14 -3
  686. package/src/devices/temperature-sensor.ts +1 -1
  687. package/src/devices/thermostat-controller.ts +1 -1
  688. package/src/devices/thermostat.ts +14 -3
  689. package/src/devices/thread-border-router.ts +1 -1
  690. package/src/devices/video-doorbell.ts +1 -1
  691. package/src/devices/video-remote-control.ts +1 -1
  692. package/src/devices/water-freeze-detector.ts +2 -2
  693. package/src/devices/water-heater.ts +1 -1
  694. package/src/devices/water-leak-detector.ts +2 -2
  695. package/src/devices/water-valve.ts +1 -1
  696. package/src/devices/window-covering-controller.ts +1 -1
  697. package/src/devices/window-covering.ts +1 -1
  698. package/src/endpoint/properties/EndpointLifecycle.ts +9 -0
  699. package/src/endpoints/aggregator.ts +1 -1
  700. package/src/endpoints/bridged-node.ts +1 -1
  701. package/src/endpoints/device-energy-management.ts +1 -1
  702. package/src/endpoints/electrical-sensor.ts +1 -1
  703. package/src/endpoints/joint-fabric-administrator.ts +1 -1
  704. package/src/endpoints/ota-provider.ts +1 -1
  705. package/src/endpoints/ota-requestor.ts +1 -1
  706. package/src/endpoints/power-source.ts +1 -1
  707. package/src/endpoints/root.ts +1 -1
  708. package/src/endpoints/secondary-network-interface.ts +1 -1
  709. package/src/node/ServerNode.ts +1 -1
  710. package/src/node/client/Peers.ts +15 -0
  711. package/src/node/integration/ProtocolService.ts +1 -1
  712. package/src/node/paths/AttributePath.ts +3 -3
  713. package/src/node/paths/BasePath.ts +4 -4
  714. package/src/node/paths/CommandPath.ts +1 -1
  715. package/src/node/paths/EventPath.ts +1 -1
  716. package/src/node/server/InteractionServer.ts +113 -6
  717. package/src/tags/ClosureCabinetTag.ts +1 -1
  718. package/src/tags/ClosureCoveringTag.ts +1 -1
  719. package/src/tags/ClosurePanelTag.ts +1 -1
  720. package/src/tags/ClosureTag.ts +1 -1
  721. package/src/tags/ClosureWindowTag.ts +1 -1
  722. package/src/tags/CommodityTariffChronologyTag.ts +1 -1
  723. package/src/tags/CommodityTariffCommodityTag.ts +1 -1
  724. package/src/tags/CommodityTariffFlowTag.ts +1 -1
  725. package/src/tags/CommonAreaNamespaceTag.ts +1 -1
  726. package/src/tags/CommonClosureTag.ts +1 -1
  727. package/src/tags/CommonCompassDirectionTag.ts +1 -1
  728. package/src/tags/CommonCompassLocationTag.ts +1 -1
  729. package/src/tags/CommonDirectionTag.ts +1 -1
  730. package/src/tags/CommonLandmarkNamespaceTag.ts +1 -1
  731. package/src/tags/CommonLevelTag.ts +1 -1
  732. package/src/tags/CommonLocationTag.ts +1 -1
  733. package/src/tags/CommonNumberTag.ts +1 -1
  734. package/src/tags/CommonPositionTag.ts +1 -1
  735. package/src/tags/CommonRelativePositionTag.ts +1 -1
  736. package/src/tags/ElectricalMeasurementTag.ts +1 -1
  737. package/src/tags/IdentifiedHumanActivityTag.ts +71 -0
  738. package/src/tags/IdentifiedObjectTag.ts +99 -0
  739. package/src/tags/IdentifiedSoundTag.ts +134 -0
  740. package/src/tags/LaundryTag.ts +1 -1
  741. package/src/tags/PowerSourceTag.ts +5 -5
  742. package/src/tags/RefrigeratorTag.ts +1 -1
  743. package/src/tags/RoomAirConditionerTag.ts +1 -1
  744. package/src/tags/SwitchesTag.ts +2 -2
  745. package/src/tags/index.ts +3 -0
@@ -3,9 +3,143 @@
3
3
  * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
+ import { AccessControlServer } from "#behaviors/access-control";
7
+ import { Node } from "#node/Node.js";
8
+ import { Logger, Observable } from "@matter/general";
9
+ import { assertRemoteActor, FabricAuthority, NodeSession } from "@matter/protocol";
10
+ import { Status, StatusResponseError } from "@matter/types";
11
+ import { AccessControl } from "@matter/types/clusters/access-control";
12
+ import { WebRtcTransportRequestor } from "@matter/types/clusters/web-rtc-transport-requestor";
6
13
  import { WebRtcTransportRequestorBehavior } from "./WebRtcTransportRequestorBehavior.js";
14
+ const logger = Logger.get("WebRtcTransportRequestorServer");
7
15
  class WebRtcTransportRequestorServer extends WebRtcTransportRequestorBehavior {
16
+ async initialize() {
17
+ const node = Node.forEndpoint(this.endpoint);
18
+ logger.info(
19
+ `WebRtcTransportRequestor initialized on endpoint=${this.endpoint.number} (id="${this.endpoint.id}")`
20
+ );
21
+ this.reactTo(node.lifecycle.online, this.#nodeOnline);
22
+ if (node.lifecycle.isOnline) {
23
+ await this.#nodeOnline();
24
+ }
25
+ }
26
+ async #nodeOnline() {
27
+ const fabricAuthority = this.env.get(FabricAuthority);
28
+ const ownFabric = fabricAuthority.fabrics[0];
29
+ if (!ownFabric) {
30
+ this.reactTo(fabricAuthority.fabricAdded, this.#nodeOnline, { once: true });
31
+ return;
32
+ }
33
+ const node = Node.forEndpoint(this.endpoint);
34
+ await node.act((agent) => agent.load(AccessControlServer));
35
+ if (node.behaviors.has(AccessControlServer)) {
36
+ if (!node.stateOf(AccessControlServer).acl.some(
37
+ ({ fabricIndex, privilege, authMode, subjects, targets }) => fabricIndex === ownFabric.fabricIndex && privilege === AccessControl.AccessControlEntryPrivilege.Operate && authMode === AccessControl.AccessControlEntryAuthMode.Case && subjects?.length === 0 && targets?.length === 1 && targets[0].endpoint === this.endpoint.number && targets[0].cluster === WebRtcTransportRequestor.id
38
+ )) {
39
+ const acl = [
40
+ ...node.stateOf(AccessControlServer).acl,
41
+ {
42
+ fabricIndex: ownFabric.fabricIndex,
43
+ privilege: AccessControl.AccessControlEntryPrivilege.Operate,
44
+ authMode: AccessControl.AccessControlEntryAuthMode.Case,
45
+ subjects: [],
46
+ targets: [{ endpoint: this.endpoint.number, cluster: WebRtcTransportRequestor.id }]
47
+ }
48
+ ];
49
+ await node.setStateOf(AccessControlServer, { acl });
50
+ }
51
+ }
52
+ }
53
+ /**
54
+ * Register or update a WebRTC session you have initiated with a peer. A session must be registered before the peer's
55
+ * signaling commands for the matching session id are accepted, and registration populates the `currentSessions`
56
+ * attribute. Re-registering an existing id replaces the entry.
57
+ */
58
+ upsertSession(session) {
59
+ const enriched = {
60
+ ...session,
61
+ videoStreamId: session.videoStreams?.[0] ?? null,
62
+ audioStreamId: session.audioStreams?.[0] ?? null
63
+ };
64
+ const sessions = this.state.currentSessions;
65
+ const idx = sessions.findIndex((s) => s.id === session.id);
66
+ if (idx === -1) {
67
+ this.state.currentSessions = [...sessions, enriched];
68
+ } else {
69
+ this.state.currentSessions = sessions.map((s, i) => i === idx ? enriched : s);
70
+ }
71
+ }
72
+ /** Stop tracking a session, e.g. after you tear down the stream locally. No-op if the id is unknown. */
73
+ removeSession(id) {
74
+ const sessions = this.state.currentSessions;
75
+ if (sessions.some((s) => s.id === id)) {
76
+ this.state.currentSessions = sessions.filter((s) => s.id !== id);
77
+ }
78
+ }
79
+ /**
80
+ * Invoked by the peer to deliver an SDP offer. Surfaces it via the {@link WebRtcTransportRequestorServer.Events}
81
+ * `offer` event.
82
+ */
83
+ async offer(request) {
84
+ logger.debug(`incoming Offer webRtcSessionId=${request.webRtcSessionId} sdpLen=${request.sdp.length}`);
85
+ const session = this.#findSessionStrict(request.webRtcSessionId);
86
+ this.events.offer.emit(session, request);
87
+ }
88
+ /**
89
+ * Invoked by the peer to deliver an SDP answer. Surfaces it via the {@link WebRtcTransportRequestorServer.Events}
90
+ * `answer` event.
91
+ */
92
+ async answer(request) {
93
+ logger.debug(`incoming Answer webRtcSessionId=${request.webRtcSessionId} sdpLen=${request.sdp.length}`);
94
+ const session = this.#findSessionStrict(request.webRtcSessionId);
95
+ this.events.answer.emit(session, request.sdp);
96
+ }
97
+ /** Invoked by the peer to deliver ICE candidates. Surfaces them via the {@link WebRtcTransportRequestorServer.Events}
98
+ * `iceCandidates` event.
99
+ */
100
+ async iceCandidates(request) {
101
+ logger.debug(
102
+ `incoming ICECandidates webRtcSessionId=${request.webRtcSessionId} count=${request.iceCandidates.length}`
103
+ );
104
+ if (request.iceCandidates.length === 0) {
105
+ throw new StatusResponseError("ICE candidates list must not be empty", Status.InvalidCommand);
106
+ }
107
+ const session = this.#findSessionStrict(request.webRtcSessionId);
108
+ this.events.iceCandidates.emit(session, request.iceCandidates);
109
+ }
110
+ /** Invoked by the peer to end a session. Removes it from tracking and surfaces it via the
111
+ * {@link WebRtcTransportRequestorServer.Events} `end` event.
112
+ */
113
+ async end(request) {
114
+ logger.debug(`incoming End webRtcSessionId=${request.webRtcSessionId} reason=${request.reason}`);
115
+ const session = this.#findSessionStrict(request.webRtcSessionId);
116
+ this.removeSession(request.webRtcSessionId);
117
+ this.events.end.emit(session, request.reason);
118
+ }
119
+ #findSessionStrict(id) {
120
+ assertRemoteActor(this.context);
121
+ NodeSession.assert(this.context.session);
122
+ const peer = this.context.session.peerAddress;
123
+ const session = this.state.currentSessions.find((s) => s.id === id);
124
+ if (session === void 0 || session.fabricIndex !== peer.fabricIndex || session.peerNodeId !== peer.nodeId) {
125
+ throw new StatusResponseError(`WebRTC session ${id} not found`, Status.NotFound);
126
+ }
127
+ return session;
128
+ }
8
129
  }
130
+ ((WebRtcTransportRequestorServer2) => {
131
+ class Events extends WebRtcTransportRequestorBehavior.Events {
132
+ /** Peer sent an SDP offer for a tracked session; apply it to your peer connection. */
133
+ offer = Observable();
134
+ /** Peer sent an SDP answer for a tracked session. */
135
+ answer = Observable();
136
+ /** Peer sent ICE candidates for a tracked session; add them to your peer connection. */
137
+ iceCandidates = Observable();
138
+ /** Peer ended a session; the session is already removed from tracking when this fires. */
139
+ end = Observable();
140
+ }
141
+ WebRtcTransportRequestorServer2.Events = Events;
142
+ })(WebRtcTransportRequestorServer || (WebRtcTransportRequestorServer = {}));
9
143
  export {
10
144
  WebRtcTransportRequestorServer
11
145
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../src/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.ts"],
4
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,SAAS,wCAAwC;AAK1C,MAAM,uCAAuC,iCAAiC;AAAC;",
5
- "names": []
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAMA,SAAS,2BAA2B;AACpC,SAAS,YAAY;AAErB,SAAS,QAAQ,kBAAkB;AACnC,SAAS,mBAAmB,iBAAiB,mBAAmB;AAChE,SAAS,QAAQ,2BAA2B;AAC5C,SAAS,qBAAqB;AAE9B,SAAS,gCAAgC;AACzC,SAAS,wCAAwC;AAIjD,MAAM,SAAS,OAAO,IAAI,gCAAgC;AAqBnD,MAAM,uCAAuC,iCAAiC;AAAA,EAGjF,MAAe,aAAa;AACxB,UAAM,OAAO,KAAK,YAAY,KAAK,QAAQ;AAC3C,WAAO;AAAA,MACH,oDAAoD,KAAK,SAAS,MAAM,SAAS,KAAK,SAAS,EAAE;AAAA,IACrG;AACA,SAAK,QAAQ,KAAK,UAAU,QAAQ,KAAK,WAAW;AACpD,QAAI,KAAK,UAAU,UAAU;AACzB,YAAM,KAAK,YAAY;AAAA,IAC3B;AAAA,EACJ;AAAA,EAEA,MAAM,cAAc;AAChB,UAAM,kBAAkB,KAAK,IAAI,IAAI,eAAe;AACpD,UAAM,YAAY,gBAAgB,QAAQ,CAAC;AAC3C,QAAI,CAAC,WAAW;AACZ,WAAK,QAAQ,gBAAgB,aAAa,KAAK,aAAa,EAAE,MAAM,KAAK,CAAC;AAC1E;AAAA,IACJ;AAEA,UAAM,OAAO,KAAK,YAAY,KAAK,QAAQ;AAC3C,UAAM,KAAK,IAAI,WAAS,MAAM,KAAK,mBAAmB,CAAC;AACvD,QAAI,KAAK,UAAU,IAAI,mBAAmB,GAAG;AACzC,UACI,CAAC,KACI,QAAQ,mBAAmB,EAC3B,IAAI;AAAA,QACD,CAAC,EAAE,aAAa,WAAW,UAAU,UAAU,QAAQ,MACnD,gBAAgB,UAAU,eAC1B,cAAc,cAAc,4BAA4B,WACxD,aAAa,cAAc,2BAA2B,QACtD,UAAU,WAAW,KACrB,SAAS,WAAW,KACpB,QAAQ,CAAC,EAAE,aAAa,KAAK,SAAS,UACtC,QAAQ,CAAC,EAAE,YAAY,yBAAyB;AAAA,MACxD,GACN;AACE,cAAM,MAAM;AAAA,UACR,GAAG,KAAK,QAAQ,mBAAmB,EAAE;AAAA,UACrC;AAAA,YACI,aAAa,UAAU;AAAA,YACvB,WAAW,cAAc,4BAA4B;AAAA,YACrD,UAAU,cAAc,2BAA2B;AAAA,YACnD,UAAU,CAAC;AAAA,YACX,SAAS,CAAC,EAAE,UAAU,KAAK,SAAS,QAAQ,SAAS,yBAAyB,GAAG,CAAC;AAAA,UACtF;AAAA,QACJ;AACA,cAAM,KAAK,WAAW,qBAAqB,EAAE,IAAI,CAAC;AAAA,MACtD;AAAA,IACJ;AAAA,EACJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,cAAc,SAA8B;AACxC,UAAM,WAA0B;AAAA,MAC5B,GAAG;AAAA,MACH,eAAe,QAAQ,eAAe,CAAC,KAAK;AAAA,MAC5C,eAAe,QAAQ,eAAe,CAAC,KAAK;AAAA,IAChD;AACA,UAAM,WAAW,KAAK,MAAM;AAC5B,UAAM,MAAM,SAAS,UAAU,OAAK,EAAE,OAAO,QAAQ,EAAE;AACvD,QAAI,QAAQ,IAAI;AACZ,WAAK,MAAM,kBAAkB,CAAC,GAAG,UAAU,QAAQ;AAAA,IACvD,OAAO;AACH,WAAK,MAAM,kBAAkB,SAAS,IAAI,CAAC,GAAG,MAAO,MAAM,MAAM,WAAW,CAAE;AAAA,IAClF;AAAA,EACJ;AAAA;AAAA,EAGA,cAAc,IAAkB;AAC5B,UAAM,WAAW,KAAK,MAAM;AAC5B,QAAI,SAAS,KAAK,OAAK,EAAE,OAAO,EAAE,GAAG;AACjC,WAAK,MAAM,kBAAkB,SAAS,OAAO,OAAK,EAAE,OAAO,EAAE;AAAA,IACjE;AAAA,EACJ;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,MAAe,MAAM,SAA+D;AAChF,WAAO,MAAM,kCAAkC,QAAQ,eAAe,WAAW,QAAQ,IAAI,MAAM,EAAE;AACrG,UAAM,UAAU,KAAK,mBAAmB,QAAQ,eAAe;AAC/D,SAAK,OAAO,MAAM,KAAK,SAAS,OAAO;AAAA,EAC3C;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,MAAe,OAAO,SAAgE;AAClF,WAAO,MAAM,mCAAmC,QAAQ,eAAe,WAAW,QAAQ,IAAI,MAAM,EAAE;AACtG,UAAM,UAAU,KAAK,mBAAmB,QAAQ,eAAe;AAC/D,SAAK,OAAO,OAAO,KAAK,SAAS,QAAQ,GAAG;AAAA,EAChD;AAAA;AAAA;AAAA;AAAA,EAKA,MAAe,cAAc,SAAuE;AAChG,WAAO;AAAA,MACH,0CAA0C,QAAQ,eAAe,UAAU,QAAQ,cAAc,MAAM;AAAA,IAC3G;AACA,QAAI,QAAQ,cAAc,WAAW,GAAG;AACpC,YAAM,IAAI,oBAAoB,yCAAyC,OAAO,cAAc;AAAA,IAChG;AACA,UAAM,UAAU,KAAK,mBAAmB,QAAQ,eAAe;AAC/D,SAAK,OAAO,cAAc,KAAK,SAAS,QAAQ,aAAa;AAAA,EACjE;AAAA;AAAA;AAAA;AAAA,EAKA,MAAe,IAAI,SAA6D;AAC5E,WAAO,MAAM,gCAAgC,QAAQ,eAAe,WAAW,QAAQ,MAAM,EAAE;AAC/F,UAAM,UAAU,KAAK,mBAAmB,QAAQ,eAAe;AAC/D,SAAK,cAAc,QAAQ,eAAe;AAC1C,SAAK,OAAO,IAAI,KAAK,SAAS,QAAQ,MAAM;AAAA,EAChD;AAAA,EAEA,mBAAmB,IAA2B;AAC1C,sBAAkB,KAAK,OAAO;AAC9B,gBAAY,OAAO,KAAK,QAAQ,OAAO;AACvC,UAAM,OAAO,KAAK,QAAQ,QAAQ;AAClC,UAAM,UAAU,KAAK,MAAM,gBAAgB,KAAK,OAAK,EAAE,OAAO,EAAE;AAChE,QAAI,YAAY,UAAa,QAAQ,gBAAgB,KAAK,eAAe,QAAQ,eAAe,KAAK,QAAQ;AACzG,YAAM,IAAI,oBAAoB,kBAAkB,EAAE,cAAc,OAAO,QAAQ;AAAA,IACnF;AACA,WAAO;AAAA,EACX;AACJ;AAAA,CAEO,CAAUA,oCAAV;AAAA,EAEI,MAAM,eAAe,iCAAiC,OAAO;AAAA;AAAA,IAEhE,QAAQ,WAAkF;AAAA;AAAA,IAG1F,SAAS,WAAkD;AAAA;AAAA,IAG3D,gBAAgB,WAA4F;AAAA;AAAA,IAG5G,MAAM,WAAyF;AAAA,EACnG;AAZO,EAAAA,gCAAM;AAAA,GAFA;",
5
+ "names": ["WebRtcTransportRequestorServer"]
6
6
  }
@@ -18,7 +18,7 @@ import { Identity } from "@matter/general";
18
18
  * It is a device that has a fan to control the air speed while it is operating. Optionally, it can report on the
19
19
  * condition of its filters.
20
20
  *
21
- * @see {@link MatterSpecification.v151.Device} § 9.3
21
+ * @see {@link MatterSpecification.v16.Device} § 9.3
22
22
  */
23
23
  export interface AirPurifierDevice extends Identity<typeof AirPurifierDeviceDefinition> {
24
24
  }
@@ -26,7 +26,7 @@ import { Identity } from "@matter/general";
26
26
  * An air quality sensor is a device designed to monitor and measure various parameters related to the quality of
27
27
  * ambient air in indoor or outdoor environments.
28
28
  *
29
- * @see {@link MatterSpecification.v151.Device} § 7.10
29
+ * @see {@link MatterSpecification.v16.Device} § 7.10
30
30
  */
31
31
  export interface AirQualitySensorDevice extends Identity<typeof AirQualitySensorDeviceDefinition> {
32
32
  }
@@ -19,7 +19,7 @@ import { Identity } from "@matter/general";
19
19
  * AudioDoorbellDevice requires Switch and CameraAvStreamManagement clusters but they are not added by default because
20
20
  * you must select the features your device supports. You can add manually using AudioDoorbellDevice.with().
21
21
  *
22
- * @see {@link MatterSpecification.v151.Device} § 16.5
22
+ * @see {@link MatterSpecification.v16.Device} § 16.5
23
23
  */
24
24
  export interface AudioDoorbellDevice extends Identity<typeof AudioDoorbellDeviceDefinition> {
25
25
  }
@@ -33,7 +33,7 @@ import { Identity } from "@matter/general";
33
33
  * See Section 10.1, "Video Player Architecture" for additional Basic Video Player requirements relating to Video Player
34
34
  * device endpoint composition, commissioning, feature representation in clusters, and UI context.
35
35
  *
36
- * @see {@link MatterSpecification.v151.Device} § 10.2
36
+ * @see {@link MatterSpecification.v16.Device} § 10.2
37
37
  */
38
38
  export interface BasicVideoPlayerDevice extends Identity<typeof BasicVideoPlayerDeviceDefinition> {
39
39
  }
@@ -14,7 +14,7 @@ import { Identity } from "@matter/general";
14
14
  * energy consumed in premises. It is not intended to be used for a UPS directly supplying a set of appliances, nor for
15
15
  * portable battery storage devices.
16
16
  *
17
- * @see {@link MatterSpecification.v151.Device} § 14.4
17
+ * @see {@link MatterSpecification.v16.Device} § 14.4
18
18
  */
19
19
  export interface BatteryStorageDevice extends Identity<typeof BatteryStorageDeviceDefinition> {
20
20
  }
@@ -10,7 +10,7 @@ import { Identity } from "@matter/general";
10
10
  /**
11
11
  * A Camera controller device is a device that provides interfaces for controlling and managing camera devices.
12
12
  *
13
- * @see {@link MatterSpecification.v151.Device} § 16.8
13
+ * @see {@link MatterSpecification.v16.Device} § 16.8
14
14
  */
15
15
  export interface CameraControllerDevice extends Identity<typeof CameraControllerDeviceDefinition> {
16
16
  }
@@ -21,7 +21,7 @@ import { Identity } from "@matter/general";
21
21
  * CameraDevice requires CameraAvStreamManagement cluster but CameraAvStreamManagement is not added by default because
22
22
  * you must select the features your device supports. You can add manually using CameraDevice.with().
23
23
  *
24
- * @see {@link MatterSpecification.v151.Device} § 16.1
24
+ * @see {@link MatterSpecification.v16.Device} § 16.1
25
25
  */
26
26
  export interface CameraDevice extends Identity<typeof CameraDeviceDefinition> {
27
27
  }
@@ -13,7 +13,7 @@ import { Identity } from "@matter/general";
13
13
  * A Casting Video Client is a client that can launch content on a Casting Video Player, for example, a Smart Speaker or
14
14
  * a Content Provider phone app.
15
15
  *
16
- * @see {@link MatterSpecification.v151.Device} § 10.6
16
+ * @see {@link MatterSpecification.v16.Device} § 10.6
17
17
  */
18
18
  export interface CastingVideoClientDevice extends Identity<typeof CastingVideoClientDeviceDefinition> {
19
19
  }
@@ -35,7 +35,7 @@ import { Identity } from "@matter/general";
35
35
  * See Section 10.1, "Video Player Architecture" for additional Casting Video Player requirements relating to Video
36
36
  * Player device endpoint composition, commissioning, feature representation in clusters, and UI context.
37
37
  *
38
- * @see {@link MatterSpecification.v151.Device} § 10.3
38
+ * @see {@link MatterSpecification.v16.Device} § 10.3
39
39
  */
40
40
  export interface CastingVideoPlayerDevice extends Identity<typeof CastingVideoPlayerDeviceDefinition> {
41
41
  }
@@ -12,7 +12,7 @@ import { Identity } from "@matter/general";
12
12
  * A Chime device is a device which can play from a range of pre installed sounds and is typically used with a Doorbell,
13
13
  * Audio Doorbell, or Video Doorbell.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Device} § 16.7
15
+ * @see {@link MatterSpecification.v16.Device} § 16.7
16
16
  */
17
17
  export interface ChimeDevice extends Identity<typeof ChimeDeviceDefinition> {
18
18
  }
@@ -8,7 +8,7 @@ import { Identity } from "@matter/general";
8
8
  /**
9
9
  * A Closure Controller is capable of controlling a Closure.
10
10
  *
11
- * @see {@link MatterSpecification.v151.Device} § 8.7
11
+ * @see {@link MatterSpecification.v16.Device} § 8.7
12
12
  */
13
13
  export interface ClosureControllerDevice extends Identity<typeof ClosureControllerDeviceDefinition> {
14
14
  }
@@ -25,12 +25,6 @@ export declare namespace ClosureControllerRequirements {
25
25
  * We provide this alias to the default implementation {@link IdentifyClient} for convenience.
26
26
  */
27
27
  const IdentifyClient: import("../behaviors/identify/IdentifyClient.js").IdentifyClientConstructor;
28
- /**
29
- * The Groups cluster is optional per the Matter specification.
30
- *
31
- * We provide this alias to the default implementation {@link GroupsClient} for convenience.
32
- */
33
- const GroupsClient: import("../behaviors/groups/GroupsClient.js").GroupsClientConstructor;
34
28
  /**
35
29
  * The ClosureDimension cluster is optional per the Matter specification.
36
30
  *
@@ -46,7 +40,6 @@ export declare namespace ClosureControllerRequirements {
46
40
  };
47
41
  optional: {
48
42
  Identify: import("../behaviors/identify/IdentifyClient.js").IdentifyClientConstructor;
49
- Groups: import("../behaviors/groups/GroupsClient.js").GroupsClientConstructor;
50
43
  ClosureDimension: import("../behaviors/closure-dimension/ClosureDimensionClient.js").ClosureDimensionClientConstructor;
51
44
  };
52
45
  };
@@ -1 +1 @@
1
- {"version":3,"file":"closure-controller.d.ts","sourceRoot":"","sources":["../../../src/devices/closure-controller.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAUH,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAEtE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,uBAAwB,SAAQ,QAAQ,CAAC,OAAO,iCAAiC,CAAC;CAAG;AAEtG,yBAAiB,6BAA6B,CAAC,CAAC;IAC5C;;;;OAIG;IACI,MAAM,oBAAoB,gGAA2B,CAAC;IAE7D;;;;OAIG;IACI,MAAM,cAAc,6EAAqB,CAAC;IAEjD;;;;OAIG;IACI,MAAM,YAAY,uEAAmB,CAAC;IAE7C;;;;OAIG;IACI,MAAM,sBAAsB,sGAA6B,CAAC;IAEjE;;OAEG;IACI,MAAM,MAAM;QACf,SAAS;YAAI,cAAc;;QAC3B,QAAQ;YAAI,QAAQ;YAAkB,MAAM;YAAgB,gBAAgB;;KAC/E,CAAC;CACL;AAED,eAAO,MAAM,iCAAiC;;;;;;WAM5C,CAAC;AAGH,eAAO,MAAM,uBAAuB,EAAE,uBAA2D,CAAC"}
1
+ {"version":3,"file":"closure-controller.d.ts","sourceRoot":"","sources":["../../../src/devices/closure-controller.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AASH,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAEtE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,uBAAwB,SAAQ,QAAQ,CAAC,OAAO,iCAAiC,CAAC;CAAG;AAEtG,yBAAiB,6BAA6B,CAAC,CAAC;IAC5C;;;;OAIG;IACI,MAAM,oBAAoB,gGAA2B,CAAC;IAE7D;;;;OAIG;IACI,MAAM,cAAc,6EAAqB,CAAC;IAEjD;;;;OAIG;IACI,MAAM,sBAAsB,sGAA6B,CAAC;IAEjE;;OAEG;IACI,MAAM,MAAM;QACf,SAAS;YAAI,cAAc;;QAC3B,QAAQ;YAAI,QAAQ;YAAkB,gBAAgB;;KACzD,CAAC;CACL;AAED,eAAO,MAAM,iCAAiC;;;;;;WAM5C,CAAC;AAGH,eAAO,MAAM,uBAAuB,EAAE,uBAA2D,CAAC"}
@@ -5,7 +5,6 @@
5
5
  */
6
6
  import { ClosureControlClient as BaseClosureControlClient } from "../behaviors/closure-control/ClosureControlClient.js";
7
7
  import { IdentifyClient as BaseIdentifyClient } from "../behaviors/identify/IdentifyClient.js";
8
- import { GroupsClient as BaseGroupsClient } from "../behaviors/groups/GroupsClient.js";
9
8
  import {
10
9
  ClosureDimensionClient as BaseClosureDimensionClient
11
10
  } from "../behaviors/closure-dimension/ClosureDimensionClient.js";
@@ -15,11 +14,10 @@ var ClosureControllerRequirements;
15
14
  ((ClosureControllerRequirements2) => {
16
15
  ClosureControllerRequirements2.ClosureControlClient = BaseClosureControlClient;
17
16
  ClosureControllerRequirements2.IdentifyClient = BaseIdentifyClient;
18
- ClosureControllerRequirements2.GroupsClient = BaseGroupsClient;
19
17
  ClosureControllerRequirements2.ClosureDimensionClient = BaseClosureDimensionClient;
20
18
  ClosureControllerRequirements2.client = {
21
19
  mandatory: { ClosureControl: ClosureControllerRequirements2.ClosureControlClient },
22
- optional: { Identify: ClosureControllerRequirements2.IdentifyClient, Groups: ClosureControllerRequirements2.GroupsClient, ClosureDimension: ClosureControllerRequirements2.ClosureDimensionClient }
20
+ optional: { Identify: ClosureControllerRequirements2.IdentifyClient, ClosureDimension: ClosureControllerRequirements2.ClosureDimensionClient }
23
21
  };
24
22
  })(ClosureControllerRequirements || (ClosureControllerRequirements = {}));
25
23
  const ClosureControllerDeviceDefinition = MutableEndpoint({
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/devices/closure-controller.ts"],
4
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,SAAS,wBAAwB,gCAAgC;AACjE,SAAS,kBAAkB,0BAA0B;AACrD,SAAS,gBAAgB,wBAAwB;AACjD;AAAA,EACI,0BAA0B;AAAA,OACvB;AACP,SAAS,uBAAuB;AAChC,SAAS,0BAA0B;AAU5B,IAAU;AAAA,CAAV,CAAUA,mCAAV;AAMI,EAAMA,+BAAA,uBAAuB;AAO7B,EAAMA,+BAAA,iBAAiB;AAOvB,EAAMA,+BAAA,eAAe;AAOrB,EAAMA,+BAAA,yBAAyB;AAK/B,EAAMA,+BAAA,SAAS;AAAA,IAClB,WAAW,EAAE,gBAAgBA,+BAAA,qBAAqB;AAAA,IAClD,UAAU,EAAE,UAAUA,+BAAA,gBAAgB,QAAQA,+BAAA,cAAc,kBAAkBA,+BAAA,uBAAuB;AAAA,EACzG;AAAA,GAnCa;AAsCV,MAAM,oCAAoC,gBAAgB;AAAA,EAC7D,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,cAAc;AAAA,EACd,WAAW,mBAAmB;AAClC,CAAC;AAED,OAAO,OAAO,iCAAiC;AACxC,MAAM,0BAAmD;",
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,SAAS,wBAAwB,gCAAgC;AACjE,SAAS,kBAAkB,0BAA0B;AACrD;AAAA,EACI,0BAA0B;AAAA,OACvB;AACP,SAAS,uBAAuB;AAChC,SAAS,0BAA0B;AAU5B,IAAU;AAAA,CAAV,CAAUA,mCAAV;AAMI,EAAMA,+BAAA,uBAAuB;AAO7B,EAAMA,+BAAA,iBAAiB;AAOvB,EAAMA,+BAAA,yBAAyB;AAK/B,EAAMA,+BAAA,SAAS;AAAA,IAClB,WAAW,EAAE,gBAAgBA,+BAAA,qBAAqB;AAAA,IAClD,UAAU,EAAE,UAAUA,+BAAA,gBAAgB,kBAAkBA,+BAAA,uBAAuB;AAAA,EACnF;AAAA,GA5Ba;AA+BV,MAAM,oCAAoC,gBAAgB;AAAA,EAC7D,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,cAAc;AAAA,EACd,WAAW,mBAAmB;AAClC,CAAC;AAED,OAAO,OAAO,iCAAiC;AACxC,MAAM,0BAAmD;",
5
5
  "names": ["ClosureControllerRequirements"]
6
6
  }
@@ -25,7 +25,7 @@ import { Identity } from "@matter/general";
25
25
  * ClosurePanelDevice requires ClosureDimension cluster but ClosureDimension is not added by default because you must
26
26
  * select the features your device supports. You can add manually using ClosurePanelDevice.with().
27
27
  *
28
- * @see {@link MatterSpecification.v151.Device} § 8.6
28
+ * @see {@link MatterSpecification.v16.Device} § 8.6
29
29
  */
30
30
  export interface ClosurePanelDevice extends Identity<typeof ClosurePanelDeviceDefinition> {
31
31
  }
@@ -19,7 +19,7 @@ import { Identity } from "@matter/general";
19
19
  * ClosureDevice requires ClosureControl cluster but ClosureControl is not added by default because you must select the
20
20
  * features your device supports. You can add manually using ClosureDevice.with().
21
21
  *
22
- * @see {@link MatterSpecification.v151.Device} § 8.5
22
+ * @see {@link MatterSpecification.v16.Device} § 8.5
23
23
  */
24
24
  export interface ClosureDevice extends Identity<typeof ClosureDeviceDefinition> {
25
25
  }
@@ -11,7 +11,7 @@ import { Identity } from "@matter/general";
11
11
  * A Color Dimmer Switch is a controller device that, when bound to a lighting device such as an Extended Color Light,
12
12
  * is capable of being used to adjust the color of the light being emitted.
13
13
  *
14
- * @see {@link MatterSpecification.v151.Device} § 6.3
14
+ * @see {@link MatterSpecification.v16.Device} § 6.3
15
15
  */
16
16
  export interface ColorDimmerSwitchDevice extends Identity<typeof ColorDimmerSwitchDeviceDefinition> {
17
17
  }
@@ -17,7 +17,7 @@ import { Identity } from "@matter/general";
17
17
  * light adjusted, and its color temperature adjusted by means of a bound controller device such as a Color Dimmer
18
18
  * Switch.
19
19
  *
20
- * @see {@link MatterSpecification.v151.Device} § 4.3
20
+ * @see {@link MatterSpecification.v16.Device} § 4.3
21
21
  */
22
22
  export interface ColorTemperatureLightDevice extends Identity<typeof ColorTemperatureLightDeviceDefinition> {
23
23
  }
@@ -12,7 +12,7 @@ import { Identity } from "@matter/general";
12
12
  /**
13
13
  * This defines conformance to the Contact Sensor device type.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Device} § 7.1
15
+ * @see {@link MatterSpecification.v16.Device} § 7.1
16
16
  */
17
17
  export interface ContactSensorDevice extends Identity<typeof ContactSensorDeviceDefinition> {
18
18
  }
@@ -20,7 +20,7 @@ import { Identity } from "@matter/general";
20
20
  * A Content App is usually an application built by a Content Provider. A Casting Video Player with a Content App
21
21
  * Platform is able to launch Content Apps and represent these apps as separate endpoints.
22
22
  *
23
- * @see {@link MatterSpecification.v151.Device} § 10.5
23
+ * @see {@link MatterSpecification.v16.Device} § 10.5
24
24
  */
25
25
  export interface ContentAppDevice extends Identity<typeof ContentAppDeviceDefinition> {
26
26
  }
@@ -12,7 +12,7 @@ import { Identity } from "@matter/general";
12
12
  * capable of being used to switch the device on or off, adjust the intensity of the light being emitted and adjust the
13
13
  * color of the light being emitted. In addition, a Control Bridge device is capable of being used for setting scenes.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Device} § 6.4
15
+ * @see {@link MatterSpecification.v16.Device} § 6.4
16
16
  */
17
17
  export interface ControlBridgeDevice extends Identity<typeof ControlBridgeDeviceDefinition> {
18
18
  }
@@ -13,7 +13,7 @@ import { Identity } from "@matter/general";
13
13
  * A Cook Surface device type represents a heating object on a cooktop or other similar device. It shall only be used
14
14
  * when composed as part of another device type.
15
15
  *
16
- * @see {@link MatterSpecification.v151.Device} § 13.7
16
+ * @see {@link MatterSpecification.v16.Device} § 13.7
17
17
  */
18
18
  export interface CookSurfaceDevice extends Identity<typeof CookSurfaceDeviceDefinition> {
19
19
  }
@@ -13,7 +13,7 @@ import { Identity } from "@matter/general";
13
13
  * below the glass surface directly to the magnetic induction cookware placed above or through traditional gas or
14
14
  * electric burners.
15
15
  *
16
- * @see {@link MatterSpecification.v151.Device} § 13.8
16
+ * @see {@link MatterSpecification.v16.Device} § 13.8
17
17
  */
18
18
  export interface CooktopDevice extends Identity<typeof CooktopDeviceDefinition> {
19
19
  }
@@ -16,7 +16,7 @@ import { Identity } from "@matter/general";
16
16
  * adjusted by means of a bound controller device such as a Dimmer Switch or a Color Dimmer Switch. In addition, a
17
17
  * Dimmable Light device is also capable of being switched by means of a bound occupancy sensor or other device(s).
18
18
  *
19
- * @see {@link MatterSpecification.v151.Device} § 4.2
19
+ * @see {@link MatterSpecification.v16.Device} § 4.2
20
20
  */
21
21
  export interface DimmableLightDevice extends Identity<typeof DimmableLightDeviceDefinition> {
22
22
  }
@@ -27,7 +27,7 @@ import { Identity } from "@matter/general";
27
27
  * following heuristic to distinguish the type of physical device based on the device type revision found on an endpoint
28
28
  * ("--" means the device type is not listed).
29
29
  *
30
- * @see {@link MatterSpecification.v151.Device} § 5.2
30
+ * @see {@link MatterSpecification.v16.Device} § 5.2
31
31
  */
32
32
  export interface DimmablePlugInUnitDevice extends Identity<typeof DimmablePlugInUnitDeviceDefinition> {
33
33
  }
@@ -11,7 +11,7 @@ import { Identity } from "@matter/general";
11
11
  * A Dimmer Switch is a controller device that, when bound to a lighting device such as a Dimmable Light, is capable of
12
12
  * being used to switch the device on or off and adjust the intensity of the light being emitted.
13
13
  *
14
- * @see {@link MatterSpecification.v151.Device} § 6.2
14
+ * @see {@link MatterSpecification.v16.Device} § 6.2
15
15
  */
16
16
  export interface DimmerSwitchDevice extends Identity<typeof DimmerSwitchDeviceDefinition> {
17
17
  }
@@ -17,7 +17,7 @@ import { Identity } from "@matter/general";
17
17
  * and other items associate with food preparation and consumption. The device can be permanently installed or portable
18
18
  * and can have variety of filling and draining methods.
19
19
  *
20
- * @see {@link MatterSpecification.v151.Device} § 13.5
20
+ * @see {@link MatterSpecification.v16.Device} § 13.5
21
21
  */
22
22
  export interface DishwasherDevice extends Identity<typeof DishwasherDeviceDefinition> {
23
23
  }
@@ -8,7 +8,7 @@ import { Identity } from "@matter/general";
8
8
  /**
9
9
  * A Door Lock Controller is a device capable of controlling a door lock.
10
10
  *
11
- * @see {@link MatterSpecification.v151.Device} § 8.2
11
+ * @see {@link MatterSpecification.v16.Device} § 8.2
12
12
  */
13
13
  export interface DoorLockControllerDevice extends Identity<typeof DoorLockControllerDeviceDefinition> {
14
14
  }
@@ -12,7 +12,7 @@ import { Identity } from "@matter/general";
12
12
  * A Door Lock is a device used to secure a door. It is possible to actuate a door lock either by means of a manual or a
13
13
  * remote method.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Device} § 8.1
15
+ * @see {@link MatterSpecification.v16.Device} § 8.1
16
16
  */
17
17
  export interface DoorLockDevice extends Identity<typeof DoorLockDeviceDefinition> {
18
18
  }
@@ -14,7 +14,7 @@ import { Identity } from "@matter/general";
14
14
  * DoorbellDevice requires Switch cluster but Switch is not added by default because you must select the features your
15
15
  * device supports. You can add manually using DoorbellDevice.with().
16
16
  *
17
- * @see {@link MatterSpecification.v151.Device} § 16.9
17
+ * @see {@link MatterSpecification.v16.Device} § 16.9
18
18
  */
19
19
  export interface DoorbellDevice extends Identity<typeof DoorbellDeviceDefinition> {
20
20
  }
@@ -12,7 +12,7 @@ import { Identity } from "@matter/general";
12
12
  /**
13
13
  * A Electrical Energy Tariff is a device that defines a tariff for the consumption or production of electrical energy.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Device} § 14.7
15
+ * @see {@link MatterSpecification.v16.Device} § 14.7
16
16
  */
17
17
  export interface ElectricalEnergyTariffDevice extends Identity<typeof ElectricalEnergyTariffDeviceDefinition> {
18
18
  }
@@ -16,7 +16,7 @@ import { Identity } from "@matter/general";
16
16
  * added by default because you must select the features your device supports. You can add manually using
17
17
  * ElectricalMeterDevice.with().
18
18
  *
19
- * @see {@link MatterSpecification.v151.Device} § 14.8
19
+ * @see {@link MatterSpecification.v16.Device} § 14.8
20
20
  */
21
21
  export interface ElectricalMeterDevice extends Identity<typeof ElectricalMeterDeviceDefinition> {
22
22
  }
@@ -11,7 +11,7 @@ import { Identity } from "@matter/general";
11
11
  * An Electrical Utility Meter device provides utility account information, as well as optional details about tariffs
12
12
  * and metering.
13
13
  *
14
- * @see {@link MatterSpecification.v151.Device} § 14.9
14
+ * @see {@link MatterSpecification.v16.Device} § 14.9
15
15
  */
16
16
  export interface ElectricalUtilityMeterDevice extends Identity<typeof ElectricalUtilityMeterDeviceDefinition> {
17
17
  }
@@ -15,7 +15,7 @@ import { Identity } from "@matter/general";
15
15
  * mains electricity supply to allow it to be charged (or discharged in case of Vehicle to Grid / Vehicle to Home
16
16
  * applications).
17
17
  *
18
- * @see {@link MatterSpecification.v151.Device} § 14.1
18
+ * @see {@link MatterSpecification.v16.Device} § 14.1
19
19
  */
20
20
  export interface EnergyEvseDevice extends Identity<typeof EnergyEvseDeviceDefinition> {
21
21
  }
@@ -19,7 +19,7 @@ import { Identity } from "@matter/general";
19
19
  * coordinates, and color temperature. In addition, the extended color light is also capable of being switched by means
20
20
  * of a bound occupancy sensor.
21
21
  *
22
- * @see {@link MatterSpecification.v151.Device} § 4.4
22
+ * @see {@link MatterSpecification.v16.Device} § 4.4
23
23
  */
24
24
  export interface ExtendedColorLightDevice extends Identity<typeof ExtendedColorLightDeviceDefinition> {
25
25
  }
@@ -30,7 +30,7 @@ import { Identity } from "@matter/general";
30
30
  *
31
31
  * - Telescoping Extractors
32
32
  *
33
- * @see {@link MatterSpecification.v151.Device} § 13.10
33
+ * @see {@link MatterSpecification.v16.Device} § 13.10
34
34
  */
35
35
  export interface ExtractorHoodDevice extends Identity<typeof ExtractorHoodDeviceDefinition> {
36
36
  }
@@ -13,7 +13,7 @@ import { Identity } from "@matter/general";
13
13
  /**
14
14
  * A Fan device is typically standalone or mounted on a ceiling or wall and is used to circulate air in a room.
15
15
  *
16
- * @see {@link MatterSpecification.v151.Device} § 9.2
16
+ * @see {@link MatterSpecification.v16.Device} § 9.2
17
17
  */
18
18
  export interface FanDevice extends Identity<typeof FanDeviceDefinition> {
19
19
  }
@@ -10,7 +10,7 @@ import { Identity } from "@matter/general";
10
10
  * A Floodlight Camera device is a composite device which combines a camera and a light, primarily used in security use
11
11
  * cases.
12
12
  *
13
- * @see {@link MatterSpecification.v151.Device} § 16.2
13
+ * @see {@link MatterSpecification.v16.Device} § 16.2
14
14
  */
15
15
  export interface FloodlightCameraDevice extends Identity<typeof FloodlightCameraDeviceDefinition> {
16
16
  }
@@ -11,7 +11,7 @@ import { Identity } from "@matter/general";
11
11
  /**
12
12
  * A Flow Sensor device measures and reports the flow rate of a fluid.
13
13
  *
14
- * @see {@link MatterSpecification.v151.Device} § 7.6
14
+ * @see {@link MatterSpecification.v16.Device} § 7.6
15
15
  */
16
16
  export interface FlowSensorDevice extends Identity<typeof FlowSensorDeviceDefinition> {
17
17
  }
@@ -14,7 +14,7 @@ import { Identity } from "@matter/general";
14
14
  * GenericSwitchDevice requires Switch cluster but Switch is not added by default because you must select the features
15
15
  * your device supports. You can add manually using GenericSwitchDevice.with().
16
16
  *
17
- * @see {@link MatterSpecification.v151.Device} § 6.6
17
+ * @see {@link MatterSpecification.v16.Device} § 6.6
18
18
  */
19
19
  export interface GenericSwitchDevice extends Identity<typeof GenericSwitchDeviceDefinition> {
20
20
  }
@@ -15,7 +15,7 @@ import { Identity } from "@matter/general";
15
15
  * Note that the Water Heater device type can also be heated by a heat pump and has similar requirements, but that
16
16
  * cannot be used for space heating.
17
17
  *
18
- * @see {@link MatterSpecification.v151.Device} § 14.5
18
+ * @see {@link MatterSpecification.v16.Device} § 14.5
19
19
  */
20
20
  export interface HeatPumpDevice extends Identity<typeof HeatPumpDeviceDefinition> {
21
21
  }
@@ -11,7 +11,7 @@ import { Identity } from "@matter/general";
11
11
  /**
12
12
  * A humidity sensor (in most cases a Relative humidity sensor) reports humidity measurements.
13
13
  *
14
- * @see {@link MatterSpecification.v151.Device} § 7.7
14
+ * @see {@link MatterSpecification.v16.Device} § 7.7
15
15
  */
16
16
  export interface HumiditySensorDevice extends Identity<typeof HumiditySensorDeviceDefinition> {
17
17
  }