@matter/node 0.16.0-alpha.0-20251023-bb23617e5 → 0.16.0-alpha.0-20251029-bd92894d4
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/Behavior.d.ts +1 -0
- package/dist/cjs/behavior/Behavior.d.ts.map +1 -1
- package/dist/cjs/behavior/Behavior.js +5 -0
- package/dist/cjs/behavior/Behavior.js.map +1 -1
- 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/internal/BehaviorBacking.js +1 -1
- package/dist/cjs/behavior/internal/BehaviorBacking.js.map +1 -1
- package/dist/cjs/behavior/state/managed/Datasource.d.ts +4 -5
- package/dist/cjs/behavior/state/managed/Datasource.d.ts.map +1 -1
- package/dist/cjs/behavior/state/managed/Datasource.js +6 -2
- package/dist/cjs/behavior/state/managed/Datasource.js.map +1 -1
- package/dist/cjs/behavior/state/managed/ManagedReference.d.ts +3 -2
- package/dist/cjs/behavior/state/managed/ManagedReference.d.ts.map +1 -1
- package/dist/cjs/behavior/state/managed/ManagedReference.js +65 -20
- package/dist/cjs/behavior/state/managed/ManagedReference.js.map +1 -1
- package/dist/cjs/behavior/state/managed/values/ListManager.js +2 -1
- package/dist/cjs/behavior/state/managed/values/ListManager.js.map +1 -1
- package/dist/cjs/behavior/state/managed/values/StructManager.js +9 -1
- package/dist/cjs/behavior/state/managed/values/StructManager.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/access-control/AccessControlServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/access-control/AccessControlServer.js +3 -3
- package/dist/cjs/behaviors/access-control/AccessControlServer.js.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/general-diagnostics/GeneralDiagnosticsServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.js +3 -9
- package/dist/cjs/behaviors/general-diagnostics/GeneralDiagnosticsServer.js.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/service-area/ServiceAreaServer.js +2 -2
- package/dist/cjs/behaviors/service-area/ServiceAreaServer.js.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/AtomicWriteHandler.d.ts +58 -0
- package/dist/cjs/behaviors/thermostat/AtomicWriteHandler.d.ts.map +1 -0
- package/dist/cjs/behaviors/thermostat/AtomicWriteHandler.js +306 -0
- package/dist/cjs/behaviors/thermostat/AtomicWriteHandler.js.map +6 -0
- package/dist/cjs/behaviors/thermostat/AtomicWriteState.d.ts +33 -0
- package/dist/cjs/behaviors/thermostat/AtomicWriteState.d.ts.map +1 -0
- package/dist/cjs/behaviors/thermostat/AtomicWriteState.js +86 -0
- package/dist/cjs/behaviors/thermostat/AtomicWriteState.js.map +6 -0
- package/dist/cjs/behaviors/thermostat/ThermostatBehavior.d.ts +13 -1
- package/dist/cjs/behaviors/thermostat/ThermostatBehavior.d.ts.map +1 -1
- package/dist/cjs/behaviors/thermostat/ThermostatInterface.d.ts +1 -0
- package/dist/cjs/behaviors/thermostat/ThermostatInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/thermostat/ThermostatServer.d.ts +894 -3
- package/dist/cjs/behaviors/thermostat/ThermostatServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/thermostat/ThermostatServer.js +1216 -1
- package/dist/cjs/behaviors/thermostat/ThermostatServer.js.map +2 -2
- 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 +26 -2
- package/dist/cjs/devices/water-heater.d.ts.map +1 -1
- 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/endpoint/Endpoint.d.ts +36 -2
- package/dist/cjs/endpoint/Endpoint.d.ts.map +1 -1
- package/dist/cjs/endpoint/Endpoint.js +17 -14
- package/dist/cjs/endpoint/Endpoint.js.map +1 -1
- package/dist/cjs/endpoint/properties/EndpointContainer.d.ts +1 -0
- package/dist/cjs/endpoint/properties/EndpointContainer.d.ts.map +1 -1
- package/dist/cjs/endpoint/properties/EndpointContainer.js +3 -0
- package/dist/cjs/endpoint/properties/EndpointContainer.js.map +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/Behavior.d.ts +1 -0
- package/dist/esm/behavior/Behavior.d.ts.map +1 -1
- package/dist/esm/behavior/Behavior.js +5 -0
- package/dist/esm/behavior/Behavior.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/internal/BehaviorBacking.js +2 -2
- package/dist/esm/behavior/internal/BehaviorBacking.js.map +1 -1
- package/dist/esm/behavior/state/managed/Datasource.d.ts +4 -5
- package/dist/esm/behavior/state/managed/Datasource.d.ts.map +1 -1
- package/dist/esm/behavior/state/managed/Datasource.js +7 -3
- package/dist/esm/behavior/state/managed/Datasource.js.map +1 -1
- package/dist/esm/behavior/state/managed/ManagedReference.d.ts +3 -2
- package/dist/esm/behavior/state/managed/ManagedReference.d.ts.map +1 -1
- package/dist/esm/behavior/state/managed/ManagedReference.js +66 -21
- package/dist/esm/behavior/state/managed/ManagedReference.js.map +1 -1
- package/dist/esm/behavior/state/managed/values/ListManager.js +2 -1
- package/dist/esm/behavior/state/managed/values/ListManager.js.map +1 -1
- package/dist/esm/behavior/state/managed/values/StructManager.js +9 -1
- package/dist/esm/behavior/state/managed/values/StructManager.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/access-control/AccessControlServer.d.ts.map +1 -1
- package/dist/esm/behaviors/access-control/AccessControlServer.js +3 -3
- package/dist/esm/behaviors/access-control/AccessControlServer.js.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/general-diagnostics/GeneralDiagnosticsServer.d.ts.map +1 -1
- package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.js +3 -9
- package/dist/esm/behaviors/general-diagnostics/GeneralDiagnosticsServer.js.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/service-area/ServiceAreaServer.js +2 -2
- package/dist/esm/behaviors/service-area/ServiceAreaServer.js.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/AtomicWriteHandler.d.ts +58 -0
- package/dist/esm/behaviors/thermostat/AtomicWriteHandler.d.ts.map +1 -0
- package/dist/esm/behaviors/thermostat/AtomicWriteHandler.js +293 -0
- package/dist/esm/behaviors/thermostat/AtomicWriteHandler.js.map +6 -0
- package/dist/esm/behaviors/thermostat/AtomicWriteState.d.ts +33 -0
- package/dist/esm/behaviors/thermostat/AtomicWriteState.d.ts.map +1 -0
- package/dist/esm/behaviors/thermostat/AtomicWriteState.js +66 -0
- package/dist/esm/behaviors/thermostat/AtomicWriteState.js.map +6 -0
- package/dist/esm/behaviors/thermostat/ThermostatBehavior.d.ts +13 -1
- package/dist/esm/behaviors/thermostat/ThermostatBehavior.d.ts.map +1 -1
- package/dist/esm/behaviors/thermostat/ThermostatInterface.d.ts +1 -0
- package/dist/esm/behaviors/thermostat/ThermostatInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/thermostat/ThermostatServer.d.ts +894 -3
- package/dist/esm/behaviors/thermostat/ThermostatServer.d.ts.map +1 -1
- package/dist/esm/behaviors/thermostat/ThermostatServer.js +1225 -1
- package/dist/esm/behaviors/thermostat/ThermostatServer.js.map +2 -2
- 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 +26 -2
- package/dist/esm/devices/water-heater.d.ts.map +1 -1
- 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/endpoint/Endpoint.d.ts +36 -2
- package/dist/esm/endpoint/Endpoint.d.ts.map +1 -1
- package/dist/esm/endpoint/Endpoint.js +17 -14
- package/dist/esm/endpoint/Endpoint.js.map +1 -1
- package/dist/esm/endpoint/properties/EndpointContainer.d.ts +1 -0
- package/dist/esm/endpoint/properties/EndpointContainer.d.ts.map +1 -1
- package/dist/esm/endpoint/properties/EndpointContainer.js +3 -0
- package/dist/esm/endpoint/properties/EndpointContainer.js.map +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/Behavior.ts +10 -0
- package/src/behavior/cluster/ClusterBehavior.ts +21 -10
- package/src/behavior/cluster/ClusterBehaviorUtil.ts +85 -59
- package/src/behavior/internal/BehaviorBacking.ts +2 -2
- package/src/behavior/state/managed/Datasource.ts +14 -7
- package/src/behavior/state/managed/ManagedReference.ts +67 -19
- package/src/behavior/state/managed/values/ListManager.ts +1 -0
- package/src/behavior/state/managed/values/StructManager.ts +13 -3
- package/src/behavior/state/validation/conformance-compiler.ts +8 -3
- package/src/behaviors/access-control/AccessControlServer.ts +3 -7
- 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/general-diagnostics/GeneralDiagnosticsServer.ts +5 -9
- 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/service-area/ServiceAreaServer.ts +2 -2
- 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/AtomicWriteHandler.ts +412 -0
- package/src/behaviors/thermostat/AtomicWriteState.ts +91 -0
- package/src/behaviors/thermostat/ThermostatInterface.ts +2 -0
- package/src/behaviors/thermostat/ThermostatServer.ts +1487 -3
- 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/endpoint/Endpoint.ts +61 -5
- package/src/endpoint/properties/EndpointContainer.ts +4 -0
- 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
|
@@ -7,108 +7,623 @@
|
|
|
7
7
|
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
8
8
|
|
|
9
9
|
import { MaybePromise } from "#general";
|
|
10
|
+
import { JointFabricDatastore } from "#clusters/joint-fabric-datastore";
|
|
10
11
|
|
|
11
12
|
export namespace JointFabricDatastoreInterface {
|
|
12
13
|
export interface Base {
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
+
* This command shall be used to add a KeySet to the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
16
|
+
*
|
|
17
|
+
* GroupKeySet represents the KeySet to be added to the Joint Fabric Datastore Cluster. Upon receipt of this
|
|
18
|
+
* command, the Datastore shall:
|
|
19
|
+
*
|
|
20
|
+
* 1. Ensure there are no KeySets in the KeySetList attribute with the given GroupKeySetID.
|
|
21
|
+
*
|
|
22
|
+
* 2. If a match is found, return CONSTRAINT_ERROR.
|
|
23
|
+
*
|
|
24
|
+
* 3. Add the Epoch Key Entry for the KeySet to the KeySetList attribute.
|
|
25
|
+
*
|
|
26
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.1
|
|
15
27
|
*/
|
|
16
|
-
|
|
28
|
+
addKeySet(request: JointFabricDatastore.AddKeySetRequest): MaybePromise;
|
|
17
29
|
|
|
18
30
|
/**
|
|
19
|
-
*
|
|
31
|
+
* This command shall be used to update a KeySet in the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
32
|
+
*
|
|
33
|
+
* GroupKeySet represents the KeySet to be updated in the Joint Fabric Datastore Cluster. Upon receipt of this
|
|
34
|
+
* command, the Datastore shall:
|
|
35
|
+
*
|
|
36
|
+
* 1. Find the Epoch Key Entry for the KeySet in the KeySetList attribute with the given GroupKeySetID, and
|
|
37
|
+
* update any changed fields.
|
|
38
|
+
*
|
|
39
|
+
* 2. If entry is not found, return NOT_FOUND.
|
|
40
|
+
*
|
|
41
|
+
* 3. If any fields are changed as a result of this command:
|
|
42
|
+
*
|
|
43
|
+
* a. Iterate through each Node Information Entry:
|
|
44
|
+
*
|
|
45
|
+
* i. If the NodeKeySetList contains an entry with the given GroupKeySetID:
|
|
46
|
+
*
|
|
47
|
+
* A. Update the Status on the given DatastoreNodeKeySetEntryStruct tp Pending.
|
|
48
|
+
*
|
|
49
|
+
* B. Update the GroupKeySet on the given Node with the new values.
|
|
50
|
+
*
|
|
51
|
+
* I. If successful, update the Status on this DatastoreNodeKeySetEntryStruct to Committed.
|
|
52
|
+
*
|
|
53
|
+
* II. If not successful, update the State field of the StatusEntry on this
|
|
54
|
+
* DatastoreNodeKeySetEntryStruct to CommitFailed and FailureCode code to the returned error. The
|
|
55
|
+
* pending change shall be applied in a subsequent Node Refresh.
|
|
56
|
+
*
|
|
57
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.2
|
|
20
58
|
*/
|
|
21
|
-
|
|
59
|
+
updateKeySet(request: JointFabricDatastore.UpdateKeySetRequest): MaybePromise;
|
|
22
60
|
|
|
23
61
|
/**
|
|
24
|
-
*
|
|
62
|
+
* This command shall be used to remove a KeySet from the Joint Fabric Datastore Cluster of the accessing
|
|
63
|
+
* fabric.
|
|
64
|
+
*
|
|
65
|
+
* GroupKeySetID represents the unique identifier for the KeySet to be removed from the Joint Fabric Datastore
|
|
66
|
+
* Cluster.
|
|
67
|
+
*
|
|
68
|
+
* Attempt to remove the IPK, which has GroupKeySetID of 0, shall fail with response CONSTRAINT_ERROR.
|
|
69
|
+
*
|
|
70
|
+
* Upon receipt of this command, the Datastore shall:
|
|
71
|
+
*
|
|
72
|
+
* 1. If entry is not found, return NOT_FOUND.
|
|
73
|
+
*
|
|
74
|
+
* 2. Ensure there are no Nodes using this KeySet. To do this:
|
|
75
|
+
*
|
|
76
|
+
* a. Iterate through each Node Information Entry:
|
|
77
|
+
*
|
|
78
|
+
* i. If the NodeKeySetList list contains an entry with the given GroupKeySetID, and the entry does NOT
|
|
79
|
+
* have Status DeletePending, then return CONSTRAINT_ERROR.
|
|
80
|
+
*
|
|
81
|
+
* 3. Remove the DatastoreGroupKeySetStruct for the given GroupKeySetID from the GroupKeySetList attribute.
|
|
82
|
+
*
|
|
83
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.3
|
|
25
84
|
*/
|
|
26
|
-
|
|
85
|
+
removeKeySet(request: JointFabricDatastore.RemoveKeySetRequest): MaybePromise;
|
|
27
86
|
|
|
28
87
|
/**
|
|
29
|
-
*
|
|
88
|
+
* This command shall be used to add a group to the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
89
|
+
*
|
|
90
|
+
* GroupInformationEntry represents the group to be added to the Joint Fabric Datastore Cluster.
|
|
91
|
+
*
|
|
92
|
+
* GroupCAT values shall fall within the range 1 to 65534. Attempts to add a group with a GroupCAT value of
|
|
93
|
+
* Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
|
|
94
|
+
*
|
|
95
|
+
* Upon receipt of this command, the Datastore shall:
|
|
96
|
+
*
|
|
97
|
+
* 1. Ensure there are no Groups in the GroupList attribute with the given GroupID. If a match is found,
|
|
98
|
+
* return CONSTRAINT_ERROR.
|
|
99
|
+
*
|
|
100
|
+
* 2. Add the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to the GroupList
|
|
101
|
+
* attribute.
|
|
102
|
+
*
|
|
103
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.4
|
|
30
104
|
*/
|
|
31
|
-
|
|
105
|
+
addGroup(request: JointFabricDatastore.AddGroupRequest): MaybePromise;
|
|
32
106
|
|
|
33
107
|
/**
|
|
34
|
-
*
|
|
108
|
+
* This command shall be used to update a group in the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
109
|
+
*
|
|
110
|
+
* GroupID represents the group to be updated in the Joint Fabric Datastore Cluster. NULL values for the
|
|
111
|
+
* additional parameters will be ignored (not updated).
|
|
112
|
+
*
|
|
113
|
+
* GroupCAT values shall fall within the range 1 to 65534. Attempts to update the GroupCAT on an existing group
|
|
114
|
+
* which has a GroupCAT value of Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
|
|
115
|
+
*
|
|
116
|
+
* Attempts to set the GroupCAT to Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
|
|
117
|
+
*
|
|
118
|
+
* Upon receipt of this command, the Datastore shall:
|
|
119
|
+
*
|
|
120
|
+
* 1. If entry is not found, return NOT_FOUND.
|
|
121
|
+
*
|
|
122
|
+
* 2. Update the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to match the
|
|
123
|
+
* non-NULL fields passed in.
|
|
124
|
+
*
|
|
125
|
+
* 3. If any fields are changed as a result of this command:
|
|
126
|
+
*
|
|
127
|
+
* a. Iterate through each Node Information Entry:
|
|
128
|
+
*
|
|
129
|
+
* i. If the GroupKeySetID changed:
|
|
130
|
+
*
|
|
131
|
+
* I. Add a DatastoreNodeKeySetEntryStruct with the new GroupKeySetID, and Status set to Pending.
|
|
132
|
+
*
|
|
133
|
+
* II. Add this KeySet to the Node.
|
|
134
|
+
*
|
|
135
|
+
* 1. If successful, Set the Status to Committed for this entry in the NodeKeySetList.
|
|
136
|
+
*
|
|
137
|
+
* 2. If not successful, Set the Status to CommitFailed and the FailureCode to the returned error. The pending
|
|
138
|
+
* change shall be applied in a subsequent Node Refresh.
|
|
139
|
+
*
|
|
140
|
+
* A. If the NodeKeySetList list contains an entry with the previous GroupKeySetID:
|
|
141
|
+
*
|
|
142
|
+
* III. Set the Status set to DeletePending.
|
|
143
|
+
*
|
|
144
|
+
* IV. Remove this KeySet from the Node.
|
|
145
|
+
*
|
|
146
|
+
* 1. If successful, Remove this entry from the NodeKeySetList.
|
|
147
|
+
*
|
|
148
|
+
* 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
149
|
+
*
|
|
150
|
+
* ii. If the GroupCAT, GroupCATVersion or GroupPermission changed:
|
|
151
|
+
*
|
|
152
|
+
* A. If the ACLList contains an entry for this Group, update the ACL List Entry in the Datastore with the new
|
|
153
|
+
* values and Status Pending, update the ACL attribute on the given Node with the new values. If the update
|
|
154
|
+
* succeeds, set the Status to Committed on the ACLList Entry in the Datastore.
|
|
155
|
+
*
|
|
156
|
+
* iii. If the FriendlyName changed:
|
|
157
|
+
*
|
|
158
|
+
* A. Iterate through each Endpoint Information Entry:
|
|
159
|
+
*
|
|
160
|
+
* I. If the GroupIDList contains an entry with the given GroupID:
|
|
161
|
+
*
|
|
162
|
+
* 1. Update the GroupIDList Entry in the Datastore with the new values and Status
|
|
163
|
+
*
|
|
164
|
+
* ### Pending
|
|
165
|
+
*
|
|
166
|
+
* 2. Update the Groups on the given Node with the new values.
|
|
167
|
+
*
|
|
168
|
+
* 1. If the update succeeds, set the Status to Committed on the GroupIDList Entry in the Datastore.
|
|
169
|
+
*
|
|
170
|
+
* 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
171
|
+
*
|
|
172
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.5
|
|
35
173
|
*/
|
|
36
|
-
|
|
174
|
+
updateGroup(request: JointFabricDatastore.UpdateGroupRequest): MaybePromise;
|
|
37
175
|
|
|
38
176
|
/**
|
|
39
|
-
*
|
|
177
|
+
* This command shall be used to remove a group from the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
178
|
+
*
|
|
179
|
+
* GroupID represents the unique identifier for the group to be removed from the Joint Fabric Datastore Cluster.
|
|
180
|
+
*
|
|
181
|
+
* Attempts to remove a group with GroupCAT value set to Administrator CAT or Anchor CAT shall fail with
|
|
182
|
+
* CONSTRAINT_ERROR.
|
|
183
|
+
*
|
|
184
|
+
* Upon receipt of this command, the Datastore shall:
|
|
185
|
+
*
|
|
186
|
+
* 1. If entry is not found, return NOT_FOUND.
|
|
187
|
+
*
|
|
188
|
+
* 2. Ensure there are no Nodes in this group. To do this:
|
|
189
|
+
*
|
|
190
|
+
* a. Iterate through each Node Information Entry:
|
|
191
|
+
*
|
|
192
|
+
* i. If the GroupIDList contains an entry with the given GroupID, and the entry does NOT have Status
|
|
193
|
+
* DeletePending, then return CONSTRAINT_ERROR.
|
|
194
|
+
*
|
|
195
|
+
* 3. Remove the DatastoreGroupInformationEntryStruct for the Group with the given GroupID from the GroupList
|
|
196
|
+
* attribute.
|
|
197
|
+
*
|
|
198
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.6
|
|
40
199
|
*/
|
|
41
|
-
|
|
200
|
+
removeGroup(request: JointFabricDatastore.RemoveGroupRequest): MaybePromise;
|
|
42
201
|
|
|
43
202
|
/**
|
|
44
|
-
*
|
|
203
|
+
* This command shall be used to add an admin to the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
204
|
+
*
|
|
205
|
+
* NodeID, FriendlyName, VendorID and ICAC represent the admin to be added to the Joint Fabric Datastore
|
|
206
|
+
* Cluster.
|
|
207
|
+
*
|
|
208
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.7
|
|
45
209
|
*/
|
|
46
|
-
|
|
210
|
+
addAdmin(request: JointFabricDatastore.AddAdminRequest): MaybePromise;
|
|
47
211
|
|
|
48
212
|
/**
|
|
49
|
-
*
|
|
213
|
+
* This command shall be used to update an admin in the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
214
|
+
*
|
|
215
|
+
* NodeID represents the admin to be updated in the Joint Fabric Datastore Cluster. NULL values for the
|
|
216
|
+
* additional parameters will be ignored (not updated).
|
|
217
|
+
*
|
|
218
|
+
* If entry is not found, return NOT_FOUND.
|
|
219
|
+
*
|
|
220
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.8
|
|
50
221
|
*/
|
|
51
|
-
|
|
222
|
+
updateAdmin(request: JointFabricDatastore.UpdateAdminRequest): MaybePromise;
|
|
52
223
|
|
|
53
224
|
/**
|
|
54
|
-
*
|
|
225
|
+
* This command shall be used to remove an admin from the Joint Fabric Datastore Cluster of the accessing
|
|
226
|
+
* fabric.
|
|
227
|
+
*
|
|
228
|
+
* NodeID represents the unique identifier for the admin to be removed from the Joint Fabric Datastore Cluster.
|
|
229
|
+
*
|
|
230
|
+
* If entry is not found, return NOT_FOUND.
|
|
231
|
+
*
|
|
232
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.9
|
|
55
233
|
*/
|
|
56
|
-
|
|
234
|
+
removeAdmin(request: JointFabricDatastore.RemoveAdminRequest): MaybePromise;
|
|
57
235
|
|
|
58
236
|
/**
|
|
59
|
-
*
|
|
237
|
+
* The command shall be used to add a node to the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
238
|
+
*
|
|
239
|
+
* NodeID represents the node to be added to the Joint Fabric Datastore Cluster. Upon receipt of this command,
|
|
240
|
+
* the Datastore shall:
|
|
241
|
+
*
|
|
242
|
+
* 1. Update CommissioningStatusEntry of the Node Information Entry with the given NodeID to Pending.
|
|
243
|
+
*
|
|
244
|
+
* If a Node Information Entry exists for the given NodeID, this command shall return INVALID_CONSTRAINT.
|
|
245
|
+
*
|
|
246
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.10
|
|
60
247
|
*/
|
|
61
|
-
|
|
248
|
+
addPendingNode(request: JointFabricDatastore.AddPendingNodeRequest): MaybePromise;
|
|
62
249
|
|
|
63
250
|
/**
|
|
64
|
-
*
|
|
251
|
+
* The command shall be used to request that Datastore information relating to a Node of the accessing fabric is
|
|
252
|
+
* refreshed.
|
|
253
|
+
*
|
|
254
|
+
* Upon receipt of this command, the Datastore shall:
|
|
255
|
+
*
|
|
256
|
+
* 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
|
|
257
|
+
*
|
|
258
|
+
* 2. Update the CommissioningStatusEntry for the Node Information Entry to Pending.
|
|
259
|
+
*
|
|
260
|
+
* 3. Ensure the Endpoint List for the Node Information Entry with the given NodeID matches Endpoint list on
|
|
261
|
+
* the given Node. This involves the following steps:
|
|
262
|
+
*
|
|
263
|
+
* a. Read the PartsList of the Descriptor cluster from the Node.
|
|
264
|
+
*
|
|
265
|
+
* b. For each Endpoint Information Entry in the Endpoint List of the Node Information Entry that does not
|
|
266
|
+
* match an Endpoint ID in the PartsList, remove the Endpoint Information Entry.
|
|
267
|
+
*
|
|
268
|
+
* c. For each Endpoint Information Entry in the Endpoint List of the Node Information Entry that matches an
|
|
269
|
+
* Endpoint ID in the PartsList:
|
|
270
|
+
*
|
|
271
|
+
* i. Check that each entry in Node’s Group List occurs in the GroupIDList of the Endpoint Information
|
|
272
|
+
* Entry.
|
|
273
|
+
*
|
|
274
|
+
* A. Add any missing entries to the GroupIDList of the Endpoint Information Entry.
|
|
275
|
+
*
|
|
276
|
+
* B. For any entries in the GroupIDList with Status of Pending:
|
|
277
|
+
*
|
|
278
|
+
* I. Add the corresponding change to the Node’s Group List.
|
|
279
|
+
*
|
|
280
|
+
* 1. If successful, mark the Status to Committed.
|
|
281
|
+
*
|
|
282
|
+
* 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
283
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
284
|
+
*
|
|
285
|
+
* C. For any entries in the GroupIDList with Status of DeletePending:
|
|
286
|
+
*
|
|
287
|
+
* 1. If successful, remove the corresponding entry from the Node’s Group List.
|
|
288
|
+
*
|
|
289
|
+
* 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
290
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
291
|
+
*
|
|
292
|
+
* D. For any entries in the GroupIDList with Status of CommitFailure:
|
|
293
|
+
*
|
|
294
|
+
* I. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
|
|
295
|
+
* GroupIDList.
|
|
296
|
+
*
|
|
297
|
+
* II. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent
|
|
298
|
+
* Node Refresh.
|
|
299
|
+
*
|
|
300
|
+
* ii. Check that each entry in Node’s Binding List occurs in the BindingList of the Endpoint Information Entry.
|
|
301
|
+
*
|
|
302
|
+
* A. Add any missing entries to the BindingList of the Endpoint Information Entry.
|
|
303
|
+
*
|
|
304
|
+
* B. For any entries in the BindingList with Status of Pending:
|
|
305
|
+
*
|
|
306
|
+
* I. Add the corresponding change to the Node’s Binding List.
|
|
307
|
+
*
|
|
308
|
+
* 1. If successful, mark the Status to Committed.
|
|
309
|
+
*
|
|
310
|
+
* 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
311
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
312
|
+
*
|
|
313
|
+
* C. For any entries in the BindingList with Status of DeletePending:
|
|
314
|
+
*
|
|
315
|
+
* 1. If successful, remove the corresponding entry from the Node’s BindingList.
|
|
316
|
+
*
|
|
317
|
+
* 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
318
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
319
|
+
*
|
|
320
|
+
* D. For any entries in the BindingList with Status of CommitFailure:
|
|
321
|
+
*
|
|
322
|
+
* I. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
|
|
323
|
+
* BindingList.
|
|
324
|
+
*
|
|
325
|
+
* II. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent
|
|
326
|
+
* Node Refresh.
|
|
327
|
+
*
|
|
328
|
+
* 4. Ensure the GroupKeySetList for the Node Information Entry with the given NodeID matches the Group Keys on
|
|
329
|
+
* the given Node. This involves the following steps:
|
|
330
|
+
*
|
|
331
|
+
* a. Read the Group Keys from the Node.
|
|
332
|
+
*
|
|
333
|
+
* b. For each GroupKeySetEntry in the GroupKeySetList of the Node Information Entry with a Pending Status:
|
|
334
|
+
*
|
|
335
|
+
* i. Add the corresponding DatastoreGroupKeySetStruct to the Node’s Group Key list.
|
|
336
|
+
*
|
|
337
|
+
* A. If successful, mark the Status to Committed.
|
|
338
|
+
*
|
|
339
|
+
* B. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
340
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
341
|
+
*
|
|
342
|
+
* c. For each GroupKeySetEntry in the GroupKeySetList of the Node Information Entry with a CommitFailure
|
|
343
|
+
* Status:
|
|
344
|
+
*
|
|
345
|
+
* i. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
|
|
346
|
+
* GroupKeySetList.
|
|
347
|
+
*
|
|
348
|
+
* ii. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent
|
|
349
|
+
* Node Refresh.
|
|
350
|
+
*
|
|
351
|
+
* d. All remaining entries in the GroupKeySetList should be replaced by the remaining entries on the Node.
|
|
352
|
+
*
|
|
353
|
+
* 5. Ensure the ACLList for the Node Information Entry with the given NodeID matches the ACL attribute on the
|
|
354
|
+
* given Node. This involves the following steps:
|
|
355
|
+
*
|
|
356
|
+
* a. Read the ACL attribute on the Node.
|
|
357
|
+
*
|
|
358
|
+
* b. For each DatastoreACLEntryStruct in the ACLList of the Node Information Entry with a Pending Status:
|
|
359
|
+
*
|
|
360
|
+
* i. Add the corresponding DatastoreACLEntryStruct to the Node’s ACL attribute.
|
|
361
|
+
*
|
|
362
|
+
* A. If successful, mark the Status to Committed.
|
|
363
|
+
*
|
|
364
|
+
* B. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
365
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
366
|
+
*
|
|
367
|
+
* c. For each DatastoreACLEntryStruct in the ACLList of the Node Information Entry with a CommitFailure
|
|
368
|
+
* Status:
|
|
369
|
+
*
|
|
370
|
+
* i. A CommitFailure with an unrecoverable FailureCode (i.e. RESOURCE_EXHAUSTED, CONSTRAINT_ERROR) shall be
|
|
371
|
+
* handled by removing the entry from the ACLList.
|
|
372
|
+
*
|
|
373
|
+
* ii. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent
|
|
374
|
+
* Node Refresh.
|
|
375
|
+
*
|
|
376
|
+
* d. All remaining entries in the ACLList should be replaced by the remaining entries on the Node.
|
|
377
|
+
*
|
|
378
|
+
* 6. Update the CommissioningStatusEntry for the Node Information Entry to Committed.
|
|
379
|
+
*
|
|
380
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.11
|
|
65
381
|
*/
|
|
66
|
-
|
|
382
|
+
refreshNode(request: JointFabricDatastore.RefreshNodeRequest): MaybePromise;
|
|
67
383
|
|
|
68
384
|
/**
|
|
69
|
-
*
|
|
385
|
+
* The command shall be used to update the friendly name for a node in the Joint Fabric Datastore Cluster of the
|
|
386
|
+
* accessing fabric.
|
|
387
|
+
*
|
|
388
|
+
* NodeID represents the node to be updated in the Joint Fabric Datastore Cluster.
|
|
389
|
+
*
|
|
390
|
+
* If a Node Information Entry does not exist for the given NodeID, this command shall return NOT_FOUND.
|
|
391
|
+
*
|
|
392
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.12
|
|
70
393
|
*/
|
|
71
|
-
|
|
394
|
+
updateNode(request: JointFabricDatastore.UpdateNodeRequest): MaybePromise;
|
|
72
395
|
|
|
73
396
|
/**
|
|
74
|
-
*
|
|
397
|
+
* This command shall be used to remove a node from the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
398
|
+
*
|
|
399
|
+
* NodeID represents the unique identifier for the node to be removed from the Joint Fabric Datastore Cluster.
|
|
400
|
+
*
|
|
401
|
+
* If a Node Information Entry does not exist for the given NodeID, this command shall return NOT_FOUND.
|
|
402
|
+
*
|
|
403
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.13
|
|
75
404
|
*/
|
|
76
|
-
|
|
405
|
+
removeNode(request: JointFabricDatastore.RemoveNodeRequest): MaybePromise;
|
|
77
406
|
|
|
78
407
|
/**
|
|
79
|
-
*
|
|
408
|
+
* This command shall be used to update the state of an endpoint for a node in the Joint Fabric Datastore
|
|
409
|
+
* Cluster of the accessing fabric.
|
|
410
|
+
*
|
|
411
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
412
|
+
* Cluster.
|
|
413
|
+
*
|
|
414
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs.
|
|
415
|
+
*
|
|
416
|
+
* If an Endpoint Information Entry does not exist for the given NodeID and EndpointID, this command shall
|
|
417
|
+
* return NOT_FOUND.
|
|
418
|
+
*
|
|
419
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.14
|
|
80
420
|
*/
|
|
81
|
-
|
|
421
|
+
updateEndpointForNode(request: JointFabricDatastore.UpdateEndpointForNodeRequest): MaybePromise;
|
|
82
422
|
|
|
83
423
|
/**
|
|
84
|
-
*
|
|
424
|
+
* This command shall be used to add a Group ID to an endpoint for a node in the Joint Fabric Datastore Cluster
|
|
425
|
+
* of the accessing fabric.
|
|
426
|
+
*
|
|
427
|
+
* GroupID represents the unique identifier for the group to be added to the endpoint.
|
|
428
|
+
*
|
|
429
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
430
|
+
* Cluster.
|
|
431
|
+
*
|
|
432
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
|
|
433
|
+
* command, the Datastore shall:
|
|
434
|
+
*
|
|
435
|
+
* 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
|
|
436
|
+
* return NOT_FOUND.
|
|
437
|
+
*
|
|
438
|
+
* 2. Ensure the Group Key List for the Node Information Entry with the given NodeID includes the KeySet for
|
|
439
|
+
* the given Group ID. If it does not:
|
|
440
|
+
*
|
|
441
|
+
* a. Add an entry for the KeySet of the given Group ID to the Group Key List for the Node. The new entry’s
|
|
442
|
+
* status shall be set to Pending.
|
|
443
|
+
*
|
|
444
|
+
* b. Add a Group Key Entry for this KeySet to the given Node ID.
|
|
445
|
+
*
|
|
446
|
+
* i. If this succeeds, update the new KeySet entry in the Datastore to Committed.
|
|
447
|
+
*
|
|
448
|
+
* ii. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
449
|
+
*
|
|
450
|
+
* 3. Ensure the Group List for the Endpoint Information Entry with the given NodeID and EndpointID includes
|
|
451
|
+
* an entry for the given Group. If it does not:
|
|
452
|
+
*
|
|
453
|
+
* a. Add a Group entry for the given Group ID to the Group List for the Endpoint and Node. The new entry’s
|
|
454
|
+
* status shall be set to Pending.
|
|
455
|
+
*
|
|
456
|
+
* b. Add this Group entry to the given Endpoint ID on the given Node ID.
|
|
457
|
+
*
|
|
458
|
+
* i. If this succeeds, update the new Group entry in the Datastore to Committed.
|
|
459
|
+
*
|
|
460
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
461
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
462
|
+
*
|
|
463
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.15
|
|
85
464
|
*/
|
|
86
|
-
|
|
465
|
+
addGroupIdToEndpointForNode(request: JointFabricDatastore.AddGroupIdToEndpointForNodeRequest): MaybePromise;
|
|
87
466
|
|
|
88
467
|
/**
|
|
89
|
-
*
|
|
468
|
+
* This command shall be used to remove a Group ID from an endpoint for a node in the Joint Fabric Datastore
|
|
469
|
+
* Cluster of the accessing fabric.
|
|
470
|
+
*
|
|
471
|
+
* GroupID represents the unique identifier for the group to be removed from the endpoint.
|
|
472
|
+
*
|
|
473
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
474
|
+
* Cluster.
|
|
475
|
+
*
|
|
476
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
|
|
477
|
+
* command, the Datastore shall:
|
|
478
|
+
*
|
|
479
|
+
* 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
|
|
480
|
+
* return NOT_FOUND.
|
|
481
|
+
*
|
|
482
|
+
* 2. Ensure the Group List for the Endpoint Information Entry with the given NodeID and EndpointID does not
|
|
483
|
+
* include an entry for the given Group. If it does:
|
|
484
|
+
*
|
|
485
|
+
* a. Update the status to DeletePending of the Group entry for the given Group ID in the Group List.
|
|
486
|
+
*
|
|
487
|
+
* b. Remove this Group entry for the given Endpoint ID on the given Node ID.
|
|
488
|
+
*
|
|
489
|
+
* i. If this succeeds, remove the Group entry for the given Group ID in the Group List for this NodeID
|
|
490
|
+
* and EndpointID in the Datastore.
|
|
491
|
+
*
|
|
492
|
+
* ii. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
493
|
+
*
|
|
494
|
+
* 3. Ensure the Group Key List for the Node Information Entry with the given NodeID does not include the
|
|
495
|
+
* KeySet for the given Group ID. If it does:
|
|
496
|
+
*
|
|
497
|
+
* a. Update the status to DeletePending for the entry for the KeySet of the given Group ID in the Node
|
|
498
|
+
* Group Key List.
|
|
499
|
+
*
|
|
500
|
+
* b. Remove the Group Key Entry for this KeySet from the given Node ID.
|
|
501
|
+
*
|
|
502
|
+
* i. If this succeeds, remove the KeySet entry for the given Node ID.
|
|
503
|
+
*
|
|
504
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
505
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
506
|
+
*
|
|
507
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.16
|
|
90
508
|
*/
|
|
91
|
-
|
|
509
|
+
removeGroupIdFromEndpointForNode(request: JointFabricDatastore.RemoveGroupIdFromEndpointForNodeRequest): MaybePromise;
|
|
92
510
|
|
|
93
511
|
/**
|
|
94
|
-
*
|
|
512
|
+
* This command shall be used to add a binding to an endpoint for a node in the Joint Fabric Datastore Cluster
|
|
513
|
+
* of the accessing fabric.
|
|
514
|
+
*
|
|
515
|
+
* Binding represents the binding to be added to the endpoint.
|
|
516
|
+
*
|
|
517
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
518
|
+
* Cluster.
|
|
519
|
+
*
|
|
520
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
|
|
521
|
+
* command, the Datastore shall:
|
|
522
|
+
*
|
|
523
|
+
* 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
|
|
524
|
+
* return NOT_FOUND.
|
|
525
|
+
*
|
|
526
|
+
* 2. Ensure the Binding List for the Node Information Entry with the given NodeID includes the given Binding.
|
|
527
|
+
* If it does not:
|
|
528
|
+
*
|
|
529
|
+
* a. Add the Binding to the Binding List for the Node Information Entry for the given NodeID. The new
|
|
530
|
+
* entry’s status shall be set to Pending.
|
|
531
|
+
*
|
|
532
|
+
* b. Add this Binding to the given Node ID.
|
|
533
|
+
*
|
|
534
|
+
* i. If this succeeds, update the new Binding in the Datastore to Committed.
|
|
535
|
+
*
|
|
536
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
537
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
538
|
+
*
|
|
539
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.17
|
|
95
540
|
*/
|
|
96
|
-
|
|
541
|
+
addBindingToEndpointForNode(request: JointFabricDatastore.AddBindingToEndpointForNodeRequest): MaybePromise;
|
|
97
542
|
|
|
98
543
|
/**
|
|
99
|
-
*
|
|
544
|
+
* This command shall be used to remove a binding from an endpoint for a node in the Joint Fabric Datastore
|
|
545
|
+
* Cluster of the accessing fabric.
|
|
546
|
+
*
|
|
547
|
+
* ListID represents the unique identifier for the binding entry in the Datastore’s EndpointBindingList
|
|
548
|
+
* attribute to be removed from the endpoint.
|
|
549
|
+
*
|
|
550
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
551
|
+
* Cluster.
|
|
552
|
+
*
|
|
553
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
|
|
554
|
+
* command, the Datastore shall:
|
|
555
|
+
*
|
|
556
|
+
* 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
|
|
557
|
+
* return NOT_FOUND.
|
|
558
|
+
*
|
|
559
|
+
* 2. Ensure the Binding List for the Node Information Entry with the given NodeID does not include an entry
|
|
560
|
+
* with the given ListID. If it does:
|
|
561
|
+
*
|
|
562
|
+
* a. Update the status to DeletePending for the given Binding in the Binding List.
|
|
563
|
+
*
|
|
564
|
+
* b. Remove this Binding from the given Node ID.
|
|
565
|
+
*
|
|
566
|
+
* i. If this succeeds, remove the given Binding from the Binding List.
|
|
567
|
+
*
|
|
568
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
569
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
570
|
+
*
|
|
571
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.18
|
|
100
572
|
*/
|
|
101
|
-
|
|
573
|
+
removeBindingFromEndpointForNode(request: JointFabricDatastore.RemoveBindingFromEndpointForNodeRequest): MaybePromise;
|
|
102
574
|
|
|
103
575
|
/**
|
|
104
|
-
*
|
|
576
|
+
* This command shall be used to add an ACL to a node in the Joint Fabric Datastore Cluster of the accessing
|
|
577
|
+
* fabric.
|
|
578
|
+
*
|
|
579
|
+
* NodeID represents the unique identifier for the node to which the ACL is to be added. ACLEntry represents the
|
|
580
|
+
* ACL to be added to the Joint Fabric Datastore Cluster.
|
|
581
|
+
*
|
|
582
|
+
* Upon receipt of this command, the Datastore shall:
|
|
583
|
+
*
|
|
584
|
+
* 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
|
|
585
|
+
*
|
|
586
|
+
* 2. Ensure the ACL List for the given NodeID includes the given ACLEntry. If it does not:
|
|
587
|
+
*
|
|
588
|
+
* a. Add the ACLEntry to the ACL List for the given NodeID. The new entry’s status shall be set to Pending.
|
|
589
|
+
*
|
|
590
|
+
* b. Add this ACLEntry to the given Node ID.
|
|
591
|
+
*
|
|
592
|
+
* i. If this succeeds, update the new ACLEntry in the Datastore to Committed.
|
|
593
|
+
*
|
|
594
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
595
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
596
|
+
*
|
|
597
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.19
|
|
105
598
|
*/
|
|
106
|
-
|
|
599
|
+
addAclToNode(request: JointFabricDatastore.AddAclToNodeRequest): MaybePromise;
|
|
107
600
|
|
|
108
601
|
/**
|
|
109
|
-
*
|
|
602
|
+
* This command shall be used to remove an ACL from a node in the Joint Fabric Datastore Cluster of the
|
|
603
|
+
* accessing fabric.
|
|
604
|
+
*
|
|
605
|
+
* ListID represents the unique identifier for the DatastoreACLEntryStruct to be removed from the Datastore’s
|
|
606
|
+
* list of DatastoreACLEntry.
|
|
607
|
+
*
|
|
608
|
+
* NodeID represents the unique identifier for the node from which the ACL is to be removed. Upon receipt of
|
|
609
|
+
* this command, the Datastore shall:
|
|
610
|
+
*
|
|
611
|
+
* 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
|
|
612
|
+
*
|
|
613
|
+
* 2. Ensure the ACL List for the given NodeID does not include the given ACLEntry. If it does:
|
|
614
|
+
*
|
|
615
|
+
* a. Update the status to DeletePending for the given ACLEntry in the ACL List.
|
|
616
|
+
*
|
|
617
|
+
* b. Remove this ACLEntry from the given Node ID.
|
|
618
|
+
*
|
|
619
|
+
* i. If this succeeds, remove the given ACLEntry from the Node ACL List.
|
|
620
|
+
*
|
|
621
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
622
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
623
|
+
*
|
|
624
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.20
|
|
110
625
|
*/
|
|
111
|
-
|
|
626
|
+
removeAclFromNode(request: JointFabricDatastore.RemoveAclFromNodeRequest): MaybePromise;
|
|
112
627
|
}
|
|
113
628
|
}
|
|
114
629
|
|