@matter/node 0.17.4 → 0.17.5-alpha.0-20260704-9ea70abfa

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
@@ -53,6 +53,7 @@ import {
53
53
  AttributePath,
54
54
  DEFAULT_MAX_PATHS_PER_INVOKE,
55
55
  EventPath,
56
+ GroupId,
56
57
  INTERACTION_PROTOCOL_ID,
57
58
  InvokeResponseData,
58
59
  ReceivedStatusResponseError,
@@ -65,12 +66,19 @@ import {
65
66
  TlvSubscribeResponse,
66
67
  TypeFromSchema,
67
68
  } from "@matter/types";
69
+ import { Groupcast } from "@matter/types/clusters/groupcast";
68
70
  import { ServerNode } from "../ServerNode.js";
69
71
  import { OnlineServerInteraction } from "./OnlineServerInteraction.js";
70
72
  import { ServerSubscription, ServerSubscriptionConfig, ServerSubscriptionContext } from "./ServerSubscription.js";
71
73
 
72
74
  const logger = Logger.get("InteractionServer");
73
75
 
76
+ // Hard acceptance ceiling for paths in a single read/subscribe interaction, set to the upper bound of the
77
+ // CapabilityMinimaStruct field constraints in the data model. Separate from the advertised CapabilityMinima defaults:
78
+ // we advertise a guaranteed floor and accept up to this ceiling, blocking only beyond it.
79
+ const MAX_READ_PATHS = 10_000;
80
+ const MAX_SUBSCRIBE_PATHS = 10_000;
81
+
74
82
  export interface PeerSubscription {
75
83
  subscriptionId: number;
76
84
  peerAddress: PeerAddress;
@@ -83,6 +91,13 @@ export interface PeerSubscription {
83
91
  sendInterval: Duration;
84
92
  }
85
93
 
94
+ /** Cumulative counters tracked by the interaction server since startup. */
95
+ export interface InteractionCounters {
96
+ totalSubscriptionsEstablished: number;
97
+ totalInteractionModelMessagesSent: number;
98
+ totalInteractionModelMessagesReceived: number;
99
+ }
100
+
86
101
  function validateReadAttributesPath(path: AttributePath) {
87
102
  const { clusterId, attributeId } = path;
88
103
  if (clusterId === undefined && attributeId !== undefined) {
@@ -139,6 +154,11 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
139
154
  #newActivityBlocked = false;
140
155
  #aclServer?: AccessControlServer;
141
156
  #serverInteraction: OnlineServerInteraction;
157
+ #counters: InteractionCounters = {
158
+ totalSubscriptionsEstablished: 0,
159
+ totalInteractionModelMessagesSent: 0,
160
+ totalInteractionModelMessagesReceived: 0,
161
+ };
142
162
 
143
163
  constructor(node: ServerNode, sessions: SessionManager) {
144
164
  this.#lifetime = node.construction.join("interaction server");
@@ -182,6 +202,10 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
182
202
  return this.#subscriptionEstablishmentStarted;
183
203
  }
184
204
 
205
+ get counters(): InteractionCounters {
206
+ return this.#counters;
207
+ }
208
+
185
209
  async onNewExchange(exchange: MessageExchange, message: Message) {
186
210
  // When closing, ignore anything newly incoming
187
211
  if (this.#newActivityBlocked || this.isClosing) {
@@ -194,6 +218,11 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
194
218
  return await this.clientHandler.onNewExchange(exchange, message);
195
219
  }
196
220
 
221
+ // Count the initiating message (received before the exchange notifier could be attached) then track all
222
+ // further sends/receipts on this exchange (chunked DataReports, StatusResponse acks, etc.)
223
+ this.#counters.totalInteractionModelMessagesReceived++;
224
+ this.#countExchangeMessages(exchange);
225
+
197
226
  // Activity tracking. This provides diagnostic information and prevents the server from shutting down whilst
198
227
  // the exchange is active
199
228
  using activity = this.#activity.begin(`session#${exchange.session.id.toString(16)}`);
@@ -207,6 +236,23 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
207
236
  }
208
237
  }
209
238
 
239
+ /**
240
+ * Attach per-message counters to an exchange so DeviceLoadStatus reflects every IM message sent and received.
241
+ * Excludes MRP retransmissions (only the initial transmission of each message counts) and duplicate receipts.
242
+ */
243
+ #countExchangeMessages(exchange: MessageExchange) {
244
+ exchange.onSend = (_, retransmission) => {
245
+ if (retransmission === 0) {
246
+ this.#counters.totalInteractionModelMessagesSent++;
247
+ }
248
+ };
249
+ exchange.onReceive = (_, duplicate) => {
250
+ if (!duplicate) {
251
+ this.#counters.totalInteractionModelMessagesReceived++;
252
+ }
253
+ };
254
+ }
255
+
210
256
  get aclServer() {
211
257
  if (this.#aclServer !== undefined) {
212
258
  return this.#aclServer;
@@ -313,6 +359,14 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
313
359
 
314
360
  validateReadPaths(attributeRequests, eventRequests);
315
361
 
362
+ const readPathsCount = (attributeRequests?.length ?? 0) + (eventRequests?.length ?? 0);
363
+ if (readPathsCount > MAX_READ_PATHS) {
364
+ throw new StatusResponseError(
365
+ `Read request with ${readPathsCount} paths exceeds maximum of ${MAX_READ_PATHS}`,
366
+ Status.PathsExhausted,
367
+ );
368
+ }
369
+
316
370
  return {
317
371
  dataReport: {
318
372
  interactionModelRevision: Specification.INTERACTION_MODEL_REVISION,
@@ -539,6 +593,14 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
539
593
  throw new StatusResponseError("Subscriptions are only allowed on unicast sessions", Status.InvalidAction);
540
594
  }
541
595
 
596
+ const subscribePathsCount = (attributeRequests?.length ?? 0) + (eventRequests?.length ?? 0);
597
+ if (subscribePathsCount > MAX_SUBSCRIBE_PATHS) {
598
+ throw new StatusResponseError(
599
+ `Subscribe request with ${subscribePathsCount} paths exceeds maximum of ${MAX_SUBSCRIBE_PATHS}`,
600
+ Status.PathsExhausted,
601
+ );
602
+ }
603
+
542
604
  NodeSession.assert(exchange.session, "Subscriptions are only implemented on secure sessions");
543
605
  const session = exchange.session;
544
606
  const fabric = session.fabric;
@@ -676,13 +738,19 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
676
738
 
677
739
  // When an error occurs while sending the response, the subscription is not yet active and will be cleaned up by GC
678
740
  subscription.activate();
741
+ this.#counters.totalSubscriptionsEstablished++;
679
742
  }
680
743
 
681
744
  #initiateSubscriptionExchange(addressOrSession: PeerAddress | Session, protocolId: number) {
682
- if (addressOrSession instanceof Session) {
683
- return this.#context.exchangeManager.initiateExchangeForSession(addressOrSession, protocolId);
684
- }
685
- return this.#context.exchangeManager.initiateExchange(addressOrSession, protocolId);
745
+ const exchange =
746
+ addressOrSession instanceof Session
747
+ ? this.#context.exchangeManager.initiateExchangeForSession(addressOrSession, protocolId)
748
+ : this.#context.exchangeManager.initiateExchange(addressOrSession, protocolId);
749
+
750
+ // Count subscription report messages we push and the acks we receive in response
751
+ this.#countExchangeMessages(exchange);
752
+
753
+ return exchange;
686
754
  }
687
755
 
688
756
  async #establishSubscription(
@@ -789,6 +857,7 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
789
857
  true, // Do not send status responses because we simulate that the subscription is still established
790
858
  );
791
859
  subscription.activate();
860
+ this.#counters.totalSubscriptionsEstablished++;
792
861
 
793
862
  logger.notice(
794
863
  `Subscription successfully reestablished`,
@@ -869,9 +938,47 @@ export class InteractionServer implements ProtocolHandler, InteractionRecipient
869
938
  // Get the invoke-results from the server interaction
870
939
  const results = this.#serverInteraction.invoke(request, context);
871
940
 
872
- // A groupcast invoke never produces a response; just consume the iterator.
941
+ // For group sessions: consume iterator, report each dispatched command to SessionManager so
942
+ // Groupcast testing (if enabled for the fabric) can emit the GroupcastTesting event
873
943
  if (isGroupSession) {
874
- for await (const _chunk of results);
944
+ const rawGroupId = message.packetHeader.destGroupId;
945
+ const groupId = rawGroupId !== undefined ? GroupId(rawGroupId) : undefined;
946
+ const fabric = exchange.session.associatedFabric;
947
+ let emitted = false;
948
+ for await (const chunk of results) {
949
+ for (const data of chunk) {
950
+ if (data.kind !== "cmd-response" && data.kind !== "cmd-status") {
951
+ continue;
952
+ }
953
+ const accessAllowed = data.kind === "cmd-response" || data.status === Status.Success;
954
+ this.#context.sessions.emitGroupMessage({
955
+ result: Groupcast.GroupcastTestResult.Success,
956
+ fabric,
957
+ groupId,
958
+ endpointId: data.path.endpointId,
959
+ clusterId: data.path.clusterId,
960
+ elementId: data.path.commandId,
961
+ accessAllowed,
962
+ });
963
+ emitted = true;
964
+ }
965
+ }
966
+ // If wildcard expansion produced no dispatches (all paths filtered out by ACL or no
967
+ // endpoint mappings for the group), still emit one event per requested invoke path so
968
+ // observers see the message arrived. FailedAuth + accessAllowed=false signals denial.
969
+ if (!emitted) {
970
+ for (const { commandPath } of invokeRequests) {
971
+ this.#context.sessions.emitGroupMessage({
972
+ result: Groupcast.GroupcastTestResult.FailedAuth,
973
+ fabric,
974
+ groupId,
975
+ endpointId: commandPath.endpointId,
976
+ clusterId: commandPath.clusterId,
977
+ elementId: commandPath.commandId,
978
+ accessAllowed: false,
979
+ });
980
+ }
981
+ }
875
982
  return;
876
983
  }
877
984
 
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the closure domain and shall NOT be used in any other
13
13
  * domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 26
15
+ * @see {@link MatterSpecification.v16.Namespace} § 26
16
16
  */
17
17
  export const ClosureCabinetTag = SemanticNamespace({
18
18
  id: 0x48,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the closure domain and shall NOT be used in any other
13
13
  * domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 24
15
+ * @see {@link MatterSpecification.v16.Namespace} § 24
16
16
  */
17
17
  export const ClosureCoveringTag = SemanticNamespace({
18
18
  id: 0x46,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the closure panel domain and shall NOT be used in any
13
13
  * other domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 23
15
+ * @see {@link MatterSpecification.v16.Namespace} § 23
16
16
  */
17
17
  export const ClosurePanelTag = SemanticNamespace({
18
18
  id: 0x45,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the closure domain and shall NOT be used in any other
13
13
  * domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 22
15
+ * @see {@link MatterSpecification.v16.Namespace} § 22
16
16
  */
17
17
  export const ClosureTag = SemanticNamespace({
18
18
  id: 0x44,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the closure domain and shall NOT be used in any other
13
13
  * domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 25
15
+ * @see {@link MatterSpecification.v16.Namespace} § 25
16
16
  */
17
17
  export const ClosureWindowTag = SemanticNamespace({
18
18
  id: 0x47,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the energy calendar domain and shall NOT be used in
13
13
  * any other domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 11
15
+ * @see {@link MatterSpecification.v16.Namespace} § 11
16
16
  */
17
17
  export const CommodityTariffChronologyTag = SemanticNamespace({
18
18
  id: 0xb,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the Commodity Tariff commodity domain and shall NOT be
13
13
  * used in any other domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 12
15
+ * @see {@link MatterSpecification.v16.Namespace} § 12
16
16
  */
17
17
  export const CommodityTariffCommodityTag = SemanticNamespace({
18
18
  id: 0xd,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the Commodity Tariff flow domain and shall NOT be used
13
13
  * in any other domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 18
15
+ * @see {@link MatterSpecification.v16.Namespace} § 18
16
16
  */
17
17
  export const CommodityTariffFlowTag = SemanticNamespace({
18
18
  id: 0x13,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace may be used in any domain or context, to indicate an association with an indoor
13
13
  * or outdoor area of a home.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 15
15
+ * @see {@link MatterSpecification.v16.Namespace} § 15
16
16
  */
17
17
  export const CommonAreaNamespaceTag = SemanticNamespace({
18
18
  id: 0x10,
@@ -17,7 +17,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
17
17
  * > NOTE: This namespace has been deprecated as of Matter 1.4.2. Clients SHOULD still have support for these tags,
18
18
  * since the tags could be used by a server certified on a previous revision of Matter.
19
19
  *
20
- * @see {@link MatterSpecification.v151.Namespace} § 2
20
+ * @see {@link MatterSpecification.v16.Namespace} § 2
21
21
  */
22
22
  export const CommonClosureTag = SemanticNamespace({
23
23
  id: 0x1,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace may be used in any domain or context, to indicate an association with a movement
13
13
  * into a certain compass direction. Note the difference with Chapter 4, Common Compass Location Semantic Tag Namespace.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 3
15
+ * @see {@link MatterSpecification.v16.Namespace} § 3
16
16
  */
17
17
  export const CommonCompassDirectionTag = SemanticNamespace({
18
18
  id: 0x2,
@@ -13,7 +13,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
13
13
  * in a certain compass direction (e.g. an outdoor sensor in the North garden). Note the difference with Chapter 3,
14
14
  * Common Compass Direction Semantic Tag Namespace.
15
15
  *
16
- * @see {@link MatterSpecification.v151.Namespace} § 4
16
+ * @see {@link MatterSpecification.v16.Namespace} § 4
17
17
  */
18
18
  export const CommonCompassLocationTag = SemanticNamespace({
19
19
  id: 0x3,
@@ -13,7 +13,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
13
13
  * in a certain direction relative to the device. Note the difference with Chapter 9, Common Position Semantic Tag
14
14
  * Namespace.
15
15
  *
16
- * @see {@link MatterSpecification.v151.Namespace} § 5
16
+ * @see {@link MatterSpecification.v16.Namespace} § 5
17
17
  */
18
18
  export const CommonDirectionTag = SemanticNamespace({
19
19
  id: 0x4,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace may be used in any domain or context, to indicate an association with a home
13
13
  * landmark.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 16
15
+ * @see {@link MatterSpecification.v16.Namespace} § 16
16
16
  */
17
17
  export const CommonLandmarkNamespaceTag = SemanticNamespace({
18
18
  id: 0x11,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace may be used in any domain or context, to indicate an association with a certain
13
13
  * level for a feature of a device (e.g. a button to set the speed of a fan).
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 6
15
+ * @see {@link MatterSpecification.v16.Namespace} § 6
16
16
  */
17
17
  export const CommonLevelTag = SemanticNamespace({
18
18
  id: 0x5,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace may be used in any domain or context, to indicate an association with a location
13
13
  * of a device (e.g. an outdoor temperature sensor).
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 7
15
+ * @see {@link MatterSpecification.v16.Namespace} § 7
16
16
  */
17
17
  export const CommonLocationTag = SemanticNamespace({
18
18
  id: 0x6,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace may be used in any domain or context, to indicate an association with a certain
13
13
  * numeric feature of a device (e.g. a numeric input button).
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 8
15
+ * @see {@link MatterSpecification.v16.Namespace} § 8
16
16
  */
17
17
  export const CommonNumberTag = SemanticNamespace({
18
18
  id: 0x7,
@@ -23,7 +23,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
23
23
  * comprised of Arabic numerals encoded as a string to indicate the row/column of the item. Number words (e.g. "one",
24
24
  * "two", etc.) shall NOT be used to describe the position of the item. The first row/column shall use Label "1".
25
25
  *
26
- * @see {@link MatterSpecification.v151.Namespace} § 9
26
+ * @see {@link MatterSpecification.v16.Namespace} § 9
27
27
  */
28
28
  export const CommonPositionTag = SemanticNamespace({
29
29
  id: 0x8,
@@ -15,7 +15,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
15
15
  * difference with Chapter 9, Common Position Semantic Tag Namespace, which contains tags indicating the position
16
16
  * relative to the device.
17
17
  *
18
- * @see {@link MatterSpecification.v151.Namespace} § 17
18
+ * @see {@link MatterSpecification.v16.Namespace} § 17
19
19
  */
20
20
  export const CommonRelativePositionTag = SemanticNamespace({
21
21
  id: 0x12,
@@ -12,7 +12,7 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
12
12
  * The tags contained in this namespace are restricted for use in the electrical measurement domain and shall NOT be
13
13
  * used in any other domain or context.
14
14
  *
15
- * @see {@link MatterSpecification.v151.Namespace} § 10
15
+ * @see {@link MatterSpecification.v16.Namespace} § 10
16
16
  */
17
17
  export const ElectricalMeasurementTag = SemanticNamespace({
18
18
  id: 0xa,
@@ -0,0 +1,71 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+
9
+ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
10
+
11
+ /**
12
+ * The tags contained in this namespace are intended to be used to identify human activity by some detection or sensing
13
+ * implementation.
14
+ *
15
+ * @see {@link MatterSpecification.v16.Namespace} § 29
16
+ */
17
+ export const IdentifiedHumanActivityTag = SemanticNamespace({
18
+ id: 0x4b,
19
+
20
+ tags: {
21
+ /**
22
+ * Unknown human activity is detected.
23
+ */
24
+ Unknown: { id: 0x0, label: "Unknown" },
25
+
26
+ /**
27
+ * Human fall is detected.
28
+ */
29
+ Fall: { id: 0x1, label: "Fall" },
30
+
31
+ /**
32
+ * Human sleeping is detected.
33
+ */
34
+ Sleeping: { id: 0x2, label: "Sleeping" },
35
+
36
+ /**
37
+ * Human walking is detected.
38
+ */
39
+ Walking: { id: 0x3, label: "Walking" },
40
+
41
+ /**
42
+ * Human workout is detected.
43
+ */
44
+ Workout: { id: 0x4, label: "Workout" },
45
+
46
+ /**
47
+ * Human sitting is detected.
48
+ */
49
+ Sitting: { id: 0x5, label: "Sitting" },
50
+
51
+ /**
52
+ * Human standing is detected.
53
+ */
54
+ Standing: { id: 0x6, label: "Standing" },
55
+
56
+ /**
57
+ * Human dancing is detected.
58
+ */
59
+ Dancing: { id: 0x7, label: "Dancing" },
60
+
61
+ /**
62
+ * Human delivery of package is detected.
63
+ */
64
+ PackageDelivery: { id: 0x8, label: "PackageDelivery" },
65
+
66
+ /**
67
+ * Human retrieval of package is detected.
68
+ */
69
+ PackageRetrieval: { id: 0x9, label: "PackageRetrieval" }
70
+ }
71
+ });
@@ -0,0 +1,99 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+
9
+ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
10
+
11
+ /**
12
+ * This section contains the standard semantic tag namespace for identifiable objects to be exposed by some detection or
13
+ * sensing implementation.
14
+ *
15
+ * Thus, the tags contained in this namespace are intended to be used to identify a specific detected object for a
16
+ * common use.
17
+ *
18
+ * Regarding pet object identification, if an implementation enables a further specific pet identification such as a
19
+ * "Dog" or a "Cat", then the specific pet object identification tag shall be used instead of a generalized "Pet" object
20
+ * identification tag. If a client cannot recognize the specific pet identification tag, then, the client SHOULD
21
+ * recognize it either as a pet or an animal identification tag based on its recognition capability.
22
+ *
23
+ * Similarly, if an implementation enables a further specific person/human identification such as an "Adult" or a
24
+ * "Child", then the specific person/human object identification tag shall be used instead of a generalized "Person"
25
+ * object identification tag. If a client cannot recognize the specific person/human object identification tag, then,
26
+ * the client SHOULD recognize it either as a person or a human identification tag based on its recognition capability."
27
+ *
28
+ * @see {@link MatterSpecification.v16.Namespace} § 28
29
+ */
30
+ export const IdentifiedObjectTag = SemanticNamespace({
31
+ id: 0x49,
32
+
33
+ tags: {
34
+ /**
35
+ * Unknown object is detected.
36
+ */
37
+ Unknown: { id: 0x0, label: "Unknown" },
38
+
39
+ /**
40
+ * Human adult is detected.
41
+ */
42
+ Adult: { id: 0x1, label: "Adult" },
43
+
44
+ /**
45
+ * Human child is detected.
46
+ */
47
+ Child: { id: 0x2, label: "Child" },
48
+
49
+ /**
50
+ * Person is detected.
51
+ */
52
+ Person: { id: 0x3, label: "Person" },
53
+
54
+ /**
55
+ * Robot Vacuum Cleaner is detected.
56
+ */
57
+ Rvc: { id: 0x4, label: "RVC" },
58
+
59
+ /**
60
+ * Pet animal is detected.
61
+ */
62
+ Pet: { id: 0x5, label: "Pet" },
63
+
64
+ /**
65
+ * Dog is detected.
66
+ */
67
+ Dog: { id: 0x6, label: "Dog" },
68
+
69
+ /**
70
+ * Cat is detected.
71
+ */
72
+ Cat: { id: 0x7, label: "Cat" },
73
+
74
+ /**
75
+ * Animal is detected.
76
+ */
77
+ Animal: { id: 0x8, label: "Animal" },
78
+
79
+ /**
80
+ * Car is detected.
81
+ */
82
+ Car: { id: 0x9, label: "Car" },
83
+
84
+ /**
85
+ * Vehicle is detected.
86
+ */
87
+ Vehicle: { id: 0xa, label: "Vehicle" },
88
+
89
+ /**
90
+ * Package is detected.
91
+ */
92
+ Package: { id: 0xb, label: "Package" },
93
+
94
+ /**
95
+ * Clothes are detected.
96
+ */
97
+ Clothes: { id: 0xc, label: "Clothes" }
98
+ }
99
+ });