@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.
- package/dist/cjs/behavior/context/ActionContext.d.ts +1 -1
- package/dist/cjs/behavior/state/validation/FabricIndexSentinel.d.ts +3 -2
- package/dist/cjs/behavior/state/validation/FabricIndexSentinel.d.ts.map +1 -1
- package/dist/cjs/behavior/state/validation/FabricIndexSentinel.js.map +1 -1
- package/dist/cjs/behavior/supervision/ValueSupervisor.d.ts +3 -2
- package/dist/cjs/behavior/supervision/ValueSupervisor.d.ts.map +1 -1
- package/dist/cjs/behavior/system/network/ServerGroupNetworking.d.ts.map +1 -1
- package/dist/cjs/behavior/system/network/ServerGroupNetworking.js +13 -9
- package/dist/cjs/behavior/system/network/ServerGroupNetworking.js.map +1 -1
- package/dist/cjs/behavior/system/software-update/SoftwareUpdateManager.js +1 -1
- package/dist/cjs/behavior/system/software-update/SoftwareUpdateManager.js.map +1 -1
- package/dist/cjs/behaviors/access-control/AccessControlServer.d.ts +40 -2
- package/dist/cjs/behaviors/access-control/AccessControlServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/access-control/AccessControlServer.js +102 -5
- package/dist/cjs/behaviors/access-control/AccessControlServer.js.map +1 -1
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.d.ts +29 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.d.ts.map +1 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.js +34 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.js.map +6 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingClient.d.ts +17 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingClient.d.ts.map +1 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingClient.js +34 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingClient.js.map +6 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingServer.d.ts +17 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingServer.d.ts.map +1 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingServer.js +32 -0
- package/dist/cjs/behaviors/ambient-context-sensing/AmbientContextSensingServer.js.map +6 -0
- package/dist/cjs/behaviors/ambient-context-sensing/index.d.ts +10 -0
- package/dist/cjs/behaviors/ambient-context-sensing/index.d.ts.map +1 -0
- package/dist/cjs/behaviors/ambient-context-sensing/index.js +26 -0
- package/dist/cjs/behaviors/ambient-context-sensing/index.js.map +6 -0
- package/dist/cjs/behaviors/basic-information/BasicInformationServer.d.ts +24 -0
- package/dist/cjs/behaviors/basic-information/BasicInformationServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/basic-information/BasicInformationServer.js +44 -0
- package/dist/cjs/behaviors/basic-information/BasicInformationServer.js.map +1 -1
- package/dist/cjs/behaviors/boolean-state/BooleanStateBehavior.d.ts +3 -0
- package/dist/cjs/behaviors/boolean-state/BooleanStateBehavior.d.ts.map +1 -1
- package/dist/cjs/behaviors/boolean-state/BooleanStateBehavior.js.map +1 -1
- package/dist/cjs/behaviors/boolean-state/BooleanStateServer.d.ts +7 -3
- package/dist/cjs/behaviors/boolean-state/BooleanStateServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/boolean-state/BooleanStateServer.js +6 -2
- package/dist/cjs/behaviors/boolean-state/BooleanStateServer.js.map +1 -1
- package/dist/cjs/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.d.ts +23 -0
- package/dist/cjs/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.js +36 -0
- package/dist/cjs/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.js.map +1 -1
- package/dist/cjs/behaviors/general-commissioning/ServerNodeFailsafeContext.d.ts +1 -1
- package/dist/cjs/behaviors/general-commissioning/ServerNodeFailsafeContext.js +1 -1
- package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.d.ts +15 -1
- package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.js +52 -1
- package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.js.map +1 -1
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementBehavior.d.ts +3 -0
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementBehavior.d.ts.map +1 -1
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementBehavior.js.map +1 -1
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementServer.d.ts +22 -3
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementServer.js +80 -7
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementServer.js.map +1 -1
- package/dist/cjs/behaviors/groupcast/GroupcastBehavior.d.ts +28 -0
- package/dist/cjs/behaviors/groupcast/GroupcastBehavior.d.ts.map +1 -0
- package/dist/cjs/behaviors/groupcast/GroupcastBehavior.js +34 -0
- package/dist/cjs/behaviors/groupcast/GroupcastBehavior.js.map +6 -0
- package/dist/cjs/behaviors/groupcast/GroupcastClient.d.ts +17 -0
- package/dist/cjs/behaviors/groupcast/GroupcastClient.d.ts.map +1 -0
- package/dist/cjs/behaviors/groupcast/GroupcastClient.js +34 -0
- package/dist/cjs/behaviors/groupcast/GroupcastClient.js.map +6 -0
- package/dist/cjs/behaviors/groupcast/GroupcastInterface.d.ts +34 -0
- package/dist/cjs/behaviors/groupcast/GroupcastInterface.d.ts.map +1 -0
- package/dist/cjs/behaviors/groupcast/GroupcastInterface.js +22 -0
- package/dist/cjs/behaviors/groupcast/GroupcastInterface.js.map +6 -0
- package/dist/cjs/behaviors/groupcast/GroupcastServer.d.ts +58 -0
- package/dist/cjs/behaviors/groupcast/GroupcastServer.d.ts.map +1 -0
- package/dist/cjs/behaviors/groupcast/GroupcastServer.js +510 -0
- package/dist/cjs/behaviors/groupcast/GroupcastServer.js.map +6 -0
- package/dist/cjs/behaviors/groupcast/index.d.ts +10 -0
- package/dist/cjs/behaviors/groupcast/index.d.ts.map +1 -0
- package/dist/cjs/behaviors/groupcast/index.js +26 -0
- package/dist/cjs/behaviors/groupcast/index.js.map +6 -0
- package/dist/cjs/behaviors/groups/GroupsServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/groups/GroupsServer.js +22 -0
- package/dist/cjs/behaviors/groups/GroupsServer.js.map +1 -1
- package/dist/cjs/behaviors/index.d.ts +3 -0
- package/dist/cjs/behaviors/index.d.ts.map +1 -1
- package/dist/cjs/behaviors/index.js +3 -0
- package/dist/cjs/behaviors/index.js.map +1 -1
- package/dist/cjs/behaviors/level-control/LevelControlServer.d.ts +1 -1
- package/dist/cjs/behaviors/level-control/LevelControlServer.js +1 -1
- package/dist/cjs/behaviors/occupancy-sensing/OccupancySensingServer.d.ts +2 -0
- package/dist/cjs/behaviors/occupancy-sensing/OccupancySensingServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/occupancy-sensing/OccupancySensingServer.js +10 -0
- package/dist/cjs/behaviors/occupancy-sensing/OccupancySensingServer.js.map +1 -1
- package/dist/cjs/behaviors/operational-credentials/VendorIdVerification.d.ts +2 -2
- package/dist/cjs/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.js +1 -1
- package/dist/cjs/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.js.map +1 -1
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmBehavior.d.ts +29 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmBehavior.d.ts.map +1 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmBehavior.js +34 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmBehavior.js.map +6 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmClient.d.ts +17 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmClient.d.ts.map +1 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmClient.js +34 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmClient.js.map +6 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmServer.d.ts +16 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmServer.d.ts.map +1 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmServer.js +32 -0
- package/dist/cjs/behaviors/temperature-alarm/TemperatureAlarmServer.js.map +6 -0
- package/dist/cjs/behaviors/temperature-alarm/index.d.ts +10 -0
- package/dist/cjs/behaviors/temperature-alarm/index.d.ts.map +1 -0
- package/dist/cjs/behaviors/temperature-alarm/index.js +26 -0
- package/dist/cjs/behaviors/temperature-alarm/index.js.map +6 -0
- package/dist/cjs/behaviors/thermostat/ThermostatServer.d.ts +2 -0
- package/dist/cjs/behaviors/thermostat/ThermostatServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.d.ts +63 -1
- package/dist/cjs/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.js +134 -0
- package/dist/cjs/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.js.map +2 -2
- package/dist/cjs/devices/air-purifier.d.ts +1 -1
- package/dist/cjs/devices/air-quality-sensor.d.ts +1 -1
- package/dist/cjs/devices/audio-doorbell.d.ts +1 -1
- package/dist/cjs/devices/basic-video-player.d.ts +1 -1
- package/dist/cjs/devices/battery-storage.d.ts +1 -1
- package/dist/cjs/devices/camera-controller.d.ts +1 -1
- package/dist/cjs/devices/camera.d.ts +1 -1
- package/dist/cjs/devices/casting-video-client.d.ts +1 -1
- package/dist/cjs/devices/casting-video-player.d.ts +1 -1
- package/dist/cjs/devices/chime.d.ts +1 -1
- package/dist/cjs/devices/closure-controller.d.ts +1 -8
- package/dist/cjs/devices/closure-controller.d.ts.map +1 -1
- package/dist/cjs/devices/closure-controller.js +1 -3
- package/dist/cjs/devices/closure-controller.js.map +2 -2
- package/dist/cjs/devices/closure-panel.d.ts +1 -1
- package/dist/cjs/devices/closure.d.ts +1 -1
- package/dist/cjs/devices/color-dimmer-switch.d.ts +1 -1
- package/dist/cjs/devices/color-temperature-light.d.ts +1 -1
- package/dist/cjs/devices/contact-sensor.d.ts +1 -1
- package/dist/cjs/devices/content-app.d.ts +1 -1
- package/dist/cjs/devices/control-bridge.d.ts +1 -1
- package/dist/cjs/devices/cook-surface.d.ts +1 -1
- package/dist/cjs/devices/cooktop.d.ts +1 -1
- package/dist/cjs/devices/dimmable-light.d.ts +1 -1
- package/dist/cjs/devices/dimmable-plug-in-unit.d.ts +1 -1
- package/dist/cjs/devices/dimmer-switch.d.ts +1 -1
- package/dist/cjs/devices/dishwasher.d.ts +1 -1
- package/dist/cjs/devices/door-lock-controller.d.ts +1 -1
- package/dist/cjs/devices/door-lock.d.ts +1 -1
- package/dist/cjs/devices/doorbell.d.ts +1 -1
- package/dist/cjs/devices/electrical-energy-tariff.d.ts +1 -1
- package/dist/cjs/devices/electrical-meter.d.ts +1 -1
- package/dist/cjs/devices/electrical-utility-meter.d.ts +1 -1
- package/dist/cjs/devices/energy-evse.d.ts +1 -1
- package/dist/cjs/devices/extended-color-light.d.ts +1 -1
- package/dist/cjs/devices/extractor-hood.d.ts +1 -1
- package/dist/cjs/devices/fan.d.ts +1 -1
- package/dist/cjs/devices/floodlight-camera.d.ts +1 -1
- package/dist/cjs/devices/flow-sensor.d.ts +1 -1
- package/dist/cjs/devices/generic-switch.d.ts +1 -1
- package/dist/cjs/devices/heat-pump.d.ts +1 -1
- package/dist/cjs/devices/humidity-sensor.d.ts +1 -1
- package/dist/cjs/devices/intercom.d.ts +1 -1
- package/dist/cjs/devices/irrigation-system.d.ts +1 -1
- package/dist/cjs/devices/laundry-dryer.d.ts +1 -1
- package/dist/cjs/devices/laundry-washer.d.ts +1 -1
- package/dist/cjs/devices/light-sensor.d.ts +1 -1
- package/dist/cjs/devices/meter-reference-point.d.ts +1 -1
- package/dist/cjs/devices/microwave-oven.d.ts +1 -1
- package/dist/cjs/devices/mode-select.d.ts +1 -1
- package/dist/cjs/devices/mounted-dimmable-load-control.d.ts +1 -1
- package/dist/cjs/devices/mounted-on-off-control.d.ts +1 -1
- package/dist/cjs/devices/network-infrastructure-manager.d.ts +2 -2
- package/dist/cjs/devices/occupancy-sensor.d.ts +1 -1
- package/dist/cjs/devices/on-off-light-switch.d.ts +1 -1
- package/dist/cjs/devices/on-off-light.d.ts +1 -1
- package/dist/cjs/devices/on-off-plug-in-unit.d.ts +1 -1
- package/dist/cjs/devices/on-off-sensor.d.ts +1 -1
- package/dist/cjs/devices/oven.d.ts +1 -1
- package/dist/cjs/devices/pressure-sensor.d.ts +1 -1
- package/dist/cjs/devices/pump-controller.d.ts +1 -1
- package/dist/cjs/devices/pump.d.ts +1 -1
- package/dist/cjs/devices/rain-sensor.d.ts +14 -6
- package/dist/cjs/devices/rain-sensor.d.ts.map +1 -1
- package/dist/cjs/devices/rain-sensor.js +1 -1
- package/dist/cjs/devices/refrigerator.d.ts +11 -2
- package/dist/cjs/devices/refrigerator.d.ts.map +1 -1
- package/dist/cjs/devices/refrigerator.js +5 -2
- package/dist/cjs/devices/refrigerator.js.map +2 -2
- package/dist/cjs/devices/robotic-vacuum-cleaner.d.ts +1 -1
- package/dist/cjs/devices/room-air-conditioner.d.ts +1 -1
- package/dist/cjs/devices/smoke-co-alarm.d.ts +1 -1
- package/dist/cjs/devices/snapshot-camera.d.ts +1 -1
- package/dist/cjs/devices/soil-sensor.d.ts +1 -1
- package/dist/cjs/devices/solar-power.d.ts +1 -1
- package/dist/cjs/devices/speaker.d.ts +1 -1
- package/dist/cjs/devices/temperature-controlled-cabinet.d.ts +10 -2
- package/dist/cjs/devices/temperature-controlled-cabinet.d.ts.map +1 -1
- package/dist/cjs/devices/temperature-controlled-cabinet.js +5 -2
- package/dist/cjs/devices/temperature-controlled-cabinet.js.map +2 -2
- package/dist/cjs/devices/temperature-sensor.d.ts +1 -1
- package/dist/cjs/devices/thermostat-controller.d.ts +1 -1
- package/dist/cjs/devices/thermostat.d.ts +9 -2
- package/dist/cjs/devices/thermostat.d.ts.map +1 -1
- package/dist/cjs/devices/thermostat.js +5 -2
- package/dist/cjs/devices/thermostat.js.map +2 -2
- package/dist/cjs/devices/thread-border-router.d.ts +1 -1
- package/dist/cjs/devices/video-doorbell.d.ts +1 -1
- package/dist/cjs/devices/video-remote-control.d.ts +1 -1
- package/dist/cjs/devices/water-freeze-detector.d.ts +14 -6
- package/dist/cjs/devices/water-freeze-detector.d.ts.map +1 -1
- package/dist/cjs/devices/water-freeze-detector.js +1 -1
- package/dist/cjs/devices/water-heater.d.ts +5 -1
- package/dist/cjs/devices/water-heater.d.ts.map +1 -1
- package/dist/cjs/devices/water-leak-detector.d.ts +14 -6
- package/dist/cjs/devices/water-leak-detector.d.ts.map +1 -1
- package/dist/cjs/devices/water-leak-detector.js +1 -1
- package/dist/cjs/devices/water-valve.d.ts +1 -1
- package/dist/cjs/devices/window-covering-controller.d.ts +1 -1
- package/dist/cjs/devices/window-covering.d.ts +1 -1
- package/dist/cjs/endpoint/properties/EndpointLifecycle.d.ts +5 -0
- package/dist/cjs/endpoint/properties/EndpointLifecycle.d.ts.map +1 -1
- package/dist/cjs/endpoint/properties/EndpointLifecycle.js +8 -0
- package/dist/cjs/endpoint/properties/EndpointLifecycle.js.map +1 -1
- package/dist/cjs/endpoints/aggregator.d.ts +1 -1
- package/dist/cjs/endpoints/bridged-node.d.ts +1 -1
- package/dist/cjs/endpoints/device-energy-management.d.ts +1 -1
- package/dist/cjs/endpoints/electrical-sensor.d.ts +1 -1
- package/dist/cjs/endpoints/joint-fabric-administrator.d.ts +1 -1
- package/dist/cjs/endpoints/ota-provider.d.ts +1 -1
- package/dist/cjs/endpoints/ota-requestor.d.ts +1 -1
- package/dist/cjs/endpoints/power-source.d.ts +1 -1
- package/dist/cjs/endpoints/root.d.ts +1 -1
- package/dist/cjs/endpoints/secondary-network-interface.d.ts +1 -1
- package/dist/cjs/node/ServerNode.d.ts +1 -1
- package/dist/cjs/node/ServerNode.js +1 -1
- package/dist/cjs/node/client/Peers.d.ts.map +1 -1
- package/dist/cjs/node/client/Peers.js +12 -0
- package/dist/cjs/node/client/Peers.js.map +1 -1
- package/dist/cjs/node/integration/ProtocolService.js +1 -1
- package/dist/cjs/node/paths/AttributePath.d.ts +3 -3
- package/dist/cjs/node/paths/BasePath.d.ts +4 -4
- package/dist/cjs/node/paths/CommandPath.d.ts +1 -1
- package/dist/cjs/node/paths/EventPath.d.ts +1 -1
- package/dist/cjs/node/server/InteractionServer.d.ts +7 -0
- package/dist/cjs/node/server/InteractionServer.d.ts.map +1 -1
- package/dist/cjs/node/server/InteractionServer.js +83 -5
- package/dist/cjs/node/server/InteractionServer.js.map +1 -1
- package/dist/cjs/node/server/ServerSubscription.d.ts +1 -0
- package/dist/cjs/node/server/ServerSubscription.d.ts.map +1 -1
- package/dist/cjs/tags/ClosureCabinetTag.d.ts +1 -1
- package/dist/cjs/tags/ClosureCoveringTag.d.ts +1 -1
- package/dist/cjs/tags/ClosurePanelTag.d.ts +1 -1
- package/dist/cjs/tags/ClosureTag.d.ts +1 -1
- package/dist/cjs/tags/ClosureWindowTag.d.ts +1 -1
- package/dist/cjs/tags/CommodityTariffChronologyTag.d.ts +1 -1
- package/dist/cjs/tags/CommodityTariffCommodityTag.d.ts +1 -1
- package/dist/cjs/tags/CommodityTariffFlowTag.d.ts +1 -1
- package/dist/cjs/tags/CommonAreaNamespaceTag.d.ts +1 -1
- package/dist/cjs/tags/CommonClosureTag.d.ts +1 -1
- package/dist/cjs/tags/CommonCompassDirectionTag.d.ts +1 -1
- package/dist/cjs/tags/CommonCompassLocationTag.d.ts +1 -1
- package/dist/cjs/tags/CommonDirectionTag.d.ts +1 -1
- package/dist/cjs/tags/CommonLandmarkNamespaceTag.d.ts +1 -1
- package/dist/cjs/tags/CommonLevelTag.d.ts +1 -1
- package/dist/cjs/tags/CommonLocationTag.d.ts +1 -1
- package/dist/cjs/tags/CommonNumberTag.d.ts +1 -1
- package/dist/cjs/tags/CommonPositionTag.d.ts +1 -1
- package/dist/cjs/tags/CommonRelativePositionTag.d.ts +1 -1
- package/dist/cjs/tags/ElectricalMeasurementTag.d.ts +1 -1
- package/dist/cjs/tags/IdentifiedHumanActivityTag.d.ts +89 -0
- package/dist/cjs/tags/IdentifiedHumanActivityTag.d.ts.map +1 -0
- package/dist/cjs/tags/IdentifiedHumanActivityTag.js +75 -0
- package/dist/cjs/tags/IdentifiedHumanActivityTag.js.map +6 -0
- package/dist/cjs/tags/IdentifiedObjectTag.d.ts +123 -0
- package/dist/cjs/tags/IdentifiedObjectTag.d.ts.map +1 -0
- package/dist/cjs/tags/IdentifiedObjectTag.js +87 -0
- package/dist/cjs/tags/IdentifiedObjectTag.js.map +6 -0
- package/dist/cjs/tags/IdentifiedSoundTag.d.ts +176 -0
- package/dist/cjs/tags/IdentifiedSoundTag.d.ts.map +1 -0
- package/dist/cjs/tags/IdentifiedSoundTag.js +123 -0
- package/dist/cjs/tags/IdentifiedSoundTag.js.map +6 -0
- package/dist/cjs/tags/LaundryTag.d.ts +1 -1
- package/dist/cjs/tags/PowerSourceTag.d.ts +5 -5
- package/dist/cjs/tags/PowerSourceTag.js +4 -4
- package/dist/cjs/tags/RefrigeratorTag.d.ts +1 -1
- package/dist/cjs/tags/RoomAirConditionerTag.d.ts +1 -1
- package/dist/cjs/tags/SwitchesTag.d.ts +2 -2
- package/dist/cjs/tags/SwitchesTag.js +1 -1
- package/dist/cjs/tags/index.d.ts +3 -0
- package/dist/cjs/tags/index.d.ts.map +1 -1
- package/dist/cjs/tags/index.js +3 -0
- package/dist/cjs/tags/index.js.map +1 -1
- package/dist/esm/behavior/context/ActionContext.d.ts +1 -1
- package/dist/esm/behavior/state/validation/FabricIndexSentinel.d.ts +3 -2
- package/dist/esm/behavior/state/validation/FabricIndexSentinel.d.ts.map +1 -1
- package/dist/esm/behavior/state/validation/FabricIndexSentinel.js.map +1 -1
- package/dist/esm/behavior/supervision/ValueSupervisor.d.ts +3 -2
- package/dist/esm/behavior/supervision/ValueSupervisor.d.ts.map +1 -1
- package/dist/esm/behavior/system/network/ServerGroupNetworking.d.ts.map +1 -1
- package/dist/esm/behavior/system/network/ServerGroupNetworking.js +13 -9
- package/dist/esm/behavior/system/network/ServerGroupNetworking.js.map +1 -1
- package/dist/esm/behavior/system/software-update/SoftwareUpdateManager.js +1 -1
- package/dist/esm/behavior/system/software-update/SoftwareUpdateManager.js.map +1 -1
- package/dist/esm/behaviors/access-control/AccessControlServer.d.ts +40 -2
- package/dist/esm/behaviors/access-control/AccessControlServer.d.ts.map +1 -1
- package/dist/esm/behaviors/access-control/AccessControlServer.js +110 -6
- package/dist/esm/behaviors/access-control/AccessControlServer.js.map +1 -1
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.d.ts +29 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.d.ts.map +1 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.js +14 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.js.map +6 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingClient.d.ts +17 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingClient.d.ts.map +1 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingClient.js +14 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingClient.js.map +6 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingServer.d.ts +17 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingServer.d.ts.map +1 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingServer.js +12 -0
- package/dist/esm/behaviors/ambient-context-sensing/AmbientContextSensingServer.js.map +6 -0
- package/dist/esm/behaviors/ambient-context-sensing/index.d.ts +10 -0
- package/dist/esm/behaviors/ambient-context-sensing/index.d.ts.map +1 -0
- package/dist/esm/behaviors/ambient-context-sensing/index.js +9 -0
- package/dist/esm/behaviors/ambient-context-sensing/index.js.map +6 -0
- package/dist/esm/behaviors/basic-information/BasicInformationServer.d.ts +24 -0
- package/dist/esm/behaviors/basic-information/BasicInformationServer.d.ts.map +1 -1
- package/dist/esm/behaviors/basic-information/BasicInformationServer.js +44 -0
- package/dist/esm/behaviors/basic-information/BasicInformationServer.js.map +1 -1
- package/dist/esm/behaviors/boolean-state/BooleanStateBehavior.d.ts +3 -0
- package/dist/esm/behaviors/boolean-state/BooleanStateBehavior.d.ts.map +1 -1
- package/dist/esm/behaviors/boolean-state/BooleanStateBehavior.js.map +1 -1
- package/dist/esm/behaviors/boolean-state/BooleanStateServer.d.ts +7 -3
- package/dist/esm/behaviors/boolean-state/BooleanStateServer.d.ts.map +1 -1
- package/dist/esm/behaviors/boolean-state/BooleanStateServer.js +6 -2
- package/dist/esm/behaviors/boolean-state/BooleanStateServer.js.map +1 -1
- package/dist/esm/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.d.ts +23 -0
- package/dist/esm/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.d.ts.map +1 -1
- package/dist/esm/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.js +36 -0
- package/dist/esm/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.js.map +1 -1
- package/dist/esm/behaviors/general-commissioning/ServerNodeFailsafeContext.d.ts +1 -1
- package/dist/esm/behaviors/general-commissioning/ServerNodeFailsafeContext.js +1 -1
- package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.d.ts +15 -1
- package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.d.ts.map +1 -1
- package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.js +57 -4
- package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.js.map +1 -1
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementBehavior.d.ts +3 -0
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementBehavior.d.ts.map +1 -1
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementBehavior.js.map +1 -1
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementServer.d.ts +22 -3
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementServer.d.ts.map +1 -1
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementServer.js +80 -7
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementServer.js.map +1 -1
- package/dist/esm/behaviors/groupcast/GroupcastBehavior.d.ts +28 -0
- package/dist/esm/behaviors/groupcast/GroupcastBehavior.d.ts.map +1 -0
- package/dist/esm/behaviors/groupcast/GroupcastBehavior.js +14 -0
- package/dist/esm/behaviors/groupcast/GroupcastBehavior.js.map +6 -0
- package/dist/esm/behaviors/groupcast/GroupcastClient.d.ts +17 -0
- package/dist/esm/behaviors/groupcast/GroupcastClient.d.ts.map +1 -0
- package/dist/esm/behaviors/groupcast/GroupcastClient.js +14 -0
- package/dist/esm/behaviors/groupcast/GroupcastClient.js.map +6 -0
- package/dist/esm/behaviors/groupcast/GroupcastInterface.d.ts +34 -0
- package/dist/esm/behaviors/groupcast/GroupcastInterface.d.ts.map +1 -0
- package/dist/esm/behaviors/groupcast/GroupcastInterface.js +6 -0
- package/dist/esm/behaviors/groupcast/GroupcastInterface.js.map +6 -0
- package/dist/esm/behaviors/groupcast/GroupcastServer.d.ts +58 -0
- package/dist/esm/behaviors/groupcast/GroupcastServer.d.ts.map +1 -0
- package/dist/esm/behaviors/groupcast/GroupcastServer.js +495 -0
- package/dist/esm/behaviors/groupcast/GroupcastServer.js.map +6 -0
- package/dist/esm/behaviors/groupcast/index.d.ts +10 -0
- package/dist/esm/behaviors/groupcast/index.d.ts.map +1 -0
- package/dist/esm/behaviors/groupcast/index.js +9 -0
- package/dist/esm/behaviors/groupcast/index.js.map +6 -0
- package/dist/esm/behaviors/groups/GroupsServer.d.ts.map +1 -1
- package/dist/esm/behaviors/groups/GroupsServer.js +22 -0
- package/dist/esm/behaviors/groups/GroupsServer.js.map +1 -1
- package/dist/esm/behaviors/index.d.ts +3 -0
- package/dist/esm/behaviors/index.d.ts.map +1 -1
- package/dist/esm/behaviors/index.js +3 -0
- package/dist/esm/behaviors/index.js.map +1 -1
- package/dist/esm/behaviors/level-control/LevelControlServer.d.ts +1 -1
- package/dist/esm/behaviors/level-control/LevelControlServer.js +1 -1
- package/dist/esm/behaviors/occupancy-sensing/OccupancySensingServer.d.ts +2 -0
- package/dist/esm/behaviors/occupancy-sensing/OccupancySensingServer.d.ts.map +1 -1
- package/dist/esm/behaviors/occupancy-sensing/OccupancySensingServer.js +10 -0
- package/dist/esm/behaviors/occupancy-sensing/OccupancySensingServer.js.map +1 -1
- package/dist/esm/behaviors/operational-credentials/VendorIdVerification.d.ts +2 -2
- package/dist/esm/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.js +1 -1
- package/dist/esm/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.js.map +1 -1
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmBehavior.d.ts +29 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmBehavior.d.ts.map +1 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmBehavior.js +14 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmBehavior.js.map +6 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmClient.d.ts +17 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmClient.d.ts.map +1 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmClient.js +14 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmClient.js.map +6 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmServer.d.ts +16 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmServer.d.ts.map +1 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmServer.js +12 -0
- package/dist/esm/behaviors/temperature-alarm/TemperatureAlarmServer.js.map +6 -0
- package/dist/esm/behaviors/temperature-alarm/index.d.ts +10 -0
- package/dist/esm/behaviors/temperature-alarm/index.d.ts.map +1 -0
- package/dist/esm/behaviors/temperature-alarm/index.js +9 -0
- package/dist/esm/behaviors/temperature-alarm/index.js.map +6 -0
- package/dist/esm/behaviors/thermostat/ThermostatServer.d.ts +2 -0
- package/dist/esm/behaviors/thermostat/ThermostatServer.d.ts.map +1 -1
- package/dist/esm/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.d.ts +63 -1
- package/dist/esm/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.d.ts.map +1 -1
- package/dist/esm/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.js +134 -0
- package/dist/esm/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.js.map +2 -2
- package/dist/esm/devices/air-purifier.d.ts +1 -1
- package/dist/esm/devices/air-quality-sensor.d.ts +1 -1
- package/dist/esm/devices/audio-doorbell.d.ts +1 -1
- package/dist/esm/devices/basic-video-player.d.ts +1 -1
- package/dist/esm/devices/battery-storage.d.ts +1 -1
- package/dist/esm/devices/camera-controller.d.ts +1 -1
- package/dist/esm/devices/camera.d.ts +1 -1
- package/dist/esm/devices/casting-video-client.d.ts +1 -1
- package/dist/esm/devices/casting-video-player.d.ts +1 -1
- package/dist/esm/devices/chime.d.ts +1 -1
- package/dist/esm/devices/closure-controller.d.ts +1 -8
- package/dist/esm/devices/closure-controller.d.ts.map +1 -1
- package/dist/esm/devices/closure-controller.js +1 -3
- package/dist/esm/devices/closure-controller.js.map +1 -1
- package/dist/esm/devices/closure-panel.d.ts +1 -1
- package/dist/esm/devices/closure.d.ts +1 -1
- package/dist/esm/devices/color-dimmer-switch.d.ts +1 -1
- package/dist/esm/devices/color-temperature-light.d.ts +1 -1
- package/dist/esm/devices/contact-sensor.d.ts +1 -1
- package/dist/esm/devices/content-app.d.ts +1 -1
- package/dist/esm/devices/control-bridge.d.ts +1 -1
- package/dist/esm/devices/cook-surface.d.ts +1 -1
- package/dist/esm/devices/cooktop.d.ts +1 -1
- package/dist/esm/devices/dimmable-light.d.ts +1 -1
- package/dist/esm/devices/dimmable-plug-in-unit.d.ts +1 -1
- package/dist/esm/devices/dimmer-switch.d.ts +1 -1
- package/dist/esm/devices/dishwasher.d.ts +1 -1
- package/dist/esm/devices/door-lock-controller.d.ts +1 -1
- package/dist/esm/devices/door-lock.d.ts +1 -1
- package/dist/esm/devices/doorbell.d.ts +1 -1
- package/dist/esm/devices/electrical-energy-tariff.d.ts +1 -1
- package/dist/esm/devices/electrical-meter.d.ts +1 -1
- package/dist/esm/devices/electrical-utility-meter.d.ts +1 -1
- package/dist/esm/devices/energy-evse.d.ts +1 -1
- package/dist/esm/devices/extended-color-light.d.ts +1 -1
- package/dist/esm/devices/extractor-hood.d.ts +1 -1
- package/dist/esm/devices/fan.d.ts +1 -1
- package/dist/esm/devices/floodlight-camera.d.ts +1 -1
- package/dist/esm/devices/flow-sensor.d.ts +1 -1
- package/dist/esm/devices/generic-switch.d.ts +1 -1
- package/dist/esm/devices/heat-pump.d.ts +1 -1
- package/dist/esm/devices/humidity-sensor.d.ts +1 -1
- package/dist/esm/devices/intercom.d.ts +1 -1
- package/dist/esm/devices/irrigation-system.d.ts +1 -1
- package/dist/esm/devices/laundry-dryer.d.ts +1 -1
- package/dist/esm/devices/laundry-washer.d.ts +1 -1
- package/dist/esm/devices/light-sensor.d.ts +1 -1
- package/dist/esm/devices/meter-reference-point.d.ts +1 -1
- package/dist/esm/devices/microwave-oven.d.ts +1 -1
- package/dist/esm/devices/mode-select.d.ts +1 -1
- package/dist/esm/devices/mounted-dimmable-load-control.d.ts +1 -1
- package/dist/esm/devices/mounted-on-off-control.d.ts +1 -1
- package/dist/esm/devices/network-infrastructure-manager.d.ts +2 -2
- package/dist/esm/devices/occupancy-sensor.d.ts +1 -1
- package/dist/esm/devices/on-off-light-switch.d.ts +1 -1
- package/dist/esm/devices/on-off-light.d.ts +1 -1
- package/dist/esm/devices/on-off-plug-in-unit.d.ts +1 -1
- package/dist/esm/devices/on-off-sensor.d.ts +1 -1
- package/dist/esm/devices/oven.d.ts +1 -1
- package/dist/esm/devices/pressure-sensor.d.ts +1 -1
- package/dist/esm/devices/pump-controller.d.ts +1 -1
- package/dist/esm/devices/pump.d.ts +1 -1
- package/dist/esm/devices/rain-sensor.d.ts +14 -6
- package/dist/esm/devices/rain-sensor.d.ts.map +1 -1
- package/dist/esm/devices/rain-sensor.js +1 -1
- package/dist/esm/devices/refrigerator.d.ts +11 -2
- package/dist/esm/devices/refrigerator.d.ts.map +1 -1
- package/dist/esm/devices/refrigerator.js +7 -2
- package/dist/esm/devices/refrigerator.js.map +1 -1
- package/dist/esm/devices/robotic-vacuum-cleaner.d.ts +1 -1
- package/dist/esm/devices/room-air-conditioner.d.ts +1 -1
- package/dist/esm/devices/smoke-co-alarm.d.ts +1 -1
- package/dist/esm/devices/snapshot-camera.d.ts +1 -1
- package/dist/esm/devices/soil-sensor.d.ts +1 -1
- package/dist/esm/devices/solar-power.d.ts +1 -1
- package/dist/esm/devices/speaker.d.ts +1 -1
- package/dist/esm/devices/temperature-controlled-cabinet.d.ts +10 -2
- package/dist/esm/devices/temperature-controlled-cabinet.d.ts.map +1 -1
- package/dist/esm/devices/temperature-controlled-cabinet.js +7 -2
- package/dist/esm/devices/temperature-controlled-cabinet.js.map +1 -1
- package/dist/esm/devices/temperature-sensor.d.ts +1 -1
- package/dist/esm/devices/thermostat-controller.d.ts +1 -1
- package/dist/esm/devices/thermostat.d.ts +9 -2
- package/dist/esm/devices/thermostat.d.ts.map +1 -1
- package/dist/esm/devices/thermostat.js +7 -2
- package/dist/esm/devices/thermostat.js.map +1 -1
- package/dist/esm/devices/thread-border-router.d.ts +1 -1
- package/dist/esm/devices/video-doorbell.d.ts +1 -1
- package/dist/esm/devices/video-remote-control.d.ts +1 -1
- package/dist/esm/devices/water-freeze-detector.d.ts +14 -6
- package/dist/esm/devices/water-freeze-detector.d.ts.map +1 -1
- package/dist/esm/devices/water-freeze-detector.js +1 -1
- package/dist/esm/devices/water-heater.d.ts +5 -1
- package/dist/esm/devices/water-heater.d.ts.map +1 -1
- package/dist/esm/devices/water-leak-detector.d.ts +14 -6
- package/dist/esm/devices/water-leak-detector.d.ts.map +1 -1
- package/dist/esm/devices/water-leak-detector.js +1 -1
- package/dist/esm/devices/water-valve.d.ts +1 -1
- package/dist/esm/devices/window-covering-controller.d.ts +1 -1
- package/dist/esm/devices/window-covering.d.ts +1 -1
- package/dist/esm/endpoint/properties/EndpointLifecycle.d.ts +5 -0
- package/dist/esm/endpoint/properties/EndpointLifecycle.d.ts.map +1 -1
- package/dist/esm/endpoint/properties/EndpointLifecycle.js +8 -0
- package/dist/esm/endpoint/properties/EndpointLifecycle.js.map +1 -1
- package/dist/esm/endpoints/aggregator.d.ts +1 -1
- package/dist/esm/endpoints/bridged-node.d.ts +1 -1
- package/dist/esm/endpoints/device-energy-management.d.ts +1 -1
- package/dist/esm/endpoints/electrical-sensor.d.ts +1 -1
- package/dist/esm/endpoints/joint-fabric-administrator.d.ts +1 -1
- package/dist/esm/endpoints/ota-provider.d.ts +1 -1
- package/dist/esm/endpoints/ota-requestor.d.ts +1 -1
- package/dist/esm/endpoints/power-source.d.ts +1 -1
- package/dist/esm/endpoints/root.d.ts +1 -1
- package/dist/esm/endpoints/secondary-network-interface.d.ts +1 -1
- package/dist/esm/node/ServerNode.d.ts +1 -1
- package/dist/esm/node/ServerNode.js +1 -1
- package/dist/esm/node/client/Peers.d.ts.map +1 -1
- package/dist/esm/node/client/Peers.js +12 -0
- package/dist/esm/node/client/Peers.js.map +1 -1
- package/dist/esm/node/integration/ProtocolService.js +1 -1
- package/dist/esm/node/paths/AttributePath.d.ts +3 -3
- package/dist/esm/node/paths/BasePath.d.ts +4 -4
- package/dist/esm/node/paths/CommandPath.d.ts +1 -1
- package/dist/esm/node/paths/EventPath.d.ts +1 -1
- package/dist/esm/node/server/InteractionServer.d.ts +7 -0
- package/dist/esm/node/server/InteractionServer.d.ts.map +1 -1
- package/dist/esm/node/server/InteractionServer.js +84 -5
- package/dist/esm/node/server/InteractionServer.js.map +1 -1
- package/dist/esm/node/server/ServerSubscription.d.ts +1 -0
- package/dist/esm/node/server/ServerSubscription.d.ts.map +1 -1
- package/dist/esm/tags/ClosureCabinetTag.d.ts +1 -1
- package/dist/esm/tags/ClosureCoveringTag.d.ts +1 -1
- package/dist/esm/tags/ClosurePanelTag.d.ts +1 -1
- package/dist/esm/tags/ClosureTag.d.ts +1 -1
- package/dist/esm/tags/ClosureWindowTag.d.ts +1 -1
- package/dist/esm/tags/CommodityTariffChronologyTag.d.ts +1 -1
- package/dist/esm/tags/CommodityTariffCommodityTag.d.ts +1 -1
- package/dist/esm/tags/CommodityTariffFlowTag.d.ts +1 -1
- package/dist/esm/tags/CommonAreaNamespaceTag.d.ts +1 -1
- package/dist/esm/tags/CommonClosureTag.d.ts +1 -1
- package/dist/esm/tags/CommonCompassDirectionTag.d.ts +1 -1
- package/dist/esm/tags/CommonCompassLocationTag.d.ts +1 -1
- package/dist/esm/tags/CommonDirectionTag.d.ts +1 -1
- package/dist/esm/tags/CommonLandmarkNamespaceTag.d.ts +1 -1
- package/dist/esm/tags/CommonLevelTag.d.ts +1 -1
- package/dist/esm/tags/CommonLocationTag.d.ts +1 -1
- package/dist/esm/tags/CommonNumberTag.d.ts +1 -1
- package/dist/esm/tags/CommonPositionTag.d.ts +1 -1
- package/dist/esm/tags/CommonRelativePositionTag.d.ts +1 -1
- package/dist/esm/tags/ElectricalMeasurementTag.d.ts +1 -1
- package/dist/esm/tags/IdentifiedHumanActivityTag.d.ts +89 -0
- package/dist/esm/tags/IdentifiedHumanActivityTag.d.ts.map +1 -0
- package/dist/esm/tags/IdentifiedHumanActivityTag.js +55 -0
- package/dist/esm/tags/IdentifiedHumanActivityTag.js.map +6 -0
- package/dist/esm/tags/IdentifiedObjectTag.d.ts +123 -0
- package/dist/esm/tags/IdentifiedObjectTag.d.ts.map +1 -0
- package/dist/esm/tags/IdentifiedObjectTag.js +67 -0
- package/dist/esm/tags/IdentifiedObjectTag.js.map +6 -0
- package/dist/esm/tags/IdentifiedSoundTag.d.ts +176 -0
- package/dist/esm/tags/IdentifiedSoundTag.d.ts.map +1 -0
- package/dist/esm/tags/IdentifiedSoundTag.js +103 -0
- package/dist/esm/tags/IdentifiedSoundTag.js.map +6 -0
- package/dist/esm/tags/LaundryTag.d.ts +1 -1
- package/dist/esm/tags/PowerSourceTag.d.ts +5 -5
- package/dist/esm/tags/PowerSourceTag.js +4 -4
- package/dist/esm/tags/RefrigeratorTag.d.ts +1 -1
- package/dist/esm/tags/RoomAirConditionerTag.d.ts +1 -1
- package/dist/esm/tags/SwitchesTag.d.ts +2 -2
- package/dist/esm/tags/SwitchesTag.js +1 -1
- package/dist/esm/tags/index.d.ts +3 -0
- package/dist/esm/tags/index.d.ts.map +1 -1
- package/dist/esm/tags/index.js +3 -0
- package/dist/esm/tags/index.js.map +1 -1
- package/package.json +6 -6
- package/src/behavior/context/ActionContext.ts +1 -1
- package/src/behavior/state/validation/FabricIndexSentinel.ts +3 -2
- package/src/behavior/supervision/ValueSupervisor.ts +3 -2
- package/src/behavior/system/network/ServerGroupNetworking.ts +18 -9
- package/src/behavior/system/software-update/SoftwareUpdateManager.ts +1 -1
- package/src/behaviors/access-control/AccessControlServer.ts +153 -7
- package/src/behaviors/ambient-context-sensing/AmbientContextSensingBehavior.ts +27 -0
- package/src/behaviors/ambient-context-sensing/AmbientContextSensingClient.ts +16 -0
- package/src/behaviors/ambient-context-sensing/AmbientContextSensingServer.ts +18 -0
- package/src/behaviors/ambient-context-sensing/index.ts +11 -0
- package/src/behaviors/basic-information/BasicInformationServer.ts +62 -1
- package/src/behaviors/boolean-state/BooleanStateBehavior.ts +3 -0
- package/src/behaviors/boolean-state/BooleanStateServer.ts +10 -3
- package/src/behaviors/bridged-device-basic-information/BridgedDeviceBasicInformationServer.ts +55 -1
- package/src/behaviors/general-commissioning/ServerNodeFailsafeContext.ts +1 -1
- package/src/behaviors/general-diagnostics/GeneralDiagnosticsServer.ts +61 -3
- package/src/behaviors/group-key-management/GroupKeyManagementBehavior.ts +3 -0
- package/src/behaviors/group-key-management/GroupKeyManagementServer.ts +98 -8
- package/src/behaviors/groupcast/GroupcastBehavior.ts +24 -0
- package/src/behaviors/groupcast/GroupcastClient.ts +16 -0
- package/src/behaviors/groupcast/GroupcastInterface.ts +30 -0
- package/src/behaviors/groupcast/GroupcastServer.ts +665 -0
- package/src/behaviors/groupcast/index.ts +11 -0
- package/src/behaviors/groups/GroupsServer.ts +28 -1
- package/src/behaviors/index.ts +3 -0
- package/src/behaviors/level-control/LevelControlServer.ts +1 -1
- package/src/behaviors/occupancy-sensing/OccupancySensingServer.ts +14 -2
- package/src/behaviors/operational-credentials/VendorIdVerification.ts +2 -2
- package/src/behaviors/ota-software-update-provider/OtaSoftwareUpdateProviderServer.ts +1 -1
- package/src/behaviors/scenes-management/ScenesManagementServer.ts +1 -1
- package/src/behaviors/temperature-alarm/TemperatureAlarmBehavior.ts +27 -0
- package/src/behaviors/temperature-alarm/TemperatureAlarmClient.ts +16 -0
- package/src/behaviors/temperature-alarm/TemperatureAlarmServer.ts +17 -0
- package/src/behaviors/temperature-alarm/index.ts +11 -0
- package/src/behaviors/web-rtc-transport-requestor/WebRtcTransportRequestorServer.ts +183 -3
- package/src/devices/air-purifier.ts +1 -1
- package/src/devices/air-quality-sensor.ts +1 -1
- package/src/devices/audio-doorbell.ts +1 -1
- package/src/devices/basic-video-player.ts +1 -1
- package/src/devices/battery-storage.ts +1 -1
- package/src/devices/camera-controller.ts +1 -1
- package/src/devices/camera.ts +1 -1
- package/src/devices/casting-video-client.ts +1 -1
- package/src/devices/casting-video-player.ts +1 -1
- package/src/devices/chime.ts +1 -1
- package/src/devices/closure-controller.ts +2 -10
- package/src/devices/closure-panel.ts +1 -1
- package/src/devices/closure.ts +1 -1
- package/src/devices/color-dimmer-switch.ts +1 -1
- package/src/devices/color-temperature-light.ts +1 -1
- package/src/devices/contact-sensor.ts +1 -1
- package/src/devices/content-app.ts +1 -1
- package/src/devices/control-bridge.ts +1 -1
- package/src/devices/cook-surface.ts +1 -1
- package/src/devices/cooktop.ts +1 -1
- package/src/devices/dimmable-light.ts +1 -1
- package/src/devices/dimmable-plug-in-unit.ts +1 -1
- package/src/devices/dimmer-switch.ts +1 -1
- package/src/devices/dishwasher.ts +1 -1
- package/src/devices/door-lock-controller.ts +1 -1
- package/src/devices/door-lock.ts +1 -1
- package/src/devices/doorbell.ts +1 -1
- package/src/devices/electrical-energy-tariff.ts +1 -1
- package/src/devices/electrical-meter.ts +1 -1
- package/src/devices/electrical-utility-meter.ts +1 -1
- package/src/devices/energy-evse.ts +1 -1
- package/src/devices/extended-color-light.ts +1 -1
- package/src/devices/extractor-hood.ts +1 -1
- package/src/devices/fan.ts +1 -1
- package/src/devices/floodlight-camera.ts +1 -1
- package/src/devices/flow-sensor.ts +1 -1
- package/src/devices/generic-switch.ts +1 -1
- package/src/devices/heat-pump.ts +1 -1
- package/src/devices/humidity-sensor.ts +1 -1
- package/src/devices/intercom.ts +1 -1
- package/src/devices/irrigation-system.ts +1 -1
- package/src/devices/laundry-dryer.ts +1 -1
- package/src/devices/laundry-washer.ts +1 -1
- package/src/devices/light-sensor.ts +1 -1
- package/src/devices/meter-reference-point.ts +1 -1
- package/src/devices/microwave-oven.ts +1 -1
- package/src/devices/mode-select.ts +1 -1
- package/src/devices/mounted-dimmable-load-control.ts +1 -1
- package/src/devices/mounted-on-off-control.ts +1 -1
- package/src/devices/network-infrastructure-manager.ts +2 -2
- package/src/devices/occupancy-sensor.ts +1 -1
- package/src/devices/on-off-light-switch.ts +1 -1
- package/src/devices/on-off-light.ts +1 -1
- package/src/devices/on-off-plug-in-unit.ts +1 -1
- package/src/devices/on-off-sensor.ts +1 -1
- package/src/devices/oven.ts +1 -1
- package/src/devices/pressure-sensor.ts +1 -1
- package/src/devices/pump-controller.ts +1 -1
- package/src/devices/pump.ts +1 -1
- package/src/devices/rain-sensor.ts +2 -2
- package/src/devices/refrigerator.ts +16 -3
- package/src/devices/robotic-vacuum-cleaner.ts +1 -1
- package/src/devices/room-air-conditioner.ts +1 -1
- package/src/devices/smoke-co-alarm.ts +1 -1
- package/src/devices/snapshot-camera.ts +1 -1
- package/src/devices/soil-sensor.ts +1 -1
- package/src/devices/solar-power.ts +1 -1
- package/src/devices/speaker.ts +1 -1
- package/src/devices/temperature-controlled-cabinet.ts +14 -3
- package/src/devices/temperature-sensor.ts +1 -1
- package/src/devices/thermostat-controller.ts +1 -1
- package/src/devices/thermostat.ts +14 -3
- package/src/devices/thread-border-router.ts +1 -1
- package/src/devices/video-doorbell.ts +1 -1
- package/src/devices/video-remote-control.ts +1 -1
- package/src/devices/water-freeze-detector.ts +2 -2
- package/src/devices/water-heater.ts +1 -1
- package/src/devices/water-leak-detector.ts +2 -2
- package/src/devices/water-valve.ts +1 -1
- package/src/devices/window-covering-controller.ts +1 -1
- package/src/devices/window-covering.ts +1 -1
- package/src/endpoint/properties/EndpointLifecycle.ts +9 -0
- package/src/endpoints/aggregator.ts +1 -1
- package/src/endpoints/bridged-node.ts +1 -1
- package/src/endpoints/device-energy-management.ts +1 -1
- package/src/endpoints/electrical-sensor.ts +1 -1
- package/src/endpoints/joint-fabric-administrator.ts +1 -1
- package/src/endpoints/ota-provider.ts +1 -1
- package/src/endpoints/ota-requestor.ts +1 -1
- package/src/endpoints/power-source.ts +1 -1
- package/src/endpoints/root.ts +1 -1
- package/src/endpoints/secondary-network-interface.ts +1 -1
- package/src/node/ServerNode.ts +1 -1
- package/src/node/client/Peers.ts +15 -0
- package/src/node/integration/ProtocolService.ts +1 -1
- package/src/node/paths/AttributePath.ts +3 -3
- package/src/node/paths/BasePath.ts +4 -4
- package/src/node/paths/CommandPath.ts +1 -1
- package/src/node/paths/EventPath.ts +1 -1
- package/src/node/server/InteractionServer.ts +113 -6
- package/src/tags/ClosureCabinetTag.ts +1 -1
- package/src/tags/ClosureCoveringTag.ts +1 -1
- package/src/tags/ClosurePanelTag.ts +1 -1
- package/src/tags/ClosureTag.ts +1 -1
- package/src/tags/ClosureWindowTag.ts +1 -1
- package/src/tags/CommodityTariffChronologyTag.ts +1 -1
- package/src/tags/CommodityTariffCommodityTag.ts +1 -1
- package/src/tags/CommodityTariffFlowTag.ts +1 -1
- package/src/tags/CommonAreaNamespaceTag.ts +1 -1
- package/src/tags/CommonClosureTag.ts +1 -1
- package/src/tags/CommonCompassDirectionTag.ts +1 -1
- package/src/tags/CommonCompassLocationTag.ts +1 -1
- package/src/tags/CommonDirectionTag.ts +1 -1
- package/src/tags/CommonLandmarkNamespaceTag.ts +1 -1
- package/src/tags/CommonLevelTag.ts +1 -1
- package/src/tags/CommonLocationTag.ts +1 -1
- package/src/tags/CommonNumberTag.ts +1 -1
- package/src/tags/CommonPositionTag.ts +1 -1
- package/src/tags/CommonRelativePositionTag.ts +1 -1
- package/src/tags/ElectricalMeasurementTag.ts +1 -1
- package/src/tags/IdentifiedHumanActivityTag.ts +71 -0
- package/src/tags/IdentifiedObjectTag.ts +99 -0
- package/src/tags/IdentifiedSoundTag.ts +134 -0
- package/src/tags/LaundryTag.ts +1 -1
- package/src/tags/PowerSourceTag.ts +5 -5
- package/src/tags/RefrigeratorTag.ts +1 -1
- package/src/tags/RoomAirConditionerTag.ts +1 -1
- package/src/tags/SwitchesTag.ts +2 -2
- package/src/tags/index.ts +3 -0
|
@@ -31,7 +31,7 @@ import { Identity } from "@matter/general";
|
|
|
31
31
|
* A Content App is usually an application built by a Content Provider. A Casting Video Player with a Content App
|
|
32
32
|
* Platform is able to launch Content Apps and represent these apps as separate endpoints.
|
|
33
33
|
*
|
|
34
|
-
* @see {@link MatterSpecification.
|
|
34
|
+
* @see {@link MatterSpecification.v16.Device} § 10.5
|
|
35
35
|
*/
|
|
36
36
|
export interface ContentAppDevice extends Identity<typeof ContentAppDeviceDefinition> {}
|
|
37
37
|
|
|
@@ -30,7 +30,7 @@ import { Identity } from "@matter/general";
|
|
|
30
30
|
* capable of being used to switch the device on or off, adjust the intensity of the light being emitted and adjust the
|
|
31
31
|
* color of the light being emitted. In addition, a Control Bridge device is capable of being used for setting scenes.
|
|
32
32
|
*
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v16.Device} § 6.4
|
|
34
34
|
*/
|
|
35
35
|
export interface ControlBridgeDevice extends Identity<typeof ControlBridgeDeviceDefinition> {}
|
|
36
36
|
|
|
@@ -21,7 +21,7 @@ import { Identity } from "@matter/general";
|
|
|
21
21
|
* A Cook Surface device type represents a heating object on a cooktop or other similar device. It shall only be used
|
|
22
22
|
* when composed as part of another device type.
|
|
23
23
|
*
|
|
24
|
-
* @see {@link MatterSpecification.
|
|
24
|
+
* @see {@link MatterSpecification.v16.Device} § 13.7
|
|
25
25
|
*/
|
|
26
26
|
export interface CookSurfaceDevice extends Identity<typeof CookSurfaceDeviceDefinition> {}
|
|
27
27
|
|
package/src/devices/cooktop.ts
CHANGED
|
@@ -17,7 +17,7 @@ import { Identity } from "@matter/general";
|
|
|
17
17
|
* below the glass surface directly to the magnetic induction cookware placed above or through traditional gas or
|
|
18
18
|
* electric burners.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link MatterSpecification.
|
|
20
|
+
* @see {@link MatterSpecification.v16.Device} § 13.8
|
|
21
21
|
*/
|
|
22
22
|
export interface CooktopDevice extends Identity<typeof CooktopDeviceDefinition> {}
|
|
23
23
|
|
|
@@ -25,7 +25,7 @@ import { Identity } from "@matter/general";
|
|
|
25
25
|
* adjusted by means of a bound controller device such as a Dimmer Switch or a Color Dimmer Switch. In addition, a
|
|
26
26
|
* Dimmable Light device is also capable of being switched by means of a bound occupancy sensor or other device(s).
|
|
27
27
|
*
|
|
28
|
-
* @see {@link MatterSpecification.
|
|
28
|
+
* @see {@link MatterSpecification.v16.Device} § 4.2
|
|
29
29
|
*/
|
|
30
30
|
export interface DimmableLightDevice extends Identity<typeof DimmableLightDeviceDefinition> {}
|
|
31
31
|
|
|
@@ -36,7 +36,7 @@ import { Identity } from "@matter/general";
|
|
|
36
36
|
* following heuristic to distinguish the type of physical device based on the device type revision found on an endpoint
|
|
37
37
|
* ("--" means the device type is not listed).
|
|
38
38
|
*
|
|
39
|
-
* @see {@link MatterSpecification.
|
|
39
|
+
* @see {@link MatterSpecification.v16.Device} § 5.2
|
|
40
40
|
*/
|
|
41
41
|
export interface DimmablePlugInUnitDevice extends Identity<typeof DimmablePlugInUnitDeviceDefinition> {}
|
|
42
42
|
|
|
@@ -22,7 +22,7 @@ import { Identity } from "@matter/general";
|
|
|
22
22
|
* A Dimmer Switch is a controller device that, when bound to a lighting device such as a Dimmable Light, is capable of
|
|
23
23
|
* being used to switch the device on or off and adjust the intensity of the light being emitted.
|
|
24
24
|
*
|
|
25
|
-
* @see {@link MatterSpecification.
|
|
25
|
+
* @see {@link MatterSpecification.v16.Device} § 6.2
|
|
26
26
|
*/
|
|
27
27
|
export interface DimmerSwitchDevice extends Identity<typeof DimmerSwitchDeviceDefinition> {}
|
|
28
28
|
|
|
@@ -25,7 +25,7 @@ import { Identity } from "@matter/general";
|
|
|
25
25
|
* and other items associate with food preparation and consumption. The device can be permanently installed or portable
|
|
26
26
|
* and can have variety of filling and draining methods.
|
|
27
27
|
*
|
|
28
|
-
* @see {@link MatterSpecification.
|
|
28
|
+
* @see {@link MatterSpecification.v16.Device} § 13.5
|
|
29
29
|
*/
|
|
30
30
|
export interface DishwasherDevice extends Identity<typeof DishwasherDeviceDefinition> {}
|
|
31
31
|
|
|
@@ -18,7 +18,7 @@ import { Identity } from "@matter/general";
|
|
|
18
18
|
/**
|
|
19
19
|
* A Door Lock Controller is a device capable of controlling a door lock.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Device} § 8.2
|
|
22
22
|
*/
|
|
23
23
|
export interface DoorLockControllerDevice extends Identity<typeof DoorLockControllerDeviceDefinition> {}
|
|
24
24
|
|
package/src/devices/door-lock.ts
CHANGED
|
@@ -16,7 +16,7 @@ import { Identity } from "@matter/general";
|
|
|
16
16
|
* 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
|
|
17
17
|
* remote method.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link MatterSpecification.
|
|
19
|
+
* @see {@link MatterSpecification.v16.Device} § 8.1
|
|
20
20
|
*/
|
|
21
21
|
export interface DoorLockDevice extends Identity<typeof DoorLockDeviceDefinition> {}
|
|
22
22
|
|
package/src/devices/doorbell.ts
CHANGED
|
@@ -19,7 +19,7 @@ import { Identity } from "@matter/general";
|
|
|
19
19
|
* DoorbellDevice requires Switch cluster but Switch is not added by default because you must select the features your
|
|
20
20
|
* device supports. You can add manually using DoorbellDevice.with().
|
|
21
21
|
*
|
|
22
|
-
* @see {@link MatterSpecification.
|
|
22
|
+
* @see {@link MatterSpecification.v16.Device} § 16.9
|
|
23
23
|
*/
|
|
24
24
|
export interface DoorbellDevice extends Identity<typeof DoorbellDeviceDefinition> {}
|
|
25
25
|
|
|
@@ -18,7 +18,7 @@ import { Identity } from "@matter/general";
|
|
|
18
18
|
/**
|
|
19
19
|
* A Electrical Energy Tariff is a device that defines a tariff for the consumption or production of electrical energy.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Device} § 14.7
|
|
22
22
|
*/
|
|
23
23
|
export interface ElectricalEnergyTariffDevice extends Identity<typeof ElectricalEnergyTariffDeviceDefinition> {}
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@ import { Identity } from "@matter/general";
|
|
|
26
26
|
* added by default because you must select the features your device supports. You can add manually using
|
|
27
27
|
* ElectricalMeterDevice.with().
|
|
28
28
|
*
|
|
29
|
-
* @see {@link MatterSpecification.
|
|
29
|
+
* @see {@link MatterSpecification.v16.Device} § 14.8
|
|
30
30
|
*/
|
|
31
31
|
export interface ElectricalMeterDevice extends Identity<typeof ElectricalMeterDeviceDefinition> {}
|
|
32
32
|
|
|
@@ -17,7 +17,7 @@ import { Identity } from "@matter/general";
|
|
|
17
17
|
* An Electrical Utility Meter device provides utility account information, as well as optional details about tariffs
|
|
18
18
|
* and metering.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link MatterSpecification.
|
|
20
|
+
* @see {@link MatterSpecification.v16.Device} § 14.9
|
|
21
21
|
*/
|
|
22
22
|
export interface ElectricalUtilityMeterDevice extends Identity<typeof ElectricalUtilityMeterDeviceDefinition> {}
|
|
23
23
|
|
|
@@ -21,7 +21,7 @@ import { Identity } from "@matter/general";
|
|
|
21
21
|
* mains electricity supply to allow it to be charged (or discharged in case of Vehicle to Grid / Vehicle to Home
|
|
22
22
|
* applications).
|
|
23
23
|
*
|
|
24
|
-
* @see {@link MatterSpecification.
|
|
24
|
+
* @see {@link MatterSpecification.v16.Device} § 14.1
|
|
25
25
|
*/
|
|
26
26
|
export interface EnergyEvseDevice extends Identity<typeof EnergyEvseDeviceDefinition> {}
|
|
27
27
|
|
|
@@ -28,7 +28,7 @@ import { Identity } from "@matter/general";
|
|
|
28
28
|
* coordinates, and color temperature. In addition, the extended color light is also capable of being switched by means
|
|
29
29
|
* of a bound occupancy sensor.
|
|
30
30
|
*
|
|
31
|
-
* @see {@link MatterSpecification.
|
|
31
|
+
* @see {@link MatterSpecification.v16.Device} § 4.4
|
|
32
32
|
*/
|
|
33
33
|
export interface ExtendedColorLightDevice extends Identity<typeof ExtendedColorLightDeviceDefinition> {}
|
|
34
34
|
|
|
@@ -38,7 +38,7 @@ import { Identity } from "@matter/general";
|
|
|
38
38
|
*
|
|
39
39
|
* - Telescoping Extractors
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v16.Device} § 13.10
|
|
42
42
|
*/
|
|
43
43
|
export interface ExtractorHoodDevice extends Identity<typeof ExtractorHoodDeviceDefinition> {}
|
|
44
44
|
|
package/src/devices/fan.ts
CHANGED
|
@@ -17,7 +17,7 @@ import { Identity } from "@matter/general";
|
|
|
17
17
|
/**
|
|
18
18
|
* A Fan device is typically standalone or mounted on a ceiling or wall and is used to circulate air in a room.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link MatterSpecification.
|
|
20
|
+
* @see {@link MatterSpecification.v16.Device} § 9.2
|
|
21
21
|
*/
|
|
22
22
|
export interface FanDevice extends Identity<typeof FanDeviceDefinition> {}
|
|
23
23
|
|
|
@@ -14,7 +14,7 @@ import { Identity } from "@matter/general";
|
|
|
14
14
|
* A Floodlight Camera device is a composite device which combines a camera and a light, primarily used in security use
|
|
15
15
|
* cases.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
17
|
+
* @see {@link MatterSpecification.v16.Device} § 16.2
|
|
18
18
|
*/
|
|
19
19
|
export interface FloodlightCameraDevice extends Identity<typeof FloodlightCameraDeviceDefinition> {}
|
|
20
20
|
|
|
@@ -15,7 +15,7 @@ import { Identity } from "@matter/general";
|
|
|
15
15
|
/**
|
|
16
16
|
* A Flow Sensor device measures and reports the flow rate of a fluid.
|
|
17
17
|
*
|
|
18
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v16.Device} § 7.6
|
|
19
19
|
*/
|
|
20
20
|
export interface FlowSensorDevice extends Identity<typeof FlowSensorDeviceDefinition> {}
|
|
21
21
|
|
|
@@ -18,7 +18,7 @@ import { Identity } from "@matter/general";
|
|
|
18
18
|
* GenericSwitchDevice requires Switch cluster but Switch is not added by default because you must select the features
|
|
19
19
|
* your device supports. You can add manually using GenericSwitchDevice.with().
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Device} § 6.6
|
|
22
22
|
*/
|
|
23
23
|
export interface GenericSwitchDevice extends Identity<typeof GenericSwitchDeviceDefinition> {}
|
|
24
24
|
|
package/src/devices/heat-pump.ts
CHANGED
|
@@ -20,7 +20,7 @@ import { Identity } from "@matter/general";
|
|
|
20
20
|
* Note that the Water Heater device type can also be heated by a heat pump and has similar requirements, but that
|
|
21
21
|
* cannot be used for space heating.
|
|
22
22
|
*
|
|
23
|
-
* @see {@link MatterSpecification.
|
|
23
|
+
* @see {@link MatterSpecification.v16.Device} § 14.5
|
|
24
24
|
*/
|
|
25
25
|
export interface HeatPumpDevice extends Identity<typeof HeatPumpDeviceDefinition> {}
|
|
26
26
|
|
|
@@ -17,7 +17,7 @@ import { Identity } from "@matter/general";
|
|
|
17
17
|
/**
|
|
18
18
|
* A humidity sensor (in most cases a Relative humidity sensor) reports humidity measurements.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link MatterSpecification.
|
|
20
|
+
* @see {@link MatterSpecification.v16.Device} § 7.7
|
|
21
21
|
*/
|
|
22
22
|
export interface HumiditySensorDevice extends Identity<typeof HumiditySensorDeviceDefinition> {}
|
|
23
23
|
|
package/src/devices/intercom.ts
CHANGED
|
@@ -42,7 +42,7 @@ import { Identity } from "@matter/general";
|
|
|
42
42
|
* IntercomDevice requires CameraAvStreamManagement cluster but CameraAvStreamManagement is not added by default because
|
|
43
43
|
* you must select the features your device supports. You can add manually using IntercomDevice.with().
|
|
44
44
|
*
|
|
45
|
-
* @see {@link MatterSpecification.
|
|
45
|
+
* @see {@link MatterSpecification.v16.Device} § 16.4
|
|
46
46
|
*/
|
|
47
47
|
export interface IntercomDevice extends Identity<typeof IntercomDeviceDefinition> {}
|
|
48
48
|
|
|
@@ -23,7 +23,7 @@ import { Identity } from "@matter/general";
|
|
|
23
23
|
* for lawns. A physical irrigation system typically has a set of electrical terminals to which in-ground water valves
|
|
24
24
|
* are connected so that the system can actuate them.
|
|
25
25
|
*
|
|
26
|
-
* @see {@link MatterSpecification.
|
|
26
|
+
* @see {@link MatterSpecification.v16.Device} § 5.7
|
|
27
27
|
*/
|
|
28
28
|
export interface IrrigationSystemDevice extends Identity<typeof IrrigationSystemDeviceDefinition> {}
|
|
29
29
|
|
|
@@ -27,7 +27,7 @@ import { Identity } from "@matter/general";
|
|
|
27
27
|
/**
|
|
28
28
|
* A Laundry Dryer represents a device that is capable of drying laundry items.
|
|
29
29
|
*
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v16.Device} § 13.6
|
|
31
31
|
*/
|
|
32
32
|
export interface LaundryDryerDevice extends Identity<typeof LaundryDryerDeviceDefinition> {}
|
|
33
33
|
|
|
@@ -30,7 +30,7 @@ import { Identity } from "@matter/general";
|
|
|
30
30
|
*
|
|
31
31
|
* A Laundry Washer shall be composed of at least one endpoint with the Laundry Washer device type.
|
|
32
32
|
*
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v16.Device} § 13.1
|
|
34
34
|
*/
|
|
35
35
|
export interface LaundryWasherDevice extends Identity<typeof LaundryWasherDeviceDefinition> {}
|
|
36
36
|
|
|
@@ -18,7 +18,7 @@ import { Identity } from "@matter/general";
|
|
|
18
18
|
* A Light Sensor device is a measurement and sensing device that is capable of measuring and reporting the intensity of
|
|
19
19
|
* light (illuminance) to which the sensor is being subjected.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Device} § 7.2
|
|
22
22
|
*/
|
|
23
23
|
export interface LightSensorDevice extends Identity<typeof LightSensorDeviceDefinition> {}
|
|
24
24
|
|
|
@@ -14,7 +14,7 @@ import { Identity } from "@matter/general";
|
|
|
14
14
|
/**
|
|
15
15
|
* A Meter Reference Point device provides details about tariffs and metering.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
17
|
+
* @see {@link MatterSpecification.v16.Device} § 14.6
|
|
18
18
|
*/
|
|
19
19
|
export interface MeterReferencePointDevice extends Identity<typeof MeterReferencePointDeviceDefinition> {}
|
|
20
20
|
|
|
@@ -29,7 +29,7 @@ import { Identity } from "@matter/general";
|
|
|
29
29
|
* MicrowaveOvenDevice requires MicrowaveOvenControl cluster but MicrowaveOvenControl is not added by default because
|
|
30
30
|
* you must select the features your device supports. You can add manually using MicrowaveOvenDevice.with().
|
|
31
31
|
*
|
|
32
|
-
* @see {@link MatterSpecification.
|
|
32
|
+
* @see {@link MatterSpecification.v16.Device} § 13.11
|
|
33
33
|
*/
|
|
34
34
|
export interface MicrowaveOvenDevice extends Identity<typeof MicrowaveOvenDeviceDefinition> {}
|
|
35
35
|
|
|
@@ -14,7 +14,7 @@ import { Identity } from "@matter/general";
|
|
|
14
14
|
/**
|
|
15
15
|
* This defines conformance to the Mode Select device type.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
17
|
+
* @see {@link MatterSpecification.v16.Device} § 11.1
|
|
18
18
|
*/
|
|
19
19
|
export interface ModeSelectDevice extends Identity<typeof ModeSelectDeviceDefinition> {}
|
|
20
20
|
|
|
@@ -36,7 +36,7 @@ import { Identity } from "@matter/general";
|
|
|
36
36
|
* for backward compatibility with existing clients. See Dimmable Plug-In Unit client guidance for additional
|
|
37
37
|
* information, regarding the inclusion of these two device types.
|
|
38
38
|
*
|
|
39
|
-
* @see {@link MatterSpecification.
|
|
39
|
+
* @see {@link MatterSpecification.v16.Device} § 5.4
|
|
40
40
|
*/
|
|
41
41
|
export interface MountedDimmableLoadControlDevice extends Identity<typeof MountedDimmableLoadControlDeviceDefinition> {}
|
|
42
42
|
|
|
@@ -35,7 +35,7 @@ import { Identity } from "@matter/general";
|
|
|
35
35
|
* backward compatibility with existing clients. See On/Off Plug-in Unit client guidance for additional information,
|
|
36
36
|
* regarding the inclusion of these two device types.
|
|
37
37
|
*
|
|
38
|
-
* @see {@link MatterSpecification.
|
|
38
|
+
* @see {@link MatterSpecification.v16.Device} § 5.3
|
|
39
39
|
*/
|
|
40
40
|
export interface MountedOnOffControlDevice extends Identity<typeof MountedOnOffControlDeviceDefinition> {}
|
|
41
41
|
|
|
@@ -35,10 +35,10 @@ import { Identity } from "@matter/general";
|
|
|
35
35
|
*
|
|
36
36
|
* A Network Infrastructure Manager device may be managed by a service associated with the device vendor, for example,
|
|
37
37
|
* an Internet Service Provider. Sometimes this managing service will have policies that require the use of the Managed
|
|
38
|
-
* Device feature of the Access Control Cluster (see Section 15.3.
|
|
38
|
+
* Device feature of the Access Control Cluster (see Section 15.3.4.1, "ManagedAclAllowed Condition"). Consequently,
|
|
39
39
|
* Commissioners of this device type should be aware of this feature and its use.
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v16.Device} § 15.3
|
|
42
42
|
*/
|
|
43
43
|
export interface NetworkInfrastructureManagerDevice extends Identity<typeof NetworkInfrastructureManagerDeviceDefinition> {}
|
|
44
44
|
|
|
@@ -24,7 +24,7 @@ import { Identity } from "@matter/general";
|
|
|
24
24
|
* OccupancySensorDevice requires OccupancySensing cluster but OccupancySensing is not added by default because you must
|
|
25
25
|
* select the features your device supports. You can add manually using OccupancySensorDevice.with().
|
|
26
26
|
*
|
|
27
|
-
* @see {@link MatterSpecification.
|
|
27
|
+
* @see {@link MatterSpecification.v16.Device} § 7.3
|
|
28
28
|
*/
|
|
29
29
|
export interface OccupancySensorDevice extends Identity<typeof OccupancySensorDeviceDefinition> {}
|
|
30
30
|
|
|
@@ -21,7 +21,7 @@ import { Identity } from "@matter/general";
|
|
|
21
21
|
* An On/Off Light Switch is a controller device that, when bound to a lighting device such as an On/Off Light, is
|
|
22
22
|
* capable of being used to switch the device on or off.
|
|
23
23
|
*
|
|
24
|
-
* @see {@link MatterSpecification.
|
|
24
|
+
* @see {@link MatterSpecification.v16.Device} § 6.1
|
|
25
25
|
*/
|
|
26
26
|
export interface OnOffLightSwitchDevice extends Identity<typeof OnOffLightSwitchDeviceDefinition> {}
|
|
27
27
|
|
|
@@ -25,7 +25,7 @@ import { Identity } from "@matter/general";
|
|
|
25
25
|
* device such as an On/Off Light Switch or a Dimmer Switch. In addition, an on/off light is also capable of being
|
|
26
26
|
* switched by means of a bound occupancy sensor.
|
|
27
27
|
*
|
|
28
|
-
* @see {@link MatterSpecification.
|
|
28
|
+
* @see {@link MatterSpecification.v16.Device} § 4.1
|
|
29
29
|
*/
|
|
30
30
|
export interface OnOffLightDevice extends Identity<typeof OnOffLightDeviceDefinition> {}
|
|
31
31
|
|
|
@@ -35,7 +35,7 @@ import { Identity } from "@matter/general";
|
|
|
35
35
|
* distinguish the type of physical device based on the device type revision found on an endpoint ("--" means the device
|
|
36
36
|
* type is not listed).
|
|
37
37
|
*
|
|
38
|
-
* @see {@link MatterSpecification.
|
|
38
|
+
* @see {@link MatterSpecification.v16.Device} § 5.1
|
|
39
39
|
*/
|
|
40
40
|
export interface OnOffPlugInUnitDevice extends Identity<typeof OnOffPlugInUnitDeviceDefinition> {}
|
|
41
41
|
|
|
@@ -23,7 +23,7 @@ import { Identity } from "@matter/general";
|
|
|
23
23
|
* An On/Off Sensor is a measurement and sensing device that, when bound to a lighting device such as a Dimmable Light,
|
|
24
24
|
* is capable of being used to switch the device on or off.
|
|
25
25
|
*
|
|
26
|
-
* @see {@link MatterSpecification.
|
|
26
|
+
* @see {@link MatterSpecification.v16.Device} § 7.8
|
|
27
27
|
*/
|
|
28
28
|
export interface OnOffSensorDevice extends Identity<typeof OnOffSensorDeviceDefinition> {}
|
|
29
29
|
|
package/src/devices/oven.ts
CHANGED
|
@@ -16,7 +16,7 @@ import { Identity } from "@matter/general";
|
|
|
16
16
|
* of heating food. Examples of consumer products implementing this device type include ovens, wall ovens, convection
|
|
17
17
|
* ovens, etc.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link MatterSpecification.
|
|
19
|
+
* @see {@link MatterSpecification.v16.Device} § 13.9
|
|
20
20
|
*/
|
|
21
21
|
export interface OvenDevice extends Identity<typeof OvenDeviceDefinition> {}
|
|
22
22
|
|
|
@@ -17,7 +17,7 @@ import { Identity } from "@matter/general";
|
|
|
17
17
|
/**
|
|
18
18
|
* A Pressure Sensor device measures and reports the pressure of a fluid.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link MatterSpecification.
|
|
20
|
+
* @see {@link MatterSpecification.v16.Device} § 7.5
|
|
21
21
|
*/
|
|
22
22
|
export interface PressureSensorDevice extends Identity<typeof PressureSensorDeviceDefinition> {}
|
|
23
23
|
|
|
@@ -31,7 +31,7 @@ import { Identity } from "@matter/general";
|
|
|
31
31
|
/**
|
|
32
32
|
* A Pump Controller device is capable of configuring and controlling a Pump device.
|
|
33
33
|
*
|
|
34
|
-
* @see {@link MatterSpecification.
|
|
34
|
+
* @see {@link MatterSpecification.v16.Device} § 6.5
|
|
35
35
|
*/
|
|
36
36
|
export interface PumpControllerDevice extends Identity<typeof PumpControllerDeviceDefinition> {}
|
|
37
37
|
|
package/src/devices/pump.ts
CHANGED
|
@@ -44,7 +44,7 @@ import { Identity } from "@matter/general";
|
|
|
44
44
|
* PumpDevice requires PumpConfigurationAndControl cluster but PumpConfigurationAndControl is not added by default
|
|
45
45
|
* because you must select the features your device supports. You can add manually using PumpDevice.with().
|
|
46
46
|
*
|
|
47
|
-
* @see {@link MatterSpecification.
|
|
47
|
+
* @see {@link MatterSpecification.v16.Device} § 5.5
|
|
48
48
|
*/
|
|
49
49
|
export interface PumpDevice extends Identity<typeof PumpDeviceDefinition> {}
|
|
50
50
|
|
|
@@ -18,7 +18,7 @@ import { Identity } from "@matter/general";
|
|
|
18
18
|
/**
|
|
19
19
|
* This defines conformance to the Rain Sensor device type.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Device} § 7.13
|
|
22
22
|
*/
|
|
23
23
|
export interface RainSensorDevice extends Identity<typeof RainSensorDeviceDefinition> {}
|
|
24
24
|
|
|
@@ -56,7 +56,7 @@ export namespace RainSensorRequirements {
|
|
|
56
56
|
export const RainSensorDeviceDefinition = MutableEndpoint({
|
|
57
57
|
name: "RainSensor",
|
|
58
58
|
deviceType: 0x44,
|
|
59
|
-
deviceRevision:
|
|
59
|
+
deviceRevision: 2,
|
|
60
60
|
requirements: RainSensorRequirements,
|
|
61
61
|
behaviors: SupportedBehaviors(
|
|
62
62
|
RainSensorRequirements.server.mandatory.Identify,
|
|
@@ -13,6 +13,9 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
RefrigeratorAlarmServer as BaseRefrigeratorAlarmServer
|
|
15
15
|
} from "../behaviors/refrigerator-alarm/RefrigeratorAlarmServer.js";
|
|
16
|
+
import {
|
|
17
|
+
ActivatedCarbonFilterMonitoringServer as BaseActivatedCarbonFilterMonitoringServer
|
|
18
|
+
} from "../behaviors/activated-carbon-filter-monitoring/ActivatedCarbonFilterMonitoringServer.js";
|
|
16
19
|
import { MutableEndpoint } from "../endpoint/type/MutableEndpoint.js";
|
|
17
20
|
import { SupportedBehaviors } from "../endpoint/properties/SupportedBehaviors.js";
|
|
18
21
|
import { Identity } from "@matter/general";
|
|
@@ -22,7 +25,7 @@ import { Identity } from "@matter/general";
|
|
|
22
25
|
* Examples of consumer products that may make use of this device type include refrigerators, freezers, and wine
|
|
23
26
|
* coolers.
|
|
24
27
|
*
|
|
25
|
-
* @see {@link MatterSpecification.
|
|
28
|
+
* @see {@link MatterSpecification.v16.Device} § 13.2
|
|
26
29
|
*/
|
|
27
30
|
export interface RefrigeratorDevice extends Identity<typeof RefrigeratorDeviceDefinition> {}
|
|
28
31
|
|
|
@@ -49,6 +52,14 @@ export namespace RefrigeratorRequirements {
|
|
|
49
52
|
*/
|
|
50
53
|
export const RefrigeratorAlarmServer = BaseRefrigeratorAlarmServer;
|
|
51
54
|
|
|
55
|
+
/**
|
|
56
|
+
* The ActivatedCarbonFilterMonitoring cluster is optional per the Matter specification.
|
|
57
|
+
*
|
|
58
|
+
* We provide this alias to the default implementation {@link ActivatedCarbonFilterMonitoringServer} for
|
|
59
|
+
* convenience.
|
|
60
|
+
*/
|
|
61
|
+
export const ActivatedCarbonFilterMonitoringServer = BaseActivatedCarbonFilterMonitoringServer;
|
|
62
|
+
|
|
52
63
|
/**
|
|
53
64
|
* An implementation for each server cluster supported by the endpoint per the Matter specification.
|
|
54
65
|
*/
|
|
@@ -56,8 +67,10 @@ export namespace RefrigeratorRequirements {
|
|
|
56
67
|
optional: {
|
|
57
68
|
Identify: IdentifyServer,
|
|
58
69
|
RefrigeratorAndTemperatureControlledCabinetMode: RefrigeratorAndTemperatureControlledCabinetModeServer,
|
|
59
|
-
RefrigeratorAlarm: RefrigeratorAlarmServer
|
|
70
|
+
RefrigeratorAlarm: RefrigeratorAlarmServer,
|
|
71
|
+
ActivatedCarbonFilterMonitoring: ActivatedCarbonFilterMonitoringServer
|
|
60
72
|
},
|
|
73
|
+
|
|
61
74
|
mandatory: {}
|
|
62
75
|
};
|
|
63
76
|
}
|
|
@@ -65,7 +78,7 @@ export namespace RefrigeratorRequirements {
|
|
|
65
78
|
export const RefrigeratorDeviceDefinition = MutableEndpoint({
|
|
66
79
|
name: "Refrigerator",
|
|
67
80
|
deviceType: 0x70,
|
|
68
|
-
deviceRevision:
|
|
81
|
+
deviceRevision: 3,
|
|
69
82
|
requirements: RefrigeratorRequirements,
|
|
70
83
|
behaviors: SupportedBehaviors()
|
|
71
84
|
});
|
|
@@ -20,7 +20,7 @@ import { Identity } from "@matter/general";
|
|
|
20
20
|
/**
|
|
21
21
|
* This defines conformance for the Robotic Vacuum Cleaner device type.
|
|
22
22
|
*
|
|
23
|
-
* @see {@link MatterSpecification.
|
|
23
|
+
* @see {@link MatterSpecification.v16.Device} § 12.1
|
|
24
24
|
*/
|
|
25
25
|
export interface RoboticVacuumCleanerDevice extends Identity<typeof RoboticVacuumCleanerDeviceDefinition> {}
|
|
26
26
|
|
|
@@ -41,7 +41,7 @@ import { Identity } from "@matter/general";
|
|
|
41
41
|
* RoomAirConditionerDevice requires Thermostat cluster but Thermostat is not added by default because you must select
|
|
42
42
|
* the features your device supports. You can add manually using RoomAirConditionerDevice.with().
|
|
43
43
|
*
|
|
44
|
-
* @see {@link MatterSpecification.
|
|
44
|
+
* @see {@link MatterSpecification.v16.Device} § 13.3
|
|
45
45
|
*/
|
|
46
46
|
export interface RoomAirConditionerDevice extends Identity<typeof RoomAirConditionerDeviceDefinition> {}
|
|
47
47
|
|
|
@@ -37,7 +37,7 @@ import { Identity } from "@matter/general";
|
|
|
37
37
|
* SmokeCoAlarmDevice requires SmokeCoAlarm cluster but SmokeCoAlarm is not added by default because you must select the
|
|
38
38
|
* features your device supports. You can add manually using SmokeCoAlarmDevice.with().
|
|
39
39
|
*
|
|
40
|
-
* @see {@link MatterSpecification.
|
|
40
|
+
* @see {@link MatterSpecification.v16.Device} § 7.9
|
|
41
41
|
*/
|
|
42
42
|
export interface SmokeCoAlarmDevice extends Identity<typeof SmokeCoAlarmDeviceDefinition> {}
|
|
43
43
|
|
|
@@ -28,7 +28,7 @@ import { Identity } from "@matter/general";
|
|
|
28
28
|
* SnapshotCameraDevice requires CameraAvStreamManagement cluster but CameraAvStreamManagement is not added by default
|
|
29
29
|
* because you must select the features your device supports. You can add manually using SnapshotCameraDevice.with().
|
|
30
30
|
*
|
|
31
|
-
* @see {@link MatterSpecification.
|
|
31
|
+
* @see {@link MatterSpecification.v16.Device} § 16.6
|
|
32
32
|
*/
|
|
33
33
|
export interface SnapshotCameraDevice extends Identity<typeof SnapshotCameraDeviceDefinition> {}
|
|
34
34
|
|
|
@@ -18,7 +18,7 @@ import { Identity } from "@matter/general";
|
|
|
18
18
|
/**
|
|
19
19
|
* A Soil Sensor device reports measurements of soil values, such as moisture and (optionally) temperature.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Device} § 7.14
|
|
22
22
|
*/
|
|
23
23
|
export interface SoilSensorDevice extends Identity<typeof SoilSensorDeviceDefinition> {}
|
|
24
24
|
|
|
@@ -16,7 +16,7 @@ import { Identity } from "@matter/general";
|
|
|
16
16
|
* strings of solar panels, and its associated controller and, if appropriate, inverter, to be monitored and controlled
|
|
17
17
|
* by an Energy Management System.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link MatterSpecification.
|
|
19
|
+
* @see {@link MatterSpecification.v16.Device} § 14.3
|
|
20
20
|
*/
|
|
21
21
|
export interface SolarPowerDevice extends Identity<typeof SolarPowerDeviceDefinition> {}
|
|
22
22
|
|
package/src/devices/speaker.ts
CHANGED
|
@@ -28,7 +28,7 @@ import { Identity } from "@matter/general";
|
|
|
28
28
|
* in order to treat volume in a fashion consistent with lighting which also uses these clusters and has matching
|
|
29
29
|
* functional requirements.
|
|
30
30
|
*
|
|
31
|
-
* @see {@link MatterSpecification.
|
|
31
|
+
* @see {@link MatterSpecification.v16.Device} § 10.4
|
|
32
32
|
*/
|
|
33
33
|
export interface SpeakerDevice extends Identity<typeof SpeakerDeviceDefinition> {}
|
|
34
34
|
|