@matter/node 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/behavior/cluster/ClusterBehavior.d.ts +5 -5
- package/dist/cjs/behavior/cluster/ClusterBehavior.d.ts.map +1 -1
- package/dist/cjs/behavior/cluster/ClusterBehavior.js +7 -2
- package/dist/cjs/behavior/cluster/ClusterBehavior.js.map +1 -1
- package/dist/cjs/behavior/cluster/ClusterBehaviorUtil.d.ts.map +1 -1
- package/dist/cjs/behavior/cluster/ClusterBehaviorUtil.js +51 -35
- package/dist/cjs/behavior/cluster/ClusterBehaviorUtil.js.map +1 -1
- package/dist/cjs/behavior/state/validation/conformance-compiler.d.ts.map +1 -1
- package/dist/cjs/behavior/state/validation/conformance-compiler.js +6 -2
- package/dist/cjs/behavior/state/validation/conformance-compiler.js.map +1 -1
- package/dist/cjs/behavior/system/remote/api/resources/EndpointResource.d.ts +1 -0
- package/dist/cjs/behavior/system/remote/api/resources/EndpointResource.d.ts.map +1 -1
- package/dist/cjs/behaviors/account-login/AccountLoginInterface.d.ts +7 -7
- package/dist/cjs/behaviors/actions/ActionsInterface.d.ts +26 -1
- package/dist/cjs/behaviors/actions/ActionsInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/application-launcher/ApplicationLauncherInterface.d.ts +3 -1
- package/dist/cjs/behaviors/application-launcher/ApplicationLauncherInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/basic-information/BasicInformationServer.d.ts +1 -1
- package/dist/cjs/behaviors/channel/ChannelInterface.d.ts +4 -0
- package/dist/cjs/behaviors/channel/ChannelInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/color-control/ColorControlInterface.d.ts +4 -0
- package/dist/cjs/behaviors/color-control/ColorControlInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/color-control/ColorControlServer.d.ts +8 -0
- package/dist/cjs/behaviors/color-control/ColorControlServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/color-control/ColorControlServer.js +23 -26
- package/dist/cjs/behaviors/color-control/ColorControlServer.js.map +1 -1
- package/dist/cjs/behaviors/content-control/ContentControlInterface.d.ts +1 -1
- package/dist/cjs/behaviors/door-lock/DoorLockInterface.d.ts +1 -1
- package/dist/cjs/behaviors/door-lock/DoorLockServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/door-lock/DoorLockServer.js +8 -4
- package/dist/cjs/behaviors/door-lock/DoorLockServer.js.map +1 -1
- package/dist/cjs/behaviors/electrical-power-measurement/ElectricalPowerMeasurementBehavior.d.ts +3 -3
- package/dist/cjs/behaviors/ethernet-network-diagnostics/EthernetNetworkDiagnosticsInterface.d.ts +2 -2
- package/dist/cjs/behaviors/fan-control/FanControlInterface.d.ts +13 -4
- package/dist/cjs/behaviors/fan-control/FanControlInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/fan-control/FanControlServer.d.ts +1 -1
- package/dist/cjs/behaviors/fan-control/FanControlServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/fan-control/FanControlServer.js +6 -0
- package/dist/cjs/behaviors/fan-control/FanControlServer.js.map +1 -1
- package/dist/cjs/behaviors/general-commissioning/GeneralCommissioningInterface.d.ts +16 -13
- package/dist/cjs/behaviors/general-commissioning/GeneralCommissioningInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/group-key-management/GroupKeyManagementInterface.d.ts +3 -3
- package/dist/cjs/behaviors/icd-management/IcdManagementInterface.d.ts +40 -4
- package/dist/cjs/behaviors/icd-management/IcdManagementInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/index.d.ts +1 -5
- package/dist/cjs/behaviors/index.d.ts.map +1 -1
- package/dist/cjs/behaviors/index.js +1 -5
- package/dist/cjs/behaviors/index.js.map +1 -1
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.d.ts +32 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.d.ts.map +1 -0
- package/dist/cjs/behaviors/{joint-fabric-pki/JointFabricPkiBehavior.js → joint-fabric-administrator/JointFabricAdministratorBehavior.js} +9 -9
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.d.ts +15 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.d.ts.map +1 -0
- package/dist/cjs/behaviors/{joint-fabric-pki/JointFabricPkiServer.js → joint-fabric-administrator/JointFabricAdministratorClient.js} +9 -8
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.d.ts +89 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.d.ts.map +1 -0
- package/dist/cjs/behaviors/{proxy-discovery/ProxyDiscoveryInterface.js → joint-fabric-administrator/JointFabricAdministratorInterface.js} +3 -3
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.d.ts +13 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.d.ts.map +1 -0
- package/dist/cjs/behaviors/{ballast-configuration/BallastConfigurationServer.js → joint-fabric-administrator/JointFabricAdministratorServer.js} +7 -7
- package/dist/cjs/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/index.d.ts +11 -0
- package/dist/cjs/behaviors/joint-fabric-administrator/index.d.ts.map +1 -0
- package/dist/cjs/behaviors/{joint-fabric-pki → joint-fabric-administrator}/index.js +6 -6
- package/dist/cjs/behaviors/joint-fabric-administrator/index.js.map +6 -0
- package/dist/cjs/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.d.ts +555 -40
- package/dist/cjs/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/media-playback/MediaPlaybackInterface.d.ts +27 -2
- package/dist/cjs/behaviors/media-playback/MediaPlaybackInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/network-commissioning/NetworkCommissioningInterface.d.ts +28 -14
- package/dist/cjs/behaviors/network-commissioning/NetworkCommissioningInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/operational-credentials/OperationalCredentialsInterface.d.ts +106 -9
- package/dist/cjs/behaviors/operational-credentials/OperationalCredentialsInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/operational-credentials/OperationalCredentialsServer.js +1 -1
- package/dist/cjs/behaviors/operational-credentials/OperationalCredentialsServer.js.map +1 -1
- package/dist/cjs/behaviors/service-area/ServiceAreaInterface.d.ts +0 -3
- package/dist/cjs/behaviors/service-area/ServiceAreaInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.d.ts +3 -1
- package/dist/cjs/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/switch/SwitchServer.d.ts +2 -0
- package/dist/cjs/behaviors/switch/SwitchServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/switch/SwitchServer.js +3 -0
- package/dist/cjs/behaviors/switch/SwitchServer.js.map +1 -1
- package/dist/cjs/behaviors/temperature-control/TemperatureControlInterface.d.ts +2 -0
- package/dist/cjs/behaviors/temperature-control/TemperatureControlInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/thermostat/ThermostatBehavior.d.ts +1 -1
- package/dist/cjs/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.d.ts +1 -1
- package/dist/cjs/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.js +16 -0
- package/dist/cjs/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.js.map +2 -2
- package/dist/cjs/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.d.ts +3 -2
- package/dist/cjs/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/time-synchronization/TimeSynchronizationInterface.d.ts +10 -6
- package/dist/cjs/behaviors/time-synchronization/TimeSynchronizationInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/unit-localization/UnitLocalizationServer.d.ts.map +1 -1
- package/dist/cjs/behaviors/unit-localization/UnitLocalizationServer.js +6 -0
- package/dist/cjs/behaviors/unit-localization/UnitLocalizationServer.js.map +1 -1
- package/dist/cjs/behaviors/wi-fi-network-diagnostics/WiFiNetworkDiagnosticsInterface.d.ts +2 -2
- package/dist/cjs/behaviors/window-covering/WindowCoveringBehavior.d.ts +1 -1
- package/dist/cjs/behaviors/window-covering/WindowCoveringInterface.d.ts +18 -0
- package/dist/cjs/behaviors/window-covering/WindowCoveringInterface.d.ts.map +1 -1
- package/dist/cjs/behaviors/window-covering/WindowCoveringServer.d.ts +2 -2
- package/dist/cjs/devices/basic-video-player.d.ts +2 -2
- package/dist/cjs/devices/casting-video-player.d.ts +2 -2
- package/dist/cjs/devices/color-temperature-light.d.ts +48 -22
- package/dist/cjs/devices/color-temperature-light.d.ts.map +1 -1
- package/dist/cjs/devices/color-temperature-light.js +5 -4
- package/dist/cjs/devices/color-temperature-light.js.map +2 -2
- package/dist/cjs/devices/control-bridge.d.ts +7 -7
- package/dist/cjs/devices/control-bridge.d.ts.map +1 -1
- package/dist/cjs/devices/control-bridge.js +3 -3
- package/dist/cjs/devices/control-bridge.js.map +2 -2
- package/dist/cjs/devices/cook-surface.d.ts +132 -4
- package/dist/cjs/devices/cook-surface.d.ts.map +1 -1
- package/dist/cjs/devices/cook-surface.js +2 -2
- package/dist/cjs/devices/cook-surface.js.map +1 -1
- package/dist/cjs/devices/dimmable-light.d.ts +44 -18
- package/dist/cjs/devices/dimmable-light.d.ts.map +1 -1
- package/dist/cjs/devices/dimmable-light.js +5 -4
- package/dist/cjs/devices/dimmable-light.js.map +2 -2
- package/dist/cjs/devices/dimmable-plug-in-unit.d.ts +56 -19
- package/dist/cjs/devices/dimmable-plug-in-unit.d.ts.map +1 -1
- package/dist/cjs/devices/dimmable-plug-in-unit.js +6 -5
- package/dist/cjs/devices/dimmable-plug-in-unit.js.map +2 -2
- package/dist/cjs/devices/dishwasher.d.ts +30 -6
- package/dist/cjs/devices/dishwasher.d.ts.map +1 -1
- package/dist/cjs/devices/dishwasher.js +2 -2
- package/dist/cjs/devices/dishwasher.js.map +1 -1
- package/dist/cjs/devices/extended-color-light.d.ts +48 -22
- package/dist/cjs/devices/extended-color-light.d.ts.map +1 -1
- package/dist/cjs/devices/extended-color-light.js +5 -4
- package/dist/cjs/devices/extended-color-light.js.map +2 -2
- package/dist/cjs/devices/index.d.ts +1 -0
- package/dist/cjs/devices/index.d.ts.map +1 -1
- package/dist/cjs/devices/index.js +1 -0
- package/dist/cjs/devices/index.js.map +1 -1
- package/dist/cjs/devices/laundry-dryer.d.ts +30 -6
- package/dist/cjs/devices/laundry-dryer.d.ts.map +1 -1
- package/dist/cjs/devices/laundry-dryer.js +2 -2
- package/dist/cjs/devices/laundry-dryer.js.map +1 -1
- package/dist/cjs/devices/laundry-washer.d.ts +30 -6
- package/dist/cjs/devices/laundry-washer.d.ts.map +1 -1
- package/dist/cjs/devices/laundry-washer.js +2 -2
- package/dist/cjs/devices/laundry-washer.js.map +1 -1
- package/dist/cjs/devices/microwave-oven.d.ts +25 -5
- package/dist/cjs/devices/microwave-oven.d.ts.map +1 -1
- package/dist/cjs/devices/microwave-oven.js +2 -2
- package/dist/cjs/devices/microwave-oven.js.map +1 -1
- package/dist/cjs/devices/mounted-dimmable-load-control.d.ts +61 -22
- package/dist/cjs/devices/mounted-dimmable-load-control.d.ts.map +1 -1
- package/dist/cjs/devices/mounted-dimmable-load-control.js +6 -5
- package/dist/cjs/devices/mounted-dimmable-load-control.js.map +2 -2
- package/dist/cjs/devices/mounted-on-off-control.d.ts +57 -17
- package/dist/cjs/devices/mounted-on-off-control.d.ts.map +1 -1
- package/dist/cjs/devices/mounted-on-off-control.js +11 -5
- package/dist/cjs/devices/mounted-on-off-control.js.map +2 -2
- package/dist/cjs/devices/network-infrastructure-manager.d.ts +16 -4
- package/dist/cjs/devices/network-infrastructure-manager.d.ts.map +1 -1
- package/dist/cjs/devices/network-infrastructure-manager.js +7 -3
- package/dist/cjs/devices/network-infrastructure-manager.js.map +2 -2
- package/dist/cjs/devices/on-off-light.d.ts +42 -14
- package/dist/cjs/devices/on-off-light.d.ts.map +1 -1
- package/dist/cjs/devices/on-off-light.js +10 -4
- package/dist/cjs/devices/on-off-light.js.map +2 -2
- package/dist/cjs/devices/on-off-plug-in-unit.d.ts +54 -15
- package/dist/cjs/devices/on-off-plug-in-unit.d.ts.map +1 -1
- package/dist/cjs/devices/on-off-plug-in-unit.js +11 -5
- package/dist/cjs/devices/on-off-plug-in-unit.js.map +2 -2
- package/dist/cjs/devices/rain-sensor.d.ts +4 -4
- package/dist/cjs/devices/robotic-vacuum-cleaner.d.ts +30 -6
- package/dist/cjs/devices/robotic-vacuum-cleaner.d.ts.map +1 -1
- package/dist/cjs/devices/robotic-vacuum-cleaner.js +2 -2
- package/dist/cjs/devices/robotic-vacuum-cleaner.js.map +1 -1
- package/dist/cjs/devices/temperature-controlled-cabinet.d.ts +147 -7
- package/dist/cjs/devices/temperature-controlled-cabinet.d.ts.map +1 -1
- package/dist/cjs/devices/temperature-controlled-cabinet.js +3 -3
- package/dist/cjs/devices/temperature-controlled-cabinet.js.map +1 -1
- package/dist/cjs/devices/thermostat-controller.d.ts +62 -0
- package/dist/cjs/devices/thermostat-controller.d.ts.map +1 -0
- package/dist/cjs/devices/thermostat-controller.js +56 -0
- package/dist/cjs/devices/thermostat-controller.js.map +6 -0
- package/dist/cjs/devices/water-freeze-detector.d.ts +4 -4
- package/dist/cjs/devices/water-heater.d.ts +2 -2
- package/dist/cjs/devices/water-leak-detector.d.ts +4 -4
- package/dist/cjs/devices/window-covering-controller.d.ts +1 -1
- package/dist/cjs/devices/window-covering-controller.js +1 -1
- package/dist/cjs/devices/window-covering.d.ts +1 -1
- package/dist/cjs/devices/window-covering.js +1 -1
- package/dist/cjs/endpoints/joint-fabric-administrator.d.ts +9 -9
- package/dist/cjs/endpoints/joint-fabric-administrator.d.ts.map +1 -1
- package/dist/cjs/endpoints/joint-fabric-administrator.js +7 -4
- package/dist/cjs/endpoints/joint-fabric-administrator.js.map +2 -2
- package/dist/cjs/tags/AreaNamespaceTag.d.ts +132 -99
- package/dist/cjs/tags/AreaNamespaceTag.d.ts.map +1 -1
- package/dist/cjs/tags/AreaNamespaceTag.js +91 -67
- package/dist/cjs/tags/AreaNamespaceTag.js.map +1 -1
- package/dist/cjs/tags/ClosureTag.d.ts +7 -0
- package/dist/cjs/tags/ClosureTag.d.ts.map +1 -1
- package/dist/cjs/tags/ClosureTag.js.map +1 -1
- package/dist/cjs/tags/CompassDirectionTag.d.ts +4 -4
- package/dist/cjs/tags/CompassDirectionTag.js +4 -4
- package/dist/cjs/tags/CompassDirectionTag.js.map +1 -1
- package/dist/cjs/tags/CompassLocationTag.d.ts +4 -4
- package/dist/cjs/tags/CompassLocationTag.js +4 -4
- package/dist/cjs/tags/CompassLocationTag.js.map +1 -1
- package/dist/cjs/tags/LandmarkNamespaceTag.d.ts +34 -24
- package/dist/cjs/tags/LandmarkNamespaceTag.d.ts.map +1 -1
- package/dist/cjs/tags/LandmarkNamespaceTag.js +34 -24
- package/dist/cjs/tags/LandmarkNamespaceTag.js.map +1 -1
- package/dist/cjs/tags/LaundryTag.d.ts +3 -3
- package/dist/cjs/tags/LaundryTag.js +3 -3
- package/dist/cjs/tags/LaundryTag.js.map +1 -1
- package/dist/cjs/tags/LocationTag.d.ts +8 -1
- package/dist/cjs/tags/LocationTag.d.ts.map +1 -1
- package/dist/cjs/tags/LocationTag.js +6 -2
- package/dist/cjs/tags/LocationTag.js.map +1 -1
- package/dist/cjs/tags/NumberTag.d.ts +80 -0
- package/dist/cjs/tags/NumberTag.d.ts.map +1 -1
- package/dist/cjs/tags/NumberTag.js +21 -1
- package/dist/cjs/tags/NumberTag.js.map +1 -1
- package/dist/cjs/tags/PositionTag.d.ts +3 -0
- package/dist/cjs/tags/PositionTag.d.ts.map +1 -1
- package/dist/cjs/tags/PositionTag.js.map +1 -1
- package/dist/cjs/tags/RelativePositionTag.d.ts +2 -2
- package/dist/cjs/tags/RelativePositionTag.js +2 -2
- package/dist/cjs/tags/RelativePositionTag.js.map +1 -1
- package/dist/cjs/tags/SwitchesTag.d.ts +27 -3
- package/dist/cjs/tags/SwitchesTag.d.ts.map +1 -1
- package/dist/cjs/tags/SwitchesTag.js +17 -2
- package/dist/cjs/tags/SwitchesTag.js.map +1 -1
- package/dist/esm/behavior/cluster/ClusterBehavior.d.ts +5 -5
- package/dist/esm/behavior/cluster/ClusterBehavior.d.ts.map +1 -1
- package/dist/esm/behavior/cluster/ClusterBehavior.js +8 -3
- package/dist/esm/behavior/cluster/ClusterBehavior.js.map +1 -1
- package/dist/esm/behavior/cluster/ClusterBehaviorUtil.d.ts.map +1 -1
- package/dist/esm/behavior/cluster/ClusterBehaviorUtil.js +53 -35
- package/dist/esm/behavior/cluster/ClusterBehaviorUtil.js.map +1 -1
- package/dist/esm/behavior/state/validation/conformance-compiler.d.ts.map +1 -1
- package/dist/esm/behavior/state/validation/conformance-compiler.js +6 -2
- package/dist/esm/behavior/state/validation/conformance-compiler.js.map +1 -1
- package/dist/esm/behavior/system/remote/api/resources/EndpointResource.d.ts +1 -0
- package/dist/esm/behavior/system/remote/api/resources/EndpointResource.d.ts.map +1 -1
- package/dist/esm/behaviors/account-login/AccountLoginInterface.d.ts +7 -7
- package/dist/esm/behaviors/actions/ActionsInterface.d.ts +26 -1
- package/dist/esm/behaviors/actions/ActionsInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/application-launcher/ApplicationLauncherInterface.d.ts +3 -1
- package/dist/esm/behaviors/application-launcher/ApplicationLauncherInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/basic-information/BasicInformationServer.d.ts +1 -1
- package/dist/esm/behaviors/channel/ChannelInterface.d.ts +4 -0
- package/dist/esm/behaviors/channel/ChannelInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/color-control/ColorControlInterface.d.ts +4 -0
- package/dist/esm/behaviors/color-control/ColorControlInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/color-control/ColorControlServer.d.ts +8 -0
- package/dist/esm/behaviors/color-control/ColorControlServer.d.ts.map +1 -1
- package/dist/esm/behaviors/color-control/ColorControlServer.js +23 -26
- package/dist/esm/behaviors/color-control/ColorControlServer.js.map +1 -1
- package/dist/esm/behaviors/content-control/ContentControlInterface.d.ts +1 -1
- package/dist/esm/behaviors/door-lock/DoorLockInterface.d.ts +1 -1
- package/dist/esm/behaviors/door-lock/DoorLockServer.d.ts.map +1 -1
- package/dist/esm/behaviors/door-lock/DoorLockServer.js +8 -4
- package/dist/esm/behaviors/door-lock/DoorLockServer.js.map +1 -1
- package/dist/esm/behaviors/electrical-power-measurement/ElectricalPowerMeasurementBehavior.d.ts +3 -3
- package/dist/esm/behaviors/ethernet-network-diagnostics/EthernetNetworkDiagnosticsInterface.d.ts +2 -2
- package/dist/esm/behaviors/fan-control/FanControlInterface.d.ts +13 -4
- package/dist/esm/behaviors/fan-control/FanControlInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/fan-control/FanControlServer.d.ts +1 -1
- package/dist/esm/behaviors/fan-control/FanControlServer.d.ts.map +1 -1
- package/dist/esm/behaviors/fan-control/FanControlServer.js +6 -0
- package/dist/esm/behaviors/fan-control/FanControlServer.js.map +1 -1
- package/dist/esm/behaviors/general-commissioning/GeneralCommissioningInterface.d.ts +16 -13
- package/dist/esm/behaviors/general-commissioning/GeneralCommissioningInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/group-key-management/GroupKeyManagementInterface.d.ts +3 -3
- package/dist/esm/behaviors/icd-management/IcdManagementInterface.d.ts +40 -4
- package/dist/esm/behaviors/icd-management/IcdManagementInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/index.d.ts +1 -5
- package/dist/esm/behaviors/index.d.ts.map +1 -1
- package/dist/esm/behaviors/index.js +1 -5
- package/dist/esm/behaviors/index.js.map +1 -1
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.d.ts +32 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.d.ts.map +1 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.js +14 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.js.map +6 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.d.ts +15 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.d.ts.map +1 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.js +13 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.js.map +6 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.d.ts +89 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.d.ts.map +1 -0
- package/dist/esm/behaviors/{valid-proxies/ValidProxiesInterface.js → joint-fabric-administrator/JointFabricAdministratorInterface.js} +1 -1
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.js.map +6 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.d.ts +13 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.d.ts.map +1 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.js +12 -0
- package/dist/esm/behaviors/joint-fabric-administrator/JointFabricAdministratorServer.js.map +6 -0
- package/dist/esm/behaviors/joint-fabric-administrator/index.d.ts +11 -0
- package/dist/esm/behaviors/joint-fabric-administrator/index.d.ts.map +1 -0
- package/dist/esm/behaviors/joint-fabric-administrator/index.js +10 -0
- package/dist/esm/behaviors/{joint-fabric-pki → joint-fabric-administrator}/index.js.map +1 -1
- package/dist/esm/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.d.ts +555 -40
- package/dist/esm/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/media-playback/MediaPlaybackInterface.d.ts +27 -2
- package/dist/esm/behaviors/media-playback/MediaPlaybackInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/network-commissioning/NetworkCommissioningInterface.d.ts +28 -14
- package/dist/esm/behaviors/network-commissioning/NetworkCommissioningInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/operational-credentials/OperationalCredentialsInterface.d.ts +106 -9
- package/dist/esm/behaviors/operational-credentials/OperationalCredentialsInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/operational-credentials/OperationalCredentialsServer.js +1 -1
- package/dist/esm/behaviors/operational-credentials/OperationalCredentialsServer.js.map +1 -1
- package/dist/esm/behaviors/service-area/ServiceAreaInterface.d.ts +0 -3
- package/dist/esm/behaviors/service-area/ServiceAreaInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.d.ts +3 -1
- package/dist/esm/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/switch/SwitchServer.d.ts +2 -0
- package/dist/esm/behaviors/switch/SwitchServer.d.ts.map +1 -1
- package/dist/esm/behaviors/switch/SwitchServer.js +3 -0
- package/dist/esm/behaviors/switch/SwitchServer.js.map +1 -1
- package/dist/esm/behaviors/temperature-control/TemperatureControlInterface.d.ts +2 -0
- package/dist/esm/behaviors/temperature-control/TemperatureControlInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/thermostat/ThermostatBehavior.d.ts +1 -1
- package/dist/esm/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.d.ts +1 -1
- package/dist/esm/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.d.ts.map +1 -1
- package/dist/esm/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.js +16 -0
- package/dist/esm/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.js.map +1 -1
- package/dist/esm/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.d.ts +3 -2
- package/dist/esm/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/time-synchronization/TimeSynchronizationInterface.d.ts +10 -6
- package/dist/esm/behaviors/time-synchronization/TimeSynchronizationInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/unit-localization/UnitLocalizationServer.d.ts.map +1 -1
- package/dist/esm/behaviors/unit-localization/UnitLocalizationServer.js +6 -0
- package/dist/esm/behaviors/unit-localization/UnitLocalizationServer.js.map +1 -1
- package/dist/esm/behaviors/wi-fi-network-diagnostics/WiFiNetworkDiagnosticsInterface.d.ts +2 -2
- package/dist/esm/behaviors/window-covering/WindowCoveringBehavior.d.ts +1 -1
- package/dist/esm/behaviors/window-covering/WindowCoveringInterface.d.ts +18 -0
- package/dist/esm/behaviors/window-covering/WindowCoveringInterface.d.ts.map +1 -1
- package/dist/esm/behaviors/window-covering/WindowCoveringServer.d.ts +2 -2
- package/dist/esm/devices/basic-video-player.d.ts +2 -2
- package/dist/esm/devices/casting-video-player.d.ts +2 -2
- package/dist/esm/devices/color-temperature-light.d.ts +48 -22
- package/dist/esm/devices/color-temperature-light.d.ts.map +1 -1
- package/dist/esm/devices/color-temperature-light.js +7 -6
- package/dist/esm/devices/color-temperature-light.js.map +1 -1
- package/dist/esm/devices/control-bridge.d.ts +7 -7
- package/dist/esm/devices/control-bridge.d.ts.map +1 -1
- package/dist/esm/devices/control-bridge.js +5 -5
- package/dist/esm/devices/control-bridge.js.map +1 -1
- package/dist/esm/devices/cook-surface.d.ts +132 -4
- package/dist/esm/devices/cook-surface.d.ts.map +1 -1
- package/dist/esm/devices/cook-surface.js +2 -2
- package/dist/esm/devices/cook-surface.js.map +1 -1
- package/dist/esm/devices/dimmable-light.d.ts +44 -18
- package/dist/esm/devices/dimmable-light.d.ts.map +1 -1
- package/dist/esm/devices/dimmable-light.js +6 -5
- package/dist/esm/devices/dimmable-light.js.map +1 -1
- package/dist/esm/devices/dimmable-plug-in-unit.d.ts +56 -19
- package/dist/esm/devices/dimmable-plug-in-unit.d.ts.map +1 -1
- package/dist/esm/devices/dimmable-plug-in-unit.js +7 -6
- package/dist/esm/devices/dimmable-plug-in-unit.js.map +1 -1
- package/dist/esm/devices/dishwasher.d.ts +30 -6
- package/dist/esm/devices/dishwasher.d.ts.map +1 -1
- package/dist/esm/devices/dishwasher.js +2 -2
- package/dist/esm/devices/dishwasher.js.map +1 -1
- package/dist/esm/devices/extended-color-light.d.ts +48 -22
- package/dist/esm/devices/extended-color-light.d.ts.map +1 -1
- package/dist/esm/devices/extended-color-light.js +7 -6
- package/dist/esm/devices/extended-color-light.js.map +1 -1
- package/dist/esm/devices/index.d.ts +1 -0
- package/dist/esm/devices/index.d.ts.map +1 -1
- package/dist/esm/devices/index.js +1 -0
- package/dist/esm/devices/index.js.map +1 -1
- package/dist/esm/devices/laundry-dryer.d.ts +30 -6
- package/dist/esm/devices/laundry-dryer.d.ts.map +1 -1
- package/dist/esm/devices/laundry-dryer.js +2 -2
- package/dist/esm/devices/laundry-dryer.js.map +1 -1
- package/dist/esm/devices/laundry-washer.d.ts +30 -6
- package/dist/esm/devices/laundry-washer.d.ts.map +1 -1
- package/dist/esm/devices/laundry-washer.js +2 -2
- package/dist/esm/devices/laundry-washer.js.map +1 -1
- package/dist/esm/devices/microwave-oven.d.ts +25 -5
- package/dist/esm/devices/microwave-oven.d.ts.map +1 -1
- package/dist/esm/devices/microwave-oven.js +2 -2
- package/dist/esm/devices/microwave-oven.js.map +1 -1
- package/dist/esm/devices/mounted-dimmable-load-control.d.ts +61 -22
- package/dist/esm/devices/mounted-dimmable-load-control.d.ts.map +1 -1
- package/dist/esm/devices/mounted-dimmable-load-control.js +7 -6
- package/dist/esm/devices/mounted-dimmable-load-control.js.map +1 -1
- package/dist/esm/devices/mounted-on-off-control.d.ts +57 -17
- package/dist/esm/devices/mounted-on-off-control.d.ts.map +1 -1
- package/dist/esm/devices/mounted-on-off-control.js +11 -5
- package/dist/esm/devices/mounted-on-off-control.js.map +1 -1
- package/dist/esm/devices/network-infrastructure-manager.d.ts +16 -4
- package/dist/esm/devices/network-infrastructure-manager.d.ts.map +1 -1
- package/dist/esm/devices/network-infrastructure-manager.js +9 -3
- package/dist/esm/devices/network-infrastructure-manager.js.map +1 -1
- package/dist/esm/devices/on-off-light.d.ts +42 -14
- package/dist/esm/devices/on-off-light.d.ts.map +1 -1
- package/dist/esm/devices/on-off-light.js +10 -4
- package/dist/esm/devices/on-off-light.js.map +1 -1
- package/dist/esm/devices/on-off-plug-in-unit.d.ts +54 -15
- package/dist/esm/devices/on-off-plug-in-unit.d.ts.map +1 -1
- package/dist/esm/devices/on-off-plug-in-unit.js +11 -5
- package/dist/esm/devices/on-off-plug-in-unit.js.map +1 -1
- package/dist/esm/devices/rain-sensor.d.ts +4 -4
- package/dist/esm/devices/robotic-vacuum-cleaner.d.ts +30 -6
- package/dist/esm/devices/robotic-vacuum-cleaner.d.ts.map +1 -1
- package/dist/esm/devices/robotic-vacuum-cleaner.js +2 -2
- package/dist/esm/devices/robotic-vacuum-cleaner.js.map +1 -1
- package/dist/esm/devices/temperature-controlled-cabinet.d.ts +147 -7
- package/dist/esm/devices/temperature-controlled-cabinet.d.ts.map +1 -1
- package/dist/esm/devices/temperature-controlled-cabinet.js +3 -3
- package/dist/esm/devices/temperature-controlled-cabinet.js.map +1 -1
- package/dist/esm/devices/thermostat-controller.d.ts +62 -0
- package/dist/esm/devices/thermostat-controller.d.ts.map +1 -0
- package/dist/esm/devices/thermostat-controller.js +38 -0
- package/dist/esm/devices/thermostat-controller.js.map +6 -0
- package/dist/esm/devices/water-freeze-detector.d.ts +4 -4
- package/dist/esm/devices/water-heater.d.ts +2 -2
- package/dist/esm/devices/water-leak-detector.d.ts +4 -4
- package/dist/esm/devices/window-covering-controller.d.ts +1 -1
- package/dist/esm/devices/window-covering-controller.js +1 -1
- package/dist/esm/devices/window-covering.d.ts +1 -1
- package/dist/esm/devices/window-covering.js +1 -1
- package/dist/esm/endpoints/joint-fabric-administrator.d.ts +9 -9
- package/dist/esm/endpoints/joint-fabric-administrator.d.ts.map +1 -1
- package/dist/esm/endpoints/joint-fabric-administrator.js +9 -4
- package/dist/esm/endpoints/joint-fabric-administrator.js.map +1 -1
- package/dist/esm/tags/AreaNamespaceTag.d.ts +132 -99
- package/dist/esm/tags/AreaNamespaceTag.d.ts.map +1 -1
- package/dist/esm/tags/AreaNamespaceTag.js +91 -67
- package/dist/esm/tags/AreaNamespaceTag.js.map +1 -1
- package/dist/esm/tags/ClosureTag.d.ts +7 -0
- package/dist/esm/tags/ClosureTag.d.ts.map +1 -1
- package/dist/esm/tags/ClosureTag.js.map +1 -1
- package/dist/esm/tags/CompassDirectionTag.d.ts +4 -4
- package/dist/esm/tags/CompassDirectionTag.js +4 -4
- package/dist/esm/tags/CompassDirectionTag.js.map +1 -1
- package/dist/esm/tags/CompassLocationTag.d.ts +4 -4
- package/dist/esm/tags/CompassLocationTag.js +4 -4
- package/dist/esm/tags/CompassLocationTag.js.map +1 -1
- package/dist/esm/tags/LandmarkNamespaceTag.d.ts +34 -24
- package/dist/esm/tags/LandmarkNamespaceTag.d.ts.map +1 -1
- package/dist/esm/tags/LandmarkNamespaceTag.js +34 -24
- package/dist/esm/tags/LandmarkNamespaceTag.js.map +1 -1
- package/dist/esm/tags/LaundryTag.d.ts +3 -3
- package/dist/esm/tags/LaundryTag.js +3 -3
- package/dist/esm/tags/LaundryTag.js.map +1 -1
- package/dist/esm/tags/LocationTag.d.ts +8 -1
- package/dist/esm/tags/LocationTag.d.ts.map +1 -1
- package/dist/esm/tags/LocationTag.js +6 -2
- package/dist/esm/tags/LocationTag.js.map +1 -1
- package/dist/esm/tags/NumberTag.d.ts +80 -0
- package/dist/esm/tags/NumberTag.d.ts.map +1 -1
- package/dist/esm/tags/NumberTag.js +21 -1
- package/dist/esm/tags/NumberTag.js.map +1 -1
- package/dist/esm/tags/PositionTag.d.ts +3 -0
- package/dist/esm/tags/PositionTag.d.ts.map +1 -1
- package/dist/esm/tags/PositionTag.js.map +1 -1
- package/dist/esm/tags/RelativePositionTag.d.ts +2 -2
- package/dist/esm/tags/RelativePositionTag.js +2 -2
- package/dist/esm/tags/RelativePositionTag.js.map +1 -1
- package/dist/esm/tags/SwitchesTag.d.ts +27 -3
- package/dist/esm/tags/SwitchesTag.d.ts.map +1 -1
- package/dist/esm/tags/SwitchesTag.js +17 -2
- package/dist/esm/tags/SwitchesTag.js.map +1 -1
- package/package.json +7 -7
- package/src/behavior/cluster/ClusterBehavior.ts +21 -10
- package/src/behavior/cluster/ClusterBehaviorUtil.ts +85 -59
- package/src/behavior/state/validation/conformance-compiler.ts +8 -3
- package/src/behaviors/account-login/AccountLoginInterface.ts +7 -7
- package/src/behaviors/actions/ActionsInterface.ts +26 -1
- package/src/behaviors/application-launcher/ApplicationLauncherInterface.ts +3 -1
- package/src/behaviors/channel/ChannelInterface.ts +4 -0
- package/src/behaviors/color-control/ColorControlInterface.ts +4 -0
- package/src/behaviors/color-control/ColorControlServer.ts +25 -26
- package/src/behaviors/content-control/ContentControlInterface.ts +1 -1
- package/src/behaviors/door-lock/DoorLockInterface.ts +1 -1
- package/src/behaviors/door-lock/DoorLockServer.ts +11 -4
- package/src/behaviors/ethernet-network-diagnostics/EthernetNetworkDiagnosticsInterface.ts +2 -2
- package/src/behaviors/fan-control/FanControlInterface.ts +13 -4
- package/src/behaviors/fan-control/FanControlServer.ts +8 -3
- package/src/behaviors/general-commissioning/GeneralCommissioningInterface.ts +16 -13
- package/src/behaviors/group-key-management/GroupKeyManagementInterface.ts +3 -3
- package/src/behaviors/icd-management/IcdManagementInterface.ts +40 -4
- package/src/behaviors/index.ts +1 -5
- package/src/behaviors/joint-fabric-administrator/JointFabricAdministratorBehavior.ts +27 -0
- package/src/behaviors/joint-fabric-administrator/JointFabricAdministratorClient.ts +15 -0
- package/src/behaviors/joint-fabric-administrator/JointFabricAdministratorInterface.ts +94 -0
- package/src/behaviors/{joint-fabric-pki/JointFabricPkiServer.ts → joint-fabric-administrator/JointFabricAdministratorServer.ts} +3 -3
- package/src/behaviors/joint-fabric-administrator/index.ts +12 -0
- package/src/behaviors/joint-fabric-datastore/JointFabricDatastoreInterface.ts +555 -40
- package/src/behaviors/media-playback/MediaPlaybackInterface.ts +27 -2
- package/src/behaviors/network-commissioning/NetworkCommissioningInterface.ts +28 -14
- package/src/behaviors/operational-credentials/OperationalCredentialsInterface.ts +108 -9
- package/src/behaviors/operational-credentials/OperationalCredentialsServer.ts +1 -1
- package/src/behaviors/service-area/ServiceAreaInterface.ts +0 -3
- package/src/behaviors/software-diagnostics/SoftwareDiagnosticsInterface.ts +3 -1
- package/src/behaviors/switch/SwitchServer.ts +4 -0
- package/src/behaviors/temperature-control/TemperatureControlInterface.ts +2 -0
- package/src/behaviors/thermostat-user-interface-configuration/ThermostatUserInterfaceConfigurationServer.ts +21 -1
- package/src/behaviors/thread-network-diagnostics/ThreadNetworkDiagnosticsInterface.ts +3 -2
- package/src/behaviors/time-synchronization/TimeSynchronizationInterface.ts +10 -6
- package/src/behaviors/unit-localization/UnitLocalizationServer.ts +6 -0
- package/src/behaviors/wi-fi-network-diagnostics/WiFiNetworkDiagnosticsInterface.ts +2 -2
- package/src/behaviors/window-covering/WindowCoveringInterface.ts +18 -0
- package/src/devices/basic-video-player.ts +2 -2
- package/src/devices/casting-video-player.ts +2 -2
- package/src/devices/color-temperature-light.ts +14 -13
- package/src/devices/control-bridge.ts +11 -11
- package/src/devices/cook-surface.ts +3 -3
- package/src/devices/dimmable-light.ts +13 -12
- package/src/devices/dimmable-plug-in-unit.ts +25 -13
- package/src/devices/dishwasher.ts +4 -3
- package/src/devices/extended-color-light.ts +14 -13
- package/src/devices/index.ts +1 -0
- package/src/devices/laundry-dryer.ts +4 -3
- package/src/devices/laundry-washer.ts +4 -3
- package/src/devices/microwave-oven.ts +2 -2
- package/src/devices/mounted-dimmable-load-control.ts +30 -16
- package/src/devices/mounted-on-off-control.ts +33 -12
- package/src/devices/network-infrastructure-manager.ts +19 -6
- package/src/devices/on-off-light.ts +18 -9
- package/src/devices/on-off-plug-in-unit.ts +30 -10
- package/src/devices/robotic-vacuum-cleaner.ts +4 -3
- package/src/devices/temperature-controlled-cabinet.ts +6 -5
- package/src/devices/thermostat-controller.ts +72 -0
- package/src/devices/window-covering-controller.ts +1 -1
- package/src/devices/window-covering.ts +1 -1
- package/src/endpoints/joint-fabric-administrator.ts +13 -8
- package/src/tags/AreaNamespaceTag.ts +104 -68
- package/src/tags/ClosureTag.ts +7 -0
- package/src/tags/CompassDirectionTag.ts +4 -4
- package/src/tags/CompassLocationTag.ts +4 -4
- package/src/tags/LandmarkNamespaceTag.ts +39 -24
- package/src/tags/LaundryTag.ts +3 -3
- package/src/tags/LocationTag.ts +7 -2
- package/src/tags/NumberTag.ts +21 -1
- package/src/tags/PositionTag.ts +3 -0
- package/src/tags/RelativePositionTag.ts +2 -2
- package/src/tags/SwitchesTag.ts +22 -4
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationBehavior.d.ts +0 -26
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationBehavior.js +0 -34
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationBehavior.js.map +0 -6
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationClient.d.ts +0 -15
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationClient.js +0 -33
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationClient.js.map +0 -6
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationServer.d.ts +0 -13
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/ballast-configuration/BallastConfigurationServer.js.map +0 -6
- package/dist/cjs/behaviors/ballast-configuration/index.d.ts +0 -10
- package/dist/cjs/behaviors/ballast-configuration/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/ballast-configuration/index.js +0 -26
- package/dist/cjs/behaviors/ballast-configuration/index.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiBehavior.d.ts +0 -31
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiBehavior.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiClient.d.ts +0 -15
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiClient.js +0 -33
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiClient.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiInterface.d.ts +0 -36
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiInterface.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiInterface.js +0 -22
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiInterface.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiServer.d.ts +0 -13
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/JointFabricPkiServer.js.map +0 -6
- package/dist/cjs/behaviors/joint-fabric-pki/index.d.ts +0 -11
- package/dist/cjs/behaviors/joint-fabric-pki/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/joint-fabric-pki/index.js.map +0 -6
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationBehavior.d.ts +0 -26
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationBehavior.js +0 -34
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationBehavior.js.map +0 -6
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationClient.d.ts +0 -15
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationClient.js +0 -33
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationClient.js.map +0 -6
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationServer.d.ts +0 -13
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationServer.js +0 -32
- package/dist/cjs/behaviors/proxy-configuration/ProxyConfigurationServer.js.map +0 -6
- package/dist/cjs/behaviors/proxy-configuration/index.d.ts +0 -10
- package/dist/cjs/behaviors/proxy-configuration/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-configuration/index.js +0 -26
- package/dist/cjs/behaviors/proxy-configuration/index.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryBehavior.d.ts +0 -31
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryBehavior.js +0 -34
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryBehavior.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryClient.d.ts +0 -15
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryClient.js +0 -33
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryClient.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryInterface.d.ts +0 -26
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryInterface.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryInterface.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryServer.d.ts +0 -13
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryServer.js +0 -32
- package/dist/cjs/behaviors/proxy-discovery/ProxyDiscoveryServer.js.map +0 -6
- package/dist/cjs/behaviors/proxy-discovery/index.d.ts +0 -11
- package/dist/cjs/behaviors/proxy-discovery/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/proxy-discovery/index.js +0 -27
- package/dist/cjs/behaviors/proxy-discovery/index.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesBehavior.d.ts +0 -31
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesBehavior.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesBehavior.js +0 -34
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesBehavior.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesClient.d.ts +0 -15
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesClient.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesClient.js +0 -33
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesClient.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesInterface.d.ts +0 -26
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesInterface.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesInterface.js +0 -22
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesInterface.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesServer.d.ts +0 -13
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesServer.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesServer.js +0 -32
- package/dist/cjs/behaviors/valid-proxies/ValidProxiesServer.js.map +0 -6
- package/dist/cjs/behaviors/valid-proxies/index.d.ts +0 -11
- package/dist/cjs/behaviors/valid-proxies/index.d.ts.map +0 -1
- package/dist/cjs/behaviors/valid-proxies/index.js +0 -27
- package/dist/cjs/behaviors/valid-proxies/index.js.map +0 -6
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationBehavior.d.ts +0 -26
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationBehavior.js +0 -14
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationBehavior.js.map +0 -6
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationClient.d.ts +0 -15
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationClient.d.ts.map +0 -1
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationClient.js +0 -13
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationClient.js.map +0 -6
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationServer.d.ts +0 -13
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationServer.d.ts.map +0 -1
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationServer.js +0 -12
- package/dist/esm/behaviors/ballast-configuration/BallastConfigurationServer.js.map +0 -6
- package/dist/esm/behaviors/ballast-configuration/index.d.ts +0 -10
- package/dist/esm/behaviors/ballast-configuration/index.d.ts.map +0 -1
- package/dist/esm/behaviors/ballast-configuration/index.js +0 -9
- package/dist/esm/behaviors/ballast-configuration/index.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiBehavior.d.ts +0 -31
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiBehavior.js +0 -14
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiBehavior.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiClient.d.ts +0 -15
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiClient.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiClient.js +0 -13
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiClient.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiInterface.d.ts +0 -36
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiInterface.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiInterface.js +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiInterface.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiServer.d.ts +0 -13
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiServer.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiServer.js +0 -12
- package/dist/esm/behaviors/joint-fabric-pki/JointFabricPkiServer.js.map +0 -6
- package/dist/esm/behaviors/joint-fabric-pki/index.d.ts +0 -11
- package/dist/esm/behaviors/joint-fabric-pki/index.d.ts.map +0 -1
- package/dist/esm/behaviors/joint-fabric-pki/index.js +0 -10
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationBehavior.d.ts +0 -26
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationBehavior.js +0 -14
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationBehavior.js.map +0 -6
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationClient.d.ts +0 -15
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationClient.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationClient.js +0 -13
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationClient.js.map +0 -6
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationServer.d.ts +0 -13
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationServer.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationServer.js +0 -12
- package/dist/esm/behaviors/proxy-configuration/ProxyConfigurationServer.js.map +0 -6
- package/dist/esm/behaviors/proxy-configuration/index.d.ts +0 -10
- package/dist/esm/behaviors/proxy-configuration/index.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-configuration/index.js +0 -9
- package/dist/esm/behaviors/proxy-configuration/index.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryBehavior.d.ts +0 -31
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryBehavior.js +0 -14
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryBehavior.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryClient.d.ts +0 -15
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryClient.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryClient.js +0 -13
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryClient.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryInterface.d.ts +0 -26
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryInterface.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryInterface.js +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryInterface.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryServer.d.ts +0 -13
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryServer.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryServer.js +0 -12
- package/dist/esm/behaviors/proxy-discovery/ProxyDiscoveryServer.js.map +0 -6
- package/dist/esm/behaviors/proxy-discovery/index.d.ts +0 -11
- package/dist/esm/behaviors/proxy-discovery/index.d.ts.map +0 -1
- package/dist/esm/behaviors/proxy-discovery/index.js +0 -10
- package/dist/esm/behaviors/proxy-discovery/index.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/ValidProxiesBehavior.d.ts +0 -31
- package/dist/esm/behaviors/valid-proxies/ValidProxiesBehavior.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/ValidProxiesBehavior.js +0 -14
- package/dist/esm/behaviors/valid-proxies/ValidProxiesBehavior.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/ValidProxiesClient.d.ts +0 -15
- package/dist/esm/behaviors/valid-proxies/ValidProxiesClient.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/ValidProxiesClient.js +0 -13
- package/dist/esm/behaviors/valid-proxies/ValidProxiesClient.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/ValidProxiesInterface.d.ts +0 -26
- package/dist/esm/behaviors/valid-proxies/ValidProxiesInterface.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/ValidProxiesInterface.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/ValidProxiesServer.d.ts +0 -13
- package/dist/esm/behaviors/valid-proxies/ValidProxiesServer.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/ValidProxiesServer.js +0 -12
- package/dist/esm/behaviors/valid-proxies/ValidProxiesServer.js.map +0 -6
- package/dist/esm/behaviors/valid-proxies/index.d.ts +0 -11
- package/dist/esm/behaviors/valid-proxies/index.d.ts.map +0 -1
- package/dist/esm/behaviors/valid-proxies/index.js +0 -10
- package/dist/esm/behaviors/valid-proxies/index.js.map +0 -6
- package/src/behaviors/ballast-configuration/BallastConfigurationBehavior.ts +0 -24
- package/src/behaviors/ballast-configuration/BallastConfigurationClient.ts +0 -15
- package/src/behaviors/ballast-configuration/BallastConfigurationServer.ts +0 -14
- package/src/behaviors/ballast-configuration/index.ts +0 -11
- package/src/behaviors/joint-fabric-pki/JointFabricPkiBehavior.ts +0 -26
- package/src/behaviors/joint-fabric-pki/JointFabricPkiClient.ts +0 -15
- package/src/behaviors/joint-fabric-pki/JointFabricPkiInterface.ts +0 -36
- package/src/behaviors/joint-fabric-pki/index.ts +0 -12
- package/src/behaviors/proxy-configuration/ProxyConfigurationBehavior.ts +0 -24
- package/src/behaviors/proxy-configuration/ProxyConfigurationClient.ts +0 -15
- package/src/behaviors/proxy-configuration/ProxyConfigurationServer.ts +0 -14
- package/src/behaviors/proxy-configuration/index.ts +0 -11
- package/src/behaviors/proxy-discovery/ProxyDiscoveryBehavior.ts +0 -26
- package/src/behaviors/proxy-discovery/ProxyDiscoveryClient.ts +0 -15
- package/src/behaviors/proxy-discovery/ProxyDiscoveryInterface.ts +0 -24
- package/src/behaviors/proxy-discovery/ProxyDiscoveryServer.ts +0 -14
- package/src/behaviors/proxy-discovery/index.ts +0 -12
- package/src/behaviors/valid-proxies/ValidProxiesBehavior.ts +0 -24
- package/src/behaviors/valid-proxies/ValidProxiesClient.ts +0 -15
- package/src/behaviors/valid-proxies/ValidProxiesInterface.ts +0 -24
- package/src/behaviors/valid-proxies/ValidProxiesServer.ts +0 -14
- package/src/behaviors/valid-proxies/index.ts +0 -12
|
@@ -20,8 +20,8 @@ export const AreaNamespaceTag = SemanticNamespace({
|
|
|
20
20
|
tags: {
|
|
21
21
|
Aisle: { id: 0x0, label: "Aisle" },
|
|
22
22
|
Attic: { id: 0x1, label: "Attic" },
|
|
23
|
-
BackDoor: { id: 0x2, label: "
|
|
24
|
-
BackYard: { id: 0x3, label: "
|
|
23
|
+
BackDoor: { id: 0x2, label: "BackDoor" },
|
|
24
|
+
BackYard: { id: 0x3, label: "BackYard" },
|
|
25
25
|
Balcony: { id: 0x4, label: "Balcony" },
|
|
26
26
|
Ballroom: { id: 0x5, label: "Ballroom" },
|
|
27
27
|
|
|
@@ -38,14 +38,19 @@ export const AreaNamespaceTag = SemanticNamespace({
|
|
|
38
38
|
*/
|
|
39
39
|
Boxroom: { id: 0x9, label: "Boxroom" },
|
|
40
40
|
|
|
41
|
-
BreakfastRoom: { id: 0xa, label: "
|
|
41
|
+
BreakfastRoom: { id: 0xa, label: "BreakfastRoom" },
|
|
42
42
|
Carport: { id: 0xb, label: "Carport" },
|
|
43
43
|
Cellar: { id: 0xc, label: "Cellar" },
|
|
44
44
|
Cloakroom: { id: 0xd, label: "Cloakroom" },
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* A small room for storing clothing, linens, and other items.
|
|
48
|
+
*/
|
|
45
49
|
Closet: { id: 0xe, label: "Closet" },
|
|
50
|
+
|
|
46
51
|
Conservatory: { id: 0xf, label: "Conservatory" },
|
|
47
52
|
Corridor: { id: 0x10, label: "Corridor" },
|
|
48
|
-
CraftRoom: { id: 0x11, label: "
|
|
53
|
+
CraftRoom: { id: 0x11, label: "CraftRoom" },
|
|
49
54
|
Cupboard: { id: 0x12, label: "Cupboard" },
|
|
50
55
|
Deck: { id: 0x13, label: "Deck" },
|
|
51
56
|
|
|
@@ -55,8 +60,8 @@ export const AreaNamespaceTag = SemanticNamespace({
|
|
|
55
60
|
Den: { id: 0x14, label: "Den" },
|
|
56
61
|
|
|
57
62
|
Dining: { id: 0x15, label: "Dining" },
|
|
58
|
-
DrawingRoom: { id: 0x16, label: "
|
|
59
|
-
DressingRoom: { id: 0x17, label: "
|
|
63
|
+
DrawingRoom: { id: 0x16, label: "DrawingRoom" },
|
|
64
|
+
DressingRoom: { id: 0x17, label: "DressingRoom" },
|
|
60
65
|
Driveway: { id: 0x18, label: "Driveway" },
|
|
61
66
|
Elevator: { id: 0x19, label: "Elevator" },
|
|
62
67
|
|
|
@@ -67,104 +72,135 @@ export const AreaNamespaceTag = SemanticNamespace({
|
|
|
67
72
|
|
|
68
73
|
Entrance: { id: 0x1b, label: "Entrance" },
|
|
69
74
|
Entryway: { id: 0x1c, label: "Entryway" },
|
|
70
|
-
FamilyRoom: { id: 0x1d, label: "
|
|
75
|
+
FamilyRoom: { id: 0x1d, label: "FamilyRoom" },
|
|
71
76
|
Foyer: { id: 0x1e, label: "Foyer" },
|
|
72
|
-
FrontDoor: { id: 0x1f, label: "
|
|
73
|
-
FrontYard: { id: 0x20, label: "
|
|
74
|
-
GameRoom: { id: 0x21, label: "
|
|
77
|
+
FrontDoor: { id: 0x1f, label: "FrontDoor" },
|
|
78
|
+
FrontYard: { id: 0x20, label: "FrontYard" },
|
|
79
|
+
GameRoom: { id: 0x21, label: "GameRoom" },
|
|
75
80
|
Garage: { id: 0x22, label: "Garage" },
|
|
76
|
-
GarageDoor: { id: 0x23, label: "
|
|
81
|
+
GarageDoor: { id: 0x23, label: "GarageDoor" },
|
|
77
82
|
Garden: { id: 0x24, label: "Garden" },
|
|
78
|
-
GardenDoor: { id: 0x25, label: "
|
|
83
|
+
GardenDoor: { id: 0x25, label: "GardenDoor" },
|
|
79
84
|
|
|
80
85
|
/**
|
|
81
86
|
* Also known as Guest Restroom
|
|
82
87
|
*/
|
|
83
|
-
GuestBathroom: { id: 0x26, label: "
|
|
88
|
+
GuestBathroom: { id: 0x26, label: "GuestBathroom" },
|
|
89
|
+
|
|
90
|
+
GuestBedroom: { id: 0x27, label: "GuestBedroom" },
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Deprecated: was Guest Restroom; use 0x26 Guest Bathroom
|
|
94
|
+
*/
|
|
95
|
+
Reserved1: { id: 0x28, label: "Reserved1" },
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Also known as Guest Bedroom
|
|
99
|
+
*/
|
|
100
|
+
GuestRoom: { id: 0x29, label: "GuestRoom" },
|
|
84
101
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
Gym: { id: 0x29, label: "Gym" },
|
|
88
|
-
Hallway: { id: 0x2a, label: "Hallway" },
|
|
102
|
+
Gym: { id: 0x2a, label: "Gym" },
|
|
103
|
+
Hallway: { id: 0x2b, label: "Hallway" },
|
|
89
104
|
|
|
90
105
|
/**
|
|
91
106
|
* A cozy room containing a fireplace or other point heat source
|
|
92
107
|
*/
|
|
93
|
-
HearthRoom: { id:
|
|
108
|
+
HearthRoom: { id: 0x2c, label: "HearthRoom" },
|
|
94
109
|
|
|
95
|
-
KidsRoom: { id:
|
|
96
|
-
KidsBedroom: { id:
|
|
97
|
-
Kitchen: { id:
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
110
|
+
KidsRoom: { id: 0x2d, label: "KidsRoom" },
|
|
111
|
+
KidsBedroom: { id: 0x2e, label: "KidsBedroom" },
|
|
112
|
+
Kitchen: { id: 0x2f, label: "Kitchen" },
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Deprecated: was Larder; use 0x3D Pantry
|
|
116
|
+
*/
|
|
117
|
+
Reserved2: { id: 0x30, label: "Reserved2" },
|
|
118
|
+
|
|
119
|
+
LaundryRoom: { id: 0x31, label: "LaundryRoom" },
|
|
120
|
+
Lawn: { id: 0x32, label: "Lawn" },
|
|
121
|
+
Library: { id: 0x33, label: "Library" },
|
|
122
|
+
LivingRoom: { id: 0x34, label: "LivingRoom" },
|
|
123
|
+
Lounge: { id: 0x35, label: "Lounge" },
|
|
124
|
+
MediaTvRoom: { id: 0x36, label: "MediaTvRoom" },
|
|
104
125
|
|
|
105
126
|
/**
|
|
106
127
|
* A space used to remove soiled garments prior to entering the domicile proper
|
|
107
128
|
*/
|
|
108
|
-
MudRoom: { id:
|
|
129
|
+
MudRoom: { id: 0x37, label: "MudRoom" },
|
|
109
130
|
|
|
110
|
-
MusicRoom: { id:
|
|
111
|
-
Nursery: { id:
|
|
112
|
-
Office: { id:
|
|
113
|
-
OutdoorKitchen: { id:
|
|
114
|
-
Outside: { id:
|
|
131
|
+
MusicRoom: { id: 0x38, label: "MusicRoom" },
|
|
132
|
+
Nursery: { id: 0x39, label: "Nursery" },
|
|
133
|
+
Office: { id: 0x3a, label: "Office" },
|
|
134
|
+
OutdoorKitchen: { id: 0x3b, label: "OutdoorKitchen" },
|
|
135
|
+
Outside: { id: 0x3c, label: "Outside" },
|
|
115
136
|
|
|
116
137
|
/**
|
|
117
138
|
* AKA a larder, a place where food is stored
|
|
118
139
|
*/
|
|
119
|
-
Pantry: { id:
|
|
140
|
+
Pantry: { id: 0x3d, label: "Pantry" },
|
|
120
141
|
|
|
121
|
-
ParkingLot: { id:
|
|
122
|
-
Parlor: { id:
|
|
123
|
-
Patio: { id:
|
|
124
|
-
PlayRoom: { id:
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
142
|
+
ParkingLot: { id: 0x3e, label: "ParkingLot" },
|
|
143
|
+
Parlor: { id: 0x3f, label: "Parlor" },
|
|
144
|
+
Patio: { id: 0x40, label: "Patio" },
|
|
145
|
+
PlayRoom: { id: 0x41, label: "PlayRoom" },
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* A room centered around a pool/billiards table
|
|
149
|
+
*/
|
|
150
|
+
PoolRoom: { id: 0x42, label: "PoolRoom" },
|
|
151
|
+
|
|
152
|
+
Porch: { id: 0x43, label: "Porch" },
|
|
153
|
+
PrimaryBathroom: { id: 0x44, label: "PrimaryBathroom" },
|
|
154
|
+
PrimaryBedroom: { id: 0x45, label: "PrimaryBedroom" },
|
|
155
|
+
Ramp: { id: 0x46, label: "Ramp" },
|
|
156
|
+
ReceptionRoom: { id: 0x47, label: "ReceptionRoom" },
|
|
157
|
+
RecreationRoom: { id: 0x48, label: "RecreationRoom" },
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Deprecated: was Restroom; use 0x06 Bathroom
|
|
161
|
+
*/
|
|
162
|
+
Reserved3: { id: 0x49, label: "Reserved3" },
|
|
163
|
+
|
|
164
|
+
Roof: { id: 0x4a, label: "Roof" },
|
|
165
|
+
Sauna: { id: 0x4b, label: "Sauna" },
|
|
134
166
|
|
|
135
167
|
/**
|
|
136
168
|
* A utility space for cleaning dishes and laundry
|
|
137
169
|
*/
|
|
138
|
-
Scullery: { id:
|
|
170
|
+
Scullery: { id: 0x4c, label: "Scullery" },
|
|
139
171
|
|
|
140
|
-
SewingRoom: { id:
|
|
141
|
-
Shed: { id:
|
|
142
|
-
SideDoor: { id:
|
|
143
|
-
SideYard: { id:
|
|
144
|
-
SittingRoom: { id:
|
|
172
|
+
SewingRoom: { id: 0x4d, label: "SewingRoom" },
|
|
173
|
+
Shed: { id: 0x4e, label: "Shed" },
|
|
174
|
+
SideDoor: { id: 0x4f, label: "SideDoor" },
|
|
175
|
+
SideYard: { id: 0x50, label: "SideYard" },
|
|
176
|
+
SittingRoom: { id: 0x51, label: "SittingRoom" },
|
|
145
177
|
|
|
146
178
|
/**
|
|
147
179
|
* An informal space meant to be 'cozy', 'snug', relaxed, meant to share with family or friends
|
|
148
180
|
*/
|
|
149
|
-
Snug: { id:
|
|
181
|
+
Snug: { id: 0x52, label: "Snug" },
|
|
182
|
+
|
|
183
|
+
Spa: { id: 0x53, label: "Spa" },
|
|
184
|
+
Staircase: { id: 0x54, label: "Staircase" },
|
|
185
|
+
SteamRoom: { id: 0x55, label: "SteamRoom" },
|
|
186
|
+
StorageRoom: { id: 0x56, label: "StorageRoom" },
|
|
187
|
+
Studio: { id: 0x57, label: "Studio" },
|
|
188
|
+
Study: { id: 0x58, label: "Study" },
|
|
189
|
+
SunRoom: { id: 0x59, label: "SunRoom" },
|
|
190
|
+
SwimmingPool: { id: 0x5a, label: "SwimmingPool" },
|
|
191
|
+
Terrace: { id: 0x5b, label: "Terrace" },
|
|
192
|
+
UtilityRoom: { id: 0x5c, label: "UtilityRoom" },
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* The innermost area of a large home
|
|
196
|
+
*/
|
|
197
|
+
Ward: { id: 0x5d, label: "Ward" },
|
|
150
198
|
|
|
151
|
-
|
|
152
|
-
Staircase: { id: 0x51, label: "Staircase" },
|
|
153
|
-
SteamRoom: { id: 0x52, label: "Steam Room" },
|
|
154
|
-
StorageRoom: { id: 0x53, label: "Storage Room" },
|
|
155
|
-
Studio: { id: 0x54, label: "Studio" },
|
|
156
|
-
Study: { id: 0x55, label: "Study" },
|
|
157
|
-
SunRoom: { id: 0x56, label: "Sun Room" },
|
|
158
|
-
SwimmingPool: { id: 0x57, label: "Swimming Pool" },
|
|
159
|
-
Terrace: { id: 0x58, label: "Terrace" },
|
|
199
|
+
Workshop: { id: 0x5e, label: "Workshop" },
|
|
160
200
|
|
|
161
201
|
/**
|
|
162
202
|
* A room dedicated to a toilet; a water closet / WC
|
|
163
203
|
*/
|
|
164
|
-
Toilet: { id:
|
|
165
|
-
|
|
166
|
-
UtilityRoom: { id: 0x5a, label: "Utility Room" },
|
|
167
|
-
Ward: { id: 0x5b, label: "Ward" },
|
|
168
|
-
Workshop: { id: 0x5c, label: "Workshop" }
|
|
204
|
+
Toilet: { id: 0x5f, label: "Toilet" }
|
|
169
205
|
}
|
|
170
206
|
});
|
package/src/tags/ClosureTag.ts
CHANGED
|
@@ -12,6 +12,13 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
|
|
|
12
12
|
* The tags contained in this namespace may be used in any domain or context, to indicate an association with a feature
|
|
13
13
|
* of a Closure, e.g. the button to activate opening a garage door.
|
|
14
14
|
*
|
|
15
|
+
* > [!NOTE]
|
|
16
|
+
*
|
|
17
|
+
* > This namespace has been deprecated as of Matter 1.4.2.
|
|
18
|
+
*
|
|
19
|
+
* Clients SHOULD still have support for these tags, since the tags could be used by a server certified on a previous
|
|
20
|
+
* revision of Matter.
|
|
21
|
+
*
|
|
15
22
|
* @see {@link MatterSpecification.v141.Namespace} § 2
|
|
16
23
|
*/
|
|
17
24
|
export const ClosureTag = SemanticNamespace({
|
|
@@ -19,12 +19,12 @@ export const CompassDirectionTag = SemanticNamespace({
|
|
|
19
19
|
|
|
20
20
|
tags: {
|
|
21
21
|
Northward: { id: 0x0, label: "Northward" },
|
|
22
|
-
NorthEastward: { id: 0x1, label: "
|
|
22
|
+
NorthEastward: { id: 0x1, label: "NorthEastward" },
|
|
23
23
|
Eastward: { id: 0x2, label: "Eastward" },
|
|
24
|
-
SouthEastward: { id: 0x3, label: "
|
|
24
|
+
SouthEastward: { id: 0x3, label: "SouthEastward" },
|
|
25
25
|
Southward: { id: 0x4, label: "Southward" },
|
|
26
|
-
SouthWestward: { id: 0x5, label: "
|
|
26
|
+
SouthWestward: { id: 0x5, label: "SouthWestward" },
|
|
27
27
|
Westward: { id: 0x6, label: "Westward" },
|
|
28
|
-
NorthWestward: { id: 0x7, label: "
|
|
28
|
+
NorthWestward: { id: 0x7, label: "NorthWestward" }
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -20,12 +20,12 @@ export const CompassLocationTag = SemanticNamespace({
|
|
|
20
20
|
|
|
21
21
|
tags: {
|
|
22
22
|
North: { id: 0x0, label: "North" },
|
|
23
|
-
NorthEast: { id: 0x1, label: "
|
|
23
|
+
NorthEast: { id: 0x1, label: "NorthEast" },
|
|
24
24
|
East: { id: 0x2, label: "East" },
|
|
25
|
-
SouthEast: { id: 0x3, label: "
|
|
25
|
+
SouthEast: { id: 0x3, label: "SouthEast" },
|
|
26
26
|
South: { id: 0x4, label: "South" },
|
|
27
|
-
SouthWest: { id: 0x5, label: "
|
|
27
|
+
SouthWest: { id: 0x5, label: "SouthWest" },
|
|
28
28
|
West: { id: 0x6, label: "West" },
|
|
29
|
-
NorthWest: { id: 0x7, label: "
|
|
29
|
+
NorthWest: { id: 0x7, label: "NorthWest" }
|
|
30
30
|
}
|
|
31
31
|
});
|
|
@@ -18,56 +18,71 @@ export const LandmarkNamespaceTag = SemanticNamespace({
|
|
|
18
18
|
id: 0x11,
|
|
19
19
|
|
|
20
20
|
tags: {
|
|
21
|
-
AirConditioner: { id: 0x0, label: "
|
|
22
|
-
AirPurifier: { id: 0x1, label: "
|
|
23
|
-
BackDoor: { id: 0x2, label: "
|
|
24
|
-
BarStool: { id: 0x3, label: "
|
|
25
|
-
BathMat: { id: 0x4, label: "
|
|
21
|
+
AirConditioner: { id: 0x0, label: "AirConditioner" },
|
|
22
|
+
AirPurifier: { id: 0x1, label: "AirPurifier" },
|
|
23
|
+
BackDoor: { id: 0x2, label: "BackDoor" },
|
|
24
|
+
BarStool: { id: 0x3, label: "BarStool" },
|
|
25
|
+
BathMat: { id: 0x4, label: "BathMat" },
|
|
26
26
|
Bathtub: { id: 0x5, label: "Bathtub" },
|
|
27
27
|
Bed: { id: 0x6, label: "Bed" },
|
|
28
28
|
Bookshelf: { id: 0x7, label: "Bookshelf" },
|
|
29
29
|
Chair: { id: 0x8, label: "Chair" },
|
|
30
|
-
ChristmasTree: { id: 0x9, label: "
|
|
31
|
-
CoatRack: { id: 0xa, label: "
|
|
32
|
-
CoffeeTable: { id: 0xb, label: "
|
|
33
|
-
CookingRange: { id: 0xc, label: "
|
|
30
|
+
ChristmasTree: { id: 0x9, label: "ChristmasTree" },
|
|
31
|
+
CoatRack: { id: 0xa, label: "CoatRack" },
|
|
32
|
+
CoffeeTable: { id: 0xb, label: "CoffeeTable" },
|
|
33
|
+
CookingRange: { id: 0xc, label: "CookingRange" },
|
|
34
34
|
Couch: { id: 0xd, label: "Couch" },
|
|
35
35
|
Countertop: { id: 0xe, label: "Countertop" },
|
|
36
36
|
Cradle: { id: 0xf, label: "Cradle" },
|
|
37
37
|
Crib: { id: 0x10, label: "Crib" },
|
|
38
38
|
Desk: { id: 0x11, label: "Desk" },
|
|
39
|
-
DiningTable: { id: 0x12, label: "
|
|
39
|
+
DiningTable: { id: 0x12, label: "DiningTable" },
|
|
40
40
|
Dishwasher: { id: 0x13, label: "Dishwasher" },
|
|
41
41
|
Door: { id: 0x14, label: "Door" },
|
|
42
42
|
Dresser: { id: 0x15, label: "Dresser" },
|
|
43
|
-
LaundryDryer: { id: 0x16, label: "
|
|
43
|
+
LaundryDryer: { id: 0x16, label: "LaundryDryer" },
|
|
44
44
|
Fan: { id: 0x17, label: "Fan" },
|
|
45
45
|
Fireplace: { id: 0x18, label: "Fireplace" },
|
|
46
46
|
Freezer: { id: 0x19, label: "Freezer" },
|
|
47
|
-
FrontDoor: { id: 0x1a, label: "
|
|
48
|
-
HighChair: { id: 0x1b, label: "
|
|
49
|
-
KitchenIsland: { id: 0x1c, label: "
|
|
47
|
+
FrontDoor: { id: 0x1a, label: "FrontDoor" },
|
|
48
|
+
HighChair: { id: 0x1b, label: "HighChair" },
|
|
49
|
+
KitchenIsland: { id: 0x1c, label: "KitchenIsland" },
|
|
50
50
|
Lamp: { id: 0x1d, label: "Lamp" },
|
|
51
|
-
LitterBox: { id: 0x1e, label: "
|
|
51
|
+
LitterBox: { id: 0x1e, label: "LitterBox" },
|
|
52
52
|
Mirror: { id: 0x1f, label: "Mirror" },
|
|
53
53
|
Nightstand: { id: 0x20, label: "Nightstand" },
|
|
54
54
|
Oven: { id: 0x21, label: "Oven" },
|
|
55
|
-
PetBed: { id: 0x22, label: "
|
|
56
|
-
PetBowl: { id: 0x23, label: "
|
|
57
|
-
|
|
55
|
+
PetBed: { id: 0x22, label: "PetBed" },
|
|
56
|
+
PetBowl: { id: 0x23, label: "PetBowl" },
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* An indoor furnishing for pets to rest or sleep inside
|
|
60
|
+
*/
|
|
61
|
+
PetCrate: { id: 0x24, label: "PetCrate" },
|
|
62
|
+
|
|
58
63
|
Refrigerator: { id: 0x25, label: "Refrigerator" },
|
|
59
|
-
ScratchingPost: { id: 0x26, label: "
|
|
60
|
-
ShoeRack: { id: 0x27, label: "
|
|
64
|
+
ScratchingPost: { id: 0x26, label: "ScratchingPost" },
|
|
65
|
+
ShoeRack: { id: 0x27, label: "ShoeRack" },
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* An area where a showerhead dispenses water for people to shower
|
|
69
|
+
*/
|
|
61
70
|
Shower: { id: 0x28, label: "Shower" },
|
|
62
|
-
|
|
71
|
+
|
|
72
|
+
SideDoor: { id: 0x29, label: "SideDoor" },
|
|
63
73
|
Sink: { id: 0x2a, label: "Sink" },
|
|
64
74
|
Sofa: { id: 0x2b, label: "Sofa" },
|
|
65
75
|
Stove: { id: 0x2c, label: "Stove" },
|
|
66
76
|
Table: { id: 0x2d, label: "Table" },
|
|
67
77
|
Toilet: { id: 0x2e, label: "Toilet" },
|
|
68
|
-
TrashCan: { id: 0x2f, label: "
|
|
69
|
-
LaundryWasher: { id: 0x30, label: "
|
|
78
|
+
TrashCan: { id: 0x2f, label: "TrashCan" },
|
|
79
|
+
LaundryWasher: { id: 0x30, label: "LaundryWasher" },
|
|
70
80
|
Window: { id: 0x31, label: "Window" },
|
|
71
|
-
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* A type of refrigerator that is shelved to hold wine bottles and (typically) display them through a glass
|
|
84
|
+
* front
|
|
85
|
+
*/
|
|
86
|
+
WineCooler: { id: 0x32, label: "WineCooler" }
|
|
72
87
|
}
|
|
73
88
|
});
|
package/src/tags/LaundryTag.ts
CHANGED
|
@@ -19,8 +19,8 @@ export const LaundryTag = SemanticNamespace({
|
|
|
19
19
|
|
|
20
20
|
tags: {
|
|
21
21
|
Normal: { id: 0x0, label: "Normal" },
|
|
22
|
-
LightDry: { id: 0x1, label: "
|
|
23
|
-
ExtraDry: { id: 0x2, label: "
|
|
24
|
-
NoDry: { id: 0x3, label: "
|
|
22
|
+
LightDry: { id: 0x1, label: "LightDry" },
|
|
23
|
+
ExtraDry: { id: 0x2, label: "ExtraDry" },
|
|
24
|
+
NoDry: { id: 0x3, label: "NoDry" }
|
|
25
25
|
}
|
|
26
26
|
});
|
package/src/tags/LocationTag.ts
CHANGED
|
@@ -34,8 +34,13 @@ export const LocationTag = SemanticNamespace({
|
|
|
34
34
|
Inside: { id: 0x2, label: "Inside" },
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
|
-
* Element is located outside the equipment (e.g. a sensor "outside" a cabinet)
|
|
37
|
+
* Element is located outside the equipment (e.g. a sensor "outside" a cabinet).
|
|
38
38
|
*/
|
|
39
|
-
Outside: { id: 0x3, label: "Outside" }
|
|
39
|
+
Outside: { id: 0x3, label: "Outside" },
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Element is a part of a location divided into zones (e.g. a yard irrigation zone).
|
|
43
|
+
*/
|
|
44
|
+
Zone: { id: 0x4, label: "Zone" }
|
|
40
45
|
}
|
|
41
46
|
});
|
package/src/tags/NumberTag.ts
CHANGED
|
@@ -28,6 +28,26 @@ export const NumberTag = SemanticNamespace({
|
|
|
28
28
|
Seven: { id: 0x7, label: "Seven" },
|
|
29
29
|
Eight: { id: 0x8, label: "Eight" },
|
|
30
30
|
Nine: { id: 0x9, label: "Nine" },
|
|
31
|
-
Ten: { id: 0xa, label: "Ten" }
|
|
31
|
+
Ten: { id: 0xa, label: "Ten" },
|
|
32
|
+
Eleven: { id: 0xb, label: "Eleven" },
|
|
33
|
+
Twelve: { id: 0xc, label: "Twelve" },
|
|
34
|
+
Thirteen: { id: 0xd, label: "Thirteen" },
|
|
35
|
+
Fourteen: { id: 0xe, label: "Fourteen" },
|
|
36
|
+
Fifteen: { id: 0xf, label: "Fifteen" },
|
|
37
|
+
Sixteen: { id: 0x10, label: "Sixteen" },
|
|
38
|
+
Seventeen: { id: 0x11, label: "Seventeen" },
|
|
39
|
+
Eighteen: { id: 0x12, label: "Eighteen" },
|
|
40
|
+
Nineteen: { id: 0x13, label: "Nineteen" },
|
|
41
|
+
Twenty: { id: 0x14, label: "Twenty" },
|
|
42
|
+
TwentyOne: { id: 0x15, label: "TwentyOne" },
|
|
43
|
+
TwentyTwo: { id: 0x16, label: "TwentyTwo" },
|
|
44
|
+
TwentyThree: { id: 0x17, label: "TwentyThree" },
|
|
45
|
+
TwentyFour: { id: 0x18, label: "TwentyFour" },
|
|
46
|
+
TwentyFive: { id: 0x19, label: "TwentyFive" },
|
|
47
|
+
TwentySix: { id: 0x1a, label: "TwentySix" },
|
|
48
|
+
TwentySeven: { id: 0x1b, label: "TwentySeven" },
|
|
49
|
+
TwentyEight: { id: 0x1c, label: "TwentyEight" },
|
|
50
|
+
TwentyNine: { id: 0x1d, label: "TwentyNine" },
|
|
51
|
+
Thirty: { id: 0x1e, label: "Thirty" }
|
|
32
52
|
}
|
|
33
53
|
});
|
package/src/tags/PositionTag.ts
CHANGED
|
@@ -23,6 +23,9 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
|
|
|
23
23
|
* comprised of Arabic numerals encoded as a string to indicate the row/column of the item. Number words (e.g. "one",
|
|
24
24
|
* "two", etc.) shall NOT be used to describe the position of the item. The first row/column shall use Label "1".
|
|
25
25
|
*
|
|
26
|
+
* The following example illustrates a compound device comprised of 9 endpoints arranged in a 3x3 grid. This example
|
|
27
|
+
* uses position tags to indicate position.
|
|
28
|
+
*
|
|
26
29
|
* @see {@link MatterSpecification.v141.Namespace} § 9
|
|
27
30
|
*/
|
|
28
31
|
export const PositionTag = SemanticNamespace({
|
|
@@ -26,7 +26,7 @@ export const RelativePositionTag = SemanticNamespace({
|
|
|
26
26
|
/**
|
|
27
27
|
* Area in proximity to the point of reference
|
|
28
28
|
*/
|
|
29
|
-
NextTo: { id: 0x1, label: "
|
|
29
|
+
NextTo: { id: 0x1, label: "NextTo" },
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* The area surrounding the point the reference
|
|
@@ -35,7 +35,7 @@ export const RelativePositionTag = SemanticNamespace({
|
|
|
35
35
|
|
|
36
36
|
On: { id: 0x3, label: "On" },
|
|
37
37
|
Above: { id: 0x4, label: "Above" },
|
|
38
|
-
FrontOf: { id: 0x5, label: "
|
|
38
|
+
FrontOf: { id: 0x5, label: "FrontOf" },
|
|
39
39
|
Behind: { id: 0x6, label: "Behind" }
|
|
40
40
|
}
|
|
41
41
|
});
|
package/src/tags/SwitchesTag.ts
CHANGED
|
@@ -14,8 +14,8 @@ import { SemanticNamespace } from "../endpoint/type/SemanticNamespace.js";
|
|
|
14
14
|
* make an optimized user interface which matches the actual device without requiring a-priori knowledge of the layout
|
|
15
15
|
* of each specific switch device.
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
17
|
+
* See the rules for applying these and other tags for switch devices, e.g. from the Common Position Namespace and the
|
|
18
|
+
* Common Number Namespace in the Generic Switch device type section in the Device Library.
|
|
19
19
|
*
|
|
20
20
|
* @see {@link MatterSpecification.v141.Namespace} § 18
|
|
21
21
|
*/
|
|
@@ -47,7 +47,10 @@ export const SwitchesTag = SemanticNamespace({
|
|
|
47
47
|
*/
|
|
48
48
|
Previous: { id: 0x6, label: "Previous" },
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
/**
|
|
51
|
+
* Enter/OK/Select function
|
|
52
|
+
*/
|
|
53
|
+
EnterOkSelect: { id: 0x7, label: "EnterOkSelect" },
|
|
51
54
|
|
|
52
55
|
/**
|
|
53
56
|
* Textual description provided in Label field
|
|
@@ -58,6 +61,21 @@ export const SwitchesTag = SemanticNamespace({
|
|
|
58
61
|
*
|
|
59
62
|
* @see {@link MatterSpecification.v141.Namespace} § 18.1
|
|
60
63
|
*/
|
|
61
|
-
Custom: { id: 0x8, label: "Custom" }
|
|
64
|
+
Custom: { id: 0x8, label: "Custom" },
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* e.g. open window covering
|
|
68
|
+
*/
|
|
69
|
+
Open: { id: 0x9, label: "Open" },
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* e.g. close window covering
|
|
73
|
+
*/
|
|
74
|
+
Close: { id: 0xa, label: "Close" },
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* e.g. stop moving window covering
|
|
78
|
+
*/
|
|
79
|
+
Stop: { id: 0xb, label: "Stop" }
|
|
62
80
|
}
|
|
63
81
|
});
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
7
|
-
import { BallastConfiguration } from "#clusters/ballast-configuration";
|
|
8
|
-
import { ClusterBehavior } from "../../behavior/cluster/ClusterBehavior.js";
|
|
9
|
-
import { Identity } from "#general";
|
|
10
|
-
/**
|
|
11
|
-
* BallastConfigurationBehavior is the base class for objects that support interaction with
|
|
12
|
-
* {@link BallastConfiguration.Cluster}.
|
|
13
|
-
*/
|
|
14
|
-
export declare const BallastConfigurationBehaviorConstructor: ClusterBehavior.Type<BallastConfiguration.Cluster, typeof ClusterBehavior, {
|
|
15
|
-
components: never[];
|
|
16
|
-
}>;
|
|
17
|
-
export interface BallastConfigurationBehaviorConstructor extends Identity<typeof BallastConfigurationBehaviorConstructor> {
|
|
18
|
-
}
|
|
19
|
-
export declare const BallastConfigurationBehavior: BallastConfigurationBehaviorConstructor;
|
|
20
|
-
export interface BallastConfigurationBehavior extends InstanceType<BallastConfigurationBehaviorConstructor> {
|
|
21
|
-
}
|
|
22
|
-
export declare namespace BallastConfigurationBehavior {
|
|
23
|
-
interface State extends InstanceType<typeof BallastConfigurationBehavior.State> {
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=BallastConfigurationBehavior.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BallastConfigurationBehavior.d.ts","sourceRoot":"","sources":["../../../../src/behaviors/ballast-configuration/BallastConfigurationBehavior.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAC5E,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC;;;GAGG;AACH,eAAO,MAAM,uCAAuC;;EAAoD,CAAC;AAEzG,MAAM,WAAW,uCAAwC,SAAQ,QAAQ,CAAC,OAAO,uCAAuC,CAAC;CAAG;AAC5H,eAAO,MAAM,4BAA4B,EAAE,uCAAiF,CAAC;AAC7H,MAAM,WAAW,4BAA6B,SAAQ,YAAY,CAAC,uCAAuC,CAAC;CAAG;AAC9G,yBAAiB,4BAA4B,CAAC;IAC1C,UAAiB,KAAM,SAAQ,YAAY,CAAC,OAAO,4BAA4B,CAAC,KAAK,CAAC;KAAG;CAC5F"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var BallastConfigurationBehavior_exports = {};
|
|
20
|
-
__export(BallastConfigurationBehavior_exports, {
|
|
21
|
-
BallastConfigurationBehavior: () => BallastConfigurationBehavior,
|
|
22
|
-
BallastConfigurationBehaviorConstructor: () => BallastConfigurationBehaviorConstructor
|
|
23
|
-
});
|
|
24
|
-
module.exports = __toCommonJS(BallastConfigurationBehavior_exports);
|
|
25
|
-
var import_ballast_configuration = require("#clusters/ballast-configuration");
|
|
26
|
-
var import_ClusterBehavior = require("../../behavior/cluster/ClusterBehavior.js");
|
|
27
|
-
/**
|
|
28
|
-
* @license
|
|
29
|
-
* Copyright 2022-2025 Matter.js Authors
|
|
30
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
31
|
-
*/
|
|
32
|
-
const BallastConfigurationBehaviorConstructor = import_ClusterBehavior.ClusterBehavior.for(import_ballast_configuration.BallastConfiguration.Cluster);
|
|
33
|
-
const BallastConfigurationBehavior = BallastConfigurationBehaviorConstructor;
|
|
34
|
-
//# sourceMappingURL=BallastConfigurationBehavior.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/behaviors/ballast-configuration/BallastConfigurationBehavior.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,mCAAqC;AACrC,6BAAgC;AAThC;AAAA;AAAA;AAAA;AAAA;AAgBO,MAAM,0CAA0C,uCAAgB,IAAI,kDAAqB,OAAO;AAGhG,MAAM,+BAAwE;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
7
|
-
import { BallastConfigurationBehavior } from "./BallastConfigurationBehavior.js";
|
|
8
|
-
import { Identity } from "#general";
|
|
9
|
-
export declare const BallastConfigurationClientConstructor: import("./BallastConfigurationBehavior.js").BallastConfigurationBehaviorConstructor;
|
|
10
|
-
export interface BallastConfigurationClient extends BallastConfigurationBehavior {
|
|
11
|
-
}
|
|
12
|
-
export interface BallastConfigurationClientConstructor extends Identity<typeof BallastConfigurationClientConstructor> {
|
|
13
|
-
}
|
|
14
|
-
export declare const BallastConfigurationClient: BallastConfigurationClientConstructor;
|
|
15
|
-
//# sourceMappingURL=BallastConfigurationClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BallastConfigurationClient.d.ts","sourceRoot":"","sources":["../../../../src/behaviors/ballast-configuration/BallastConfigurationClient.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,eAAO,MAAM,qCAAqC,qFAA+B,CAAC;AAClF,MAAM,WAAW,0BAA2B,SAAQ,4BAA4B;CAAG;AACnF,MAAM,WAAW,qCAAsC,SAAQ,QAAQ,CAAC,OAAO,qCAAqC,CAAC;CAAG;AACxH,eAAO,MAAM,0BAA0B,EAAE,qCAA6E,CAAC"}
|