@matter/node 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28
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/cluster/ClusterBehavior.d.ts +5 -5
- package/dist/cjs/behavior/cluster/ClusterBehavior.d.ts.map +1 -1
- package/dist/cjs/behavior/cluster/ClusterBehavior.js +7 -2
- package/dist/cjs/behavior/cluster/ClusterBehavior.js.map +1 -1
- package/dist/cjs/behavior/cluster/ClusterBehaviorUtil.d.ts.map +1 -1
- package/dist/cjs/behavior/cluster/ClusterBehaviorUtil.js +51 -35
- package/dist/cjs/behavior/cluster/ClusterBehaviorUtil.js.map +1 -1
- package/dist/cjs/behavior/state/validation/conformance-compiler.d.ts.map +1 -1
- package/dist/cjs/behavior/state/validation/conformance-compiler.js +6 -2
- package/dist/cjs/behavior/state/validation/conformance-compiler.js.map +1 -1
- package/dist/cjs/behavior/system/remote/api/resources/EndpointResource.d.ts +1 -0
- package/dist/cjs/behavior/system/remote/api/resources/EndpointResource.d.ts.map +1 -1
- package/dist/cjs/behaviors/account-login/AccountLoginInterface.d.ts +7 -7
- package/dist/cjs/behaviors/actions/ActionsInterface.d.ts +26 -1
- package/dist/cjs/behaviors/actions/ActionsInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/application-launcher/ApplicationLauncherInterface.d.ts +3 -1
- package/dist/cjs/behaviors/application-launcher/ApplicationLauncherInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/basic-information/BasicInformationServer.d.ts +1 -1
- package/dist/cjs/behaviors/channel/ChannelInterface.d.ts +4 -0
- package/dist/cjs/behaviors/channel/ChannelInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/color-control/ColorControlInterface.d.ts +4 -0
- package/dist/cjs/behaviors/color-control/ColorControlInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/color-control/ColorControlServer.d.ts +8 -0
- package/dist/cjs/behaviors/color-control/ColorControlServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/color-control/ColorControlServer.js +23 -26
- package/dist/cjs/behaviors/color-control/ColorControlServer.js.map +1 -1
- package/dist/cjs/behaviors/content-control/ContentControlInterface.d.ts +1 -1
- package/dist/cjs/behaviors/door-lock/DoorLockInterface.d.ts +1 -1
- package/dist/cjs/behaviors/door-lock/DoorLockServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/door-lock/DoorLockServer.js +8 -4
- package/dist/cjs/behaviors/door-lock/DoorLockServer.js.map +1 -1
- package/dist/cjs/behaviors/electrical-power-measurement/ElectricalPowerMeasurementBehavior.d.ts +3 -3
- package/dist/cjs/behaviors/ethernet-network-diagnostics/EthernetNetworkDiagnosticsInterface.d.ts +2 -2
- package/dist/cjs/behaviors/fan-control/FanControlInterface.d.ts +13 -4
- package/dist/cjs/behaviors/fan-control/FanControlInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/fan-control/FanControlServer.d.ts +1 -1
- package/dist/cjs/behaviors/fan-control/FanControlServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/fan-control/FanControlServer.js +6 -0
- package/dist/cjs/behaviors/fan-control/FanControlServer.js.map +1 -1
- package/dist/cjs/behaviors/general-commissioning/GeneralCommissioningInterface.d.ts +16 -13
- package/dist/cjs/behaviors/general-commissioning/GeneralCommissioningInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementInterface.d.ts +3 -3
- package/dist/cjs/behaviors/icd-management/IcdManagementInterface.d.ts +40 -4
- package/dist/cjs/behaviors/icd-management/IcdManagementInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/index.d.ts +1 -5
- package/dist/cjs/behaviors/index.d.ts.map +1 -1
- package/dist/cjs/behaviors/index.js +1 -5
- package/dist/cjs/behaviors/index.js.map +1 -1
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.d.ts +32 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.d.ts.map +1 -0
- package/dist/cjs/behaviors/{joint-fabric-pki/JointFabricPkiBehavior.js → joint-fabric-administrator/JointFabricAdministratorBehavior.js} +9 -9
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.d.ts +15 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.d.ts.map +1 -0
- package/dist/cjs/behaviors/{joint-fabric-pki/JointFabricPkiServer.js → joint-fabric-administrator/JointFabricAdministratorClient.js} +9 -8
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.d.ts +89 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.d.ts.map +1 -0
- package/dist/cjs/behaviors/{proxy-discovery/ProxyDiscoveryInterface.js → joint-fabric-administrator/JointFabricAdministratorInterface.js} +3 -3
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.d.ts +13 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.d.ts.map +1 -0
- package/dist/cjs/behaviors/{ballast-configuration/BallastConfigurationServer.js → joint-fabric-administrator/JointFabricAdministratorServer.js} +7 -7
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/index.d.ts +11 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/index.d.ts.map +1 -0
- package/dist/cjs/behaviors/{joint-fabric-pki → joint-fabric-administrator}/index.js +6 -6
- package/dist/cjs/behaviors/joint-fabric-administrator/index.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.d.ts +555 -40
- package/dist/cjs/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/media-playback/MediaPlaybackInterface.d.ts +27 -2
- package/dist/cjs/behaviors/media-playback/MediaPlaybackInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/network-commissioning/NetworkCommissioningInterface.d.ts +28 -14
- package/dist/cjs/behaviors/network-commissioning/NetworkCommissioningInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/operational-credentials/OperationalCredentialsInterface.d.ts +106 -9
- package/dist/cjs/behaviors/operational-credentials/OperationalCredentialsInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/operational-credentials/OperationalCredentialsServer.js +1 -1
- package/dist/cjs/behaviors/operational-credentials/OperationalCredentialsServer.js.map +1 -1
- package/dist/cjs/behaviors/service-area/ServiceAreaInterface.d.ts +0 -3
- package/dist/cjs/behaviors/service-area/ServiceAreaInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.d.ts +3 -1
- package/dist/cjs/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/switch/SwitchServer.d.ts +2 -0
- package/dist/cjs/behaviors/switch/SwitchServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/switch/SwitchServer.js +3 -0
- package/dist/cjs/behaviors/switch/SwitchServer.js.map +1 -1
- package/dist/cjs/behaviors/temperature-control/TemperatureControlInterface.d.ts +2 -0
- package/dist/cjs/behaviors/temperature-control/TemperatureControlInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/thermostat/ThermostatBehavior.d.ts +1 -1
- package/dist/cjs/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.d.ts +1 -1
- package/dist/cjs/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.js +16 -0
- package/dist/cjs/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.js.map +2 -2
- package/dist/cjs/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.d.ts +3 -2
- package/dist/cjs/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/time-synchronization/TimeSynchronizationInterface.d.ts +10 -6
- package/dist/cjs/behaviors/time-synchronization/TimeSynchronizationInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/unit-localization/UnitLocalizationServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/unit-localization/UnitLocalizationServer.js +6 -0
- package/dist/cjs/behaviors/unit-localization/UnitLocalizationServer.js.map +1 -1
- package/dist/cjs/behaviors/wi-fi-network-diagnostics/WiFiNetworkDiagnosticsInterface.d.ts +2 -2
- package/dist/cjs/behaviors/window-covering/WindowCoveringBehavior.d.ts +1 -1
- package/dist/cjs/behaviors/window-covering/WindowCoveringInterface.d.ts +18 -0
- package/dist/cjs/behaviors/window-covering/WindowCoveringInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/window-covering/WindowCoveringServer.d.ts +2 -2
- package/dist/cjs/devices/basic-video-player.d.ts +2 -2
- package/dist/cjs/devices/casting-video-player.d.ts +2 -2
- package/dist/cjs/devices/color-temperature-light.d.ts +48 -22
- package/dist/cjs/devices/color-temperature-light.d.ts.map +1 -1
- package/dist/cjs/devices/color-temperature-light.js +5 -4
- package/dist/cjs/devices/color-temperature-light.js.map +2 -2
- package/dist/cjs/devices/control-bridge.d.ts +7 -7
- package/dist/cjs/devices/control-bridge.d.ts.map +1 -1
- package/dist/cjs/devices/control-bridge.js +3 -3
- package/dist/cjs/devices/control-bridge.js.map +2 -2
- package/dist/cjs/devices/cook-surface.d.ts +132 -4
- package/dist/cjs/devices/cook-surface.d.ts.map +1 -1
- package/dist/cjs/devices/cook-surface.js +2 -2
- package/dist/cjs/devices/cook-surface.js.map +1 -1
- package/dist/cjs/devices/dimmable-light.d.ts +44 -18
- package/dist/cjs/devices/dimmable-light.d.ts.map +1 -1
- package/dist/cjs/devices/dimmable-light.js +5 -4
- package/dist/cjs/devices/dimmable-light.js.map +2 -2
- package/dist/cjs/devices/dimmable-plug-in-unit.d.ts +56 -19
- package/dist/cjs/devices/dimmable-plug-in-unit.d.ts.map +1 -1
- package/dist/cjs/devices/dimmable-plug-in-unit.js +6 -5
- package/dist/cjs/devices/dimmable-plug-in-unit.js.map +2 -2
- package/dist/cjs/devices/dishwasher.d.ts +30 -6
- package/dist/cjs/devices/dishwasher.d.ts.map +1 -1
- package/dist/cjs/devices/dishwasher.js +2 -2
- package/dist/cjs/devices/dishwasher.js.map +1 -1
- package/dist/cjs/devices/extended-color-light.d.ts +48 -22
- package/dist/cjs/devices/extended-color-light.d.ts.map +1 -1
- package/dist/cjs/devices/extended-color-light.js +5 -4
- package/dist/cjs/devices/extended-color-light.js.map +2 -2
- package/dist/cjs/devices/index.d.ts +1 -0
- package/dist/cjs/devices/index.d.ts.map +1 -1
- package/dist/cjs/devices/index.js +1 -0
- package/dist/cjs/devices/index.js.map +1 -1
- package/dist/cjs/devices/laundry-dryer.d.ts +30 -6
- package/dist/cjs/devices/laundry-dryer.d.ts.map +1 -1
- package/dist/cjs/devices/laundry-dryer.js +2 -2
- package/dist/cjs/devices/laundry-dryer.js.map +1 -1
- package/dist/cjs/devices/laundry-washer.d.ts +30 -6
- package/dist/cjs/devices/laundry-washer.d.ts.map +1 -1
- package/dist/cjs/devices/laundry-washer.js +2 -2
- package/dist/cjs/devices/laundry-washer.js.map +1 -1
- package/dist/cjs/devices/microwave-oven.d.ts +25 -5
- package/dist/cjs/devices/microwave-oven.d.ts.map +1 -1
- package/dist/cjs/devices/microwave-oven.js +2 -2
- package/dist/cjs/devices/microwave-oven.js.map +1 -1
- package/dist/cjs/devices/mounted-dimmable-load-control.d.ts +61 -22
- package/dist/cjs/devices/mounted-dimmable-load-control.d.ts.map +1 -1
- package/dist/cjs/devices/mounted-dimmable-load-control.js +6 -5
- package/dist/cjs/devices/mounted-dimmable-load-control.js.map +2 -2
- package/dist/cjs/devices/mounted-on-off-control.d.ts +57 -17
- package/dist/cjs/devices/mounted-on-off-control.d.ts.map +1 -1
- package/dist/cjs/devices/mounted-on-off-control.js +11 -5
- package/dist/cjs/devices/mounted-on-off-control.js.map +2 -2
- package/dist/cjs/devices/network-infrastructure-manager.d.ts +16 -4
- package/dist/cjs/devices/network-infrastructure-manager.d.ts.map +1 -1
- package/dist/cjs/devices/network-infrastructure-manager.js +7 -3
- package/dist/cjs/devices/network-infrastructure-manager.js.map +2 -2
- package/dist/cjs/devices/on-off-light.d.ts +42 -14
- package/dist/cjs/devices/on-off-light.d.ts.map +1 -1
- package/dist/cjs/devices/on-off-light.js +10 -4
- package/dist/cjs/devices/on-off-light.js.map +2 -2
- package/dist/cjs/devices/on-off-plug-in-unit.d.ts +54 -15
- package/dist/cjs/devices/on-off-plug-in-unit.d.ts.map +1 -1
- package/dist/cjs/devices/on-off-plug-in-unit.js +11 -5
- package/dist/cjs/devices/on-off-plug-in-unit.js.map +2 -2
- package/dist/cjs/devices/rain-sensor.d.ts +4 -4
- package/dist/cjs/devices/robotic-vacuum-cleaner.d.ts +30 -6
- package/dist/cjs/devices/robotic-vacuum-cleaner.d.ts.map +1 -1
- package/dist/cjs/devices/robotic-vacuum-cleaner.js +2 -2
- package/dist/cjs/devices/robotic-vacuum-cleaner.js.map +1 -1
- package/dist/cjs/devices/temperature-controlled-cabinet.d.ts +147 -7
- package/dist/cjs/devices/temperature-controlled-cabinet.d.ts.map +1 -1
- package/dist/cjs/devices/temperature-controlled-cabinet.js +3 -3
- package/dist/cjs/devices/temperature-controlled-cabinet.js.map +1 -1
- package/dist/cjs/devices/thermostat-controller.d.ts +62 -0
- package/dist/cjs/devices/thermostat-controller.d.ts.map +1 -0
- package/dist/cjs/devices/thermostat-controller.js +56 -0
- package/dist/cjs/devices/thermostat-controller.js.map +6 -0
- package/dist/cjs/devices/water-freeze-detector.d.ts +4 -4
- package/dist/cjs/devices/water-heater.d.ts +2 -2
- package/dist/cjs/devices/water-leak-detector.d.ts +4 -4
- package/dist/cjs/devices/window-covering-controller.d.ts +1 -1
- package/dist/cjs/devices/window-covering-controller.js +1 -1
- package/dist/cjs/devices/window-covering.d.ts +1 -1
- package/dist/cjs/devices/window-covering.js +1 -1
- package/dist/cjs/endpoints/joint-fabric-administrator.d.ts +9 -9
- package/dist/cjs/endpoints/joint-fabric-administrator.d.ts.map +1 -1
- package/dist/cjs/endpoints/joint-fabric-administrator.js +7 -4
- package/dist/cjs/endpoints/joint-fabric-administrator.js.map +2 -2
- package/dist/cjs/tags/AreaNamespaceTag.d.ts +132 -99
- package/dist/cjs/tags/AreaNamespaceTag.d.ts.map +1 -1
- package/dist/cjs/tags/AreaNamespaceTag.js +91 -67
- package/dist/cjs/tags/AreaNamespaceTag.js.map +1 -1
- package/dist/cjs/tags/ClosureTag.d.ts +7 -0
- package/dist/cjs/tags/ClosureTag.d.ts.map +1 -1
- package/dist/cjs/tags/ClosureTag.js.map +1 -1
- package/dist/cjs/tags/CompassDirectionTag.d.ts +4 -4
- package/dist/cjs/tags/CompassDirectionTag.js +4 -4
- package/dist/cjs/tags/CompassDirectionTag.js.map +1 -1
- package/dist/cjs/tags/CompassLocationTag.d.ts +4 -4
- package/dist/cjs/tags/CompassLocationTag.js +4 -4
- package/dist/cjs/tags/CompassLocationTag.js.map +1 -1
- package/dist/cjs/tags/LandmarkNamespaceTag.d.ts +34 -24
- package/dist/cjs/tags/LandmarkNamespaceTag.d.ts.map +1 -1
- package/dist/cjs/tags/LandmarkNamespaceTag.js +34 -24
- package/dist/cjs/tags/LandmarkNamespaceTag.js.map +1 -1
- package/dist/cjs/tags/LaundryTag.d.ts +3 -3
- package/dist/cjs/tags/LaundryTag.js +3 -3
- package/dist/cjs/tags/LaundryTag.js.map +1 -1
- package/dist/cjs/tags/LocationTag.d.ts +8 -1
- package/dist/cjs/tags/LocationTag.d.ts.map +1 -1
- package/dist/cjs/tags/LocationTag.js +6 -2
- package/dist/cjs/tags/LocationTag.js.map +1 -1
- package/dist/cjs/tags/NumberTag.d.ts +80 -0
- package/dist/cjs/tags/NumberTag.d.ts.map +1 -1
- package/dist/cjs/tags/NumberTag.js +21 -1
- package/dist/cjs/tags/NumberTag.js.map +1 -1
- package/dist/cjs/tags/PositionTag.d.ts +3 -0
- package/dist/cjs/tags/PositionTag.d.ts.map +1 -1
- package/dist/cjs/tags/PositionTag.js.map +1 -1
- package/dist/cjs/tags/RelativePositionTag.d.ts +2 -2
- package/dist/cjs/tags/RelativePositionTag.js +2 -2
- package/dist/cjs/tags/RelativePositionTag.js.map +1 -1
- package/dist/cjs/tags/SwitchesTag.d.ts +27 -3
- package/dist/cjs/tags/SwitchesTag.d.ts.map +1 -1
- package/dist/cjs/tags/SwitchesTag.js +17 -2
- package/dist/cjs/tags/SwitchesTag.js.map +1 -1
- package/dist/esm/behavior/cluster/ClusterBehavior.d.ts +5 -5
- package/dist/esm/behavior/cluster/ClusterBehavior.d.ts.map +1 -1
- package/dist/esm/behavior/cluster/ClusterBehavior.js +8 -3
- package/dist/esm/behavior/cluster/ClusterBehavior.js.map +1 -1
- package/dist/esm/behavior/cluster/ClusterBehaviorUtil.d.ts.map +1 -1
- package/dist/esm/behavior/cluster/ClusterBehaviorUtil.js +53 -35
- package/dist/esm/behavior/cluster/ClusterBehaviorUtil.js.map +1 -1
- package/dist/esm/behavior/state/validation/conformance-compiler.d.ts.map +1 -1
- package/dist/esm/behavior/state/validation/conformance-compiler.js +6 -2
- package/dist/esm/behavior/state/validation/conformance-compiler.js.map +1 -1
- package/dist/esm/behavior/system/remote/api/resources/EndpointResource.d.ts +1 -0
- package/dist/esm/behavior/system/remote/api/resources/EndpointResource.d.ts.map +1 -1
- package/dist/esm/behaviors/account-login/AccountLoginInterface.d.ts +7 -7
- package/dist/esm/behaviors/actions/ActionsInterface.d.ts +26 -1
- package/dist/esm/behaviors/actions/ActionsInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/application-launcher/ApplicationLauncherInterface.d.ts +3 -1
- package/dist/esm/behaviors/application-launcher/ApplicationLauncherInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/basic-information/BasicInformationServer.d.ts +1 -1
- package/dist/esm/behaviors/channel/ChannelInterface.d.ts +4 -0
- package/dist/esm/behaviors/channel/ChannelInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/color-control/ColorControlInterface.d.ts +4 -0
- package/dist/esm/behaviors/color-control/ColorControlInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/color-control/ColorControlServer.d.ts +8 -0
- package/dist/esm/behaviors/color-control/ColorControlServer.d.ts.map +1 -1
- package/dist/esm/behaviors/color-control/ColorControlServer.js +23 -26
- package/dist/esm/behaviors/color-control/ColorControlServer.js.map +1 -1
- package/dist/esm/behaviors/content-control/ContentControlInterface.d.ts +1 -1
- package/dist/esm/behaviors/door-lock/DoorLockInterface.d.ts +1 -1
- package/dist/esm/behaviors/door-lock/DoorLockServer.d.ts.map +1 -1
- package/dist/esm/behaviors/door-lock/DoorLockServer.js +8 -4
- package/dist/esm/behaviors/door-lock/DoorLockServer.js.map +1 -1
- package/dist/esm/behaviors/electrical-power-measurement/ElectricalPowerMeasurementBehavior.d.ts +3 -3
- package/dist/esm/behaviors/ethernet-network-diagnostics/EthernetNetworkDiagnosticsInterface.d.ts +2 -2
- package/dist/esm/behaviors/fan-control/FanControlInterface.d.ts +13 -4
- package/dist/esm/behaviors/fan-control/FanControlInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/fan-control/FanControlServer.d.ts +1 -1
- package/dist/esm/behaviors/fan-control/FanControlServer.d.ts.map +1 -1
- package/dist/esm/behaviors/fan-control/FanControlServer.js +6 -0
- package/dist/esm/behaviors/fan-control/FanControlServer.js.map +1 -1
- package/dist/esm/behaviors/general-commissioning/GeneralCommissioningInterface.d.ts +16 -13
- package/dist/esm/behaviors/general-commissioning/GeneralCommissioningInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementInterface.d.ts +3 -3
- package/dist/esm/behaviors/icd-management/IcdManagementInterface.d.ts +40 -4
- package/dist/esm/behaviors/icd-management/IcdManagementInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/index.d.ts +1 -5
- package/dist/esm/behaviors/index.d.ts.map +1 -1
- package/dist/esm/behaviors/index.js +1 -5
- package/dist/esm/behaviors/index.js.map +1 -1
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.d.ts +32 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.d.ts.map +1 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.js +14 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.js.map +6 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.d.ts +15 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.d.ts.map +1 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.js +13 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.js.map +6 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.d.ts +89 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.d.ts.map +1 -0
- package/dist/esm/behaviors/{valid-proxies/ValidProxiesInterface.js → joint-fabric-administrator/JointFabricAdministratorInterface.js} +1 -1
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.js.map +6 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.d.ts +13 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.d.ts.map +1 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.js +12 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.js.map +6 -0
- package/dist/esm/behaviors/joint-fabric-administrator/index.d.ts +11 -0
- package/dist/esm/behaviors/joint-fabric-administrator/index.d.ts.map +1 -0
- package/dist/esm/behaviors/joint-fabric-administrator/index.js +10 -0
- package/dist/esm/behaviors/{joint-fabric-pki → joint-fabric-administrator}/index.js.map +1 -1
- package/dist/esm/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.d.ts +555 -40
- package/dist/esm/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/media-playback/MediaPlaybackInterface.d.ts +27 -2
- package/dist/esm/behaviors/media-playback/MediaPlaybackInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/network-commissioning/NetworkCommissioningInterface.d.ts +28 -14
- package/dist/esm/behaviors/network-commissioning/NetworkCommissioningInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/operational-credentials/OperationalCredentialsInterface.d.ts +106 -9
- package/dist/esm/behaviors/operational-credentials/OperationalCredentialsInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/operational-credentials/OperationalCredentialsServer.js +1 -1
- package/dist/esm/behaviors/operational-credentials/OperationalCredentialsServer.js.map +1 -1
- package/dist/esm/behaviors/service-area/ServiceAreaInterface.d.ts +0 -3
- package/dist/esm/behaviors/service-area/ServiceAreaInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.d.ts +3 -1
- package/dist/esm/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/switch/SwitchServer.d.ts +2 -0
- package/dist/esm/behaviors/switch/SwitchServer.d.ts.map +1 -1
- package/dist/esm/behaviors/switch/SwitchServer.js +3 -0
- package/dist/esm/behaviors/switch/SwitchServer.js.map +1 -1
- package/dist/esm/behaviors/temperature-control/TemperatureControlInterface.d.ts +2 -0
- package/dist/esm/behaviors/temperature-control/TemperatureControlInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/thermostat/ThermostatBehavior.d.ts +1 -1
- package/dist/esm/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.d.ts +1 -1
- package/dist/esm/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.d.ts.map +1 -1
- package/dist/esm/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.js +16 -0
- package/dist/esm/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.js.map +1 -1
- package/dist/esm/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.d.ts +3 -2
- package/dist/esm/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/time-synchronization/TimeSynchronizationInterface.d.ts +10 -6
- package/dist/esm/behaviors/time-synchronization/TimeSynchronizationInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/unit-localization/UnitLocalizationServer.d.ts.map +1 -1
- package/dist/esm/behaviors/unit-localization/UnitLocalizationServer.js +6 -0
- package/dist/esm/behaviors/unit-localization/UnitLocalizationServer.js.map +1 -1
- package/dist/esm/behaviors/wi-fi-network-diagnostics/WiFiNetworkDiagnosticsInterface.d.ts +2 -2
- package/dist/esm/behaviors/window-covering/WindowCoveringBehavior.d.ts +1 -1
- package/dist/esm/behaviors/window-covering/WindowCoveringInterface.d.ts +18 -0
- package/dist/esm/behaviors/window-covering/WindowCoveringInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/window-covering/WindowCoveringServer.d.ts +2 -2
- package/dist/esm/devices/basic-video-player.d.ts +2 -2
- package/dist/esm/devices/casting-video-player.d.ts +2 -2
- package/dist/esm/devices/color-temperature-light.d.ts +48 -22
- package/dist/esm/devices/color-temperature-light.d.ts.map +1 -1
- package/dist/esm/devices/color-temperature-light.js +7 -6
- package/dist/esm/devices/color-temperature-light.js.map +1 -1
- package/dist/esm/devices/control-bridge.d.ts +7 -7
- package/dist/esm/devices/control-bridge.d.ts.map +1 -1
- package/dist/esm/devices/control-bridge.js +5 -5
- package/dist/esm/devices/control-bridge.js.map +1 -1
- package/dist/esm/devices/cook-surface.d.ts +132 -4
- package/dist/esm/devices/cook-surface.d.ts.map +1 -1
- package/dist/esm/devices/cook-surface.js +2 -2
- package/dist/esm/devices/cook-surface.js.map +1 -1
- package/dist/esm/devices/dimmable-light.d.ts +44 -18
- package/dist/esm/devices/dimmable-light.d.ts.map +1 -1
- package/dist/esm/devices/dimmable-light.js +6 -5
- package/dist/esm/devices/dimmable-light.js.map +1 -1
- package/dist/esm/devices/dimmable-plug-in-unit.d.ts +56 -19
- package/dist/esm/devices/dimmable-plug-in-unit.d.ts.map +1 -1
- package/dist/esm/devices/dimmable-plug-in-unit.js +7 -6
- package/dist/esm/devices/dimmable-plug-in-unit.js.map +1 -1
- package/dist/esm/devices/dishwasher.d.ts +30 -6
- package/dist/esm/devices/dishwasher.d.ts.map +1 -1
- package/dist/esm/devices/dishwasher.js +2 -2
- package/dist/esm/devices/dishwasher.js.map +1 -1
- package/dist/esm/devices/extended-color-light.d.ts +48 -22
- package/dist/esm/devices/extended-color-light.d.ts.map +1 -1
- package/dist/esm/devices/extended-color-light.js +7 -6
- package/dist/esm/devices/extended-color-light.js.map +1 -1
- package/dist/esm/devices/index.d.ts +1 -0
- package/dist/esm/devices/index.d.ts.map +1 -1
- package/dist/esm/devices/index.js +1 -0
- package/dist/esm/devices/index.js.map +1 -1
- package/dist/esm/devices/laundry-dryer.d.ts +30 -6
- package/dist/esm/devices/laundry-dryer.d.ts.map +1 -1
- package/dist/esm/devices/laundry-dryer.js +2 -2
- package/dist/esm/devices/laundry-dryer.js.map +1 -1
- package/dist/esm/devices/laundry-washer.d.ts +30 -6
- package/dist/esm/devices/laundry-washer.d.ts.map +1 -1
- package/dist/esm/devices/laundry-washer.js +2 -2
- package/dist/esm/devices/laundry-washer.js.map +1 -1
- package/dist/esm/devices/microwave-oven.d.ts +25 -5
- package/dist/esm/devices/microwave-oven.d.ts.map +1 -1
- package/dist/esm/devices/microwave-oven.js +2 -2
- package/dist/esm/devices/microwave-oven.js.map +1 -1
- package/dist/esm/devices/mounted-dimmable-load-control.d.ts +61 -22
- package/dist/esm/devices/mounted-dimmable-load-control.d.ts.map +1 -1
- package/dist/esm/devices/mounted-dimmable-load-control.js +7 -6
- package/dist/esm/devices/mounted-dimmable-load-control.js.map +1 -1
- package/dist/esm/devices/mounted-on-off-control.d.ts +57 -17
- package/dist/esm/devices/mounted-on-off-control.d.ts.map +1 -1
- package/dist/esm/devices/mounted-on-off-control.js +11 -5
- package/dist/esm/devices/mounted-on-off-control.js.map +1 -1
- package/dist/esm/devices/network-infrastructure-manager.d.ts +16 -4
- package/dist/esm/devices/network-infrastructure-manager.d.ts.map +1 -1
- package/dist/esm/devices/network-infrastructure-manager.js +9 -3
- package/dist/esm/devices/network-infrastructure-manager.js.map +1 -1
- package/dist/esm/devices/on-off-light.d.ts +42 -14
- package/dist/esm/devices/on-off-light.d.ts.map +1 -1
- package/dist/esm/devices/on-off-light.js +10 -4
- package/dist/esm/devices/on-off-light.js.map +1 -1
- package/dist/esm/devices/on-off-plug-in-unit.d.ts +54 -15
- package/dist/esm/devices/on-off-plug-in-unit.d.ts.map +1 -1
- package/dist/esm/devices/on-off-plug-in-unit.js +11 -5
- package/dist/esm/devices/on-off-plug-in-unit.js.map +1 -1
- package/dist/esm/devices/rain-sensor.d.ts +4 -4
- package/dist/esm/devices/robotic-vacuum-cleaner.d.ts +30 -6
- package/dist/esm/devices/robotic-vacuum-cleaner.d.ts.map +1 -1
- package/dist/esm/devices/robotic-vacuum-cleaner.js +2 -2
- package/dist/esm/devices/robotic-vacuum-cleaner.js.map +1 -1
- package/dist/esm/devices/temperature-controlled-cabinet.d.ts +147 -7
- package/dist/esm/devices/temperature-controlled-cabinet.d.ts.map +1 -1
- package/dist/esm/devices/temperature-controlled-cabinet.js +3 -3
- package/dist/esm/devices/temperature-controlled-cabinet.js.map +1 -1
- package/dist/esm/devices/thermostat-controller.d.ts +62 -0
- package/dist/esm/devices/thermostat-controller.d.ts.map +1 -0
- package/dist/esm/devices/thermostat-controller.js +38 -0
- package/dist/esm/devices/thermostat-controller.js.map +6 -0
- package/dist/esm/devices/water-freeze-detector.d.ts +4 -4
- package/dist/esm/devices/water-heater.d.ts +2 -2
- package/dist/esm/devices/water-leak-detector.d.ts +4 -4
- package/dist/esm/devices/window-covering-controller.d.ts +1 -1
- package/dist/esm/devices/window-covering-controller.js +1 -1
- package/dist/esm/devices/window-covering.d.ts +1 -1
- package/dist/esm/devices/window-covering.js +1 -1
- package/dist/esm/endpoints/joint-fabric-administrator.d.ts +9 -9
- package/dist/esm/endpoints/joint-fabric-administrator.d.ts.map +1 -1
- package/dist/esm/endpoints/joint-fabric-administrator.js +9 -4
- package/dist/esm/endpoints/joint-fabric-administrator.js.map +1 -1
- package/dist/esm/tags/AreaNamespaceTag.d.ts +132 -99
- package/dist/esm/tags/AreaNamespaceTag.d.ts.map +1 -1
- package/dist/esm/tags/AreaNamespaceTag.js +91 -67
- package/dist/esm/tags/AreaNamespaceTag.js.map +1 -1
- package/dist/esm/tags/ClosureTag.d.ts +7 -0
- package/dist/esm/tags/ClosureTag.d.ts.map +1 -1
- package/dist/esm/tags/ClosureTag.js.map +1 -1
- package/dist/esm/tags/CompassDirectionTag.d.ts +4 -4
- package/dist/esm/tags/CompassDirectionTag.js +4 -4
- package/dist/esm/tags/CompassDirectionTag.js.map +1 -1
- package/dist/esm/tags/CompassLocationTag.d.ts +4 -4
- package/dist/esm/tags/CompassLocationTag.js +4 -4
- package/dist/esm/tags/CompassLocationTag.js.map +1 -1
- package/dist/esm/tags/LandmarkNamespaceTag.d.ts +34 -24
- package/dist/esm/tags/LandmarkNamespaceTag.d.ts.map +1 -1
- package/dist/esm/tags/LandmarkNamespaceTag.js +34 -24
- package/dist/esm/tags/LandmarkNamespaceTag.js.map +1 -1
- package/dist/esm/tags/LaundryTag.d.ts +3 -3
- package/dist/esm/tags/LaundryTag.js +3 -3
- package/dist/esm/tags/LaundryTag.js.map +1 -1
- package/dist/esm/tags/LocationTag.d.ts +8 -1
- package/dist/esm/tags/LocationTag.d.ts.map +1 -1
- package/dist/esm/tags/LocationTag.js +6 -2
- package/dist/esm/tags/LocationTag.js.map +1 -1
- package/dist/esm/tags/NumberTag.d.ts +80 -0
- package/dist/esm/tags/NumberTag.d.ts.map +1 -1
- package/dist/esm/tags/NumberTag.js +21 -1
- package/dist/esm/tags/NumberTag.js.map +1 -1
- package/dist/esm/tags/PositionTag.d.ts +3 -0
- package/dist/esm/tags/PositionTag.d.ts.map +1 -1
- package/dist/esm/tags/PositionTag.js.map +1 -1
- package/dist/esm/tags/RelativePositionTag.d.ts +2 -2
- package/dist/esm/tags/RelativePositionTag.js +2 -2
- package/dist/esm/tags/RelativePositionTag.js.map +1 -1
- package/dist/esm/tags/SwitchesTag.d.ts +27 -3
- package/dist/esm/tags/SwitchesTag.d.ts.map +1 -1
- package/dist/esm/tags/SwitchesTag.js +17 -2
- package/dist/esm/tags/SwitchesTag.js.map +1 -1
- package/package.json +7 -7
- package/src/behavior/cluster/ClusterBehavior.ts +21 -10
- package/src/behavior/cluster/ClusterBehaviorUtil.ts +85 -59
- package/src/behavior/state/validation/conformance-compiler.ts +8 -3
- package/src/behaviors/account-login/AccountLoginInterface.ts +7 -7
- package/src/behaviors/actions/ActionsInterface.ts +26 -1
- package/src/behaviors/application-launcher/ApplicationLauncherInterface.ts +3 -1
- package/src/behaviors/channel/ChannelInterface.ts +4 -0
- package/src/behaviors/color-control/ColorControlInterface.ts +4 -0
- package/src/behaviors/color-control/ColorControlServer.ts +25 -26
- package/src/behaviors/content-control/ContentControlInterface.ts +1 -1
- package/src/behaviors/door-lock/DoorLockInterface.ts +1 -1
- package/src/behaviors/door-lock/DoorLockServer.ts +11 -4
- package/src/behaviors/ethernet-network-diagnostics/EthernetNetworkDiagnosticsInterface.ts +2 -2
- package/src/behaviors/fan-control/FanControlInterface.ts +13 -4
- package/src/behaviors/fan-control/FanControlServer.ts +8 -3
- package/src/behaviors/general-commissioning/GeneralCommissioningInterface.ts +16 -13
- package/src/behaviors/group-key-management/GroupKeyManagementInterface.ts +3 -3
- package/src/behaviors/icd-management/IcdManagementInterface.ts +40 -4
- package/src/behaviors/index.ts +1 -5
- package/src/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.ts +27 -0
- package/src/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.ts +15 -0
- package/src/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.ts +94 -0
- package/src/behaviors/{joint-fabric-pki/JointFabricPkiServer.ts → joint-fabric-administrator/JointFabricAdministratorServer.ts} +3 -3
- package/src/behaviors/joint-fabric-administrator/index.ts +12 -0
- package/src/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.ts +555 -40
- package/src/behaviors/media-playback/MediaPlaybackInterface.ts +27 -2
- package/src/behaviors/network-commissioning/NetworkCommissioningInterface.ts +28 -14
- package/src/behaviors/operational-credentials/OperationalCredentialsInterface.ts +108 -9
- package/src/behaviors/operational-credentials/OperationalCredentialsServer.ts +1 -1
- package/src/behaviors/service-area/ServiceAreaInterface.ts +0 -3
- package/src/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.ts +3 -1
- package/src/behaviors/switch/SwitchServer.ts +4 -0
- package/src/behaviors/temperature-control/TemperatureControlInterface.ts +2 -0
- package/src/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.ts +21 -1
- package/src/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.ts +3 -2
- package/src/behaviors/time-synchronization/TimeSynchronizationInterface.ts +10 -6
- package/src/behaviors/unit-localization/UnitLocalizationServer.ts +6 -0
- package/src/behaviors/wi-fi-network-diagnostics/WiFiNetworkDiagnosticsInterface.ts +2 -2
- package/src/behaviors/window-covering/WindowCoveringInterface.ts +18 -0
- package/src/devices/basic-video-player.ts +2 -2
- package/src/devices/casting-video-player.ts +2 -2
- package/src/devices/color-temperature-light.ts +14 -13
- package/src/devices/control-bridge.ts +11 -11
- package/src/devices/cook-surface.ts +3 -3
- package/src/devices/dimmable-light.ts +13 -12
- package/src/devices/dimmable-plug-in-unit.ts +25 -13
- package/src/devices/dishwasher.ts +4 -3
- package/src/devices/extended-color-light.ts +14 -13
- package/src/devices/index.ts +1 -0
- package/src/devices/laundry-dryer.ts +4 -3
- package/src/devices/laundry-washer.ts +4 -3
- package/src/devices/microwave-oven.ts +2 -2
- package/src/devices/mounted-dimmable-load-control.ts +30 -16
- package/src/devices/mounted-on-off-control.ts +33 -12
- package/src/devices/network-infrastructure-manager.ts +19 -6
- package/src/devices/on-off-light.ts +18 -9
- package/src/devices/on-off-plug-in-unit.ts +30 -10
- package/src/devices/robotic-vacuum-cleaner.ts +4 -3
- package/src/devices/temperature-controlled-cabinet.ts +6 -5
- package/src/devices/thermostat-controller.ts +72 -0
- package/src/devices/window-covering-controller.ts +1 -1
- package/src/devices/window-covering.ts +1 -1
- package/src/endpoints/joint-fabric-administrator.ts +13 -8
- package/src/tags/AreaNamespaceTag.ts +104 -68
- package/src/tags/ClosureTag.ts +7 -0
- package/src/tags/CompassDirectionTag.ts +4 -4
- package/src/tags/CompassLocationTag.ts +4 -4
- package/src/tags/LandmarkNamespaceTag.ts +39 -24
- package/src/tags/LaundryTag.ts +3 -3
- package/src/tags/LocationTag.ts +7 -2
- package/src/tags/NumberTag.ts +21 -1
- package/src/tags/PositionTag.ts +3 -0
- package/src/tags/RelativePositionTag.ts +2 -2
- package/src/tags/SwitchesTag.ts +22 -4
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationBehavior.d.ts +0 -26
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationBehavior.js +0 -34
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationBehavior.js.map +0 -6
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationClient.d.ts +0 -15
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationClient.js +0 -33
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationClient.js.map +0 -6
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationServer.d.ts +0 -13
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationServer.js.map +0 -6
- package/dist/cjs/behaviors/ballast-configuration/index.d.ts +0 -10
- package/dist/cjs/behaviors/ballast-configuration/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/ballast-configuration/index.js +0 -26
- package/dist/cjs/behaviors/ballast-configuration/index.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiBehavior.d.ts +0 -31
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiBehavior.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiClient.d.ts +0 -15
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiClient.js +0 -33
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiClient.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiInterface.d.ts +0 -36
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiInterface.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiInterface.js +0 -22
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiInterface.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiServer.d.ts +0 -13
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiServer.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/index.d.ts +0 -11
- package/dist/cjs/behaviors/joint-fabric-pki/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/index.js.map +0 -6
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationBehavior.d.ts +0 -26
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationBehavior.js +0 -34
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationBehavior.js.map +0 -6
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationClient.d.ts +0 -15
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationClient.js +0 -33
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationClient.js.map +0 -6
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationServer.d.ts +0 -13
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationServer.js +0 -32
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationServer.js.map +0 -6
- package/dist/cjs/behaviors/proxy-configuration/index.d.ts +0 -10
- package/dist/cjs/behaviors/proxy-configuration/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-configuration/index.js +0 -26
- package/dist/cjs/behaviors/proxy-configuration/index.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryBehavior.d.ts +0 -31
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryBehavior.js +0 -34
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryBehavior.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryClient.d.ts +0 -15
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryClient.js +0 -33
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryClient.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryInterface.d.ts +0 -26
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryInterface.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryInterface.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryServer.d.ts +0 -13
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryServer.js +0 -32
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryServer.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/index.d.ts +0 -11
- package/dist/cjs/behaviors/proxy-discovery/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/index.js +0 -27
- package/dist/cjs/behaviors/proxy-discovery/index.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesBehavior.d.ts +0 -31
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesBehavior.js +0 -34
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesBehavior.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesClient.d.ts +0 -15
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesClient.js +0 -33
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesClient.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesInterface.d.ts +0 -26
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesInterface.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesInterface.js +0 -22
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesInterface.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesServer.d.ts +0 -13
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesServer.js +0 -32
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesServer.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/index.d.ts +0 -11
- package/dist/cjs/behaviors/valid-proxies/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/index.js +0 -27
- package/dist/cjs/behaviors/valid-proxies/index.js.map +0 -6
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationBehavior.d.ts +0 -26
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationBehavior.js +0 -14
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationBehavior.js.map +0 -6
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationClient.d.ts +0 -15
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationClient.d.ts.map +0 -1
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationClient.js +0 -13
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationClient.js.map +0 -6
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationServer.d.ts +0 -13
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationServer.d.ts.map +0 -1
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationServer.js +0 -12
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationServer.js.map +0 -6
- package/dist/esm/behaviors/ballast-configuration/index.d.ts +0 -10
- package/dist/esm/behaviors/ballast-configuration/index.d.ts.map +0 -1
- package/dist/esm/behaviors/ballast-configuration/index.js +0 -9
- package/dist/esm/behaviors/ballast-configuration/index.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiBehavior.d.ts +0 -31
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiBehavior.js +0 -14
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiBehavior.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiClient.d.ts +0 -15
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiClient.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiClient.js +0 -13
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiClient.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiInterface.d.ts +0 -36
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiInterface.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiInterface.js +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiInterface.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiServer.d.ts +0 -13
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiServer.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiServer.js +0 -12
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiServer.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/index.d.ts +0 -11
- package/dist/esm/behaviors/joint-fabric-pki/index.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/index.js +0 -10
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationBehavior.d.ts +0 -26
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationBehavior.js +0 -14
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationBehavior.js.map +0 -6
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationClient.d.ts +0 -15
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationClient.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationClient.js +0 -13
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationClient.js.map +0 -6
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationServer.d.ts +0 -13
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationServer.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationServer.js +0 -12
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationServer.js.map +0 -6
- package/dist/esm/behaviors/proxy-configuration/index.d.ts +0 -10
- package/dist/esm/behaviors/proxy-configuration/index.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-configuration/index.js +0 -9
- package/dist/esm/behaviors/proxy-configuration/index.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryBehavior.d.ts +0 -31
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryBehavior.js +0 -14
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryBehavior.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryClient.d.ts +0 -15
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryClient.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryClient.js +0 -13
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryClient.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryInterface.d.ts +0 -26
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryInterface.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryInterface.js +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryInterface.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryServer.d.ts +0 -13
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryServer.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryServer.js +0 -12
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryServer.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/index.d.ts +0 -11
- package/dist/esm/behaviors/proxy-discovery/index.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/index.js +0 -10
- package/dist/esm/behaviors/proxy-discovery/index.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/ValidProxiesBehavior.d.ts +0 -31
- package/dist/esm/behaviors/valid-proxies/ValidProxiesBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/ValidProxiesBehavior.js +0 -14
- package/dist/esm/behaviors/valid-proxies/ValidProxiesBehavior.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/ValidProxiesClient.d.ts +0 -15
- package/dist/esm/behaviors/valid-proxies/ValidProxiesClient.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/ValidProxiesClient.js +0 -13
- package/dist/esm/behaviors/valid-proxies/ValidProxiesClient.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/ValidProxiesInterface.d.ts +0 -26
- package/dist/esm/behaviors/valid-proxies/ValidProxiesInterface.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/ValidProxiesInterface.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/ValidProxiesServer.d.ts +0 -13
- package/dist/esm/behaviors/valid-proxies/ValidProxiesServer.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/ValidProxiesServer.js +0 -12
- package/dist/esm/behaviors/valid-proxies/ValidProxiesServer.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/index.d.ts +0 -11
- package/dist/esm/behaviors/valid-proxies/index.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/index.js +0 -10
- package/dist/esm/behaviors/valid-proxies/index.js.map +0 -6
- package/src/behaviors/ballast-configuration/BallastConfigurationBehavior.ts +0 -24
- package/src/behaviors/ballast-configuration/BallastConfigurationClient.ts +0 -15
- package/src/behaviors/ballast-configuration/BallastConfigurationServer.ts +0 -14
- package/src/behaviors/ballast-configuration/index.ts +0 -11
- package/src/behaviors/joint-fabric-pki/JointFabricPkiBehavior.ts +0 -26
- package/src/behaviors/joint-fabric-pki/JointFabricPkiClient.ts +0 -15
- package/src/behaviors/joint-fabric-pki/JointFabricPkiInterface.ts +0 -36
- package/src/behaviors/joint-fabric-pki/index.ts +0 -12
- package/src/behaviors/proxy-configuration/ProxyConfigurationBehavior.ts +0 -24
- package/src/behaviors/proxy-configuration/ProxyConfigurationClient.ts +0 -15
- package/src/behaviors/proxy-configuration/ProxyConfigurationServer.ts +0 -14
- package/src/behaviors/proxy-configuration/index.ts +0 -11
- package/src/behaviors/proxy-discovery/ProxyDiscoveryBehavior.ts +0 -26
- package/src/behaviors/proxy-discovery/ProxyDiscoveryClient.ts +0 -15
- package/src/behaviors/proxy-discovery/ProxyDiscoveryInterface.ts +0 -24
- package/src/behaviors/proxy-discovery/ProxyDiscoveryServer.ts +0 -14
- package/src/behaviors/proxy-discovery/index.ts +0 -12
- package/src/behaviors/valid-proxies/ValidProxiesBehavior.ts +0 -24
- package/src/behaviors/valid-proxies/ValidProxiesClient.ts +0 -15
- package/src/behaviors/valid-proxies/ValidProxiesInterface.ts +0 -24
- package/src/behaviors/valid-proxies/ValidProxiesServer.ts +0 -14
- package/src/behaviors/valid-proxies/index.ts +0 -12
|
@@ -12,10 +12,19 @@ import { FanControl } from "#clusters/fan-control";
|
|
|
12
12
|
export namespace FanControlInterface {
|
|
13
13
|
export interface Step {
|
|
14
14
|
/**
|
|
15
|
-
* This command
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
15
|
+
* This command indirectly changes the speed-oriented attributes of the fan in steps rather than using the
|
|
16
|
+
* speed-oriented attributes, FanMode, PercentSetting, or SpeedSetting, directly. This command supports, for
|
|
17
|
+
* example, a user-operated and wall-mounted toggle switch that can be used to increase or decrease the speed of
|
|
18
|
+
* the fan by pressing the toggle switch up or down until the desired fan speed is reached. How this command is
|
|
19
|
+
* interpreted by the server and how it affects the values of the speed-oriented attributes is implementation
|
|
20
|
+
* specific.
|
|
21
|
+
*
|
|
22
|
+
* For example, a fan supports this command, and the value of the FanModeSequence attribute is 0. The current
|
|
23
|
+
* value of the FanMode attribute is 2, or Medium. This command is received with the Direction field set to
|
|
24
|
+
* Increase. As per it’s specific implementation, the server reacts to the command by setting the value of the
|
|
25
|
+
* FanMode attribute to 3, or High, which in turn sets the PercentSetting and SpeedSetting (if present)
|
|
26
|
+
* attributes to appropriate values, as defined by Section 4.4.6.3.1, “Percent Rules” and Section 4.4.6.6.1,
|
|
27
|
+
* “Speed Rules” respectively.
|
|
19
28
|
*
|
|
20
29
|
* This command supports these fields:
|
|
21
30
|
*
|
|
@@ -4,11 +4,16 @@
|
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
import { FanControl } from "#clusters/fan-control";
|
|
9
8
|
import { FanControlBehavior } from "./FanControlBehavior.js";
|
|
10
9
|
|
|
11
10
|
/**
|
|
12
11
|
* This is the default server implementation of {@link FanControlBehavior}.
|
|
13
12
|
*/
|
|
14
|
-
export class FanControlServer extends FanControlBehavior {
|
|
13
|
+
export class FanControlServer extends FanControlBehavior {
|
|
14
|
+
override initialize() {
|
|
15
|
+
if (this.state.fanMode === undefined) {
|
|
16
|
+
this.state.fanMode = FanControl.FanMode.Off;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -12,6 +12,8 @@ import { GeneralCommissioning } from "#clusters/general-commissioning";
|
|
|
12
12
|
export namespace GeneralCommissioningInterface {
|
|
13
13
|
export interface Base {
|
|
14
14
|
/**
|
|
15
|
+
* This command is used to arm or disarm the fail-safe timer.
|
|
16
|
+
*
|
|
15
17
|
* Success or failure of this command shall be communicated by the ArmFailSafeResponse command, unless some data
|
|
16
18
|
* model validations caused a failure status code to be issued during the processing of the command.
|
|
17
19
|
*
|
|
@@ -61,9 +63,9 @@ export namespace GeneralCommissioningInterface {
|
|
|
61
63
|
*
|
|
62
64
|
* • Whether an AddNOC command or UpdateNOC command has taken place.
|
|
63
65
|
*
|
|
64
|
-
* • A
|
|
65
|
-
* ArmFailSafe command, and updated with the Fabric Index associated with an AddNOC
|
|
66
|
-
*
|
|
66
|
+
* • A fabric-index for the fabric-scoping of the context, starting at the accessing fabric index for the
|
|
67
|
+
* ArmFailSafe command, and updated with the Fabric Index associated with an AddNOC or an UpdateNOC command
|
|
68
|
+
* being invoked successfully during the ongoing Fail-Safe timer period.
|
|
67
69
|
*
|
|
68
70
|
* • The operational credentials associated with any Fabric whose configuration is affected by the UpdateNOC
|
|
69
71
|
* command.
|
|
@@ -100,8 +102,8 @@ export namespace GeneralCommissioningInterface {
|
|
|
100
102
|
* “Bootstrapping of the Access Control Cluster”) at the Server.
|
|
101
103
|
*
|
|
102
104
|
* 3. If an AddNOC or UpdateNOC command has been successfully invoked, terminate all CASE sessions associated
|
|
103
|
-
* with the Fabric whose Fabric Index is recorded in the Fail-Safe context (see
|
|
104
|
-
* any associated Secure Session Context at the Server.
|
|
105
|
+
* with the Fabric whose Fabric Index is recorded in the Fail-Safe context (see Section 11.10.7.2,
|
|
106
|
+
* “ArmFailSafe Command”) by clearing any associated Secure Session Context at the Server.
|
|
105
107
|
*
|
|
106
108
|
* 4. Reset the configuration of all Network Commissioning Networks attribute to their state prior to the
|
|
107
109
|
* Fail-Safe being armed.
|
|
@@ -111,14 +113,15 @@ export namespace GeneralCommissioningInterface {
|
|
|
111
113
|
* was the subject of the UpdateNOC command.
|
|
112
114
|
*
|
|
113
115
|
* 6. If an AddNOC command had been successfully invoked, achieve the equivalent effect of invoking the
|
|
114
|
-
* RemoveFabric command against the
|
|
116
|
+
* RemoveFabric command against the fabric-index stored in the Fail-Safe Context for the Fabric Index that
|
|
115
117
|
* was the subject of the AddNOC command. This shall remove all associations to that Fabric including all
|
|
116
118
|
* fabric-scoped data, and may possibly factory-reset the device depending on current device state. This
|
|
117
119
|
* shall only apply to Fabrics added during the fail-safe period as the result of the AddNOC command.
|
|
118
120
|
*
|
|
119
121
|
* 7. If the CSRRequest command had been successfully invoked, but no AddNOC or UpdateNOC command had been
|
|
120
122
|
* successfully invoked, then the new operational key pair temporarily generated for the purposes of NOC
|
|
121
|
-
* addition or update (see Node Operational
|
|
123
|
+
* addition or update (see Section 6.4.6.1, “Node Operational Certificate Signing Request (NOCSR)
|
|
124
|
+
* Procedure”) shall be removed as it is no longer needed.
|
|
122
125
|
*
|
|
123
126
|
* 8. Remove any RCACs added by the AddTrustedRootCertificate command that are not currently referenced by any
|
|
124
127
|
* entry in the Fabrics attribute.
|
|
@@ -133,6 +136,8 @@ export namespace GeneralCommissioningInterface {
|
|
|
133
136
|
armFailSafe(request: GeneralCommissioning.ArmFailSafeRequest): MaybePromise<GeneralCommissioning.ArmFailSafeResponse>;
|
|
134
137
|
|
|
135
138
|
/**
|
|
139
|
+
* This command is used to set the regulatory configuration for the device.
|
|
140
|
+
*
|
|
136
141
|
* This shall add or update the regulatory configuration in the RegulatoryConfig Attribute to the value provided
|
|
137
142
|
* in the NewRegulatoryConfig field.
|
|
138
143
|
*
|
|
@@ -167,7 +172,7 @@ export namespace GeneralCommissioningInterface {
|
|
|
167
172
|
setRegulatoryConfig(request: GeneralCommissioning.SetRegulatoryConfigRequest): MaybePromise<GeneralCommissioning.SetRegulatoryConfigResponse>;
|
|
168
173
|
|
|
169
174
|
/**
|
|
170
|
-
* This command
|
|
175
|
+
* This command is used to indicate that the commissioning process is complete.
|
|
171
176
|
*
|
|
172
177
|
* Success or failure of this command shall be communicated by the CommissioningCompleteResponse command, unless
|
|
173
178
|
* some data model validations caused a failure status code to be issued during the processing of the command.
|
|
@@ -184,9 +189,7 @@ export namespace GeneralCommissioningInterface {
|
|
|
184
189
|
* received when no Fail-Safe context exists.
|
|
185
190
|
*
|
|
186
191
|
* If Terms and Conditions are required, then an ErrorCode of TCAcknowledgementsNotReceived shall be responded
|
|
187
|
-
* to the invoker if the user acknowledgements to the required Terms and Conditions have not been provided.
|
|
188
|
-
* the TCAcceptedVersion for the provided acknowledgements is less than TCMinRequiredVersion, then an ErrorCode
|
|
189
|
-
* of TCMinVersionNotMet shall be responded to the invoker.
|
|
192
|
+
* to the invoker if the user acknowledgements to the required Terms and Conditions have not been provided.
|
|
190
193
|
*
|
|
191
194
|
* This command is fabric-scoped, so cannot be issued over a session that does not have an associated fabric,
|
|
192
195
|
* i.e. over PASE session prior to an AddNOC command. In addition, this command is only permitted over CASE and
|
|
@@ -230,8 +233,8 @@ export namespace GeneralCommissioningInterface {
|
|
|
230
233
|
|
|
231
234
|
export interface TermsAndConditions {
|
|
232
235
|
/**
|
|
233
|
-
* This command
|
|
234
|
-
* node.
|
|
236
|
+
* This command is used to set the user acknowledgements received in the Enhanced Setup Flow Terms & Conditions
|
|
237
|
+
* into the node.
|
|
235
238
|
*
|
|
236
239
|
* @see {@link MatterSpecification.v141.Core} § 11.10.7.8
|
|
237
240
|
*/
|
|
@@ -27,8 +27,8 @@ export namespace GroupKeyManagementInterface {
|
|
|
27
27
|
*
|
|
28
28
|
* • If the EpochStartTime0 is set to 0, then this command shall fail with an INVALID_COMMAND status code
|
|
29
29
|
* responded to the client. Note that internally, a GroupKeySetStruct’s EpochStartTime0 may be set to zero,
|
|
30
|
-
* due to the behavior of the AddNOC command which synthesizes a GroupKeySetStruct (see
|
|
31
|
-
* the value 0 is illegal in the GroupKeySet field sent by a client.
|
|
30
|
+
* due to the behavior of the AddNOC command which synthesizes a GroupKeySetStruct (see Section 11.18.6.8.1,
|
|
31
|
+
* “IPKValue Field”). However, the value 0 is illegal in the GroupKeySet field sent by a client.
|
|
32
32
|
*
|
|
33
33
|
* • If the EpochKey1 field is not null, then the EpochKey0 field shall NOT be null. Otherwise this command
|
|
34
34
|
* shall fail with an INVALID_COMMAND status code responded to the client.
|
|
@@ -69,7 +69,7 @@ export namespace GroupKeyManagementInterface {
|
|
|
69
69
|
* SUCCESS.
|
|
70
70
|
*
|
|
71
71
|
* • If there are insufficient resources on the receiver to store an additional Group Key Set, the status code
|
|
72
|
-
* shall be set to RESOURCE_EXHAUSTED (see
|
|
72
|
+
* shall be set to RESOURCE_EXHAUSTED (see Section 2.11.1.2, “Group Limits”);
|
|
73
73
|
*
|
|
74
74
|
* • Otherwise, this status code shall be set to FAILURE.
|
|
75
75
|
*
|
|
@@ -20,7 +20,25 @@ export namespace IcdManagementInterface {
|
|
|
20
20
|
* exchanges during that period. The client may slightly overestimate the duration it wants the ICD to be active
|
|
21
21
|
* for, in order to account for network delays.
|
|
22
22
|
*
|
|
23
|
-
*
|
|
23
|
+
* ### Effect on Receipt
|
|
24
|
+
*
|
|
25
|
+
* When receiving a StayActiveRequest command, the server shall calculate the maximum PromisedActiveDuration it
|
|
26
|
+
* can remain active as the greater of the following two values:
|
|
27
|
+
*
|
|
28
|
+
* • StayActiveDuration: Specified in the received command by the client.
|
|
29
|
+
*
|
|
30
|
+
* • Remaining Active Time: The server’s planned remaining active time based on the ActiveModeThreshold and
|
|
31
|
+
* its internal resources and power budget.
|
|
32
|
+
*
|
|
33
|
+
* A server may replace StayActiveDuration with Minimum Active Duration in the above calculation.
|
|
34
|
+
*
|
|
35
|
+
* PromisedActiveDuration represents the guaranteed minimum time the server will remain active, taking into
|
|
36
|
+
* account both the requested duration and the server’s capabilities.
|
|
37
|
+
*
|
|
38
|
+
* The ICD shall report the calculated PromisedActiveDuration in a StayActiveResponse message back to the
|
|
39
|
+
* client.
|
|
40
|
+
*
|
|
41
|
+
* @see {@link MatterSpecification.v141.Core} § 9.16.7.4
|
|
24
42
|
*/
|
|
25
43
|
stayActiveRequest(request: IcdManagement.StayActiveRequest): MaybePromise<IcdManagement.StayActiveResponse>;
|
|
26
44
|
}
|
|
@@ -30,7 +48,7 @@ export namespace IcdManagementInterface {
|
|
|
30
48
|
* This command allows a client to register itself with the ICD to be notified when the device is available for
|
|
31
49
|
* communication.
|
|
32
50
|
*
|
|
33
|
-
* @see {@link MatterSpecification.v141.Core} § 9.
|
|
51
|
+
* @see {@link MatterSpecification.v141.Core} § 9.16.7.1
|
|
34
52
|
*/
|
|
35
53
|
registerClient(request: IcdManagement.RegisterClientRequest): MaybePromise<IcdManagement.RegisterClientResponse>;
|
|
36
54
|
|
|
@@ -39,7 +57,7 @@ export namespace IcdManagementInterface {
|
|
|
39
57
|
* (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions and send this
|
|
40
58
|
* UnregisterClient command before leaving to prevent the burden on the ICD of an absent client.
|
|
41
59
|
*
|
|
42
|
-
* @see {@link MatterSpecification.v141.Core} § 9.
|
|
60
|
+
* @see {@link MatterSpecification.v141.Core} § 9.16.7.3
|
|
43
61
|
*/
|
|
44
62
|
unregisterClient(request: IcdManagement.UnregisterClientRequest): MaybePromise;
|
|
45
63
|
}
|
|
@@ -54,7 +72,25 @@ export namespace IcdManagementInterface {
|
|
|
54
72
|
* exchanges during that period. The client may slightly overestimate the duration it wants the ICD to be active
|
|
55
73
|
* for, in order to account for network delays.
|
|
56
74
|
*
|
|
57
|
-
*
|
|
75
|
+
* ### Effect on Receipt
|
|
76
|
+
*
|
|
77
|
+
* When receiving a StayActiveRequest command, the server shall calculate the maximum PromisedActiveDuration it
|
|
78
|
+
* can remain active as the greater of the following two values:
|
|
79
|
+
*
|
|
80
|
+
* • StayActiveDuration: Specified in the received command by the client.
|
|
81
|
+
*
|
|
82
|
+
* • Remaining Active Time: The server’s planned remaining active time based on the ActiveModeThreshold and
|
|
83
|
+
* its internal resources and power budget.
|
|
84
|
+
*
|
|
85
|
+
* A server may replace StayActiveDuration with Minimum Active Duration in the above calculation.
|
|
86
|
+
*
|
|
87
|
+
* PromisedActiveDuration represents the guaranteed minimum time the server will remain active, taking into
|
|
88
|
+
* account both the requested duration and the server’s capabilities.
|
|
89
|
+
*
|
|
90
|
+
* The ICD shall report the calculated PromisedActiveDuration in a StayActiveResponse message back to the
|
|
91
|
+
* client.
|
|
92
|
+
*
|
|
93
|
+
* @see {@link MatterSpecification.v141.Core} § 9.16.7.4
|
|
58
94
|
*/
|
|
59
95
|
stayActiveRequest(request: IcdManagement.StayActiveRequest): MaybePromise<IcdManagement.StayActiveResponse>;
|
|
60
96
|
}
|
package/src/behaviors/index.ts
CHANGED
|
@@ -16,7 +16,6 @@ export * from "./alarm-base/index.js";
|
|
|
16
16
|
export * from "./application-basic/index.js";
|
|
17
17
|
export * from "./application-launcher/index.js";
|
|
18
18
|
export * from "./audio-output/index.js";
|
|
19
|
-
export * from "./ballast-configuration/index.js";
|
|
20
19
|
export * from "./basic-information/index.js";
|
|
21
20
|
export * from "./binding/index.js";
|
|
22
21
|
export * from "./boolean-state-configuration/index.js";
|
|
@@ -57,8 +56,8 @@ export * from "./hepa-filter-monitoring/index.js";
|
|
|
57
56
|
export * from "./icd-management/index.js";
|
|
58
57
|
export * from "./identify/index.js";
|
|
59
58
|
export * from "./illuminance-measurement/index.js";
|
|
59
|
+
export * from "./joint-fabric-administrator/index.js";
|
|
60
60
|
export * from "./joint-fabric-datastore/index.js";
|
|
61
|
-
export * from "./joint-fabric-pki/index.js";
|
|
62
61
|
export * from "./keypad-input/index.js";
|
|
63
62
|
export * from "./label/index.js";
|
|
64
63
|
export * from "./laundry-dryer-controls/index.js";
|
|
@@ -92,8 +91,6 @@ export * from "./power-source-configuration/index.js";
|
|
|
92
91
|
export * from "./power-source/index.js";
|
|
93
92
|
export * from "./power-topology/index.js";
|
|
94
93
|
export * from "./pressure-measurement/index.js";
|
|
95
|
-
export * from "./proxy-configuration/index.js";
|
|
96
|
-
export * from "./proxy-discovery/index.js";
|
|
97
94
|
export * from "./pump-configuration-and-control/index.js";
|
|
98
95
|
export * from "./radon-concentration-measurement/index.js";
|
|
99
96
|
export * from "./refrigerator-alarm/index.js";
|
|
@@ -121,7 +118,6 @@ export * from "./time-synchronization/index.js";
|
|
|
121
118
|
export * from "./total-volatile-organic-compounds-concentration-measurement/index.js";
|
|
122
119
|
export * from "./unit-localization/index.js";
|
|
123
120
|
export * from "./user-label/index.js";
|
|
124
|
-
export * from "./valid-proxies/index.js";
|
|
125
121
|
export * from "./valve-configuration-and-control/index.js";
|
|
126
122
|
export * from "./wake-on-lan/index.js";
|
|
127
123
|
export * from "./water-heater-management/index.js";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
8
|
+
|
|
9
|
+
import { JointFabricAdministrator } from "#clusters/joint-fabric-administrator";
|
|
10
|
+
import { ClusterBehavior } from "../../behavior/cluster/ClusterBehavior.js";
|
|
11
|
+
import { JointFabricAdministratorInterface } from "./JointFabricAdministratorInterface.js";
|
|
12
|
+
import { Identity } from "#general";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* JointFabricAdministratorBehavior is the base class for objects that support interaction with
|
|
16
|
+
* {@link JointFabricAdministrator.Cluster}.
|
|
17
|
+
*/
|
|
18
|
+
export const JointFabricAdministratorBehaviorConstructor = ClusterBehavior
|
|
19
|
+
.withInterface<JointFabricAdministratorInterface>()
|
|
20
|
+
.for(JointFabricAdministrator.Cluster);
|
|
21
|
+
|
|
22
|
+
export interface JointFabricAdministratorBehaviorConstructor extends Identity<typeof JointFabricAdministratorBehaviorConstructor> {}
|
|
23
|
+
export const JointFabricAdministratorBehavior: JointFabricAdministratorBehaviorConstructor = JointFabricAdministratorBehaviorConstructor;
|
|
24
|
+
export interface JointFabricAdministratorBehavior extends InstanceType<JointFabricAdministratorBehaviorConstructor> {}
|
|
25
|
+
export namespace JointFabricAdministratorBehavior {
|
|
26
|
+
export interface State extends InstanceType<typeof JointFabricAdministratorBehavior.State> {}
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
8
|
+
|
|
9
|
+
import { JointFabricAdministratorBehavior } from "./JointFabricAdministratorBehavior.js";
|
|
10
|
+
import { Identity } from "#general";
|
|
11
|
+
|
|
12
|
+
export const JointFabricAdministratorClientConstructor = JointFabricAdministratorBehavior;
|
|
13
|
+
export interface JointFabricAdministratorClient extends JointFabricAdministratorBehavior {}
|
|
14
|
+
export interface JointFabricAdministratorClientConstructor extends Identity<typeof JointFabricAdministratorClientConstructor> {}
|
|
15
|
+
export const JointFabricAdministratorClient: JointFabricAdministratorClientConstructor = JointFabricAdministratorClientConstructor;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
8
|
+
|
|
9
|
+
import { MaybePromise } from "#general";
|
|
10
|
+
import { JointFabricAdministrator } from "#clusters/joint-fabric-administrator";
|
|
11
|
+
|
|
12
|
+
export namespace JointFabricAdministratorInterface {
|
|
13
|
+
export interface Base {
|
|
14
|
+
/**
|
|
15
|
+
* This command shall be generated during Joint Commissioning Method and subsequently be responded in the form
|
|
16
|
+
* of an ICACCSRResponse command.
|
|
17
|
+
*
|
|
18
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
19
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
20
|
+
*
|
|
21
|
+
* If this command is received from a peer against FabricFabric Table Vendor ID Verification Procedure hasn’t
|
|
22
|
+
* been executed then it shall fail with a JfVidNotVerified status code sent back to the initiator.
|
|
23
|
+
*
|
|
24
|
+
* If a prior AddICAC command was successfully executed within the fail-safe timer period, then this command
|
|
25
|
+
* shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
|
|
26
|
+
*
|
|
27
|
+
* @see {@link MatterSpecification.v141.Core} § 11.25.7.1
|
|
28
|
+
*/
|
|
29
|
+
icaccsrRequest(): MaybePromise<JointFabricAdministrator.IcaccsrResponse>;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* This command shall be generated and executed during Joint Commissioning Method and subsequently be responded
|
|
33
|
+
* in the form of an ICACResponse command.
|
|
34
|
+
*
|
|
35
|
+
* A Commissioner or Administrator shall issue this command after issuing the ICACCSRRequest command and
|
|
36
|
+
* receiving its response.
|
|
37
|
+
*
|
|
38
|
+
* A Commissioner or Administrator shall issue this command after performing the Attestation Procedure, Fabric
|
|
39
|
+
* Table VID Verification and after validating that the peer is authorized to act as an Administrator in its own
|
|
40
|
+
* Fabric.
|
|
41
|
+
*
|
|
42
|
+
* Check ICA Cross Signing for details about the generation of ICACValue.
|
|
43
|
+
*
|
|
44
|
+
* @see {@link MatterSpecification.v141.Core} § 11.25.7.3
|
|
45
|
+
*/
|
|
46
|
+
addIcac(request: JointFabricAdministrator.AddIcacRequest): MaybePromise<JointFabricAdministrator.IcacResponse>;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* > [!NOTE]
|
|
50
|
+
*
|
|
51
|
+
* > This is an alias onto the OpenCommissioningWindow command within the Joint Fabric Administrator Cluster.
|
|
52
|
+
* Refer to the OpenCommissioningWindow command for a description of the command behavior and parameters.
|
|
53
|
+
*
|
|
54
|
+
* This command shall fail with a InvalidAdministratorFabricIndex status code sent back to the initiator if the
|
|
55
|
+
* AdministratorFabricIndex field has the value of null.
|
|
56
|
+
*
|
|
57
|
+
* The parameters for OpenJointCommissioningWindow command are as follows:
|
|
58
|
+
*
|
|
59
|
+
* @see {@link MatterSpecification.v141.Core} § 11.25.7.5
|
|
60
|
+
*/
|
|
61
|
+
openJointCommissioningWindow(request: JointFabricAdministrator.OpenJointCommissioningWindowRequest): MaybePromise;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* This command shall be sent by a candidate Joint Fabric Anchor Administrator to the current Joint Fabric
|
|
65
|
+
* Anchor Administrator to request transfer of the Anchor Fabric.
|
|
66
|
+
*
|
|
67
|
+
* @see {@link MatterSpecification.v141.Core} § 11.25.7.6
|
|
68
|
+
*/
|
|
69
|
+
transferAnchorRequest(): MaybePromise<JointFabricAdministrator.TransferAnchorResponse>;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* This command shall indicate the completion of the transfer of the Anchor Fabric to another Joint Fabric
|
|
73
|
+
* Ecosystem Administrator.
|
|
74
|
+
*
|
|
75
|
+
* @see {@link MatterSpecification.v141.Core} § 11.25.7.8
|
|
76
|
+
*/
|
|
77
|
+
transferAnchorComplete(): MaybePromise;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* This command shall be used for communicating to client the endpoint that holds the Joint Fabric Administrator
|
|
81
|
+
* Cluster.
|
|
82
|
+
*
|
|
83
|
+
* ### This field shall contain the unique identifier for the endpoint that holds the Joint Fabric Administrator
|
|
84
|
+
* Cluster.
|
|
85
|
+
*
|
|
86
|
+
* @see {@link MatterSpecification.v141.Core} § 11.25.7.9
|
|
87
|
+
*/
|
|
88
|
+
announceJointFabricAdministrator(request: JointFabricAdministrator.AnnounceJointFabricAdministratorRequest): MaybePromise;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export type JointFabricAdministratorInterface = {
|
|
93
|
+
components: [{ flags: {}, methods: JointFabricAdministratorInterface.Base }]
|
|
94
|
+
};
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
/*** THIS FILE WILL BE REGENERATED IF YOU DO NOT REMOVE THIS MESSAGE ***/
|
|
8
8
|
|
|
9
|
-
import {
|
|
9
|
+
import { JointFabricAdministratorBehavior } from "./JointFabricAdministratorBehavior.js";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
* This is the default server implementation of {@link
|
|
12
|
+
* This is the default server implementation of {@link JointFabricAdministratorBehavior}.
|
|
13
13
|
*/
|
|
14
|
-
export class
|
|
14
|
+
export class JointFabricAdministratorServer extends JointFabricAdministratorBehavior {}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*** THIS FILE WILL BE REGENERATED IF YOU DO NOT REMOVE THIS MESSAGE ***/
|
|
8
|
+
|
|
9
|
+
export * from "./JointFabricAdministratorInterface.js";
|
|
10
|
+
export * from "./JointFabricAdministratorBehavior.js";
|
|
11
|
+
export * from "./JointFabricAdministratorServer.js";
|
|
12
|
+
export * from "./JointFabricAdministratorClient.js";
|