@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
|
@@ -12,6 +12,8 @@ import { MediaPlayback } from "#clusters/media-playback";
|
|
|
12
12
|
export namespace MediaPlaybackInterface {
|
|
13
13
|
export interface Base {
|
|
14
14
|
/**
|
|
15
|
+
* This command is used to start playback of the media.
|
|
16
|
+
*
|
|
15
17
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
16
18
|
* return media to normal playback speed.
|
|
17
19
|
*
|
|
@@ -20,13 +22,15 @@ export namespace MediaPlaybackInterface {
|
|
|
20
22
|
play(): MaybePromise<MediaPlayback.PlaybackResponse>;
|
|
21
23
|
|
|
22
24
|
/**
|
|
23
|
-
* Upon receipt, this shall pause playback of the media.
|
|
25
|
+
* This command is used to pause playback of the media. Upon receipt, this shall pause playback of the media.
|
|
24
26
|
*
|
|
25
27
|
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.2
|
|
26
28
|
*/
|
|
27
29
|
pause(): MaybePromise<MediaPlayback.PlaybackResponse>;
|
|
28
30
|
|
|
29
31
|
/**
|
|
32
|
+
* This command is used to stop playback of the media.
|
|
33
|
+
*
|
|
30
34
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
31
35
|
* navigate the user back to the location from where the media was originally launched.
|
|
32
36
|
*
|
|
@@ -35,13 +39,16 @@ export namespace MediaPlaybackInterface {
|
|
|
35
39
|
stop(): MaybePromise<MediaPlayback.PlaybackResponse>;
|
|
36
40
|
|
|
37
41
|
/**
|
|
38
|
-
*
|
|
42
|
+
* This command is used to start playback of the media from the beginning. Upon receipt, this shall Start Over
|
|
43
|
+
* with the current media playback item.
|
|
39
44
|
*
|
|
40
45
|
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.4
|
|
41
46
|
*/
|
|
42
47
|
startOver(): MaybePromise<MediaPlayback.PlaybackResponse>;
|
|
43
48
|
|
|
44
49
|
/**
|
|
50
|
+
* This command is used to go back to the previous media playback item.
|
|
51
|
+
*
|
|
45
52
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is context-specific.
|
|
46
53
|
* This will often Go back to the previous media playback item.
|
|
47
54
|
*
|
|
@@ -50,6 +57,8 @@ export namespace MediaPlaybackInterface {
|
|
|
50
57
|
previous(): MaybePromise<MediaPlayback.PlaybackResponse>;
|
|
51
58
|
|
|
52
59
|
/**
|
|
60
|
+
* This command is used to go to the next media playback item.
|
|
61
|
+
*
|
|
53
62
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-specific.
|
|
54
63
|
* This will often Go forward to the next media playback item.
|
|
55
64
|
*
|
|
@@ -58,6 +67,8 @@ export namespace MediaPlaybackInterface {
|
|
|
58
67
|
next(): MaybePromise<MediaPlayback.PlaybackResponse>;
|
|
59
68
|
|
|
60
69
|
/**
|
|
70
|
+
* This command is used to skip forward in the media.
|
|
71
|
+
*
|
|
61
72
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
62
73
|
*
|
|
63
74
|
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9
|
|
@@ -65,6 +76,8 @@ export namespace MediaPlaybackInterface {
|
|
|
65
76
|
skipForward(request: MediaPlayback.SkipForwardRequest): MaybePromise<MediaPlayback.PlaybackResponse>;
|
|
66
77
|
|
|
67
78
|
/**
|
|
79
|
+
* This command is used to skip backward in the media.
|
|
80
|
+
*
|
|
68
81
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
69
82
|
*
|
|
70
83
|
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10
|
|
@@ -74,6 +87,8 @@ export namespace MediaPlaybackInterface {
|
|
|
74
87
|
|
|
75
88
|
export interface AdvancedSeek {
|
|
76
89
|
/**
|
|
90
|
+
* This command is used to seek to a specific position in the media.
|
|
91
|
+
*
|
|
77
92
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
78
93
|
*
|
|
79
94
|
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11
|
|
@@ -83,6 +98,8 @@ export namespace MediaPlaybackInterface {
|
|
|
83
98
|
|
|
84
99
|
export interface AudioTracks {
|
|
85
100
|
/**
|
|
101
|
+
* This command is used to activate a specific Audio Track for the media being played.
|
|
102
|
+
*
|
|
86
103
|
* Upon receipt, the server shall set the active Audio Track to the one identified by the TrackID in the Track
|
|
87
104
|
* catalog for the streaming media. If the TrackID does not exist in the Track catalog, OR does not correspond
|
|
88
105
|
* to the streaming media OR no media is being streamed at the time of receipt of this command, the server will
|
|
@@ -95,6 +112,8 @@ export namespace MediaPlaybackInterface {
|
|
|
95
112
|
|
|
96
113
|
export interface TextTracks {
|
|
97
114
|
/**
|
|
115
|
+
* This command is used to activate a specific Text Track for the media being played.
|
|
116
|
+
*
|
|
98
117
|
* Upon receipt, the server shall set the active Text Track to the one identified by the TrackID in the Track
|
|
99
118
|
* catalog for the streaming media. If the TrackID does not exist in the Track catalog, OR does not correspond
|
|
100
119
|
* to the streaming media OR no media is being streamed at the time of receipt of this command, the server shall
|
|
@@ -105,6 +124,8 @@ export namespace MediaPlaybackInterface {
|
|
|
105
124
|
activateTextTrack(request: MediaPlayback.ActivateTextTrackRequest): MaybePromise;
|
|
106
125
|
|
|
107
126
|
/**
|
|
127
|
+
* This command is used to deactivate a specific Text Track for the media being played.
|
|
128
|
+
*
|
|
108
129
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
109
130
|
* displaying it.
|
|
110
131
|
*
|
|
@@ -115,6 +136,8 @@ export namespace MediaPlaybackInterface {
|
|
|
115
136
|
|
|
116
137
|
export interface VariableSpeed {
|
|
117
138
|
/**
|
|
139
|
+
* This command is used to rewind the media.
|
|
140
|
+
*
|
|
118
141
|
* Upon receipt, this shall start playback of the media backward in case the media is currently playing in the
|
|
119
142
|
* forward direction or is not playing. If the playback is already happening in the backwards direction receipt
|
|
120
143
|
* of this command shall increase the speed of the media playback backwards.
|
|
@@ -132,6 +155,8 @@ export namespace MediaPlaybackInterface {
|
|
|
132
155
|
rewind(request: MediaPlayback.RewindRequest): MaybePromise<MediaPlayback.PlaybackResponse>;
|
|
133
156
|
|
|
134
157
|
/**
|
|
158
|
+
* This command is used to fast forward the media.
|
|
159
|
+
*
|
|
135
160
|
* Upon receipt, this shall start playback of the media in the forward direction in case the media is currently
|
|
136
161
|
* playing in the backward direction or is not playing. If the playback is already happening in the forward
|
|
137
162
|
* direction receipt of this command shall increase the speed of the media playback.
|
|
@@ -12,6 +12,9 @@ import { NetworkCommissioning } from "#clusters/network-commissioning";
|
|
|
12
12
|
export namespace NetworkCommissioningInterface {
|
|
13
13
|
export interface WiFiNetworkInterfaceOrThreadNetworkInterface {
|
|
14
14
|
/**
|
|
15
|
+
* This command is used to scan for available networks on the network interface associated with the cluster
|
|
16
|
+
* instance.
|
|
17
|
+
*
|
|
15
18
|
* This command shall scan on the Cluster instance’s associated network interface for either of:
|
|
16
19
|
*
|
|
17
20
|
* • All available networks (non-directed scanning)
|
|
@@ -27,8 +30,8 @@ export namespace NetworkCommissioningInterface {
|
|
|
27
30
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the specified
|
|
28
31
|
* network only.
|
|
29
32
|
*
|
|
30
|
-
* If this command is received without an armed fail-safe context (see
|
|
31
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
33
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
34
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
32
35
|
*
|
|
33
36
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
34
37
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -56,12 +59,15 @@ export namespace NetworkCommissioningInterface {
|
|
|
56
59
|
scanNetworks(request: NetworkCommissioning.ScanNetworksRequest): MaybePromise<NetworkCommissioning.ScanNetworksResponse>;
|
|
57
60
|
|
|
58
61
|
/**
|
|
62
|
+
* This command is used to remove a network configuration on the network interface associated with the cluster
|
|
63
|
+
* instance.
|
|
64
|
+
*
|
|
59
65
|
* This command shall remove the network configuration from the Cluster if there was already a network
|
|
60
66
|
* configuration with the same NetworkID. The relative order of the entries in the Networks attribute shall
|
|
61
67
|
* remain unchanged, except for the removal of the requested network configuration.
|
|
62
68
|
*
|
|
63
|
-
* If this command is received without an armed fail-safe context (see
|
|
64
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
69
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
70
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
65
71
|
*
|
|
66
72
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
67
73
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -75,6 +81,8 @@ export namespace NetworkCommissioningInterface {
|
|
|
75
81
|
removeNetwork(request: NetworkCommissioning.RemoveNetworkRequest): MaybePromise<NetworkCommissioning.NetworkConfigResponse>;
|
|
76
82
|
|
|
77
83
|
/**
|
|
84
|
+
* This command is used to connect to a network on the network interface associated with the cluster instance.
|
|
85
|
+
*
|
|
78
86
|
* This command shall attempt to connect to a network whose configuration was previously added by either the
|
|
79
87
|
* AddOrUpdateWiFiNetwork or AddOrUpdateThreadNetwork commands. Network is identified by its NetworkID.
|
|
80
88
|
*
|
|
@@ -82,8 +90,8 @@ export namespace NetworkCommissioningInterface {
|
|
|
82
90
|
* to proceed with such an operation, such as if it is currently attempting to connect in the background, or is
|
|
83
91
|
* already proceeding with a prior ConnectNetwork.
|
|
84
92
|
*
|
|
85
|
-
* If this command is received without an armed fail-safe context (see
|
|
86
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
93
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
94
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
87
95
|
*
|
|
88
96
|
* Before connecting to the new network, the Node shall disconnect the operational network connections managed
|
|
89
97
|
* by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary Network
|
|
@@ -115,8 +123,8 @@ export namespace NetworkCommissioningInterface {
|
|
|
115
123
|
* The precedence order of any entry subject to ConnectNetwork shall NOT change within the Networks attribute.
|
|
116
124
|
*
|
|
117
125
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
118
|
-
* configuration if the CommissioningComplete command (see
|
|
119
|
-
* before expiry of the Fail-Safe timer.
|
|
126
|
+
* configuration if the CommissioningComplete command (see Section 11.10.7.6, “CommissioningComplete Command”)
|
|
127
|
+
* is not successfully invoked before expiry of the Fail-Safe timer.
|
|
120
128
|
*
|
|
121
129
|
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
122
130
|
* ConnectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
@@ -127,8 +135,8 @@ export namespace NetworkCommissioningInterface {
|
|
|
127
135
|
* the new operational network. Therefore, before invoking the ConnectNetwork command, the client SHOULD
|
|
128
136
|
* re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
129
137
|
*
|
|
130
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
131
|
-
* server to connect to the desired network.
|
|
138
|
+
* 1. Sufficient time to meet the minimum required time (see Section 11.9.6.4, “ConnectMaxTimeSeconds
|
|
139
|
+
* Attribute”) that may be taken by the server to connect to the desired network.
|
|
132
140
|
*
|
|
133
141
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
134
142
|
*
|
|
@@ -152,6 +160,8 @@ export namespace NetworkCommissioningInterface {
|
|
|
152
160
|
connectNetwork(request: NetworkCommissioning.ConnectNetworkRequest): MaybePromise<NetworkCommissioning.ConnectNetworkResponse>;
|
|
153
161
|
|
|
154
162
|
/**
|
|
163
|
+
* This command is used to re-order the network configuration list.
|
|
164
|
+
*
|
|
155
165
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
156
166
|
* Networks attribute to match the position given by NetworkIndex.
|
|
157
167
|
*
|
|
@@ -162,10 +172,12 @@ export namespace NetworkCommissioningInterface {
|
|
|
162
172
|
|
|
163
173
|
export interface WiFiNetworkInterface {
|
|
164
174
|
/**
|
|
175
|
+
* This command is used to add or update a Wi-Fi network configuration.
|
|
176
|
+
*
|
|
165
177
|
* This command shall be used to add or modify Wi-Fi network configurations.
|
|
166
178
|
*
|
|
167
|
-
* If this command is received without an armed fail-safe context (see
|
|
168
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
179
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
180
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
169
181
|
*
|
|
170
182
|
* The Credentials associated with the network are not readable after execution of this command, as they do not
|
|
171
183
|
* appear in the Networks attribute, for security reasons.
|
|
@@ -183,10 +195,12 @@ export namespace NetworkCommissioningInterface {
|
|
|
183
195
|
|
|
184
196
|
export interface ThreadNetworkInterface {
|
|
185
197
|
/**
|
|
198
|
+
* This command is used to add or update a Thread network configuration.
|
|
199
|
+
*
|
|
186
200
|
* This command shall be used to add or modify Thread network configurations.
|
|
187
201
|
*
|
|
188
|
-
* If this command is received without an armed fail-safe context (see
|
|
189
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
202
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
203
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
190
204
|
*
|
|
191
205
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for behavior
|
|
192
206
|
* of addition/update.
|
|
@@ -12,6 +12,8 @@ import { OperationalCredentials } from "#clusters/operational-credentials";
|
|
|
12
12
|
export namespace OperationalCredentialsInterface {
|
|
13
13
|
export interface Base {
|
|
14
14
|
/**
|
|
15
|
+
* This command is used to perform an attestation request.
|
|
16
|
+
*
|
|
15
17
|
* This command shall be generated to request the Attestation Information, in the form of an AttestationResponse
|
|
16
18
|
* Command. If the AttestationNonce that is provided in the command is malformed, a recipient shall fail the
|
|
17
19
|
* command with a Status Code of INVALID_COMMAND. The AttestationNonce field shall be used in the computation of
|
|
@@ -22,6 +24,8 @@ export namespace OperationalCredentialsInterface {
|
|
|
22
24
|
attestationRequest(request: OperationalCredentials.AttestationRequest): MaybePromise<OperationalCredentials.AttestationResponse>;
|
|
23
25
|
|
|
24
26
|
/**
|
|
27
|
+
* This command is used to request a certificate from the device attestation certificate chain.
|
|
28
|
+
*
|
|
25
29
|
* If the CertificateType is not a valid value per CertificateChainTypeEnum then the command shall fail with a
|
|
26
30
|
* Status Code of INVALID_COMMAND.
|
|
27
31
|
*
|
|
@@ -30,6 +34,8 @@ export namespace OperationalCredentialsInterface {
|
|
|
30
34
|
certificateChainRequest(request: OperationalCredentials.CertificateChainRequest): MaybePromise<OperationalCredentials.CertificateChainResponse>;
|
|
31
35
|
|
|
32
36
|
/**
|
|
37
|
+
* This command is used to perform a CSR request.
|
|
38
|
+
*
|
|
33
39
|
* This command shall be generated to execute the Node Operational CSR Procedure and subsequently return the
|
|
34
40
|
* NOCSR Information, in the form of a CSRResponse Command.
|
|
35
41
|
*
|
|
@@ -40,12 +46,13 @@ export namespace OperationalCredentialsInterface {
|
|
|
40
46
|
* command shall fail with an INVALID_COMMAND status code, as it would never be possible to use a resulting
|
|
41
47
|
* subsequent certificate issued from the CSR with the UpdateNOC command, which is forbidden over PASE sessions.
|
|
42
48
|
*
|
|
43
|
-
* If the IsForUpdateNOC field is present and set to true, the internal state of the CSR associated
|
|
49
|
+
* If the IsForUpdateNOC field is present and set to true, the internal state of the CSR associated key pair
|
|
44
50
|
* shall be tagged as being for a subsequent UpdateNOC, otherwise the internal state of the CSR shall be tagged
|
|
45
|
-
* as being for a subsequent AddNOC. See
|
|
51
|
+
* as being for a subsequent AddNOC. See Section 11.18.6.8, “AddNOC Command” and Section 11.18.6.9, “UpdateNOC
|
|
52
|
+
* Command” for details about the processing.
|
|
46
53
|
*
|
|
47
|
-
* If this command is received without an armed fail-safe context (see
|
|
48
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
54
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
55
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
49
56
|
*
|
|
50
57
|
* If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then this
|
|
51
58
|
* command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
|
|
@@ -59,6 +66,8 @@ export namespace OperationalCredentialsInterface {
|
|
|
59
66
|
csrRequest(request: OperationalCredentials.CsrRequest): MaybePromise<OperationalCredentials.CsrResponse>;
|
|
60
67
|
|
|
61
68
|
/**
|
|
69
|
+
* This command is used to add a new NOC to the device.
|
|
70
|
+
*
|
|
62
71
|
* This command shall add a new NOC chain to the device and commission a new Fabric association upon successful
|
|
63
72
|
* validation of all arguments and preconditions.
|
|
64
73
|
*
|
|
@@ -74,6 +83,8 @@ export namespace OperationalCredentialsInterface {
|
|
|
74
83
|
addNoc(request: OperationalCredentials.AddNocRequest): MaybePromise<OperationalCredentials.NocResponse>;
|
|
75
84
|
|
|
76
85
|
/**
|
|
86
|
+
* This command is used to update an existing NOC on the device.
|
|
87
|
+
*
|
|
77
88
|
* This command shall replace the NOC and optional associated ICAC (if present) scoped under the accessing
|
|
78
89
|
* fabric upon successful validation of all arguments and preconditions. The new value shall immediately be
|
|
79
90
|
* reflected in the NOCs list attribute.
|
|
@@ -83,10 +94,10 @@ export namespace OperationalCredentialsInterface {
|
|
|
83
94
|
*
|
|
84
95
|
* A Commissioner or Administrator SHOULD issue this command after performing the Attestation Procedure.
|
|
85
96
|
*
|
|
86
|
-
* ### Effect
|
|
97
|
+
* ### Effect on Receipt
|
|
87
98
|
*
|
|
88
|
-
* If this command is received without an armed fail-safe context (see
|
|
89
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
99
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
100
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
90
101
|
*
|
|
91
102
|
* If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then this
|
|
92
103
|
* command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
|
|
@@ -133,6 +144,8 @@ export namespace OperationalCredentialsInterface {
|
|
|
133
144
|
updateNoc(request: OperationalCredentials.UpdateNocRequest): MaybePromise<OperationalCredentials.NocResponse>;
|
|
134
145
|
|
|
135
146
|
/**
|
|
147
|
+
* This command is used to set the user-visible fabric label for a given Fabric.
|
|
148
|
+
*
|
|
136
149
|
* This command shall be used by an Administrator to set the user-visible Label field for a given Fabric, as
|
|
137
150
|
* reflected by entries in the Fabrics attribute. An Administrator shall use this command to set the Label to a
|
|
138
151
|
* string (possibly selected by the user themselves) that the user can recognize and relate to this
|
|
@@ -151,11 +164,15 @@ export namespace OperationalCredentialsInterface {
|
|
|
151
164
|
updateFabricLabel(request: OperationalCredentials.UpdateFabricLabelRequest): MaybePromise<OperationalCredentials.NocResponse>;
|
|
152
165
|
|
|
153
166
|
/**
|
|
167
|
+
* This command is used to remove a Fabric from the device.
|
|
168
|
+
*
|
|
154
169
|
* This command is used by Administrators to remove a given Fabric and delete all associated fabric-scoped data.
|
|
155
170
|
*
|
|
156
171
|
* If the given Fabric being removed is the last one to reference a given Trusted Root CA Certificate stored in
|
|
157
172
|
* the Trusted Root Certificates list, then that Trusted Root Certificate shall be removed.
|
|
158
173
|
*
|
|
174
|
+
* ### WARNING
|
|
175
|
+
*
|
|
159
176
|
* This command, if referring to an already existing Fabric not under the control of the invoking Administrator,
|
|
160
177
|
* shall ONLY be invoked after obtaining some form of explicit user consent through some method executed by the
|
|
161
178
|
* Administrator or Commissioner. This method of obtaining consent SHOULD employ as much data as possible about
|
|
@@ -170,6 +187,8 @@ export namespace OperationalCredentialsInterface {
|
|
|
170
187
|
removeFabric(request: OperationalCredentials.RemoveFabricRequest): MaybePromise<OperationalCredentials.NocResponse>;
|
|
171
188
|
|
|
172
189
|
/**
|
|
190
|
+
* This command is used to add a trusted root certificate to the device.
|
|
191
|
+
*
|
|
173
192
|
* This command shall add a Trusted Root CA Certificate, provided as its Matter Certificate Encoding
|
|
174
193
|
* representation, to the TrustedRootCertificates Attribute list and shall ensure the next AddNOC command
|
|
175
194
|
* executed uses the provided certificate as its root of trust.
|
|
@@ -177,8 +196,8 @@ export namespace OperationalCredentialsInterface {
|
|
|
177
196
|
* If the certificate from the RootCACertificate field is already installed, based on exact byte-for-byte
|
|
178
197
|
* equality, then this command shall succeed with no change to the list.
|
|
179
198
|
*
|
|
180
|
-
* If this command is received without an armed fail-safe context (see
|
|
181
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
199
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
200
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
182
201
|
*
|
|
183
202
|
* If a prior AddTrustedRootCertificate command was successfully invoked within the fail-safe timer period,
|
|
184
203
|
* which would cause the new invocation to add a second root certificate within a given fail-safe timer period,
|
|
@@ -197,6 +216,86 @@ export namespace OperationalCredentialsInterface {
|
|
|
197
216
|
* @see {@link MatterSpecification.v141.Core} § 11.18.6.13
|
|
198
217
|
*/
|
|
199
218
|
addTrustedRootCertificate(request: OperationalCredentials.AddTrustedRootCertificateRequest): MaybePromise;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* This command is used to manage the VendorID and VIDVerificationStatement fields of the Fabrics attribute, and
|
|
222
|
+
* the VVSC field of an entry in the NOCs attribute.
|
|
223
|
+
*
|
|
224
|
+
* This command shall be used to one or more of the following:
|
|
225
|
+
*
|
|
226
|
+
* • Update the VendorID associated with an entry in the Fabrics attribute.
|
|
227
|
+
*
|
|
228
|
+
* • Associate or remove a VIDVerificationStatement associated with an entry in the Fabrics attribute.
|
|
229
|
+
*
|
|
230
|
+
* • Associate or remove a VendorVerificationSigningCertificate (VVSC) associated with an entry in the NOCs
|
|
231
|
+
* attribute.
|
|
232
|
+
*
|
|
233
|
+
* This command shall only operate against the Fabrics and NOCs attribute entries associated with the accessing
|
|
234
|
+
* fabric index.
|
|
235
|
+
*
|
|
236
|
+
* ### Effect on Receipt
|
|
237
|
+
*
|
|
238
|
+
* If the VendorID field is present, the value of the VendorID in the Fabrics attribute entry associated with
|
|
239
|
+
* the accessing fabric index shall have its value replaced with the value from the command field.
|
|
240
|
+
*
|
|
241
|
+
* If the VVSC field is present, but the ICAC field is already present in the NOCs attribute entry associated
|
|
242
|
+
* with the accessing fabric index, then the command shall fail with a status code of INVALID_COMMAND.
|
|
243
|
+
*
|
|
244
|
+
* If the VIDVerificationStatement field is present:
|
|
245
|
+
*
|
|
246
|
+
* • If the length of the field’s value is neither exactly 0 nor exactly 85, then the command shall fail with
|
|
247
|
+
* a status code of CONSTRAINT_ERROR.
|
|
248
|
+
*
|
|
249
|
+
* • If the length of the field’s value is exactly 0, then the VIDVerificationStatement field in the Fabrics
|
|
250
|
+
* attribute entry associated with the accessing fabric index shall be erased and the field shall disappear
|
|
251
|
+
* from the Fabrics entry.
|
|
252
|
+
*
|
|
253
|
+
* • If the length of the field’s value is exactly 85, then the VIDVerificationStatement field in the Fabrics
|
|
254
|
+
* attribute entry associated with the accessing fabric index shall have its value replaced with the value
|
|
255
|
+
* from the command field.
|
|
256
|
+
*
|
|
257
|
+
* If the VVSC field is present:
|
|
258
|
+
*
|
|
259
|
+
* • If the length of the field’s value is exactly 0, then the VVSC field in the NOCs attribute entry
|
|
260
|
+
* associated with the accessing fabric index shall be erased and the field shall disappear from the NOCs
|
|
261
|
+
* entry.
|
|
262
|
+
*
|
|
263
|
+
* • If the length of the field’s value is not 0, then the VVSC field in the NOCs attribute entry associated
|
|
264
|
+
* with the accessing fabric index shall have its value replaced with the value from the command field. The
|
|
265
|
+
* contents of the certificate need not be validated by the server. Clients shall validate the contents at
|
|
266
|
+
* time of use.
|
|
267
|
+
*
|
|
268
|
+
* If the command was invoked within a fail-safe context after a successful AddNOC or UpdateNOC command, then
|
|
269
|
+
* the field updates shall apply to the pending update state that will be reverted if fail-safe expires prior to
|
|
270
|
+
* a CommissioningComplete command. In other words, field updates apply to the state of the Fabrics Attribute as
|
|
271
|
+
* currently visible, even for an existing fabric currently in process of being updated.
|
|
272
|
+
*
|
|
273
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.14
|
|
274
|
+
*/
|
|
275
|
+
setVidVerificationStatement(request: OperationalCredentials.SetVidVerificationStatementRequest): MaybePromise;
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* This command is used to authenticate the fabric associated with the FabricIndex.
|
|
279
|
+
*
|
|
280
|
+
* This command shall be used to request that the server authenticate the fabric associated with the FabricIndex
|
|
281
|
+
* given by generating the response described in Section 6.4.10, “Fabric Table Vendor ID Verification
|
|
282
|
+
* Procedure”.
|
|
283
|
+
*
|
|
284
|
+
* The FabricIndex field shall contain the fabric index being targeted by the request.
|
|
285
|
+
*
|
|
286
|
+
* The ClientChallenge field shall contain a client-provided random challenge to be used during the signature
|
|
287
|
+
* procedure.
|
|
288
|
+
*
|
|
289
|
+
* ### Effect on Receipt
|
|
290
|
+
*
|
|
291
|
+
* If the FabricIndex field contains a fabric index which does not have an associated entry in the Fabrics
|
|
292
|
+
* attribute, then the command shall fail with a status code of CONSTRAINT_ERROR.
|
|
293
|
+
*
|
|
294
|
+
* Otherwise, if no other errors have occurred, the command shall generate a SignVIDVerificationResponse.
|
|
295
|
+
*
|
|
296
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.15
|
|
297
|
+
*/
|
|
298
|
+
signVidVerificationRequest(request: OperationalCredentials.SignVidVerificationRequest): MaybePromise<OperationalCredentials.SignVidVerificationResponse>;
|
|
200
299
|
}
|
|
201
300
|
}
|
|
202
301
|
|
|
@@ -86,7 +86,7 @@ export class OperationalCredentialsServer extends OperationalCredentialsBehavior
|
|
|
86
86
|
|
|
87
87
|
override initialize(): MaybePromise {
|
|
88
88
|
// maximum number of fabrics. Also FabricBuilder uses 254 as max!
|
|
89
|
-
if (this.state.supportedFabrics
|
|
89
|
+
if (!this.state.supportedFabrics) {
|
|
90
90
|
this.state.supportedFabrics = 254;
|
|
91
91
|
}
|
|
92
92
|
this.state.commissionedFabrics = this.state.fabrics.length;
|
|
@@ -24,9 +24,6 @@ export namespace ServiceAreaInterface {
|
|
|
24
24
|
* This command is used to skip the given area, and to attempt operating at other areas on the SupportedAreas
|
|
25
25
|
* attribute list.
|
|
26
26
|
*
|
|
27
|
-
* This command shall NOT be implemented if the CurrentArea attribute and the Progress attribute are both not
|
|
28
|
-
* implemented. Else, this command shall be optionally implemented.
|
|
29
|
-
*
|
|
30
27
|
* On receipt of this command the device shall respond with a SkipAreaResponse command.
|
|
31
28
|
*
|
|
32
29
|
* @see {@link MatterSpecification.v141.Cluster} § 1.17.7.3
|
|
@@ -40,9 +40,9 @@ export class ServiceAreaBaseServer extends ServiceAreaBase {
|
|
|
40
40
|
this.reactTo(this.events.supportedMaps$Changing, this.#assertSupportedMaps);
|
|
41
41
|
this.#assertSelectedAreas(this.state.selectedAreas);
|
|
42
42
|
this.reactTo(this.events.selectedAreas$Changing, this.#assertSelectedAreas);
|
|
43
|
-
if (this.state.currentArea !== undefined
|
|
43
|
+
if (this.state.currentArea !== undefined) {
|
|
44
44
|
this.#assertCurrentArea(this.state.currentArea);
|
|
45
|
-
this.
|
|
45
|
+
this.maybeReactTo(this.events.currentArea$Changing, this.#assertCurrentArea);
|
|
46
46
|
}
|
|
47
47
|
if (this.state.progress !== undefined) {
|
|
48
48
|
this.#assertProgress(this.state.progress);
|
|
@@ -11,11 +11,13 @@ import { MaybePromise } from "#general";
|
|
|
11
11
|
export namespace SoftwareDiagnosticsInterface {
|
|
12
12
|
export interface Watermarks {
|
|
13
13
|
/**
|
|
14
|
+
* This command is used to reset the high watermarks for heap and stack memory.
|
|
15
|
+
*
|
|
14
16
|
* Receipt of this command shall reset the following values which track high and lower watermarks:
|
|
15
17
|
*
|
|
16
18
|
* • The StackFreeMinimum field of the ThreadMetrics attribute
|
|
17
19
|
*
|
|
18
|
-
* • The CurrentHeapHighWatermark attribute
|
|
20
|
+
* • The CurrentHeapHighWatermark attribute
|
|
19
21
|
*
|
|
20
22
|
* ### Effect on Receipt
|
|
21
23
|
*
|
|
@@ -346,6 +346,10 @@ export namespace SwitchBaseServer {
|
|
|
346
346
|
|
|
347
347
|
/** Number of the position considered as the neutral position for the momentary switch. */
|
|
348
348
|
momentaryNeutralPosition: number = 0;
|
|
349
|
+
|
|
350
|
+
// These are mandatory; provide reasonable defaults
|
|
351
|
+
override numberOfPositions = 2;
|
|
352
|
+
override multiPressMax = 2;
|
|
349
353
|
}
|
|
350
354
|
|
|
351
355
|
/** Enhance the relevant events for rawPosition attribute. */
|
|
@@ -12,6 +12,8 @@ import { TemperatureControl } from "#clusters/temperature-control";
|
|
|
12
12
|
export namespace TemperatureControlInterface {
|
|
13
13
|
export interface Base {
|
|
14
14
|
/**
|
|
15
|
+
* This command is used to set the temperature setpoint.
|
|
16
|
+
*
|
|
15
17
|
* @see {@link MatterSpecification.v141.Cluster} § 8.2.6.1
|
|
16
18
|
*/
|
|
17
19
|
setTemperature(request: TemperatureControl.SetTemperatureRequest): MaybePromise;
|