@matter/model 0.13.0-alpha.0-20250304-d4a7592a4 → 0.13.0-alpha.0-20250307-ebf84a05a
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/aspects/Conformance.d.ts +5 -3
- package/dist/cjs/aspects/Conformance.d.ts.map +1 -1
- package/dist/cjs/aspects/Conformance.js +23 -2
- package/dist/cjs/aspects/Conformance.js.map +1 -1
- package/dist/cjs/aspects/Quality.d.ts +9 -2
- package/dist/cjs/aspects/Quality.d.ts.map +1 -1
- package/dist/cjs/aspects/Quality.js +3 -1
- package/dist/cjs/aspects/Quality.js.map +1 -1
- package/dist/cjs/common/Specification.d.ts +3 -3
- package/dist/cjs/common/Specification.d.ts.map +1 -1
- package/dist/cjs/common/Specification.js +3 -3
- package/dist/cjs/logic/cluster-variance/IllegalFeatureCombinations.js +82 -66
- package/dist/cjs/logic/cluster-variance/IllegalFeatureCombinations.js.map +1 -1
- package/dist/cjs/logic/cluster-variance/InferredComponents.js +24 -1
- package/dist/cjs/logic/cluster-variance/InferredComponents.js.map +1 -1
- package/dist/cjs/logic/definition-validation/ValueValidator.d.ts.map +1 -1
- package/dist/cjs/logic/definition-validation/ValueValidator.js +11 -6
- package/dist/cjs/logic/definition-validation/ValueValidator.js.map +1 -1
- package/dist/cjs/models/AttributeModel.d.ts.map +1 -1
- package/dist/cjs/models/AttributeModel.js +1 -4
- package/dist/cjs/models/AttributeModel.js.map +1 -1
- package/dist/cjs/models/ClusterModel.d.ts.map +1 -1
- package/dist/cjs/models/ClusterModel.js +1 -3
- package/dist/cjs/models/ClusterModel.js.map +1 -1
- package/dist/cjs/models/CommandModel.d.ts.map +1 -1
- package/dist/cjs/models/CommandModel.js +1 -4
- package/dist/cjs/models/CommandModel.js.map +1 -1
- package/dist/cjs/models/DatatypeModel.d.ts +1 -0
- package/dist/cjs/models/DatatypeModel.d.ts.map +1 -1
- package/dist/cjs/models/DatatypeModel.js +2 -4
- package/dist/cjs/models/DatatypeModel.js.map +1 -1
- package/dist/cjs/models/DeviceTypeModel.d.ts +1 -0
- package/dist/cjs/models/DeviceTypeModel.d.ts.map +1 -1
- package/dist/cjs/models/DeviceTypeModel.js +2 -3
- package/dist/cjs/models/DeviceTypeModel.js.map +1 -1
- package/dist/cjs/models/EndpointModel.d.ts +1 -0
- package/dist/cjs/models/EndpointModel.d.ts.map +1 -1
- package/dist/cjs/models/EndpointModel.js +2 -3
- package/dist/cjs/models/EndpointModel.js.map +1 -1
- package/dist/cjs/models/EventModel.d.ts.map +1 -1
- package/dist/cjs/models/EventModel.js +1 -4
- package/dist/cjs/models/EventModel.js.map +1 -1
- package/dist/cjs/models/FabricModel.d.ts +1 -0
- package/dist/cjs/models/FabricModel.d.ts.map +1 -1
- package/dist/cjs/models/FabricModel.js +2 -3
- package/dist/cjs/models/FabricModel.js.map +1 -1
- package/dist/cjs/models/FieldModel.d.ts +1 -0
- package/dist/cjs/models/FieldModel.d.ts.map +1 -1
- package/dist/cjs/models/FieldModel.js +2 -4
- package/dist/cjs/models/FieldModel.js.map +1 -1
- package/dist/cjs/models/Globals.d.ts +27 -1
- package/dist/cjs/models/Globals.d.ts.map +1 -1
- package/dist/cjs/models/MatterModel.d.ts +1 -0
- package/dist/cjs/models/MatterModel.d.ts.map +1 -1
- package/dist/cjs/models/MatterModel.js +2 -4
- package/dist/cjs/models/MatterModel.js.map +1 -1
- package/dist/cjs/models/Model.d.ts +26 -2
- package/dist/cjs/models/Model.d.ts.map +1 -1
- package/dist/cjs/models/Model.js +44 -5
- package/dist/cjs/models/Model.js.map +1 -1
- package/dist/cjs/models/NodeModel.d.ts +1 -0
- package/dist/cjs/models/NodeModel.d.ts.map +1 -1
- package/dist/cjs/models/NodeModel.js +2 -3
- package/dist/cjs/models/NodeModel.js.map +1 -1
- package/dist/cjs/models/RequirementModel.d.ts +1 -0
- package/dist/cjs/models/RequirementModel.d.ts.map +1 -1
- package/dist/cjs/models/RequirementModel.js +2 -3
- package/dist/cjs/models/RequirementModel.js.map +1 -1
- package/dist/cjs/models/SemanticNamespaceModel.d.ts +1 -0
- package/dist/cjs/models/SemanticNamespaceModel.d.ts.map +1 -1
- package/dist/cjs/models/SemanticNamespaceModel.js +2 -3
- package/dist/cjs/models/SemanticNamespaceModel.js.map +1 -1
- package/dist/cjs/models/SemanticTagModel.d.ts +1 -0
- package/dist/cjs/models/SemanticTagModel.d.ts.map +1 -1
- package/dist/cjs/models/SemanticTagModel.js +2 -3
- package/dist/cjs/models/SemanticTagModel.js.map +1 -1
- package/dist/cjs/standard/elements/AcceptedCommandList.d.ts.map +1 -1
- package/dist/cjs/standard/elements/AcceptedCommandList.js +1 -1
- package/dist/cjs/standard/elements/AcceptedCommandList.js.map +1 -1
- package/dist/cjs/standard/elements/AccessControl.d.ts.map +1 -1
- package/dist/cjs/standard/elements/AccessControl.js +298 -37
- package/dist/cjs/standard/elements/AccessControl.js.map +2 -2
- package/dist/cjs/standard/elements/Actions.d.ts.map +1 -1
- package/dist/cjs/standard/elements/Actions.js +6 -6
- package/dist/cjs/standard/elements/Actions.js.map +1 -1
- package/dist/cjs/standard/elements/AdministratorCommissioning.d.ts.map +1 -1
- package/dist/cjs/standard/elements/AdministratorCommissioning.js +18 -12
- package/dist/cjs/standard/elements/AdministratorCommissioning.js.map +1 -1
- package/dist/cjs/standard/elements/AggregatorDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/AggregatorDT.js +18 -3
- package/dist/cjs/standard/elements/AggregatorDT.js.map +2 -2
- package/dist/cjs/standard/elements/AirPurifierDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/AirPurifierDT.js +8 -1
- package/dist/cjs/standard/elements/AirPurifierDT.js.map +1 -1
- package/dist/cjs/standard/elements/AlarmBase.d.ts.map +1 -1
- package/dist/cjs/standard/elements/AlarmBase.js +1 -1
- package/dist/cjs/standard/elements/AlarmBase.js.map +1 -1
- package/dist/cjs/standard/elements/ApplicationLauncher.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ApplicationLauncher.js +12 -4
- package/dist/cjs/standard/elements/ApplicationLauncher.js.map +1 -1
- package/dist/cjs/standard/elements/AreaNamespaceNS.d.ts +8 -0
- package/dist/cjs/standard/elements/AreaNamespaceNS.d.ts.map +1 -0
- package/dist/cjs/standard/elements/AreaNamespaceNS.js +147 -0
- package/dist/cjs/standard/elements/AreaNamespaceNS.js.map +6 -0
- package/dist/cjs/standard/elements/AtomicAttributeStatusStruct.d.ts +8 -0
- package/dist/cjs/standard/elements/AtomicAttributeStatusStruct.d.ts.map +1 -0
- package/dist/cjs/standard/elements/AtomicAttributeStatusStruct.js +56 -0
- package/dist/cjs/standard/elements/AtomicAttributeStatusStruct.js.map +6 -0
- package/dist/cjs/standard/elements/AtomicRequestTypeEnum.d.ts +8 -0
- package/dist/cjs/standard/elements/AtomicRequestTypeEnum.d.ts.map +1 -0
- package/dist/cjs/standard/elements/AtomicRequestTypeEnum.js +43 -0
- package/dist/cjs/standard/elements/AtomicRequestTypeEnum.js.map +6 -0
- package/dist/cjs/standard/elements/BallastConfiguration.js +1 -1
- package/dist/cjs/standard/elements/BasicInformation.d.ts.map +1 -1
- package/dist/cjs/standard/elements/BasicInformation.js +17 -19
- package/dist/cjs/standard/elements/BasicInformation.js.map +1 -1
- package/dist/cjs/standard/elements/BatteryStorageDT.d.ts +8 -0
- package/dist/cjs/standard/elements/BatteryStorageDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/BatteryStorageDT.js +53 -0
- package/dist/cjs/standard/elements/BatteryStorageDT.js.map +6 -0
- package/dist/cjs/standard/elements/BooleanStateConfiguration.js +2 -2
- package/dist/cjs/standard/elements/BridgedDeviceBasicInformation.d.ts.map +1 -1
- package/dist/cjs/standard/elements/BridgedDeviceBasicInformation.js +102 -31
- package/dist/cjs/standard/elements/BridgedDeviceBasicInformation.js.map +2 -2
- package/dist/cjs/standard/elements/BridgedNodeDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/BridgedNodeDT.js +24 -2
- package/dist/cjs/standard/elements/BridgedNodeDT.js.map +2 -2
- package/dist/cjs/standard/elements/Channel.d.ts.map +1 -1
- package/dist/cjs/standard/elements/Channel.js +13 -14
- package/dist/cjs/standard/elements/Channel.js.map +1 -1
- package/dist/cjs/standard/elements/ColorControl.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ColorControl.js +607 -478
- package/dist/cjs/standard/elements/ColorControl.js.map +1 -1
- package/dist/cjs/standard/elements/{PulseWidthModulation.d.ts → CommissionerControl.d.ts} +2 -2
- package/dist/cjs/standard/elements/CommissionerControl.d.ts.map +1 -0
- package/dist/cjs/standard/elements/CommissionerControl.js +130 -0
- package/dist/cjs/standard/elements/CommissionerControl.js.map +6 -0
- package/dist/cjs/standard/elements/ConcentrationMeasurement.js +0 -1
- package/dist/cjs/standard/elements/ConcentrationMeasurement.js.map +1 -1
- package/dist/cjs/standard/elements/ContentControl.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ContentControl.js +34 -39
- package/dist/cjs/standard/elements/ContentControl.js.map +1 -1
- package/dist/cjs/standard/elements/ContentLauncher.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ContentLauncher.js +13 -11
- package/dist/cjs/standard/elements/ContentLauncher.js.map +1 -1
- package/dist/cjs/standard/elements/DeviceEnergyManagement.d.ts.map +1 -1
- package/dist/cjs/standard/elements/DeviceEnergyManagement.js +154 -118
- package/dist/cjs/standard/elements/DeviceEnergyManagement.js.map +1 -1
- package/dist/cjs/standard/elements/DeviceEnergyManagementDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/DeviceEnergyManagementDT.js +26 -11
- package/dist/cjs/standard/elements/DeviceEnergyManagementDT.js.map +2 -2
- package/dist/cjs/standard/elements/DeviceEnergyManagementMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/DeviceEnergyManagementMode.js +38 -9
- package/dist/cjs/standard/elements/DeviceEnergyManagementMode.js.map +2 -2
- package/dist/cjs/standard/elements/DishwasherAlarm.d.ts.map +1 -1
- package/dist/cjs/standard/elements/DishwasherAlarm.js +1 -1
- package/dist/cjs/standard/elements/DishwasherAlarm.js.map +1 -1
- package/dist/cjs/standard/elements/DishwasherMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/DishwasherMode.js +35 -15
- package/dist/cjs/standard/elements/DishwasherMode.js.map +2 -2
- package/dist/cjs/standard/elements/DoorLock.d.ts.map +1 -1
- package/dist/cjs/standard/elements/DoorLock.js +505 -629
- package/dist/cjs/standard/elements/DoorLock.js.map +1 -1
- package/dist/cjs/standard/elements/DoorLockControllerDT.js +1 -1
- package/dist/cjs/standard/elements/DoorLockControllerDT.js.map +1 -1
- package/dist/cjs/standard/elements/DoorLockDT.js +2 -2
- package/dist/cjs/standard/elements/DoorLockDT.js.map +1 -1
- package/dist/{esm/standard/elements/PulseWidthModulation.d.ts → cjs/standard/elements/EcosystemInformation.d.ts} +2 -2
- package/dist/cjs/standard/elements/EcosystemInformation.d.ts.map +1 -0
- package/dist/cjs/standard/elements/EcosystemInformation.js +147 -0
- package/dist/cjs/standard/elements/EcosystemInformation.js.map +6 -0
- package/dist/cjs/standard/elements/ElectricalEnergyMeasurement.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ElectricalEnergyMeasurement.js +9 -18
- package/dist/cjs/standard/elements/ElectricalEnergyMeasurement.js.map +1 -1
- package/dist/cjs/standard/elements/ElectricalMeasurementNS.js +1 -1
- package/dist/cjs/standard/elements/ElectricalPowerMeasurement.js +5 -5
- package/dist/cjs/standard/elements/ElectricalPowerMeasurement.js.map +1 -1
- package/dist/cjs/standard/elements/EnergyEvse.d.ts.map +1 -1
- package/dist/cjs/standard/elements/EnergyEvse.js +98 -51
- package/dist/cjs/standard/elements/EnergyEvse.js.map +1 -1
- package/dist/cjs/standard/elements/EnergyEvseDT.d.ts +8 -0
- package/dist/cjs/standard/elements/EnergyEvseDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/EnergyEvseDT.js +74 -0
- package/dist/cjs/standard/elements/EnergyEvseDT.js.map +6 -0
- package/dist/cjs/standard/elements/EnergyEvseMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/EnergyEvseMode.js +49 -8
- package/dist/cjs/standard/elements/EnergyEvseMode.js.map +2 -2
- package/dist/cjs/standard/elements/EnergyPreference.d.ts.map +1 -1
- package/dist/cjs/standard/elements/EnergyPreference.js +22 -19
- package/dist/cjs/standard/elements/EnergyPreference.js.map +1 -1
- package/dist/cjs/standard/elements/EthernetNetworkDiagnostics.d.ts.map +1 -1
- package/dist/cjs/standard/elements/EthernetNetworkDiagnostics.js +1 -1
- package/dist/cjs/standard/elements/EthernetNetworkDiagnostics.js.map +1 -1
- package/dist/cjs/standard/elements/EventList.d.ts.map +1 -1
- package/dist/cjs/standard/elements/EventList.js +1 -12
- package/dist/cjs/standard/elements/EventList.js.map +2 -2
- package/dist/cjs/standard/elements/FabricIndex.js +1 -1
- package/dist/cjs/standard/elements/FanControl.js +8 -10
- package/dist/cjs/standard/elements/FanControl.js.map +1 -1
- package/dist/cjs/standard/elements/FanDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/FanDT.js +8 -1
- package/dist/cjs/standard/elements/FanDT.js.map +1 -1
- package/dist/cjs/standard/elements/FeatureMap.d.ts.map +1 -1
- package/dist/cjs/standard/elements/FeatureMap.js +1 -1
- package/dist/cjs/standard/elements/FeatureMap.js.map +1 -1
- package/dist/cjs/standard/elements/FixedLabel.d.ts.map +1 -1
- package/dist/cjs/standard/elements/FixedLabel.js +1 -1
- package/dist/cjs/standard/elements/FixedLabel.js.map +1 -1
- package/dist/cjs/standard/elements/FlowMeasurement.d.ts.map +1 -1
- package/dist/cjs/standard/elements/FlowMeasurement.js +6 -6
- package/dist/cjs/standard/elements/FlowMeasurement.js.map +1 -1
- package/dist/cjs/standard/elements/GeneralCommissioning.d.ts.map +1 -1
- package/dist/cjs/standard/elements/GeneralCommissioning.js +162 -38
- package/dist/cjs/standard/elements/GeneralCommissioning.js.map +2 -2
- package/dist/cjs/standard/elements/GeneralDiagnostics.d.ts.map +1 -1
- package/dist/cjs/standard/elements/GeneralDiagnostics.js +12 -13
- package/dist/cjs/standard/elements/GeneralDiagnostics.js.map +1 -1
- package/dist/cjs/standard/elements/GeneratedCommandList.d.ts.map +1 -1
- package/dist/cjs/standard/elements/GeneratedCommandList.js +1 -1
- package/dist/cjs/standard/elements/GeneratedCommandList.js.map +1 -1
- package/dist/cjs/standard/elements/GroupKeyManagement.d.ts.map +1 -1
- package/dist/cjs/standard/elements/GroupKeyManagement.js +13 -12
- package/dist/cjs/standard/elements/GroupKeyManagement.js.map +1 -1
- package/dist/cjs/standard/elements/Groups.d.ts.map +1 -1
- package/dist/cjs/standard/elements/Groups.js +1 -1
- package/dist/cjs/standard/elements/Groups.js.map +1 -1
- package/dist/cjs/standard/elements/HeatPumpDT.d.ts +8 -0
- package/dist/cjs/standard/elements/HeatPumpDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/HeatPumpDT.js +60 -0
- package/dist/cjs/standard/elements/HeatPumpDT.js.map +6 -0
- package/dist/cjs/standard/elements/IcdManagement.d.ts.map +1 -1
- package/dist/cjs/standard/elements/IcdManagement.js +74 -20
- package/dist/cjs/standard/elements/IcdManagement.js.map +1 -1
- package/dist/cjs/standard/elements/Identify.js +5 -5
- package/dist/cjs/standard/elements/IlluminanceMeasurement.d.ts.map +1 -1
- package/dist/cjs/standard/elements/IlluminanceMeasurement.js +7 -7
- package/dist/cjs/standard/elements/IlluminanceMeasurement.js.map +1 -1
- package/dist/cjs/standard/elements/JointFabricAdministratorDT.d.ts +8 -0
- package/dist/cjs/standard/elements/JointFabricAdministratorDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/JointFabricAdministratorDT.js +60 -0
- package/dist/cjs/standard/elements/JointFabricAdministratorDT.js.map +6 -0
- package/dist/cjs/standard/elements/JointFabricDatastoreCluster.d.ts +8 -0
- package/dist/cjs/standard/elements/JointFabricDatastoreCluster.d.ts.map +1 -0
- package/dist/cjs/standard/elements/JointFabricDatastoreCluster.js +687 -0
- package/dist/cjs/standard/elements/JointFabricDatastoreCluster.js.map +6 -0
- package/dist/cjs/standard/elements/JointFabricPki.d.ts +8 -0
- package/dist/cjs/standard/elements/JointFabricPki.d.ts.map +1 -0
- package/dist/cjs/standard/elements/JointFabricPki.js +167 -0
- package/dist/cjs/standard/elements/JointFabricPki.js.map +6 -0
- package/dist/cjs/standard/elements/KeypadInput.d.ts.map +1 -1
- package/dist/cjs/standard/elements/KeypadInput.js +1 -1
- package/dist/cjs/standard/elements/KeypadInput.js.map +1 -1
- package/dist/cjs/standard/elements/LandmarkNamespaceNS.d.ts +8 -0
- package/dist/cjs/standard/elements/LandmarkNamespaceNS.d.ts.map +1 -0
- package/dist/cjs/standard/elements/LandmarkNamespaceNS.js +91 -0
- package/dist/cjs/standard/elements/LandmarkNamespaceNS.js.map +6 -0
- package/dist/cjs/standard/elements/LaundryDryerControls.js +2 -1
- package/dist/cjs/standard/elements/LaundryDryerControls.js.map +1 -1
- package/dist/cjs/standard/elements/LaundryNS.js +1 -1
- package/dist/cjs/standard/elements/LaundryWasherControls.d.ts.map +1 -1
- package/dist/cjs/standard/elements/LaundryWasherControls.js +8 -8
- package/dist/cjs/standard/elements/LaundryWasherControls.js.map +1 -1
- package/dist/cjs/standard/elements/LaundryWasherMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/LaundryWasherMode.js +36 -16
- package/dist/cjs/standard/elements/LaundryWasherMode.js.map +2 -2
- package/dist/cjs/standard/elements/LevelControl.d.ts.map +1 -1
- package/dist/cjs/standard/elements/LevelControl.js +14 -13
- package/dist/cjs/standard/elements/LevelControl.js.map +1 -1
- package/dist/cjs/standard/elements/LocalizationConfiguration.d.ts.map +1 -1
- package/dist/cjs/standard/elements/LocalizationConfiguration.js +11 -13
- package/dist/cjs/standard/elements/LocalizationConfiguration.js.map +1 -1
- package/dist/cjs/standard/elements/MediaInput.d.ts.map +1 -1
- package/dist/cjs/standard/elements/MediaInput.js +1 -1
- package/dist/cjs/standard/elements/MediaInput.js.map +1 -1
- package/dist/cjs/standard/elements/MediaPlayback.d.ts.map +1 -1
- package/dist/cjs/standard/elements/MediaPlayback.js +3 -2
- package/dist/cjs/standard/elements/MediaPlayback.js.map +1 -1
- package/dist/cjs/standard/elements/MicrowaveOvenControl.d.ts.map +1 -1
- package/dist/cjs/standard/elements/MicrowaveOvenControl.js +12 -12
- package/dist/cjs/standard/elements/MicrowaveOvenControl.js.map +1 -1
- package/dist/cjs/standard/elements/MicrowaveOvenMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/MicrowaveOvenMode.js +37 -12
- package/dist/cjs/standard/elements/MicrowaveOvenMode.js.map +2 -2
- package/dist/cjs/standard/elements/ModeBase.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ModeBase.js +18 -69
- package/dist/cjs/standard/elements/ModeBase.js.map +1 -1
- package/dist/cjs/standard/elements/ModeSelect.js +10 -10
- package/dist/cjs/standard/elements/ModeSelect.js.map +1 -1
- package/dist/cjs/standard/elements/MountedDimmableLoadControlDT.d.ts +8 -0
- package/dist/cjs/standard/elements/MountedDimmableLoadControlDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/MountedDimmableLoadControlDT.js +104 -0
- package/dist/cjs/standard/elements/MountedDimmableLoadControlDT.js.map +6 -0
- package/dist/cjs/standard/elements/MountedOnOffControlDT.d.ts +8 -0
- package/dist/cjs/standard/elements/MountedOnOffControlDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/MountedOnOffControlDT.js +104 -0
- package/dist/cjs/standard/elements/MountedOnOffControlDT.js.map +6 -0
- package/dist/cjs/standard/elements/NetworkCommissioning.d.ts.map +1 -1
- package/dist/cjs/standard/elements/NetworkCommissioning.js +50 -37
- package/dist/cjs/standard/elements/NetworkCommissioning.js.map +1 -1
- package/dist/cjs/standard/elements/NetworkInfrastructureManagerDT.d.ts +8 -0
- package/dist/cjs/standard/elements/NetworkInfrastructureManagerDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/NetworkInfrastructureManagerDT.js +67 -0
- package/dist/cjs/standard/elements/NetworkInfrastructureManagerDT.js.map +6 -0
- package/dist/cjs/standard/elements/OccupancySensing.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OccupancySensing.js +194 -41
- package/dist/cjs/standard/elements/OccupancySensing.js.map +2 -2
- package/dist/cjs/standard/elements/OccupancySensorDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OccupancySensorDT.js +8 -1
- package/dist/cjs/standard/elements/OccupancySensorDT.js.map +1 -1
- package/dist/cjs/standard/elements/OnOff.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OnOff.js +1 -1
- package/dist/cjs/standard/elements/OnOff.js.map +1 -1
- package/dist/cjs/standard/elements/OperationalCredentials.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OperationalCredentials.js +7 -7
- package/dist/cjs/standard/elements/OperationalCredentials.js.map +1 -1
- package/dist/cjs/standard/elements/OperationalState.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OperationalState.js +22 -22
- package/dist/cjs/standard/elements/OperationalState.js.map +1 -1
- package/dist/cjs/standard/elements/OtaSoftwareUpdateProvider.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OtaSoftwareUpdateProvider.js +11 -12
- package/dist/cjs/standard/elements/OtaSoftwareUpdateProvider.js.map +1 -1
- package/dist/cjs/standard/elements/OtaSoftwareUpdateRequestor.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OtaSoftwareUpdateRequestor.js +2 -1
- package/dist/cjs/standard/elements/OtaSoftwareUpdateRequestor.js.map +1 -1
- package/dist/cjs/standard/elements/OvenCavityOperationalState.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OvenCavityOperationalState.js +7 -2
- package/dist/cjs/standard/elements/OvenCavityOperationalState.js.map +2 -2
- package/dist/cjs/standard/elements/OvenDT.js +1 -1
- package/dist/cjs/standard/elements/OvenMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/OvenMode.js +47 -12
- package/dist/cjs/standard/elements/OvenMode.js.map +2 -2
- package/dist/cjs/standard/elements/PowerSource.d.ts.map +1 -1
- package/dist/cjs/standard/elements/PowerSource.js +12 -12
- package/dist/cjs/standard/elements/PowerSource.js.map +1 -1
- package/dist/cjs/standard/elements/PowerSourceNS.js +5 -5
- package/dist/cjs/standard/elements/PressureMeasurement.js +7 -7
- package/dist/cjs/standard/elements/PressureMeasurement.js.map +1 -1
- package/dist/cjs/standard/elements/PumpConfigurationAndControl.d.ts.map +1 -1
- package/dist/cjs/standard/elements/PumpConfigurationAndControl.js +9 -19
- package/dist/cjs/standard/elements/PumpConfigurationAndControl.js.map +1 -1
- package/dist/cjs/standard/elements/PumpControllerDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/PumpControllerDT.js +1 -8
- package/dist/cjs/standard/elements/PumpControllerDT.js.map +1 -1
- package/dist/cjs/standard/elements/PumpDT.js +14 -14
- package/dist/cjs/standard/elements/RefrigeratorAlarm.d.ts.map +1 -1
- package/dist/cjs/standard/elements/RefrigeratorAlarm.js +1 -1
- package/dist/cjs/standard/elements/RefrigeratorAlarm.js.map +1 -1
- package/dist/cjs/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.js +36 -10
- package/dist/cjs/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.js.map +2 -2
- package/dist/cjs/standard/elements/RefrigeratorDT.js +1 -1
- package/dist/cjs/standard/elements/RefrigeratorNS.js +1 -1
- package/dist/cjs/standard/elements/RelativeHumidityMeasurement.d.ts.map +1 -1
- package/dist/cjs/standard/elements/RelativeHumidityMeasurement.js +3 -3
- package/dist/cjs/standard/elements/RelativeHumidityMeasurement.js.map +1 -1
- package/dist/cjs/standard/elements/RelativePositionNS.d.ts +8 -0
- package/dist/cjs/standard/elements/RelativePositionNS.d.ts.map +1 -0
- package/dist/cjs/standard/elements/RelativePositionNS.js +47 -0
- package/dist/cjs/standard/elements/RelativePositionNS.js.map +6 -0
- package/dist/cjs/standard/elements/ResourceMonitoring.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ResourceMonitoring.js +1 -1
- package/dist/cjs/standard/elements/ResourceMonitoring.js.map +1 -1
- package/dist/cjs/standard/elements/RoboticVacuumCleanerDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/RoboticVacuumCleanerDT.js +8 -1
- package/dist/cjs/standard/elements/RoboticVacuumCleanerDT.js.map +1 -1
- package/dist/cjs/standard/elements/RoomAirConditionerNS.js +1 -1
- package/dist/cjs/standard/elements/RootNodeDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/RootNodeDT.js +20 -15
- package/dist/cjs/standard/elements/RootNodeDT.js.map +1 -1
- package/dist/cjs/standard/elements/RvcCleanMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/RvcCleanMode.js +30 -5
- package/dist/cjs/standard/elements/RvcCleanMode.js.map +2 -2
- package/dist/cjs/standard/elements/RvcOperationalState.d.ts.map +1 -1
- package/dist/cjs/standard/elements/RvcOperationalState.js +28 -5
- package/dist/cjs/standard/elements/RvcOperationalState.js.map +1 -1
- package/dist/cjs/standard/elements/RvcRunMode.d.ts.map +1 -1
- package/dist/cjs/standard/elements/RvcRunMode.js +30 -5
- package/dist/cjs/standard/elements/RvcRunMode.js.map +2 -2
- package/dist/cjs/standard/elements/ScenesManagement.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ScenesManagement.js +4 -4
- package/dist/cjs/standard/elements/ScenesManagement.js.map +1 -1
- package/dist/cjs/standard/elements/SecondaryNetworkInterfaceDT.d.ts +8 -0
- package/dist/cjs/standard/elements/SecondaryNetworkInterfaceDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/SecondaryNetworkInterfaceDT.js +74 -0
- package/dist/cjs/standard/elements/SecondaryNetworkInterfaceDT.js.map +6 -0
- package/dist/cjs/standard/elements/ServiceArea.d.ts +8 -0
- package/dist/cjs/standard/elements/ServiceArea.d.ts.map +1 -0
- package/dist/cjs/standard/elements/ServiceArea.js +455 -0
- package/dist/cjs/standard/elements/ServiceArea.js.map +6 -0
- package/dist/cjs/standard/elements/SmokeCoAlarm.d.ts.map +1 -1
- package/dist/cjs/standard/elements/SmokeCoAlarm.js +13 -17
- package/dist/cjs/standard/elements/SmokeCoAlarm.js.map +1 -1
- package/dist/cjs/standard/elements/SoftwareVersionCertificationStatusEnum.js +1 -1
- package/dist/cjs/standard/elements/SolarPowerDT.d.ts +8 -0
- package/dist/cjs/standard/elements/SolarPowerDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/SolarPowerDT.js +53 -0
- package/dist/cjs/standard/elements/SolarPowerDT.js.map +6 -0
- package/dist/cjs/standard/elements/Switch.d.ts.map +1 -1
- package/dist/cjs/standard/elements/Switch.js +39 -25
- package/dist/cjs/standard/elements/Switch.js.map +1 -1
- package/dist/cjs/standard/elements/SwitchesNS.js +2 -2
- package/dist/cjs/standard/elements/TargetNavigator.js +2 -1
- package/dist/cjs/standard/elements/TargetNavigator.js.map +1 -1
- package/dist/cjs/standard/elements/TemperatureControl.js +3 -3
- package/dist/cjs/standard/elements/TemperatureControl.js.map +1 -1
- package/dist/cjs/standard/elements/TemperatureControlledCabinetDT.js +1 -1
- package/dist/cjs/standard/elements/TemperatureMeasurement.js +3 -3
- package/dist/cjs/standard/elements/TemperatureMeasurement.js.map +1 -1
- package/dist/cjs/standard/elements/Thermostat.d.ts.map +1 -1
- package/dist/cjs/standard/elements/Thermostat.js +673 -124
- package/dist/cjs/standard/elements/Thermostat.js.map +1 -1
- package/dist/cjs/standard/elements/ThermostatDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ThermostatDT.js +20 -35
- package/dist/cjs/standard/elements/ThermostatDT.js.map +1 -1
- package/dist/cjs/standard/elements/ThermostatUserInterfaceConfiguration.js +0 -3
- package/dist/cjs/standard/elements/ThermostatUserInterfaceConfiguration.js.map +1 -1
- package/dist/cjs/standard/elements/ThreadBorderRouterManagement.d.ts +8 -0
- package/dist/cjs/standard/elements/ThreadBorderRouterManagement.d.ts.map +1 -0
- package/dist/cjs/standard/elements/ThreadBorderRouterManagement.js +198 -0
- package/dist/cjs/standard/elements/ThreadBorderRouterManagement.js.map +6 -0
- package/dist/cjs/standard/elements/ThreadNetworkDiagnostics.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ThreadNetworkDiagnostics.js +26 -8
- package/dist/cjs/standard/elements/ThreadNetworkDiagnostics.js.map +1 -1
- package/dist/cjs/standard/elements/ThreadNetworkDirectory.d.ts +8 -0
- package/dist/cjs/standard/elements/ThreadNetworkDirectory.d.ts.map +1 -0
- package/dist/cjs/standard/elements/ThreadNetworkDirectory.js +181 -0
- package/dist/cjs/standard/elements/ThreadNetworkDirectory.js.map +6 -0
- package/dist/cjs/standard/elements/TimeFormatLocalization.js +1 -1
- package/dist/cjs/standard/elements/TimeSynchronization.d.ts.map +1 -1
- package/dist/cjs/standard/elements/TimeSynchronization.js +23 -11
- package/dist/cjs/standard/elements/TimeSynchronization.js.map +1 -1
- package/dist/cjs/standard/elements/UnitLocalization.d.ts.map +1 -1
- package/dist/cjs/standard/elements/UnitLocalization.js +1 -1
- package/dist/cjs/standard/elements/UnitLocalization.js.map +1 -1
- package/dist/cjs/standard/elements/UserLabel.d.ts.map +1 -1
- package/dist/cjs/standard/elements/UserLabel.js +1 -1
- package/dist/cjs/standard/elements/UserLabel.js.map +1 -1
- package/dist/cjs/standard/elements/ValidProxies.js +0 -1
- package/dist/cjs/standard/elements/ValidProxies.js.map +1 -1
- package/dist/cjs/standard/elements/ValveConfigurationAndControl.js +1 -0
- package/dist/cjs/standard/elements/ValveConfigurationAndControl.js.map +1 -1
- package/dist/cjs/standard/elements/WaterHeaterDT.d.ts +8 -0
- package/dist/cjs/standard/elements/WaterHeaterDT.d.ts.map +1 -0
- package/dist/cjs/standard/elements/WaterHeaterDT.js +77 -0
- package/dist/cjs/standard/elements/WaterHeaterDT.js.map +6 -0
- package/dist/cjs/standard/elements/WaterHeaterManagement.d.ts +8 -0
- package/dist/cjs/standard/elements/WaterHeaterManagement.d.ts.map +1 -0
- package/dist/cjs/standard/elements/WaterHeaterManagement.js +239 -0
- package/dist/cjs/standard/elements/WaterHeaterManagement.js.map +6 -0
- package/dist/cjs/standard/elements/WaterHeaterMode.d.ts +8 -0
- package/dist/cjs/standard/elements/WaterHeaterMode.d.ts.map +1 -0
- package/dist/cjs/standard/elements/WaterHeaterMode.js +100 -0
- package/dist/cjs/standard/elements/WaterHeaterMode.js.map +6 -0
- package/dist/cjs/standard/elements/WaterTankLevelMonitoring.d.ts +8 -0
- package/dist/cjs/standard/elements/WaterTankLevelMonitoring.d.ts.map +1 -0
- package/dist/cjs/standard/elements/{PulseWidthModulation.js → WaterTankLevelMonitoring.js} +9 -7
- package/dist/cjs/standard/elements/WaterTankLevelMonitoring.js.map +6 -0
- package/dist/cjs/standard/elements/WaterValveDT.js +5 -5
- package/dist/cjs/standard/elements/WiFiNetworkDiagnostics.d.ts.map +1 -1
- package/dist/cjs/standard/elements/WiFiNetworkDiagnostics.js +2 -2
- package/dist/cjs/standard/elements/WiFiNetworkDiagnostics.js.map +1 -1
- package/dist/cjs/standard/elements/WiFiNetworkManagement.d.ts +8 -0
- package/dist/cjs/standard/elements/WiFiNetworkManagement.d.ts.map +1 -0
- package/dist/cjs/standard/elements/WiFiNetworkManagement.js +84 -0
- package/dist/cjs/standard/elements/WiFiNetworkManagement.js.map +6 -0
- package/dist/cjs/standard/elements/WindowCovering.js +35 -36
- package/dist/cjs/standard/elements/WindowCovering.js.map +1 -1
- package/dist/cjs/standard/elements/WindowCoveringControllerDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/WindowCoveringControllerDT.js +0 -7
- package/dist/cjs/standard/elements/WindowCoveringControllerDT.js.map +1 -1
- package/dist/cjs/standard/elements/WindowCoveringDT.d.ts.map +1 -1
- package/dist/cjs/standard/elements/WindowCoveringDT.js +4 -15
- package/dist/cjs/standard/elements/WindowCoveringDT.js.map +1 -1
- package/dist/cjs/standard/elements/action-id.js +1 -1
- package/dist/cjs/standard/elements/amperage-mA.js +1 -1
- package/dist/cjs/standard/elements/attrib-id.js +1 -1
- package/dist/cjs/standard/elements/bool.js +1 -1
- package/dist/cjs/standard/elements/cluster-id.js +1 -1
- package/dist/cjs/standard/elements/command-id.js +1 -1
- package/dist/cjs/standard/elements/data-ver.js +2 -2
- package/dist/cjs/standard/elements/date.js +5 -5
- package/dist/cjs/standard/elements/definitions.d.ts +27 -1
- package/dist/cjs/standard/elements/definitions.d.ts.map +1 -1
- package/dist/cjs/standard/elements/definitions.js +27 -1
- package/dist/cjs/standard/elements/definitions.js.map +1 -1
- package/dist/cjs/standard/elements/devtype-id.js +1 -1
- package/dist/cjs/standard/elements/double.js +1 -1
- package/dist/cjs/standard/elements/elapsed-s.js +1 -1
- package/dist/cjs/standard/elements/endpoint-no.d.ts.map +1 -1
- package/dist/cjs/standard/elements/endpoint-no.js +2 -2
- package/dist/cjs/standard/elements/endpoint-no.js.map +1 -1
- package/dist/cjs/standard/elements/energy-mWh.js +1 -1
- package/dist/cjs/standard/elements/entry-idx.js +1 -1
- package/dist/cjs/standard/elements/enum16.js +1 -1
- package/dist/cjs/standard/elements/enum8.js +1 -1
- package/dist/cjs/standard/elements/epoch-s.js +1 -1
- package/dist/cjs/standard/elements/epoch-us.js +1 -1
- package/dist/cjs/standard/elements/event-id.js +1 -1
- package/dist/cjs/standard/elements/event-no.js +1 -1
- package/dist/cjs/standard/elements/fabric-id.js +1 -1
- package/dist/cjs/standard/elements/fabric-idx.js +1 -1
- package/dist/cjs/standard/elements/field-id.js +1 -1
- package/dist/cjs/standard/elements/group-id.js +1 -1
- package/dist/cjs/standard/elements/hwadr.js +1 -1
- package/dist/cjs/standard/elements/int16.js +1 -1
- package/dist/cjs/standard/elements/int24.js +1 -1
- package/dist/cjs/standard/elements/int32.js +1 -1
- package/dist/cjs/standard/elements/int40.js +1 -1
- package/dist/cjs/standard/elements/int48.js +1 -1
- package/dist/cjs/standard/elements/int56.js +1 -1
- package/dist/cjs/standard/elements/int64.js +1 -1
- package/dist/cjs/standard/elements/int8.js +1 -1
- package/dist/cjs/standard/elements/ipadr.d.ts.map +1 -1
- package/dist/cjs/standard/elements/ipadr.js +1 -2
- package/dist/cjs/standard/elements/ipadr.js.map +1 -1
- package/dist/cjs/standard/elements/ipv4adr.js +1 -1
- package/dist/cjs/standard/elements/ipv6adr.js +1 -1
- package/dist/cjs/standard/elements/ipv6pre.js +1 -1
- package/dist/cjs/standard/elements/list.d.ts.map +1 -1
- package/dist/cjs/standard/elements/list.js +8 -10
- package/dist/cjs/standard/elements/list.js.map +1 -1
- package/dist/cjs/standard/elements/locationdesc.d.ts +8 -0
- package/dist/cjs/standard/elements/locationdesc.d.ts.map +1 -0
- package/dist/cjs/standard/elements/locationdesc.js +69 -0
- package/dist/cjs/standard/elements/locationdesc.js.map +6 -0
- package/dist/cjs/standard/elements/map16.js +1 -1
- package/dist/cjs/standard/elements/map32.js +1 -1
- package/dist/cjs/standard/elements/map64.js +1 -1
- package/dist/cjs/standard/elements/map8.js +1 -1
- package/dist/cjs/standard/elements/models.d.ts +27 -1
- package/dist/cjs/standard/elements/models.d.ts.map +1 -1
- package/dist/cjs/standard/elements/models.js +54 -2
- package/dist/cjs/standard/elements/models.js.map +1 -1
- package/dist/cjs/standard/elements/namespace.js +1 -1
- package/dist/cjs/standard/elements/node-id.js +1 -1
- package/dist/cjs/standard/elements/octstr.js +1 -1
- package/dist/cjs/standard/elements/percent.js +1 -1
- package/dist/cjs/standard/elements/percent100ths.js +1 -1
- package/dist/cjs/standard/elements/posix-ms.js +1 -1
- package/dist/cjs/standard/elements/power-mW.js +1 -1
- package/dist/cjs/standard/elements/priority.js +1 -1
- package/dist/cjs/standard/elements/semtag.js +5 -5
- package/dist/cjs/standard/elements/single.js +1 -1
- package/dist/cjs/standard/elements/status.d.ts.map +1 -1
- package/dist/cjs/standard/elements/status.js +19 -1
- package/dist/cjs/standard/elements/status.js.map +1 -1
- package/dist/cjs/standard/elements/string.js +1 -1
- package/dist/cjs/standard/elements/struct.js +1 -1
- package/dist/cjs/standard/elements/systime-ms.js +1 -1
- package/dist/cjs/standard/elements/systime-us.js +1 -1
- package/dist/cjs/standard/elements/tag.js +1 -1
- package/dist/cjs/standard/elements/temperature.js +1 -1
- package/dist/cjs/standard/elements/tod.js +1 -1
- package/dist/cjs/standard/elements/trans-id.js +1 -1
- package/dist/cjs/standard/elements/uint16.js +1 -1
- package/dist/cjs/standard/elements/uint24.js +1 -1
- package/dist/cjs/standard/elements/uint32.js +1 -1
- package/dist/cjs/standard/elements/uint40.js +1 -1
- package/dist/cjs/standard/elements/uint48.js +1 -1
- package/dist/cjs/standard/elements/uint56.js +1 -1
- package/dist/cjs/standard/elements/uint64.js +1 -1
- package/dist/cjs/standard/elements/uint8.js +1 -1
- package/dist/cjs/standard/elements/vendor-id.js +1 -1
- package/dist/cjs/standard/elements/voltage-mV.js +1 -1
- package/dist/esm/aspects/Conformance.d.ts +5 -3
- package/dist/esm/aspects/Conformance.d.ts.map +1 -1
- package/dist/esm/aspects/Conformance.js +24 -3
- package/dist/esm/aspects/Conformance.js.map +1 -1
- package/dist/esm/aspects/Quality.d.ts +9 -2
- package/dist/esm/aspects/Quality.d.ts.map +1 -1
- package/dist/esm/aspects/Quality.js +3 -1
- package/dist/esm/aspects/Quality.js.map +1 -1
- package/dist/esm/common/Specification.d.ts +3 -3
- package/dist/esm/common/Specification.d.ts.map +1 -1
- package/dist/esm/common/Specification.js +3 -3
- package/dist/esm/logic/cluster-variance/IllegalFeatureCombinations.js +82 -66
- package/dist/esm/logic/cluster-variance/IllegalFeatureCombinations.js.map +1 -1
- package/dist/esm/logic/cluster-variance/InferredComponents.js +24 -1
- package/dist/esm/logic/cluster-variance/InferredComponents.js.map +1 -1
- package/dist/esm/logic/definition-validation/ValueValidator.d.ts.map +1 -1
- package/dist/esm/logic/definition-validation/ValueValidator.js +11 -6
- package/dist/esm/logic/definition-validation/ValueValidator.js.map +1 -1
- package/dist/esm/models/AttributeModel.d.ts.map +1 -1
- package/dist/esm/models/AttributeModel.js +1 -4
- package/dist/esm/models/AttributeModel.js.map +1 -1
- package/dist/esm/models/ClusterModel.d.ts.map +1 -1
- package/dist/esm/models/ClusterModel.js +1 -3
- package/dist/esm/models/ClusterModel.js.map +1 -1
- package/dist/esm/models/CommandModel.d.ts.map +1 -1
- package/dist/esm/models/CommandModel.js +1 -4
- package/dist/esm/models/CommandModel.js.map +1 -1
- package/dist/esm/models/DatatypeModel.d.ts +1 -0
- package/dist/esm/models/DatatypeModel.d.ts.map +1 -1
- package/dist/esm/models/DatatypeModel.js +2 -4
- package/dist/esm/models/DatatypeModel.js.map +1 -1
- package/dist/esm/models/DeviceTypeModel.d.ts +1 -0
- package/dist/esm/models/DeviceTypeModel.d.ts.map +1 -1
- package/dist/esm/models/DeviceTypeModel.js +2 -3
- package/dist/esm/models/DeviceTypeModel.js.map +1 -1
- package/dist/esm/models/EndpointModel.d.ts +1 -0
- package/dist/esm/models/EndpointModel.d.ts.map +1 -1
- package/dist/esm/models/EndpointModel.js +2 -3
- package/dist/esm/models/EndpointModel.js.map +1 -1
- package/dist/esm/models/EventModel.d.ts.map +1 -1
- package/dist/esm/models/EventModel.js +1 -4
- package/dist/esm/models/EventModel.js.map +1 -1
- package/dist/esm/models/FabricModel.d.ts +1 -0
- package/dist/esm/models/FabricModel.d.ts.map +1 -1
- package/dist/esm/models/FabricModel.js +2 -3
- package/dist/esm/models/FabricModel.js.map +1 -1
- package/dist/esm/models/FieldModel.d.ts +1 -0
- package/dist/esm/models/FieldModel.d.ts.map +1 -1
- package/dist/esm/models/FieldModel.js +2 -4
- package/dist/esm/models/FieldModel.js.map +1 -1
- package/dist/esm/models/Globals.d.ts +27 -1
- package/dist/esm/models/Globals.d.ts.map +1 -1
- package/dist/esm/models/MatterModel.d.ts +1 -0
- package/dist/esm/models/MatterModel.d.ts.map +1 -1
- package/dist/esm/models/MatterModel.js +2 -4
- package/dist/esm/models/MatterModel.js.map +1 -1
- package/dist/esm/models/Model.d.ts +26 -2
- package/dist/esm/models/Model.d.ts.map +1 -1
- package/dist/esm/models/Model.js +45 -6
- package/dist/esm/models/Model.js.map +1 -1
- package/dist/esm/models/NodeModel.d.ts +1 -0
- package/dist/esm/models/NodeModel.d.ts.map +1 -1
- package/dist/esm/models/NodeModel.js +2 -3
- package/dist/esm/models/NodeModel.js.map +1 -1
- package/dist/esm/models/RequirementModel.d.ts +1 -0
- package/dist/esm/models/RequirementModel.d.ts.map +1 -1
- package/dist/esm/models/RequirementModel.js +2 -3
- package/dist/esm/models/RequirementModel.js.map +1 -1
- package/dist/esm/models/SemanticNamespaceModel.d.ts +1 -0
- package/dist/esm/models/SemanticNamespaceModel.d.ts.map +1 -1
- package/dist/esm/models/SemanticNamespaceModel.js +2 -3
- package/dist/esm/models/SemanticNamespaceModel.js.map +1 -1
- package/dist/esm/models/SemanticTagModel.d.ts +1 -0
- package/dist/esm/models/SemanticTagModel.d.ts.map +1 -1
- package/dist/esm/models/SemanticTagModel.js +2 -3
- package/dist/esm/models/SemanticTagModel.js.map +1 -1
- package/dist/esm/standard/elements/AcceptedCommandList.d.ts.map +1 -1
- package/dist/esm/standard/elements/AcceptedCommandList.js +1 -1
- package/dist/esm/standard/elements/AcceptedCommandList.js.map +1 -1
- package/dist/esm/standard/elements/AccessControl.d.ts.map +1 -1
- package/dist/esm/standard/elements/AccessControl.js +299 -37
- package/dist/esm/standard/elements/AccessControl.js.map +1 -1
- package/dist/esm/standard/elements/Actions.d.ts.map +1 -1
- package/dist/esm/standard/elements/Actions.js +6 -6
- package/dist/esm/standard/elements/Actions.js.map +1 -1
- package/dist/esm/standard/elements/AdministratorCommissioning.d.ts.map +1 -1
- package/dist/esm/standard/elements/AdministratorCommissioning.js +18 -12
- package/dist/esm/standard/elements/AdministratorCommissioning.js.map +1 -1
- package/dist/esm/standard/elements/AggregatorDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/AggregatorDT.js +23 -4
- package/dist/esm/standard/elements/AggregatorDT.js.map +1 -1
- package/dist/esm/standard/elements/AirPurifierDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/AirPurifierDT.js +8 -1
- package/dist/esm/standard/elements/AirPurifierDT.js.map +1 -1
- package/dist/esm/standard/elements/AlarmBase.d.ts.map +1 -1
- package/dist/esm/standard/elements/AlarmBase.js +1 -1
- package/dist/esm/standard/elements/AlarmBase.js.map +1 -1
- package/dist/esm/standard/elements/ApplicationLauncher.d.ts.map +1 -1
- package/dist/esm/standard/elements/ApplicationLauncher.js +12 -4
- package/dist/esm/standard/elements/ApplicationLauncher.js.map +1 -1
- package/dist/esm/standard/elements/AreaNamespaceNS.d.ts +8 -0
- package/dist/esm/standard/elements/AreaNamespaceNS.d.ts.map +1 -0
- package/dist/esm/standard/elements/AreaNamespaceNS.js +130 -0
- package/dist/esm/standard/elements/AreaNamespaceNS.js.map +6 -0
- package/dist/esm/standard/elements/AtomicAttributeStatusStruct.d.ts +8 -0
- package/dist/esm/standard/elements/AtomicAttributeStatusStruct.d.ts.map +1 -0
- package/dist/esm/standard/elements/AtomicAttributeStatusStruct.js +36 -0
- package/dist/esm/standard/elements/AtomicAttributeStatusStruct.js.map +6 -0
- package/dist/esm/standard/elements/AtomicRequestTypeEnum.d.ts +8 -0
- package/dist/esm/standard/elements/AtomicRequestTypeEnum.d.ts.map +1 -0
- package/dist/esm/standard/elements/AtomicRequestTypeEnum.js +23 -0
- package/dist/esm/standard/elements/AtomicRequestTypeEnum.js.map +6 -0
- package/dist/esm/standard/elements/BallastConfiguration.js +1 -1
- package/dist/esm/standard/elements/BasicInformation.d.ts.map +1 -1
- package/dist/esm/standard/elements/BasicInformation.js +17 -19
- package/dist/esm/standard/elements/BasicInformation.js.map +1 -1
- package/dist/esm/standard/elements/BatteryStorageDT.d.ts +8 -0
- package/dist/esm/standard/elements/BatteryStorageDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/BatteryStorageDT.js +33 -0
- package/dist/esm/standard/elements/BatteryStorageDT.js.map +6 -0
- package/dist/esm/standard/elements/BooleanStateConfiguration.js +2 -2
- package/dist/esm/standard/elements/BridgedDeviceBasicInformation.d.ts.map +1 -1
- package/dist/esm/standard/elements/BridgedDeviceBasicInformation.js +104 -32
- package/dist/esm/standard/elements/BridgedDeviceBasicInformation.js.map +1 -1
- package/dist/esm/standard/elements/BridgedNodeDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/BridgedNodeDT.js +29 -3
- package/dist/esm/standard/elements/BridgedNodeDT.js.map +1 -1
- package/dist/esm/standard/elements/Channel.d.ts.map +1 -1
- package/dist/esm/standard/elements/Channel.js +13 -14
- package/dist/esm/standard/elements/Channel.js.map +1 -1
- package/dist/esm/standard/elements/ColorControl.d.ts.map +1 -1
- package/dist/esm/standard/elements/ColorControl.js +607 -478
- package/dist/esm/standard/elements/ColorControl.js.map +1 -1
- package/dist/esm/standard/elements/CommissionerControl.d.ts +8 -0
- package/dist/esm/standard/elements/CommissionerControl.d.ts.map +1 -0
- package/dist/esm/standard/elements/CommissionerControl.js +117 -0
- package/dist/esm/standard/elements/CommissionerControl.js.map +6 -0
- package/dist/esm/standard/elements/ConcentrationMeasurement.js +0 -1
- package/dist/esm/standard/elements/ConcentrationMeasurement.js.map +1 -1
- package/dist/esm/standard/elements/ContentControl.d.ts.map +1 -1
- package/dist/esm/standard/elements/ContentControl.js +34 -39
- package/dist/esm/standard/elements/ContentControl.js.map +1 -1
- package/dist/esm/standard/elements/ContentLauncher.d.ts.map +1 -1
- package/dist/esm/standard/elements/ContentLauncher.js +13 -11
- package/dist/esm/standard/elements/ContentLauncher.js.map +1 -1
- package/dist/esm/standard/elements/DeviceEnergyManagement.d.ts.map +1 -1
- package/dist/esm/standard/elements/DeviceEnergyManagement.js +154 -118
- package/dist/esm/standard/elements/DeviceEnergyManagement.js.map +1 -1
- package/dist/esm/standard/elements/DeviceEnergyManagementDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/DeviceEnergyManagementDT.js +31 -12
- package/dist/esm/standard/elements/DeviceEnergyManagementDT.js.map +1 -1
- package/dist/esm/standard/elements/DeviceEnergyManagementMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/DeviceEnergyManagementMode.js +40 -11
- package/dist/esm/standard/elements/DeviceEnergyManagementMode.js.map +1 -1
- package/dist/esm/standard/elements/DishwasherAlarm.d.ts.map +1 -1
- package/dist/esm/standard/elements/DishwasherAlarm.js +1 -1
- package/dist/esm/standard/elements/DishwasherAlarm.js.map +1 -1
- package/dist/esm/standard/elements/DishwasherMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/DishwasherMode.js +37 -17
- package/dist/esm/standard/elements/DishwasherMode.js.map +1 -1
- package/dist/esm/standard/elements/DoorLock.d.ts.map +1 -1
- package/dist/esm/standard/elements/DoorLock.js +505 -629
- package/dist/esm/standard/elements/DoorLock.js.map +1 -1
- package/dist/esm/standard/elements/DoorLockControllerDT.js +1 -1
- package/dist/esm/standard/elements/DoorLockControllerDT.js.map +1 -1
- package/dist/esm/standard/elements/DoorLockDT.js +2 -2
- package/dist/esm/standard/elements/DoorLockDT.js.map +1 -1
- package/dist/esm/standard/elements/EcosystemInformation.d.ts +8 -0
- package/dist/esm/standard/elements/EcosystemInformation.d.ts.map +1 -0
- package/dist/esm/standard/elements/EcosystemInformation.js +132 -0
- package/dist/esm/standard/elements/EcosystemInformation.js.map +6 -0
- package/dist/esm/standard/elements/ElectricalEnergyMeasurement.d.ts.map +1 -1
- package/dist/esm/standard/elements/ElectricalEnergyMeasurement.js +9 -18
- package/dist/esm/standard/elements/ElectricalEnergyMeasurement.js.map +1 -1
- package/dist/esm/standard/elements/ElectricalMeasurementNS.js +1 -1
- package/dist/esm/standard/elements/ElectricalPowerMeasurement.js +5 -5
- package/dist/esm/standard/elements/ElectricalPowerMeasurement.js.map +1 -1
- package/dist/esm/standard/elements/EnergyEvse.d.ts.map +1 -1
- package/dist/esm/standard/elements/EnergyEvse.js +98 -51
- package/dist/esm/standard/elements/EnergyEvse.js.map +1 -1
- package/dist/esm/standard/elements/EnergyEvseDT.d.ts +8 -0
- package/dist/esm/standard/elements/EnergyEvseDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/EnergyEvseDT.js +54 -0
- package/dist/esm/standard/elements/EnergyEvseDT.js.map +6 -0
- package/dist/esm/standard/elements/EnergyEvseMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/EnergyEvseMode.js +51 -10
- package/dist/esm/standard/elements/EnergyEvseMode.js.map +1 -1
- package/dist/esm/standard/elements/EnergyPreference.d.ts.map +1 -1
- package/dist/esm/standard/elements/EnergyPreference.js +22 -19
- package/dist/esm/standard/elements/EnergyPreference.js.map +1 -1
- package/dist/esm/standard/elements/EthernetNetworkDiagnostics.d.ts.map +1 -1
- package/dist/esm/standard/elements/EthernetNetworkDiagnostics.js +1 -1
- package/dist/esm/standard/elements/EthernetNetworkDiagnostics.js.map +1 -1
- package/dist/esm/standard/elements/EventList.d.ts.map +1 -1
- package/dist/esm/standard/elements/EventList.js +2 -13
- package/dist/esm/standard/elements/EventList.js.map +1 -1
- package/dist/esm/standard/elements/FabricIndex.js +1 -1
- package/dist/esm/standard/elements/FanControl.js +8 -10
- package/dist/esm/standard/elements/FanControl.js.map +1 -1
- package/dist/esm/standard/elements/FanDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/FanDT.js +8 -1
- package/dist/esm/standard/elements/FanDT.js.map +1 -1
- package/dist/esm/standard/elements/FeatureMap.d.ts.map +1 -1
- package/dist/esm/standard/elements/FeatureMap.js +1 -1
- package/dist/esm/standard/elements/FeatureMap.js.map +1 -1
- package/dist/esm/standard/elements/FixedLabel.d.ts.map +1 -1
- package/dist/esm/standard/elements/FixedLabel.js +1 -1
- package/dist/esm/standard/elements/FixedLabel.js.map +1 -1
- package/dist/esm/standard/elements/FlowMeasurement.d.ts.map +1 -1
- package/dist/esm/standard/elements/FlowMeasurement.js +6 -6
- package/dist/esm/standard/elements/FlowMeasurement.js.map +1 -1
- package/dist/esm/standard/elements/GeneralCommissioning.d.ts.map +1 -1
- package/dist/esm/standard/elements/GeneralCommissioning.js +163 -39
- package/dist/esm/standard/elements/GeneralCommissioning.js.map +1 -1
- package/dist/esm/standard/elements/GeneralDiagnostics.d.ts.map +1 -1
- package/dist/esm/standard/elements/GeneralDiagnostics.js +12 -13
- package/dist/esm/standard/elements/GeneralDiagnostics.js.map +1 -1
- package/dist/esm/standard/elements/GeneratedCommandList.d.ts.map +1 -1
- package/dist/esm/standard/elements/GeneratedCommandList.js +1 -1
- package/dist/esm/standard/elements/GeneratedCommandList.js.map +1 -1
- package/dist/esm/standard/elements/GroupKeyManagement.d.ts.map +1 -1
- package/dist/esm/standard/elements/GroupKeyManagement.js +13 -12
- package/dist/esm/standard/elements/GroupKeyManagement.js.map +1 -1
- package/dist/esm/standard/elements/Groups.d.ts.map +1 -1
- package/dist/esm/standard/elements/Groups.js +1 -1
- package/dist/esm/standard/elements/Groups.js.map +1 -1
- package/dist/esm/standard/elements/HeatPumpDT.d.ts +8 -0
- package/dist/esm/standard/elements/HeatPumpDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/HeatPumpDT.js +40 -0
- package/dist/esm/standard/elements/HeatPumpDT.js.map +6 -0
- package/dist/esm/standard/elements/IcdManagement.d.ts.map +1 -1
- package/dist/esm/standard/elements/IcdManagement.js +74 -20
- package/dist/esm/standard/elements/IcdManagement.js.map +1 -1
- package/dist/esm/standard/elements/Identify.js +5 -5
- package/dist/esm/standard/elements/IlluminanceMeasurement.d.ts.map +1 -1
- package/dist/esm/standard/elements/IlluminanceMeasurement.js +7 -7
- package/dist/esm/standard/elements/IlluminanceMeasurement.js.map +1 -1
- package/dist/esm/standard/elements/JointFabricAdministratorDT.d.ts +8 -0
- package/dist/esm/standard/elements/JointFabricAdministratorDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/JointFabricAdministratorDT.js +40 -0
- package/dist/esm/standard/elements/JointFabricAdministratorDT.js.map +6 -0
- package/dist/esm/standard/elements/JointFabricDatastoreCluster.d.ts +8 -0
- package/dist/esm/standard/elements/JointFabricDatastoreCluster.d.ts.map +1 -0
- package/dist/esm/standard/elements/JointFabricDatastoreCluster.js +673 -0
- package/dist/esm/standard/elements/JointFabricDatastoreCluster.js.map +6 -0
- package/dist/esm/standard/elements/JointFabricPki.d.ts +8 -0
- package/dist/esm/standard/elements/JointFabricPki.d.ts.map +1 -0
- package/dist/esm/standard/elements/JointFabricPki.js +153 -0
- package/dist/esm/standard/elements/JointFabricPki.js.map +6 -0
- package/dist/esm/standard/elements/KeypadInput.d.ts.map +1 -1
- package/dist/esm/standard/elements/KeypadInput.js +1 -1
- package/dist/esm/standard/elements/KeypadInput.js.map +1 -1
- package/dist/esm/standard/elements/LandmarkNamespaceNS.d.ts +8 -0
- package/dist/esm/standard/elements/LandmarkNamespaceNS.d.ts.map +1 -0
- package/dist/esm/standard/elements/LandmarkNamespaceNS.js +74 -0
- package/dist/esm/standard/elements/LandmarkNamespaceNS.js.map +6 -0
- package/dist/esm/standard/elements/LaundryDryerControls.js +2 -1
- package/dist/esm/standard/elements/LaundryDryerControls.js.map +1 -1
- package/dist/esm/standard/elements/LaundryNS.js +1 -1
- package/dist/esm/standard/elements/LaundryWasherControls.d.ts.map +1 -1
- package/dist/esm/standard/elements/LaundryWasherControls.js +8 -8
- package/dist/esm/standard/elements/LaundryWasherControls.js.map +1 -1
- package/dist/esm/standard/elements/LaundryWasherMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/LaundryWasherMode.js +38 -18
- package/dist/esm/standard/elements/LaundryWasherMode.js.map +1 -1
- package/dist/esm/standard/elements/LevelControl.d.ts.map +1 -1
- package/dist/esm/standard/elements/LevelControl.js +14 -13
- package/dist/esm/standard/elements/LevelControl.js.map +1 -1
- package/dist/esm/standard/elements/LocalizationConfiguration.d.ts.map +1 -1
- package/dist/esm/standard/elements/LocalizationConfiguration.js +11 -13
- package/dist/esm/standard/elements/LocalizationConfiguration.js.map +1 -1
- package/dist/esm/standard/elements/MediaInput.d.ts.map +1 -1
- package/dist/esm/standard/elements/MediaInput.js +1 -1
- package/dist/esm/standard/elements/MediaInput.js.map +1 -1
- package/dist/esm/standard/elements/MediaPlayback.d.ts.map +1 -1
- package/dist/esm/standard/elements/MediaPlayback.js +3 -2
- package/dist/esm/standard/elements/MediaPlayback.js.map +1 -1
- package/dist/esm/standard/elements/MicrowaveOvenControl.d.ts.map +1 -1
- package/dist/esm/standard/elements/MicrowaveOvenControl.js +12 -12
- package/dist/esm/standard/elements/MicrowaveOvenControl.js.map +1 -1
- package/dist/esm/standard/elements/MicrowaveOvenMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/MicrowaveOvenMode.js +39 -14
- package/dist/esm/standard/elements/MicrowaveOvenMode.js.map +1 -1
- package/dist/esm/standard/elements/ModeBase.d.ts.map +1 -1
- package/dist/esm/standard/elements/ModeBase.js +18 -69
- package/dist/esm/standard/elements/ModeBase.js.map +1 -1
- package/dist/esm/standard/elements/ModeSelect.js +10 -10
- package/dist/esm/standard/elements/ModeSelect.js.map +1 -1
- package/dist/esm/standard/elements/MountedDimmableLoadControlDT.d.ts +8 -0
- package/dist/esm/standard/elements/MountedDimmableLoadControlDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/MountedDimmableLoadControlDT.js +84 -0
- package/dist/esm/standard/elements/MountedDimmableLoadControlDT.js.map +6 -0
- package/dist/esm/standard/elements/MountedOnOffControlDT.d.ts +8 -0
- package/dist/esm/standard/elements/MountedOnOffControlDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/MountedOnOffControlDT.js +84 -0
- package/dist/esm/standard/elements/MountedOnOffControlDT.js.map +6 -0
- package/dist/esm/standard/elements/NetworkCommissioning.d.ts.map +1 -1
- package/dist/esm/standard/elements/NetworkCommissioning.js +50 -37
- package/dist/esm/standard/elements/NetworkCommissioning.js.map +1 -1
- package/dist/esm/standard/elements/NetworkInfrastructureManagerDT.d.ts +8 -0
- package/dist/esm/standard/elements/NetworkInfrastructureManagerDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/NetworkInfrastructureManagerDT.js +47 -0
- package/dist/esm/standard/elements/NetworkInfrastructureManagerDT.js.map +6 -0
- package/dist/esm/standard/elements/OccupancySensing.d.ts.map +1 -1
- package/dist/esm/standard/elements/OccupancySensing.js +197 -43
- package/dist/esm/standard/elements/OccupancySensing.js.map +1 -1
- package/dist/esm/standard/elements/OccupancySensorDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/OccupancySensorDT.js +8 -1
- package/dist/esm/standard/elements/OccupancySensorDT.js.map +1 -1
- package/dist/esm/standard/elements/OnOff.d.ts.map +1 -1
- package/dist/esm/standard/elements/OnOff.js +1 -1
- package/dist/esm/standard/elements/OnOff.js.map +1 -1
- package/dist/esm/standard/elements/OperationalCredentials.d.ts.map +1 -1
- package/dist/esm/standard/elements/OperationalCredentials.js +7 -7
- package/dist/esm/standard/elements/OperationalCredentials.js.map +1 -1
- package/dist/esm/standard/elements/OperationalState.d.ts.map +1 -1
- package/dist/esm/standard/elements/OperationalState.js +22 -22
- package/dist/esm/standard/elements/OperationalState.js.map +1 -1
- package/dist/esm/standard/elements/OtaSoftwareUpdateProvider.d.ts.map +1 -1
- package/dist/esm/standard/elements/OtaSoftwareUpdateProvider.js +11 -12
- package/dist/esm/standard/elements/OtaSoftwareUpdateProvider.js.map +1 -1
- package/dist/esm/standard/elements/OtaSoftwareUpdateRequestor.d.ts.map +1 -1
- package/dist/esm/standard/elements/OtaSoftwareUpdateRequestor.js +2 -1
- package/dist/esm/standard/elements/OtaSoftwareUpdateRequestor.js.map +1 -1
- package/dist/esm/standard/elements/OvenCavityOperationalState.d.ts.map +1 -1
- package/dist/esm/standard/elements/OvenCavityOperationalState.js +12 -3
- package/dist/esm/standard/elements/OvenCavityOperationalState.js.map +1 -1
- package/dist/esm/standard/elements/OvenDT.js +1 -1
- package/dist/esm/standard/elements/OvenMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/OvenMode.js +49 -14
- package/dist/esm/standard/elements/OvenMode.js.map +1 -1
- package/dist/esm/standard/elements/PowerSource.d.ts.map +1 -1
- package/dist/esm/standard/elements/PowerSource.js +12 -12
- package/dist/esm/standard/elements/PowerSource.js.map +1 -1
- package/dist/esm/standard/elements/PowerSourceNS.js +5 -5
- package/dist/esm/standard/elements/PressureMeasurement.js +7 -7
- package/dist/esm/standard/elements/PressureMeasurement.js.map +1 -1
- package/dist/esm/standard/elements/PumpConfigurationAndControl.d.ts.map +1 -1
- package/dist/esm/standard/elements/PumpConfigurationAndControl.js +9 -19
- package/dist/esm/standard/elements/PumpConfigurationAndControl.js.map +1 -1
- package/dist/esm/standard/elements/PumpControllerDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/PumpControllerDT.js +1 -8
- package/dist/esm/standard/elements/PumpControllerDT.js.map +1 -1
- package/dist/esm/standard/elements/PumpDT.js +14 -14
- package/dist/esm/standard/elements/RefrigeratorAlarm.d.ts.map +1 -1
- package/dist/esm/standard/elements/RefrigeratorAlarm.js +1 -1
- package/dist/esm/standard/elements/RefrigeratorAlarm.js.map +1 -1
- package/dist/esm/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.js +38 -12
- package/dist/esm/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.js.map +1 -1
- package/dist/esm/standard/elements/RefrigeratorDT.js +1 -1
- package/dist/esm/standard/elements/RefrigeratorNS.js +1 -1
- package/dist/esm/standard/elements/RelativeHumidityMeasurement.d.ts.map +1 -1
- package/dist/esm/standard/elements/RelativeHumidityMeasurement.js +3 -3
- package/dist/esm/standard/elements/RelativeHumidityMeasurement.js.map +1 -1
- package/dist/esm/standard/elements/RelativePositionNS.d.ts +8 -0
- package/dist/esm/standard/elements/RelativePositionNS.d.ts.map +1 -0
- package/dist/esm/standard/elements/RelativePositionNS.js +30 -0
- package/dist/esm/standard/elements/RelativePositionNS.js.map +6 -0
- package/dist/esm/standard/elements/ResourceMonitoring.d.ts.map +1 -1
- package/dist/esm/standard/elements/ResourceMonitoring.js +1 -1
- package/dist/esm/standard/elements/ResourceMonitoring.js.map +1 -1
- package/dist/esm/standard/elements/RoboticVacuumCleanerDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/RoboticVacuumCleanerDT.js +8 -1
- package/dist/esm/standard/elements/RoboticVacuumCleanerDT.js.map +1 -1
- package/dist/esm/standard/elements/RoomAirConditionerNS.js +1 -1
- package/dist/esm/standard/elements/RootNodeDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/RootNodeDT.js +20 -15
- package/dist/esm/standard/elements/RootNodeDT.js.map +1 -1
- package/dist/esm/standard/elements/RvcCleanMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/RvcCleanMode.js +32 -7
- package/dist/esm/standard/elements/RvcCleanMode.js.map +1 -1
- package/dist/esm/standard/elements/RvcOperationalState.d.ts.map +1 -1
- package/dist/esm/standard/elements/RvcOperationalState.js +28 -5
- package/dist/esm/standard/elements/RvcOperationalState.js.map +1 -1
- package/dist/esm/standard/elements/RvcRunMode.d.ts.map +1 -1
- package/dist/esm/standard/elements/RvcRunMode.js +32 -7
- package/dist/esm/standard/elements/RvcRunMode.js.map +1 -1
- package/dist/esm/standard/elements/ScenesManagement.d.ts.map +1 -1
- package/dist/esm/standard/elements/ScenesManagement.js +4 -4
- package/dist/esm/standard/elements/ScenesManagement.js.map +1 -1
- package/dist/esm/standard/elements/SecondaryNetworkInterfaceDT.d.ts +8 -0
- package/dist/esm/standard/elements/SecondaryNetworkInterfaceDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/SecondaryNetworkInterfaceDT.js +54 -0
- package/dist/esm/standard/elements/SecondaryNetworkInterfaceDT.js.map +6 -0
- package/dist/esm/standard/elements/ServiceArea.d.ts +8 -0
- package/dist/esm/standard/elements/ServiceArea.d.ts.map +1 -0
- package/dist/esm/standard/elements/ServiceArea.js +441 -0
- package/dist/esm/standard/elements/ServiceArea.js.map +6 -0
- package/dist/esm/standard/elements/SmokeCoAlarm.d.ts.map +1 -1
- package/dist/esm/standard/elements/SmokeCoAlarm.js +13 -17
- package/dist/esm/standard/elements/SmokeCoAlarm.js.map +1 -1
- package/dist/esm/standard/elements/SoftwareVersionCertificationStatusEnum.js +1 -1
- package/dist/esm/standard/elements/SolarPowerDT.d.ts +8 -0
- package/dist/esm/standard/elements/SolarPowerDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/SolarPowerDT.js +33 -0
- package/dist/esm/standard/elements/SolarPowerDT.js.map +6 -0
- package/dist/esm/standard/elements/Switch.d.ts.map +1 -1
- package/dist/esm/standard/elements/Switch.js +39 -25
- package/dist/esm/standard/elements/Switch.js.map +1 -1
- package/dist/esm/standard/elements/SwitchesNS.js +2 -2
- package/dist/esm/standard/elements/TargetNavigator.js +2 -1
- package/dist/esm/standard/elements/TargetNavigator.js.map +1 -1
- package/dist/esm/standard/elements/TemperatureControl.js +3 -3
- package/dist/esm/standard/elements/TemperatureControl.js.map +1 -1
- package/dist/esm/standard/elements/TemperatureControlledCabinetDT.js +1 -1
- package/dist/esm/standard/elements/TemperatureMeasurement.js +3 -3
- package/dist/esm/standard/elements/TemperatureMeasurement.js.map +1 -1
- package/dist/esm/standard/elements/Thermostat.d.ts.map +1 -1
- package/dist/esm/standard/elements/Thermostat.js +673 -124
- package/dist/esm/standard/elements/Thermostat.js.map +1 -1
- package/dist/esm/standard/elements/ThermostatDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/ThermostatDT.js +20 -35
- package/dist/esm/standard/elements/ThermostatDT.js.map +1 -1
- package/dist/esm/standard/elements/ThermostatUserInterfaceConfiguration.js +0 -3
- package/dist/esm/standard/elements/ThermostatUserInterfaceConfiguration.js.map +1 -1
- package/dist/esm/standard/elements/ThreadBorderRouterManagement.d.ts +8 -0
- package/dist/esm/standard/elements/ThreadBorderRouterManagement.d.ts.map +1 -0
- package/dist/esm/standard/elements/ThreadBorderRouterManagement.js +183 -0
- package/dist/esm/standard/elements/ThreadBorderRouterManagement.js.map +6 -0
- package/dist/esm/standard/elements/ThreadNetworkDiagnostics.d.ts.map +1 -1
- package/dist/esm/standard/elements/ThreadNetworkDiagnostics.js +26 -8
- package/dist/esm/standard/elements/ThreadNetworkDiagnostics.js.map +1 -1
- package/dist/esm/standard/elements/ThreadNetworkDirectory.d.ts +8 -0
- package/dist/esm/standard/elements/ThreadNetworkDirectory.d.ts.map +1 -0
- package/dist/esm/standard/elements/ThreadNetworkDirectory.js +167 -0
- package/dist/esm/standard/elements/ThreadNetworkDirectory.js.map +6 -0
- package/dist/esm/standard/elements/TimeFormatLocalization.js +1 -1
- package/dist/esm/standard/elements/TimeSynchronization.d.ts.map +1 -1
- package/dist/esm/standard/elements/TimeSynchronization.js +23 -11
- package/dist/esm/standard/elements/TimeSynchronization.js.map +1 -1
- package/dist/esm/standard/elements/UnitLocalization.d.ts.map +1 -1
- package/dist/esm/standard/elements/UnitLocalization.js +1 -1
- package/dist/esm/standard/elements/UnitLocalization.js.map +1 -1
- package/dist/esm/standard/elements/UserLabel.d.ts.map +1 -1
- package/dist/esm/standard/elements/UserLabel.js +1 -1
- package/dist/esm/standard/elements/UserLabel.js.map +1 -1
- package/dist/esm/standard/elements/ValidProxies.js +0 -1
- package/dist/esm/standard/elements/ValidProxies.js.map +1 -1
- package/dist/esm/standard/elements/ValveConfigurationAndControl.js +1 -0
- package/dist/esm/standard/elements/ValveConfigurationAndControl.js.map +1 -1
- package/dist/esm/standard/elements/WaterHeaterDT.d.ts +8 -0
- package/dist/esm/standard/elements/WaterHeaterDT.d.ts.map +1 -0
- package/dist/esm/standard/elements/WaterHeaterDT.js +57 -0
- package/dist/esm/standard/elements/WaterHeaterDT.js.map +6 -0
- package/dist/esm/standard/elements/WaterHeaterManagement.d.ts +8 -0
- package/dist/esm/standard/elements/WaterHeaterManagement.d.ts.map +1 -0
- package/dist/esm/standard/elements/WaterHeaterManagement.js +226 -0
- package/dist/esm/standard/elements/WaterHeaterManagement.js.map +6 -0
- package/dist/esm/standard/elements/WaterHeaterMode.d.ts +8 -0
- package/dist/esm/standard/elements/WaterHeaterMode.d.ts.map +1 -0
- package/dist/esm/standard/elements/WaterHeaterMode.js +85 -0
- package/dist/esm/standard/elements/WaterHeaterMode.js.map +6 -0
- package/dist/esm/standard/elements/WaterTankLevelMonitoring.d.ts +8 -0
- package/dist/esm/standard/elements/WaterTankLevelMonitoring.d.ts.map +1 -0
- package/dist/esm/standard/elements/WaterTankLevelMonitoring.js +15 -0
- package/dist/esm/standard/elements/WaterTankLevelMonitoring.js.map +6 -0
- package/dist/esm/standard/elements/WaterValveDT.js +5 -5
- package/dist/esm/standard/elements/WiFiNetworkDiagnostics.d.ts.map +1 -1
- package/dist/esm/standard/elements/WiFiNetworkDiagnostics.js +2 -2
- package/dist/esm/standard/elements/WiFiNetworkDiagnostics.js.map +1 -1
- package/dist/esm/standard/elements/WiFiNetworkManagement.d.ts +8 -0
- package/dist/esm/standard/elements/WiFiNetworkManagement.d.ts.map +1 -0
- package/dist/esm/standard/elements/WiFiNetworkManagement.js +68 -0
- package/dist/esm/standard/elements/WiFiNetworkManagement.js.map +6 -0
- package/dist/esm/standard/elements/WindowCovering.js +35 -36
- package/dist/esm/standard/elements/WindowCovering.js.map +1 -1
- package/dist/esm/standard/elements/WindowCoveringControllerDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/WindowCoveringControllerDT.js +0 -7
- package/dist/esm/standard/elements/WindowCoveringControllerDT.js.map +1 -1
- package/dist/esm/standard/elements/WindowCoveringDT.d.ts.map +1 -1
- package/dist/esm/standard/elements/WindowCoveringDT.js +4 -15
- package/dist/esm/standard/elements/WindowCoveringDT.js.map +1 -1
- package/dist/esm/standard/elements/action-id.js +1 -1
- package/dist/esm/standard/elements/amperage-mA.js +1 -1
- package/dist/esm/standard/elements/attrib-id.js +1 -1
- package/dist/esm/standard/elements/bool.js +1 -1
- package/dist/esm/standard/elements/cluster-id.js +1 -1
- package/dist/esm/standard/elements/command-id.js +1 -1
- package/dist/esm/standard/elements/data-ver.js +2 -2
- package/dist/esm/standard/elements/date.js +5 -5
- package/dist/esm/standard/elements/definitions.d.ts +27 -1
- package/dist/esm/standard/elements/definitions.d.ts.map +1 -1
- package/dist/esm/standard/elements/definitions.js +27 -1
- package/dist/esm/standard/elements/definitions.js.map +1 -1
- package/dist/esm/standard/elements/devtype-id.js +1 -1
- package/dist/esm/standard/elements/double.js +1 -1
- package/dist/esm/standard/elements/elapsed-s.js +1 -1
- package/dist/esm/standard/elements/endpoint-no.d.ts.map +1 -1
- package/dist/esm/standard/elements/endpoint-no.js +2 -2
- package/dist/esm/standard/elements/endpoint-no.js.map +1 -1
- package/dist/esm/standard/elements/energy-mWh.js +1 -1
- package/dist/esm/standard/elements/entry-idx.js +1 -1
- package/dist/esm/standard/elements/enum16.js +1 -1
- package/dist/esm/standard/elements/enum8.js +1 -1
- package/dist/esm/standard/elements/epoch-s.js +1 -1
- package/dist/esm/standard/elements/epoch-us.js +1 -1
- package/dist/esm/standard/elements/event-id.js +1 -1
- package/dist/esm/standard/elements/event-no.js +1 -1
- package/dist/esm/standard/elements/fabric-id.js +1 -1
- package/dist/esm/standard/elements/fabric-idx.js +1 -1
- package/dist/esm/standard/elements/field-id.js +1 -1
- package/dist/esm/standard/elements/group-id.js +1 -1
- package/dist/esm/standard/elements/hwadr.js +1 -1
- package/dist/esm/standard/elements/int16.js +1 -1
- package/dist/esm/standard/elements/int24.js +1 -1
- package/dist/esm/standard/elements/int32.js +1 -1
- package/dist/esm/standard/elements/int40.js +1 -1
- package/dist/esm/standard/elements/int48.js +1 -1
- package/dist/esm/standard/elements/int56.js +1 -1
- package/dist/esm/standard/elements/int64.js +1 -1
- package/dist/esm/standard/elements/int8.js +1 -1
- package/dist/esm/standard/elements/ipadr.d.ts.map +1 -1
- package/dist/esm/standard/elements/ipadr.js +1 -2
- package/dist/esm/standard/elements/ipadr.js.map +1 -1
- package/dist/esm/standard/elements/ipv4adr.js +1 -1
- package/dist/esm/standard/elements/ipv6adr.js +1 -1
- package/dist/esm/standard/elements/ipv6pre.js +1 -1
- package/dist/esm/standard/elements/list.d.ts.map +1 -1
- package/dist/esm/standard/elements/list.js +8 -10
- package/dist/esm/standard/elements/list.js.map +1 -1
- package/dist/esm/standard/elements/locationdesc.d.ts +8 -0
- package/dist/esm/standard/elements/locationdesc.d.ts.map +1 -0
- package/dist/esm/standard/elements/locationdesc.js +49 -0
- package/dist/esm/standard/elements/locationdesc.js.map +6 -0
- package/dist/esm/standard/elements/map16.js +1 -1
- package/dist/esm/standard/elements/map32.js +1 -1
- package/dist/esm/standard/elements/map64.js +1 -1
- package/dist/esm/standard/elements/map8.js +1 -1
- package/dist/esm/standard/elements/models.d.ts +27 -1
- package/dist/esm/standard/elements/models.d.ts.map +1 -1
- package/dist/esm/standard/elements/models.js +54 -2
- package/dist/esm/standard/elements/models.js.map +1 -1
- package/dist/esm/standard/elements/namespace.js +1 -1
- package/dist/esm/standard/elements/node-id.js +1 -1
- package/dist/esm/standard/elements/octstr.js +1 -1
- package/dist/esm/standard/elements/percent.js +1 -1
- package/dist/esm/standard/elements/percent100ths.js +1 -1
- package/dist/esm/standard/elements/posix-ms.js +1 -1
- package/dist/esm/standard/elements/power-mW.js +1 -1
- package/dist/esm/standard/elements/priority.js +1 -1
- package/dist/esm/standard/elements/semtag.js +5 -5
- package/dist/esm/standard/elements/single.js +1 -1
- package/dist/esm/standard/elements/status.d.ts.map +1 -1
- package/dist/esm/standard/elements/status.js +19 -1
- package/dist/esm/standard/elements/status.js.map +1 -1
- package/dist/esm/standard/elements/string.js +1 -1
- package/dist/esm/standard/elements/struct.js +1 -1
- package/dist/esm/standard/elements/systime-ms.js +1 -1
- package/dist/esm/standard/elements/systime-us.js +1 -1
- package/dist/esm/standard/elements/tag.js +1 -1
- package/dist/esm/standard/elements/temperature.js +1 -1
- package/dist/esm/standard/elements/tod.js +1 -1
- package/dist/esm/standard/elements/trans-id.js +1 -1
- package/dist/esm/standard/elements/uint16.js +1 -1
- package/dist/esm/standard/elements/uint24.js +1 -1
- package/dist/esm/standard/elements/uint32.js +1 -1
- package/dist/esm/standard/elements/uint40.js +1 -1
- package/dist/esm/standard/elements/uint48.js +1 -1
- package/dist/esm/standard/elements/uint56.js +1 -1
- package/dist/esm/standard/elements/uint64.js +1 -1
- package/dist/esm/standard/elements/uint8.js +1 -1
- package/dist/esm/standard/elements/vendor-id.js +1 -1
- package/dist/esm/standard/elements/voltage-mV.js +1 -1
- package/package.json +4 -4
- package/src/aspects/Conformance.ts +34 -6
- package/src/aspects/Quality.ts +9 -1
- package/src/common/Specification.ts +3 -3
- package/src/logic/cluster-variance/IllegalFeatureCombinations.ts +104 -81
- package/src/logic/cluster-variance/InferredComponents.ts +27 -1
- package/src/logic/definition-validation/ValueValidator.ts +16 -6
- package/src/models/AttributeModel.ts +2 -4
- package/src/models/ClusterModel.ts +2 -4
- package/src/models/CommandModel.ts +2 -5
- package/src/models/DatatypeModel.ts +3 -4
- package/src/models/DeviceTypeModel.ts +3 -3
- package/src/models/EndpointModel.ts +3 -3
- package/src/models/EventModel.ts +2 -5
- package/src/models/FabricModel.ts +3 -3
- package/src/models/FieldModel.ts +3 -4
- package/src/models/MatterModel.ts +3 -3
- package/src/models/Model.ts +61 -6
- package/src/models/NodeModel.ts +3 -3
- package/src/models/RequirementModel.ts +4 -4
- package/src/models/SemanticNamespaceModel.ts +3 -3
- package/src/models/SemanticTagModel.ts +3 -3
- package/src/standard/elements/AcceptedCommandList.ts +6 -2
- package/src/standard/elements/AccessControl.ts +578 -39
- package/src/standard/elements/Actions.ts +16 -13
- package/src/standard/elements/AdministratorCommissioning.ts +60 -44
- package/src/standard/elements/AggregatorDT.ts +21 -4
- package/src/standard/elements/AirPurifierDT.ts +5 -1
- package/src/standard/elements/AlarmBase.ts +1 -2
- package/src/standard/elements/ApplicationLauncher.ts +12 -6
- package/src/standard/elements/AreaNamespaceNS.ts +129 -0
- package/src/standard/elements/AtomicAttributeStatusStruct.ts +30 -0
- package/src/standard/elements/AtomicRequestTypeEnum.ts +22 -0
- package/src/standard/elements/BallastConfiguration.ts +3 -3
- package/src/standard/elements/BasicInformation.ts +33 -25
- package/src/standard/elements/BatteryStorageDT.ts +36 -0
- package/src/standard/elements/BooleanStateConfiguration.ts +2 -2
- package/src/standard/elements/BridgedDeviceBasicInformation.ts +170 -35
- package/src/standard/elements/BridgedNodeDT.ts +25 -3
- package/src/standard/elements/Channel.ts +28 -30
- package/src/standard/elements/ColorControl.ts +757 -651
- package/src/standard/elements/CommissionerControl.ts +194 -0
- package/src/standard/elements/ConcentrationMeasurement.ts +2 -2
- package/src/standard/elements/ContentControl.ts +41 -49
- package/src/standard/elements/ContentLauncher.ts +21 -20
- package/src/standard/elements/DeviceEnergyManagement.ts +254 -193
- package/src/standard/elements/DeviceEnergyManagementDT.ts +31 -8
- package/src/standard/elements/DeviceEnergyManagementMode.ts +52 -15
- package/src/standard/elements/DishwasherAlarm.ts +2 -1
- package/src/standard/elements/DishwasherMode.ts +34 -20
- package/src/standard/elements/DoorLock.ts +574 -668
- package/src/standard/elements/DoorLockControllerDT.ts +1 -1
- package/src/standard/elements/DoorLockDT.ts +2 -2
- package/src/standard/elements/EcosystemInformation.ts +191 -0
- package/src/standard/elements/ElectricalEnergyMeasurement.ts +33 -34
- package/src/standard/elements/ElectricalMeasurementNS.ts +1 -1
- package/src/standard/elements/ElectricalPowerMeasurement.ts +5 -5
- package/src/standard/elements/EnergyEvse.ts +156 -86
- package/src/standard/elements/EnergyEvseDT.ts +43 -0
- package/src/standard/elements/EnergyEvseMode.ts +79 -14
- package/src/standard/elements/EnergyPreference.ts +28 -31
- package/src/standard/elements/EthernetNetworkDiagnostics.ts +1 -2
- package/src/standard/elements/EventList.ts +2 -11
- package/src/standard/elements/FabricIndex.ts +1 -1
- package/src/standard/elements/FanControl.ts +12 -12
- package/src/standard/elements/FanDT.ts +5 -1
- package/src/standard/elements/FeatureMap.ts +5 -3
- package/src/standard/elements/FixedLabel.ts +7 -3
- package/src/standard/elements/FlowMeasurement.ts +10 -9
- package/src/standard/elements/GeneralCommissioning.ts +214 -48
- package/src/standard/elements/GeneralDiagnostics.ts +26 -31
- package/src/standard/elements/GeneratedCommandList.ts +4 -1
- package/src/standard/elements/GroupKeyManagement.ts +26 -27
- package/src/standard/elements/Groups.ts +2 -1
- package/src/standard/elements/HeatPumpDT.ts +41 -0
- package/src/standard/elements/IcdManagement.ts +71 -35
- package/src/standard/elements/Identify.ts +12 -12
- package/src/standard/elements/IlluminanceMeasurement.ts +10 -12
- package/src/standard/elements/JointFabricAdministratorDT.ts +40 -0
- package/src/standard/elements/JointFabricDatastoreCluster.ts +520 -0
- package/src/standard/elements/JointFabricPki.ts +131 -0
- package/src/standard/elements/KeypadInput.ts +3 -1
- package/src/standard/elements/LandmarkNamespaceNS.ts +76 -0
- package/src/standard/elements/LaundryDryerControls.ts +6 -6
- package/src/standard/elements/LaundryNS.ts +1 -1
- package/src/standard/elements/LaundryWasherControls.ts +23 -21
- package/src/standard/elements/LaundryWasherMode.ts +35 -21
- package/src/standard/elements/LevelControl.ts +61 -20
- package/src/standard/elements/LocalizationConfiguration.ts +13 -16
- package/src/standard/elements/MediaInput.ts +2 -1
- package/src/standard/elements/MediaPlayback.ts +7 -4
- package/src/standard/elements/MicrowaveOvenControl.ts +26 -22
- package/src/standard/elements/MicrowaveOvenMode.ts +45 -15
- package/src/standard/elements/ModeBase.ts +25 -58
- package/src/standard/elements/ModeSelect.ts +13 -13
- package/src/standard/elements/MountedDimmableLoadControlDT.ts +75 -0
- package/src/standard/elements/MountedOnOffControlDT.ts +73 -0
- package/src/standard/elements/NetworkCommissioning.ts +88 -80
- package/src/standard/elements/NetworkInfrastructureManagerDT.ts +54 -0
- package/src/standard/elements/OccupancySensing.ts +200 -55
- package/src/standard/elements/OccupancySensorDT.ts +5 -1
- package/src/standard/elements/OnOff.ts +1 -2
- package/src/standard/elements/OperationalCredentials.ts +59 -55
- package/src/standard/elements/OperationalState.ts +100 -69
- package/src/standard/elements/OtaSoftwareUpdateProvider.ts +22 -24
- package/src/standard/elements/OtaSoftwareUpdateRequestor.ts +2 -3
- package/src/standard/elements/OvenCavityOperationalState.ts +13 -3
- package/src/standard/elements/OvenDT.ts +1 -1
- package/src/standard/elements/OvenMode.ts +50 -14
- package/src/standard/elements/PowerSource.ts +44 -12
- package/src/standard/elements/PowerSourceNS.ts +5 -5
- package/src/standard/elements/PressureMeasurement.ts +8 -8
- package/src/standard/elements/PumpConfigurationAndControl.ts +32 -22
- package/src/standard/elements/PumpControllerDT.ts +1 -5
- package/src/standard/elements/PumpDT.ts +14 -14
- package/src/standard/elements/RefrigeratorAlarm.ts +2 -1
- package/src/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.ts +37 -15
- package/src/standard/elements/RefrigeratorDT.ts +1 -1
- package/src/standard/elements/RefrigeratorNS.ts +1 -1
- package/src/standard/elements/RelativeHumidityMeasurement.ts +3 -4
- package/src/standard/elements/RelativePositionNS.ts +35 -0
- package/src/standard/elements/ResourceMonitoring.ts +2 -1
- package/src/standard/elements/RoboticVacuumCleanerDT.ts +5 -1
- package/src/standard/elements/RoomAirConditionerNS.ts +1 -1
- package/src/standard/elements/RootNodeDT.ts +18 -11
- package/src/standard/elements/RvcCleanMode.ts +33 -11
- package/src/standard/elements/RvcOperationalState.ts +24 -6
- package/src/standard/elements/RvcRunMode.ts +37 -15
- package/src/standard/elements/ScenesManagement.ts +42 -23
- package/src/standard/elements/SecondaryNetworkInterfaceDT.ts +49 -0
- package/src/standard/elements/ServiceArea.ts +708 -0
- package/src/standard/elements/SmokeCoAlarm.ts +13 -15
- package/src/standard/elements/SoftwareVersionCertificationStatusEnum.ts +1 -1
- package/src/standard/elements/SolarPowerDT.ts +31 -0
- package/src/standard/elements/Switch.ts +121 -38
- package/src/standard/elements/SwitchesNS.ts +2 -2
- package/src/standard/elements/TargetNavigator.ts +2 -2
- package/src/standard/elements/TemperatureControl.ts +3 -3
- package/src/standard/elements/TemperatureControlledCabinetDT.ts +1 -1
- package/src/standard/elements/TemperatureMeasurement.ts +4 -4
- package/src/standard/elements/Thermostat.ts +997 -182
- package/src/standard/elements/ThermostatDT.ts +17 -21
- package/src/standard/elements/ThermostatUserInterfaceConfiguration.ts +3 -3
- package/src/standard/elements/ThreadBorderRouterManagement.ts +207 -0
- package/src/standard/elements/ThreadNetworkDiagnostics.ts +28 -14
- package/src/standard/elements/ThreadNetworkDirectory.ts +175 -0
- package/src/standard/elements/TimeFormatLocalization.ts +1 -1
- package/src/standard/elements/TimeSynchronization.ts +36 -34
- package/src/standard/elements/UnitLocalization.ts +1 -2
- package/src/standard/elements/UserLabel.ts +2 -1
- package/src/standard/elements/ValidProxies.ts +2 -2
- package/src/standard/elements/ValveConfigurationAndControl.ts +1 -1
- package/src/standard/elements/WaterHeaterDT.ts +47 -0
- package/src/standard/elements/WaterHeaterManagement.ts +283 -0
- package/src/standard/elements/WaterHeaterMode.ts +95 -0
- package/src/standard/elements/{PulseWidthModulation.ts → WaterTankLevelMonitoring.ts} +4 -2
- package/src/standard/elements/WaterValveDT.ts +5 -5
- package/src/standard/elements/WiFiNetworkDiagnostics.ts +5 -7
- package/src/standard/elements/WiFiNetworkManagement.ts +98 -0
- package/src/standard/elements/WindowCovering.ts +35 -35
- package/src/standard/elements/WindowCoveringControllerDT.ts +0 -4
- package/src/standard/elements/WindowCoveringDT.ts +2 -11
- package/src/standard/elements/action-id.ts +1 -1
- package/src/standard/elements/amperage-mA.ts +1 -1
- package/src/standard/elements/attrib-id.ts +1 -1
- package/src/standard/elements/bool.ts +1 -1
- package/src/standard/elements/cluster-id.ts +1 -1
- package/src/standard/elements/command-id.ts +1 -1
- package/src/standard/elements/data-ver.ts +2 -2
- package/src/standard/elements/date.ts +5 -5
- package/src/standard/elements/definitions.ts +27 -1
- package/src/standard/elements/devtype-id.ts +1 -1
- package/src/standard/elements/double.ts +1 -1
- package/src/standard/elements/elapsed-s.ts +1 -1
- package/src/standard/elements/endpoint-no.ts +4 -2
- package/src/standard/elements/energy-mWh.ts +1 -1
- package/src/standard/elements/entry-idx.ts +1 -1
- package/src/standard/elements/enum16.ts +1 -1
- package/src/standard/elements/enum8.ts +1 -1
- package/src/standard/elements/epoch-s.ts +1 -1
- package/src/standard/elements/epoch-us.ts +1 -1
- package/src/standard/elements/event-id.ts +1 -1
- package/src/standard/elements/event-no.ts +1 -1
- package/src/standard/elements/fabric-id.ts +1 -1
- package/src/standard/elements/fabric-idx.ts +1 -1
- package/src/standard/elements/field-id.ts +1 -1
- package/src/standard/elements/group-id.ts +1 -1
- package/src/standard/elements/hwadr.ts +1 -1
- package/src/standard/elements/int16.ts +1 -1
- package/src/standard/elements/int24.ts +1 -1
- package/src/standard/elements/int32.ts +1 -1
- package/src/standard/elements/int40.ts +1 -1
- package/src/standard/elements/int48.ts +1 -1
- package/src/standard/elements/int56.ts +1 -1
- package/src/standard/elements/int64.ts +1 -1
- package/src/standard/elements/int8.ts +1 -1
- package/src/standard/elements/ipadr.ts +1 -2
- package/src/standard/elements/ipv4adr.ts +1 -1
- package/src/standard/elements/ipv6adr.ts +1 -1
- package/src/standard/elements/ipv6pre.ts +1 -1
- package/src/standard/elements/list.ts +77 -91
- package/src/standard/elements/locationdesc.ts +80 -0
- package/src/standard/elements/map16.ts +1 -1
- package/src/standard/elements/map32.ts +1 -1
- package/src/standard/elements/map64.ts +1 -1
- package/src/standard/elements/map8.ts +1 -1
- package/src/standard/elements/models.ts +27 -1
- package/src/standard/elements/namespace.ts +1 -1
- package/src/standard/elements/node-id.ts +1 -1
- package/src/standard/elements/octstr.ts +1 -1
- package/src/standard/elements/percent.ts +1 -1
- package/src/standard/elements/percent100ths.ts +1 -1
- package/src/standard/elements/posix-ms.ts +1 -1
- package/src/standard/elements/power-mW.ts +1 -1
- package/src/standard/elements/priority.ts +1 -1
- package/src/standard/elements/semtag.ts +5 -5
- package/src/standard/elements/single.ts +1 -1
- package/src/standard/elements/status.ts +16 -1
- package/src/standard/elements/string.ts +1 -1
- package/src/standard/elements/struct.ts +1 -1
- package/src/standard/elements/systime-ms.ts +1 -1
- package/src/standard/elements/systime-us.ts +1 -1
- package/src/standard/elements/tag.ts +1 -1
- package/src/standard/elements/temperature.ts +1 -1
- package/src/standard/elements/tod.ts +1 -1
- package/src/standard/elements/trans-id.ts +1 -1
- package/src/standard/elements/uint16.ts +1 -1
- package/src/standard/elements/uint24.ts +1 -1
- package/src/standard/elements/uint32.ts +1 -1
- package/src/standard/elements/uint40.ts +1 -1
- package/src/standard/elements/uint48.ts +1 -1
- package/src/standard/elements/uint56.ts +1 -1
- package/src/standard/elements/uint64.ts +1 -1
- package/src/standard/elements/uint8.ts +1 -1
- package/src/standard/elements/vendor-id.ts +1 -1
- package/src/standard/elements/voltage-mV.ts +1 -1
- package/dist/cjs/standard/elements/PulseWidthModulation.d.ts.map +0 -1
- package/dist/cjs/standard/elements/PulseWidthModulation.js.map +0 -6
- package/dist/esm/standard/elements/PulseWidthModulation.d.ts.map +0 -1
- package/dist/esm/standard/elements/PulseWidthModulation.js +0 -13
- package/dist/esm/standard/elements/PulseWidthModulation.js.map +0 -6
|
@@ -34,22 +34,43 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
34
34
|
id: 768,
|
|
35
35
|
classification: "application",
|
|
36
36
|
pics: "CC",
|
|
37
|
+
details: "This cluster provides an interface for changing the color of a light. Color is specified according to the CIE 1931 Color space. Color control is carried out in terms of x,y values, as defined by this specification.\nAdditionally, color may optionally be controlled in terms of color temperature, or as hue and saturation values based on optionally variable RGB and W color points. It is recommended that the hue and saturation are interpreted according to the HSV (a.k.a. HSB) color model.\nControl over luminance is not included, as this is provided by means of the Level Control for Lighting cluster. It is recommended that the level provided by this cluster be interpreted as representing a proportion of the maximum intensity achievable at the current color.",
|
|
37
38
|
xref: { document: "cluster", section: "3.2" }
|
|
38
39
|
},
|
|
39
|
-
(0, import_elements.AttributeElement)({ name: "ClusterRevision", id: 65533, type: "ClusterRevision", default:
|
|
40
|
+
(0, import_elements.AttributeElement)({ name: "ClusterRevision", id: 65533, type: "ClusterRevision", default: 7 }),
|
|
40
41
|
(0, import_elements.AttributeElement)(
|
|
41
|
-
{ name: "FeatureMap", id: 65532, type: "FeatureMap", xref: { document: "cluster", section: "3.2.
|
|
42
|
+
{ name: "FeatureMap", id: 65532, type: "FeatureMap", xref: { document: "cluster", section: "3.2.4" } },
|
|
42
43
|
(0, import_elements.FieldElement)({
|
|
43
44
|
name: "HS",
|
|
45
|
+
conformance: "EHUE, O",
|
|
44
46
|
constraint: "0",
|
|
45
47
|
description: "HueSaturation",
|
|
46
48
|
details: "Supports color specification via hue/saturation."
|
|
47
49
|
}),
|
|
48
|
-
(0, import_elements.FieldElement)({
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
(0, import_elements.FieldElement)({
|
|
51
|
+
name: "EHUE",
|
|
52
|
+
conformance: "CL, O",
|
|
53
|
+
constraint: "1",
|
|
54
|
+
description: "EnhancedHue",
|
|
55
|
+
details: "Enhanced hue is supported."
|
|
56
|
+
}),
|
|
57
|
+
(0, import_elements.FieldElement)({
|
|
58
|
+
name: "CL",
|
|
59
|
+
conformance: "O",
|
|
60
|
+
constraint: "2",
|
|
61
|
+
description: "ColorLoop",
|
|
62
|
+
details: "Color loop is supported."
|
|
63
|
+
}),
|
|
64
|
+
(0, import_elements.FieldElement)({
|
|
65
|
+
name: "XY",
|
|
66
|
+
conformance: "O",
|
|
67
|
+
constraint: "3",
|
|
68
|
+
description: "Xy",
|
|
69
|
+
details: "Supports color specification via XY."
|
|
70
|
+
}),
|
|
51
71
|
(0, import_elements.FieldElement)({
|
|
52
72
|
name: "CT",
|
|
73
|
+
conformance: "O",
|
|
53
74
|
constraint: "4",
|
|
54
75
|
description: "ColorTemperature",
|
|
55
76
|
details: "Supports specification of color temperature."
|
|
@@ -62,25 +83,27 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
62
83
|
type: "uint8",
|
|
63
84
|
access: "R V",
|
|
64
85
|
conformance: "HS",
|
|
65
|
-
constraint: "
|
|
86
|
+
constraint: "max 254",
|
|
66
87
|
default: 0,
|
|
67
|
-
quality: "N P",
|
|
68
|
-
details:
|
|
88
|
+
quality: "N P Q",
|
|
89
|
+
details: 'The CurrentHue attribute contains the current hue value of the light. It is updated as fast as practical during commands that change the hue.\nThe hue in degrees shall be related to the CurrentHue attribute by the relationship:\nHue = "CurrentHue" * 360 / 254\nwhere CurrentHue is in the range from 0 to 254 inclusive.\nChanges to this attribute shall only be marked as reportable in the following cases:\n \u2022 At most once per second or\n \u2022 At the end of the movement/transition.',
|
|
69
90
|
xref: { document: "cluster", section: "3.2.7.2" }
|
|
70
91
|
}
|
|
71
92
|
),
|
|
72
|
-
(0, import_elements.AttributeElement)(
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
93
|
+
(0, import_elements.AttributeElement)(
|
|
94
|
+
{
|
|
95
|
+
name: "CurrentSaturation",
|
|
96
|
+
id: 1,
|
|
97
|
+
type: "uint8",
|
|
98
|
+
access: "R V",
|
|
99
|
+
conformance: "HS",
|
|
100
|
+
constraint: "max 254",
|
|
101
|
+
default: 0,
|
|
102
|
+
quality: "N S P Q",
|
|
103
|
+
details: 'Indicates the current saturation value of the light. It is updated as fast as practical during commands that change the saturation.\nThe saturation (on a scale from 0.0 to 1.0) shall be related to the CurrentSaturation attribute by the relationship:\nSaturation = "CurrentSaturation" / 254\nwhere CurrentSaturation is in the range from 0 to 254 inclusive.\nChanges to this attribute shall only be marked as reportable in the following cases:\n \u2022 At most once per second or\n \u2022 At the end of the movement/transition.',
|
|
104
|
+
xref: { document: "cluster", section: "3.2.7.3" }
|
|
105
|
+
}
|
|
106
|
+
),
|
|
84
107
|
(0, import_elements.AttributeElement)({
|
|
85
108
|
name: "RemainingTime",
|
|
86
109
|
id: 2,
|
|
@@ -89,7 +112,8 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
89
112
|
conformance: "O",
|
|
90
113
|
constraint: "0 to 65535",
|
|
91
114
|
default: 0,
|
|
92
|
-
|
|
115
|
+
quality: "Q",
|
|
116
|
+
details: "Indicates the time remaining, in 1/10ths of a second, until transitions due to the currently active command will be complete.\nChanges to this attribute shall only be marked as reportable in the following cases:\n \u2022 When it changes from 0 to any value higher than 10, or\n \u2022 When it changes, with a delta larger than 10, caused by the invoke of a command, or\n \u2022 When it changes to 0.\nFor commands with a transition time or changes to the transition time less than 1 second, changes to this attribute shall NOT be reported.\nAs this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the reporting of this attribute in order to keep track of the remaining duration.",
|
|
93
117
|
xref: { document: "cluster", section: "3.2.7.4" }
|
|
94
118
|
}),
|
|
95
119
|
(0, import_elements.AttributeElement)(
|
|
@@ -99,10 +123,10 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
99
123
|
type: "uint16",
|
|
100
124
|
access: "R V",
|
|
101
125
|
conformance: "XY",
|
|
102
|
-
constraint: "
|
|
126
|
+
constraint: "max 65279",
|
|
103
127
|
default: 24939,
|
|
104
|
-
quality: "N S P",
|
|
105
|
-
details:
|
|
128
|
+
quality: "N S P Q",
|
|
129
|
+
details: 'Indicates the current value of the normalized chromaticity value x, as defined in the CIE xyY Color Space. It is updated as fast as practical during commands that change the color.\nThe value of x shall be related to the CurrentX attribute by the relationship\nx = "CurrentX" / 65536\nwhere CurrentX is in the range from 0 to 65279 inclusive.\nChanges to this attribute shall only be marked as reportable in the following cases:\n \u2022 At most once per second or\n \u2022 At the end of the movement/transition.',
|
|
106
130
|
xref: { document: "cluster", section: "3.2.7.5" }
|
|
107
131
|
}
|
|
108
132
|
),
|
|
@@ -113,30 +137,22 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
113
137
|
type: "uint16",
|
|
114
138
|
access: "R V",
|
|
115
139
|
conformance: "XY",
|
|
116
|
-
constraint: "
|
|
140
|
+
constraint: "max 65279",
|
|
117
141
|
default: 24701,
|
|
118
|
-
quality: "N S P",
|
|
119
|
-
details:
|
|
142
|
+
quality: "N S P Q",
|
|
143
|
+
details: 'Indicates the current value of the normalized chromaticity value y, as defined in the CIE xyY Color Space. It is updated as fast as practical during commands that change the color.\nThe value of y shall be related to the CurrentY attribute by the relationship\ny = "CurrentY" / 65536\nwhere CurrentY is in the range from 0 to 65279 inclusive.\nChanges to this attribute shall only be marked as reportable in the following cases:\n \u2022 At most once per second or\n \u2022 At the end of the movement/transition.',
|
|
120
144
|
xref: { document: "cluster", section: "3.2.7.6" }
|
|
121
145
|
}
|
|
122
146
|
),
|
|
123
|
-
(0, import_elements.AttributeElement)(
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
xref: { document: "cluster", section: "3.2.7.7" }
|
|
133
|
-
},
|
|
134
|
-
(0, import_elements.FieldElement)({ name: "None", id: 0 }),
|
|
135
|
-
(0, import_elements.FieldElement)({ name: "OtherUnknown", id: 1 }),
|
|
136
|
-
(0, import_elements.FieldElement)({ name: "TemperatureMonitoring", id: 2 }),
|
|
137
|
-
(0, import_elements.FieldElement)({ name: "OpticalLuminanceMonitoringAndFeedback", id: 3 }),
|
|
138
|
-
(0, import_elements.FieldElement)({ name: "OpticalColorMonitoringAndFeedback", id: 4 })
|
|
139
|
-
),
|
|
147
|
+
(0, import_elements.AttributeElement)({
|
|
148
|
+
name: "DriftCompensation",
|
|
149
|
+
id: 5,
|
|
150
|
+
type: "DriftCompensationEnum",
|
|
151
|
+
access: "R V",
|
|
152
|
+
conformance: "O",
|
|
153
|
+
details: "Indicates what mechanism, if any, is in use for compensation for color/intensity drift over time.",
|
|
154
|
+
xref: { document: "cluster", section: "3.2.7.7" }
|
|
155
|
+
}),
|
|
140
156
|
(0, import_elements.AttributeElement)({
|
|
141
157
|
name: "CompensationText",
|
|
142
158
|
id: 6,
|
|
@@ -144,7 +160,7 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
144
160
|
access: "R V",
|
|
145
161
|
conformance: "O",
|
|
146
162
|
constraint: "max 254",
|
|
147
|
-
details: "
|
|
163
|
+
details: "This attribute shall contain a textual indication of what mechanism, if any, is in use to compensate for color/intensity drift over time.",
|
|
148
164
|
xref: { document: "cluster", section: "3.2.7.8" }
|
|
149
165
|
}),
|
|
150
166
|
(0, import_elements.AttributeElement)(
|
|
@@ -156,193 +172,31 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
156
172
|
conformance: "CT",
|
|
157
173
|
constraint: "colorTempPhysicalMinMireds to colorTempPhysicalMaxMireds",
|
|
158
174
|
default: 250,
|
|
159
|
-
quality: "N S P",
|
|
160
|
-
details:
|
|
175
|
+
quality: "N S P Q",
|
|
176
|
+
details: 'Indicates a scaled inverse of the current value of the color temperature. The unit of ColorTemperatureMireds is the mired (micro reciprocal degree), a.k.a. mirek (micro reciprocal kelvin). It is updated as fast as practical during commands that change the color.\nChanges to this attribute shall only be marked as reportable in the following cases:\n \u2022 At most once per second or\n \u2022 At the end of the movement/transition.\nThe color temperature value in kelvins shall be related to the ColorTemperatureMireds attribute in mired by the relationship\n"Color temperature [K]" = "1,000,000" / "ColorTemperatureMireds"\nwhere ColorTemperatureMireds is in the range from 1 to 65279 inclusive, giving a color temperature range from 1,000,000 K to 15.32 K.\nIf this attribute is implemented then the ColorMode attribute shall also be implemented.',
|
|
161
177
|
xref: { document: "cluster", section: "3.2.7.9" }
|
|
162
178
|
}
|
|
163
179
|
),
|
|
164
|
-
(0, import_elements.AttributeElement)(
|
|
165
|
-
{
|
|
166
|
-
name: "ColorMode",
|
|
167
|
-
id: 8,
|
|
168
|
-
type: "enum8",
|
|
169
|
-
access: "R V",
|
|
170
|
-
conformance: "M",
|
|
171
|
-
constraint: "0 to 2",
|
|
172
|
-
quality: "N",
|
|
173
|
-
details: "The ColorMode attribute indicates which attributes are currently determining the color of the device.\nThe value of the ColorMode attribute cannot be written directly - it is set upon reception of any command in section Commands to the appropriate mode for that command.\nTable 9. Values of the ColorMode Attribute",
|
|
174
|
-
xref: { document: "cluster", section: "3.2.7.10" }
|
|
175
|
-
},
|
|
176
|
-
(0, import_elements.FieldElement)({ name: "CurrentHueAndCurrentSaturation", id: 0, conformance: "HS" }),
|
|
177
|
-
(0, import_elements.FieldElement)({ name: "CurrentXAndCurrentY", id: 1, conformance: "XY" }),
|
|
178
|
-
(0, import_elements.FieldElement)({ name: "ColorTemperatureMireds", id: 2, conformance: "CT" })
|
|
179
|
-
),
|
|
180
|
-
(0, import_elements.AttributeElement)(
|
|
181
|
-
{
|
|
182
|
-
name: "Options",
|
|
183
|
-
id: 15,
|
|
184
|
-
type: "map8",
|
|
185
|
-
access: "RW VO",
|
|
186
|
-
conformance: "M",
|
|
187
|
-
constraint: "desc",
|
|
188
|
-
default: 0,
|
|
189
|
-
details: "The Options attribute is meant to be changed only during commissioning. The Options attribute is a bitmap that determines the default behavior of some cluster commands. Each command that is dependent on the Options attribute shall first construct a temporary Options bitmap that is in effect during the command processing. The temporary Options bitmap has the same format and meaning as the Options attribute, but includes any bits that may be overridden by command fields.\nBelow is the format and description of the Options attribute and temporary Options bitmap and the effect on dependent commands.\nTable 10. Options Attribute\nExecuteIfOff Options bit: Command execution shall NOT continue beyond the Options processing if all of these criteria are true:\n \u2022 The On/Off cluster exists on the same endpoint as this cluster.\n \u2022 The OnOff attribute of the On/Off cluster, on this endpoint, is FALSE.\n \u2022 The value of the ExecuteIfOff bit is 0.",
|
|
190
|
-
xref: { document: "cluster", section: "3.2.7.11" }
|
|
191
|
-
},
|
|
192
|
-
(0, import_elements.FieldElement)({ name: "ExecuteIfOff", constraint: "0" })
|
|
193
|
-
),
|
|
194
|
-
(0, import_elements.AttributeElement)({
|
|
195
|
-
name: "EnhancedCurrentHue",
|
|
196
|
-
id: 16384,
|
|
197
|
-
type: "uint16",
|
|
198
|
-
access: "R V",
|
|
199
|
-
conformance: "EHUE",
|
|
200
|
-
default: 0,
|
|
201
|
-
quality: "N S",
|
|
202
|
-
details: "The EnhancedCurrentHue attribute represents non-equidistant steps along the CIE 1931 color triangle, and it provides 16-bits precision.\nThe upper 8 bits of this attribute shall be used as an index in the implementation specific XY lookup table to provide the non-equidistance steps. The lower 8 bits shall be used to interpolate between these steps in a linear way in order to provide color zoom for the user.\nTo provide compatibility with standard ZCL, the CurrentHue attribute shall contain a hue value in the range 0 to 254, calculated from the EnhancedCurrentHue attribute.",
|
|
203
|
-
xref: { document: "cluster", section: "3.2.7.12" }
|
|
204
|
-
}),
|
|
205
|
-
(0, import_elements.AttributeElement)(
|
|
206
|
-
{
|
|
207
|
-
name: "EnhancedColorMode",
|
|
208
|
-
id: 16385,
|
|
209
|
-
type: "enum8",
|
|
210
|
-
access: "R V",
|
|
211
|
-
conformance: "M",
|
|
212
|
-
constraint: "0 to 3",
|
|
213
|
-
default: 1,
|
|
214
|
-
quality: "N S",
|
|
215
|
-
details: "The EnhancedColorMode attribute specifies which attributes are currently determining the color of the device, as detailed in Values of the EnhancedColorMode Attribute.\n### Table 11. Values of the EnhancedColorMode Attribute\nTo provide compatibility with standard ZCL, the original ColorMode attribute shall indicate \u2018CurrentHue and CurrentSaturation\u2019 when the light uses the EnhancedCurrentHue attribute. If the ColorMode attribute is changed, e.g., due to one of the standard Color Control cluster commands defined in the ZCL, its new value shall be copied to the EnhancedColorMode attribute.",
|
|
216
|
-
xref: { document: "cluster", section: "3.2.7.13" }
|
|
217
|
-
},
|
|
218
|
-
(0, import_elements.FieldElement)({ name: "CurrentHueAndCurrentSaturation", id: 0 }),
|
|
219
|
-
(0, import_elements.FieldElement)({ name: "CurrentXAndCurrentY", id: 1 }),
|
|
220
|
-
(0, import_elements.FieldElement)({ name: "ColorTemperatureMireds", id: 2 }),
|
|
221
|
-
(0, import_elements.FieldElement)({ name: "EnhancedCurrentHueAndCurrentSaturation", id: 3 })
|
|
222
|
-
),
|
|
223
|
-
(0, import_elements.AttributeElement)(
|
|
224
|
-
{
|
|
225
|
-
name: "ColorLoopActive",
|
|
226
|
-
id: 16386,
|
|
227
|
-
type: "enum16",
|
|
228
|
-
access: "R V",
|
|
229
|
-
conformance: "CL",
|
|
230
|
-
default: 0,
|
|
231
|
-
quality: "N S",
|
|
232
|
-
details: "The ColorLoopActive attribute specifies the current active status of the color loop. If this attribute has the value 0, the color loop shall not be active. If this attribute has the value 1, the color loop shall be active. All other values (2 to 254) are reserved.",
|
|
233
|
-
xref: { document: "cluster", section: "3.2.7.14" }
|
|
234
|
-
},
|
|
235
|
-
(0, import_elements.FieldElement)({ name: "Inactive", id: 0 }),
|
|
236
|
-
(0, import_elements.FieldElement)({ name: "Active", id: 1 })
|
|
237
|
-
),
|
|
238
|
-
(0, import_elements.AttributeElement)(
|
|
239
|
-
{
|
|
240
|
-
name: "ColorLoopDirection",
|
|
241
|
-
id: 16387,
|
|
242
|
-
type: "enum16",
|
|
243
|
-
access: "R V",
|
|
244
|
-
conformance: "CL",
|
|
245
|
-
default: 0,
|
|
246
|
-
quality: "N S",
|
|
247
|
-
details: "The ColorLoopDirection attribute specifies the current direction of the color loop. If this attribute has the value 0, the EnhancedCurrentHue attribute shall be decremented. If this attribute has the value 1, the EnhancedCurrentHue attribute shall be incremented. All other values (2 to 254) are reserved.",
|
|
248
|
-
xref: { document: "cluster", section: "3.2.7.15" }
|
|
249
|
-
},
|
|
250
|
-
(0, import_elements.FieldElement)({ name: "Decrement", id: 0 }),
|
|
251
|
-
(0, import_elements.FieldElement)({ name: "Increment", id: 1 })
|
|
252
|
-
),
|
|
253
|
-
(0, import_elements.AttributeElement)({
|
|
254
|
-
name: "ColorLoopTime",
|
|
255
|
-
id: 16388,
|
|
256
|
-
type: "uint16",
|
|
257
|
-
access: "R V",
|
|
258
|
-
conformance: "CL",
|
|
259
|
-
default: 25,
|
|
260
|
-
quality: "N S",
|
|
261
|
-
details: "The ColorLoopTime attribute specifies the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of the EnhancedCurrentHue attribute (between 0 and 0xFFFE).",
|
|
262
|
-
xref: { document: "cluster", section: "3.2.7.16" }
|
|
263
|
-
}),
|
|
264
180
|
(0, import_elements.AttributeElement)({
|
|
265
|
-
name: "
|
|
266
|
-
id:
|
|
267
|
-
type: "
|
|
181
|
+
name: "ColorMode",
|
|
182
|
+
id: 8,
|
|
183
|
+
type: "ColorModeEnum",
|
|
268
184
|
access: "R V",
|
|
269
|
-
conformance: "
|
|
270
|
-
|
|
271
|
-
details: "
|
|
272
|
-
xref: { document: "cluster", section: "3.2.7.
|
|
185
|
+
conformance: "M",
|
|
186
|
+
quality: "N",
|
|
187
|
+
details: "Indicates which attributes are currently determining the color of the device.\nThe value of the ColorMode attribute cannot be written directly - it is set upon reception of any command in section Commands to the appropriate mode for that command.",
|
|
188
|
+
xref: { document: "cluster", section: "3.2.7.10" }
|
|
273
189
|
}),
|
|
274
190
|
(0, import_elements.AttributeElement)({
|
|
275
|
-
name: "
|
|
276
|
-
id:
|
|
277
|
-
type: "
|
|
278
|
-
access: "
|
|
279
|
-
conformance: "
|
|
280
|
-
|
|
281
|
-
details: "The ColorLoopStoredEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.",
|
|
282
|
-
xref: { document: "cluster", section: "3.2.7.18" }
|
|
283
|
-
}),
|
|
284
|
-
(0, import_elements.AttributeElement)(
|
|
285
|
-
{
|
|
286
|
-
name: "ColorCapabilities",
|
|
287
|
-
id: 16394,
|
|
288
|
-
type: "map16",
|
|
289
|
-
access: "R V",
|
|
290
|
-
conformance: "M",
|
|
291
|
-
constraint: "0 to 31",
|
|
292
|
-
default: 0,
|
|
293
|
-
details: "Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the FeatureMap attribute. All other bits in ColorCapabilities shall be 0.",
|
|
294
|
-
xref: { document: "cluster", section: "3.2.7.19" }
|
|
295
|
-
},
|
|
296
|
-
(0, import_elements.FieldElement)({ name: "HueSaturation", constraint: "0" }),
|
|
297
|
-
(0, import_elements.FieldElement)({ name: "EnhancedHue", constraint: "1" }),
|
|
298
|
-
(0, import_elements.FieldElement)({ name: "ColorLoop", constraint: "2" }),
|
|
299
|
-
(0, import_elements.FieldElement)({ name: "XY", constraint: "3" }),
|
|
300
|
-
(0, import_elements.FieldElement)({ name: "ColorTemperature", constraint: "4" })
|
|
301
|
-
),
|
|
302
|
-
(0, import_elements.AttributeElement)({
|
|
303
|
-
name: "ColorTempPhysicalMinMireds",
|
|
304
|
-
id: 16395,
|
|
305
|
-
type: "uint16",
|
|
306
|
-
access: "R V",
|
|
307
|
-
conformance: "CT",
|
|
308
|
-
constraint: "0 to 65279",
|
|
191
|
+
name: "Options",
|
|
192
|
+
id: 15,
|
|
193
|
+
type: "OptionsBitmap",
|
|
194
|
+
access: "RW VO",
|
|
195
|
+
conformance: "M",
|
|
196
|
+
constraint: "desc",
|
|
309
197
|
default: 0,
|
|
310
|
-
details: "
|
|
311
|
-
xref: { document: "cluster", section: "3.2.7.
|
|
312
|
-
}),
|
|
313
|
-
(0, import_elements.AttributeElement)({
|
|
314
|
-
name: "ColorTempPhysicalMaxMireds",
|
|
315
|
-
id: 16396,
|
|
316
|
-
type: "uint16",
|
|
317
|
-
access: "R V",
|
|
318
|
-
conformance: "CT",
|
|
319
|
-
constraint: "0 to 65279",
|
|
320
|
-
default: 65279,
|
|
321
|
-
details: "The ColorTempPhysicalMaxMireds attribute indicates the maximum mired value supported by the hardware. ColorTempPhysicalMaxMireds corresponds to the minimum color temperature in kelvins supported by the hardware. ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.",
|
|
322
|
-
xref: { document: "cluster", section: "3.2.7.21" }
|
|
323
|
-
}),
|
|
324
|
-
(0, import_elements.AttributeElement)(
|
|
325
|
-
{
|
|
326
|
-
name: "CoupleColorTempToLevelMinMireds",
|
|
327
|
-
id: 16397,
|
|
328
|
-
type: "uint16",
|
|
329
|
-
access: "R V",
|
|
330
|
-
conformance: "CT & ColorTemperatureMireds",
|
|
331
|
-
constraint: "colorTempPhysicalMinMireds to colorTemperatureMireds",
|
|
332
|
-
details: "The CoupleColorTempToLevelMinMireds attribute specifies a lower bound on the value of the ColorTemperatureMireds attribute for the purposes of coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute when the CoupleColorTempToLevel bit of the Options attribute of the Level Control cluster is equal to 1. When coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute, this value shall correspond to a CurrentLevel value of 0xFE (100%).\nThis attribute shall be set such that the following relationship exists: ColorTempPhysicalMinMireds \u2264 CoupleColorTempToLevelMinMireds \u2264 ColorTemperatureMireds\nNote that since this attribute is stored as a micro reciprocal degree (mired) value (i.e. color temperature in kelvins = 1,000,000 / CoupleColorTempToLevelMinMireds), the CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color temperature in kelvins supported by the device.",
|
|
333
|
-
xref: { document: "cluster", section: "3.2.7.22" }
|
|
334
|
-
}
|
|
335
|
-
),
|
|
336
|
-
(0, import_elements.AttributeElement)({
|
|
337
|
-
name: "StartUpColorTemperatureMireds",
|
|
338
|
-
id: 16400,
|
|
339
|
-
type: "uint16",
|
|
340
|
-
access: "RW VM",
|
|
341
|
-
conformance: "CT & ColorTemperatureMireds",
|
|
342
|
-
constraint: "0 to 65279",
|
|
343
|
-
quality: "X N",
|
|
344
|
-
details: "The StartUpColorTemperatureMireds attribute shall define the desired startup color temperature value a lamp shall use when it is supplied with power and this value shall be reflected in the ColorTemperatureMireds attribute. In addition, the ColorMode and EnhancedColorMode attributes shall be set to 0x02 (color temperature). The values of the StartUpColorTemperatureMireds attribute are listed in the table below,\nTable 12. Values of the StartUpColorTemperatureMireds attribute",
|
|
345
|
-
xref: { document: "cluster", section: "3.2.7.23" }
|
|
198
|
+
details: "Indicates a bitmap that determines the default behavior of some cluster commands. Each command that is dependent on the Options attribute shall first construct a temporary Options bitmap that is in effect during the command processing. The temporary Options bitmap has the same format and meaning as the Options attribute, but includes any bits that may be overridden by command fields.\nThis attribute is meant to be changed only during commissioning.\nBelow is the format and description of the Options attribute and temporary Options bitmap and the effect on dependent commands.\nCommand execution shall NOT continue beyond the Options processing if all of these criteria are true:\n \u2022 The On/Off cluster exists on the same endpoint as this cluster.\n \u2022 The OnOff attribute of the On/Off cluster, on this endpoint, is FALSE.\n \u2022 The value of the ExecuteIfOff bit is 0.",
|
|
199
|
+
xref: { document: "cluster", section: "3.2.7.11" }
|
|
346
200
|
}),
|
|
347
201
|
(0, import_elements.AttributeElement)({
|
|
348
202
|
name: "NumberOfPrimaries",
|
|
@@ -350,10 +204,10 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
350
204
|
type: "uint8",
|
|
351
205
|
access: "R V",
|
|
352
206
|
conformance: "M",
|
|
353
|
-
constraint: "
|
|
207
|
+
constraint: "max 6",
|
|
354
208
|
quality: "X F",
|
|
355
|
-
details: "
|
|
356
|
-
xref: { document: "cluster", section: "3.2.
|
|
209
|
+
details: "Indicates the number of color primaries implemented on this device. A value of null shall indicate that the number of primaries is unknown.\nWhere this attribute is implemented, the attributes below for indicating the \u201Cx\u201D and \u201Cy\u201D color values of the primaries shall also be implemented for each of the primaries from 1 to NumberOfPrimaries, without leaving gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is optional.",
|
|
210
|
+
xref: { document: "cluster", section: "3.2.7.24" }
|
|
357
211
|
}),
|
|
358
212
|
(0, import_elements.AttributeElement)(
|
|
359
213
|
{
|
|
@@ -362,10 +216,10 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
362
216
|
type: "uint16",
|
|
363
217
|
access: "R V",
|
|
364
218
|
conformance: "NumberOfPrimaries > 0",
|
|
365
|
-
constraint: "
|
|
219
|
+
constraint: "max 65279",
|
|
366
220
|
quality: "F",
|
|
367
|
-
details: "
|
|
368
|
-
xref: { document: "cluster", section: "3.2.
|
|
221
|
+
details: "Indicates the normalized chromaticity value x for this primary, as defined in the CIE xyY Color Space.\nThe value of x shall be related to the Primary1X attribute by the relationship x = Primary1X / 65536 (Primary1X in the range 0 to 65279 inclusive)",
|
|
222
|
+
xref: { document: "cluster", section: "3.2.7.25" }
|
|
369
223
|
}
|
|
370
224
|
),
|
|
371
225
|
(0, import_elements.AttributeElement)(
|
|
@@ -375,10 +229,10 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
375
229
|
type: "uint16",
|
|
376
230
|
access: "R V",
|
|
377
231
|
conformance: "NumberOfPrimaries > 0",
|
|
378
|
-
constraint: "
|
|
232
|
+
constraint: "max 65279",
|
|
379
233
|
quality: "F",
|
|
380
|
-
details: "
|
|
381
|
-
xref: { document: "cluster", section: "3.2.
|
|
234
|
+
details: "Indicates the normalized chromaticity value y for this primary, as defined in the CIE xyY Color Space.\nThe value of y shall be related to the Primary1Y attribute by the relationship y = Primary1Y / 65536 (Primary1Y in the range 0 to 65279 inclusive)",
|
|
235
|
+
xref: { document: "cluster", section: "3.2.7.26" }
|
|
382
236
|
}
|
|
383
237
|
),
|
|
384
238
|
(0, import_elements.AttributeElement)({
|
|
@@ -388,8 +242,8 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
388
242
|
access: "R V",
|
|
389
243
|
conformance: "NumberOfPrimaries > 0",
|
|
390
244
|
quality: "X F",
|
|
391
|
-
details: "
|
|
392
|
-
xref: { document: "cluster", section: "3.2.
|
|
245
|
+
details: "Indicates a representation of the maximum intensity of this primary as defined in the Dimming Light Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such that the primary with the highest maximum intensity contains the value 254.\nA value of null shall indicate that this primary is not available.\n3.2.7.28. Primary2X, Primary2Y, Primary2Intensity, Primary3X, Primary3Y, Primary3Intensity, Primary4X, Primary4Y, Primary4Intensity, Primary5X, Primary5Y, Primary5Intensity, Primary6X, Primary6Y and Primary6Intensity Attributes\nThese attributes shall represent the capabilities of the 2nd, 3rd, 4th, 5th and 6th primaries, where present, in the same way as for the Primary1X, Primary1Y and Primary1Intensity attributes.",
|
|
246
|
+
xref: { document: "cluster", section: "3.2.7.27" }
|
|
393
247
|
}),
|
|
394
248
|
(0, import_elements.AttributeElement)({
|
|
395
249
|
name: "Primary2X",
|
|
@@ -397,9 +251,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
397
251
|
type: "uint16",
|
|
398
252
|
access: "R V",
|
|
399
253
|
conformance: "NumberOfPrimaries > 1",
|
|
400
|
-
constraint: "
|
|
254
|
+
constraint: "max 65279",
|
|
401
255
|
quality: "F",
|
|
402
|
-
xref: { document: "cluster", section: "3.2.
|
|
256
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
403
257
|
}),
|
|
404
258
|
(0, import_elements.AttributeElement)({
|
|
405
259
|
name: "Primary2Y",
|
|
@@ -407,9 +261,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
407
261
|
type: "uint16",
|
|
408
262
|
access: "R V",
|
|
409
263
|
conformance: "NumberOfPrimaries > 1",
|
|
410
|
-
constraint: "
|
|
264
|
+
constraint: "max 65279",
|
|
411
265
|
quality: "F",
|
|
412
|
-
xref: { document: "cluster", section: "3.2.
|
|
266
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
413
267
|
}),
|
|
414
268
|
(0, import_elements.AttributeElement)({
|
|
415
269
|
name: "Primary2Intensity",
|
|
@@ -418,7 +272,7 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
418
272
|
access: "R V",
|
|
419
273
|
conformance: "NumberOfPrimaries > 1",
|
|
420
274
|
quality: "X F",
|
|
421
|
-
xref: { document: "cluster", section: "3.2.
|
|
275
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
422
276
|
}),
|
|
423
277
|
(0, import_elements.AttributeElement)({
|
|
424
278
|
name: "Primary3X",
|
|
@@ -426,9 +280,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
426
280
|
type: "uint16",
|
|
427
281
|
access: "R V",
|
|
428
282
|
conformance: "NumberOfPrimaries > 2",
|
|
429
|
-
constraint: "
|
|
283
|
+
constraint: "max 65279",
|
|
430
284
|
quality: "F",
|
|
431
|
-
xref: { document: "cluster", section: "3.2.
|
|
285
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
432
286
|
}),
|
|
433
287
|
(0, import_elements.AttributeElement)({
|
|
434
288
|
name: "Primary3Y",
|
|
@@ -436,9 +290,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
436
290
|
type: "uint16",
|
|
437
291
|
access: "R V",
|
|
438
292
|
conformance: "NumberOfPrimaries > 2",
|
|
439
|
-
constraint: "
|
|
293
|
+
constraint: "max 65279",
|
|
440
294
|
quality: "F",
|
|
441
|
-
xref: { document: "cluster", section: "3.2.
|
|
295
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
442
296
|
}),
|
|
443
297
|
(0, import_elements.AttributeElement)({
|
|
444
298
|
name: "Primary3Intensity",
|
|
@@ -447,7 +301,7 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
447
301
|
access: "R V",
|
|
448
302
|
conformance: "NumberOfPrimaries > 2",
|
|
449
303
|
quality: "X F",
|
|
450
|
-
xref: { document: "cluster", section: "3.2.
|
|
304
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
451
305
|
}),
|
|
452
306
|
(0, import_elements.AttributeElement)({
|
|
453
307
|
name: "Primary4X",
|
|
@@ -455,9 +309,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
455
309
|
type: "uint16",
|
|
456
310
|
access: "R V",
|
|
457
311
|
conformance: "NumberOfPrimaries > 3",
|
|
458
|
-
constraint: "
|
|
312
|
+
constraint: "max 65279",
|
|
459
313
|
quality: "F",
|
|
460
|
-
xref: { document: "cluster", section: "3.2.
|
|
314
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
461
315
|
}),
|
|
462
316
|
(0, import_elements.AttributeElement)({
|
|
463
317
|
name: "Primary4Y",
|
|
@@ -465,9 +319,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
465
319
|
type: "uint16",
|
|
466
320
|
access: "R V",
|
|
467
321
|
conformance: "NumberOfPrimaries > 3",
|
|
468
|
-
constraint: "
|
|
322
|
+
constraint: "max 65279",
|
|
469
323
|
quality: "F",
|
|
470
|
-
xref: { document: "cluster", section: "3.2.
|
|
324
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
471
325
|
}),
|
|
472
326
|
(0, import_elements.AttributeElement)({
|
|
473
327
|
name: "Primary4Intensity",
|
|
@@ -476,7 +330,7 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
476
330
|
access: "R V",
|
|
477
331
|
conformance: "NumberOfPrimaries > 3",
|
|
478
332
|
quality: "X F",
|
|
479
|
-
xref: { document: "cluster", section: "3.2.
|
|
333
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
480
334
|
}),
|
|
481
335
|
(0, import_elements.AttributeElement)({
|
|
482
336
|
name: "Primary5X",
|
|
@@ -484,9 +338,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
484
338
|
type: "uint16",
|
|
485
339
|
access: "R V",
|
|
486
340
|
conformance: "NumberOfPrimaries > 4",
|
|
487
|
-
constraint: "
|
|
341
|
+
constraint: "max 65279",
|
|
488
342
|
quality: "F",
|
|
489
|
-
xref: { document: "cluster", section: "3.2.
|
|
343
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
490
344
|
}),
|
|
491
345
|
(0, import_elements.AttributeElement)({
|
|
492
346
|
name: "Primary5Y",
|
|
@@ -494,9 +348,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
494
348
|
type: "uint16",
|
|
495
349
|
access: "R V",
|
|
496
350
|
conformance: "NumberOfPrimaries > 4",
|
|
497
|
-
constraint: "
|
|
351
|
+
constraint: "max 65279",
|
|
498
352
|
quality: "F",
|
|
499
|
-
xref: { document: "cluster", section: "3.2.
|
|
353
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
500
354
|
}),
|
|
501
355
|
(0, import_elements.AttributeElement)({
|
|
502
356
|
name: "Primary5Intensity",
|
|
@@ -505,7 +359,7 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
505
359
|
access: "R V",
|
|
506
360
|
conformance: "NumberOfPrimaries > 4",
|
|
507
361
|
quality: "X F",
|
|
508
|
-
xref: { document: "cluster", section: "3.2.
|
|
362
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
509
363
|
}),
|
|
510
364
|
(0, import_elements.AttributeElement)({
|
|
511
365
|
name: "Primary6X",
|
|
@@ -513,9 +367,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
513
367
|
type: "uint16",
|
|
514
368
|
access: "R V",
|
|
515
369
|
conformance: "NumberOfPrimaries > 5",
|
|
516
|
-
constraint: "
|
|
370
|
+
constraint: "max 65279",
|
|
517
371
|
quality: "F",
|
|
518
|
-
xref: { document: "cluster", section: "3.2.
|
|
372
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
519
373
|
}),
|
|
520
374
|
(0, import_elements.AttributeElement)({
|
|
521
375
|
name: "Primary6Y",
|
|
@@ -523,9 +377,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
523
377
|
type: "uint16",
|
|
524
378
|
access: "R V",
|
|
525
379
|
conformance: "NumberOfPrimaries > 5",
|
|
526
|
-
constraint: "
|
|
380
|
+
constraint: "max 65279",
|
|
527
381
|
quality: "F",
|
|
528
|
-
xref: { document: "cluster", section: "3.2.
|
|
382
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
529
383
|
}),
|
|
530
384
|
(0, import_elements.AttributeElement)({
|
|
531
385
|
name: "Primary6Intensity",
|
|
@@ -534,7 +388,7 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
534
388
|
access: "R V",
|
|
535
389
|
conformance: "NumberOfPrimaries > 5",
|
|
536
390
|
quality: "X F",
|
|
537
|
-
xref: { document: "cluster", section: "3.2.
|
|
391
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
538
392
|
}),
|
|
539
393
|
(0, import_elements.AttributeElement)(
|
|
540
394
|
{
|
|
@@ -543,9 +397,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
543
397
|
type: "uint16",
|
|
544
398
|
access: "RW VM",
|
|
545
399
|
conformance: "O",
|
|
546
|
-
constraint: "
|
|
547
|
-
details: "
|
|
548
|
-
xref: { document: "cluster", section: "3.2.
|
|
400
|
+
constraint: "max 65279",
|
|
401
|
+
details: "Indicates the normalized chromaticity value x, as defined in the CIE xyY Color Space, of the current white point of the device.\nThe value of x shall be related to the WhitePointX attribute by the relationship x = WhitePointX / 65536 (WhitePointX in the range 0 to 65279 inclusive)",
|
|
402
|
+
xref: { document: "cluster", section: "3.2.7.29" }
|
|
549
403
|
}
|
|
550
404
|
),
|
|
551
405
|
(0, import_elements.AttributeElement)(
|
|
@@ -555,9 +409,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
555
409
|
type: "uint16",
|
|
556
410
|
access: "RW VM",
|
|
557
411
|
conformance: "O",
|
|
558
|
-
constraint: "
|
|
559
|
-
details: "
|
|
560
|
-
xref: { document: "cluster", section: "3.2.
|
|
412
|
+
constraint: "max 65279",
|
|
413
|
+
details: "Indicates the normalized chromaticity value y, as defined in the CIE xyY Color Space, of the current white point of the device.\nThe value of y shall be related to the WhitePointY attribute by the relationship y = WhitePointY / 65536 (WhitePointY in the range 0 to 65279 inclusive)",
|
|
414
|
+
xref: { document: "cluster", section: "3.2.7.30" }
|
|
561
415
|
}
|
|
562
416
|
),
|
|
563
417
|
(0, import_elements.AttributeElement)(
|
|
@@ -567,9 +421,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
567
421
|
type: "uint16",
|
|
568
422
|
access: "RW VM",
|
|
569
423
|
conformance: "O",
|
|
570
|
-
constraint: "
|
|
571
|
-
details: "
|
|
572
|
-
xref: { document: "cluster", section: "3.2.
|
|
424
|
+
constraint: "max 65279",
|
|
425
|
+
details: "Indicates the normalized chromaticity value x, as defined in the CIE xyY Color Space, of the red color point of the device.\nThe value of x shall be related to the ColorPointRX attribute by the relationship x = ColorPointRX / 65536 (ColorPointRX in the range 0 to 65279 inclusive)",
|
|
426
|
+
xref: { document: "cluster", section: "3.2.7.31" }
|
|
573
427
|
}
|
|
574
428
|
),
|
|
575
429
|
(0, import_elements.AttributeElement)(
|
|
@@ -579,9 +433,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
579
433
|
type: "uint16",
|
|
580
434
|
access: "RW VM",
|
|
581
435
|
conformance: "O",
|
|
582
|
-
constraint: "
|
|
583
|
-
details: "
|
|
584
|
-
xref: { document: "cluster", section: "3.2.
|
|
436
|
+
constraint: "max 65279",
|
|
437
|
+
details: "Indicates the normalized chromaticity value y, as defined in the CIE xyY Color Space, of the red color point of the device.\nThe value of y shall be related to the ColorPointRY attribute by the relationship y = ColorPointRY / 65536 (ColorPointRY in the range 0 to 65279 inclusive)",
|
|
438
|
+
xref: { document: "cluster", section: "3.2.7.32" }
|
|
585
439
|
}
|
|
586
440
|
),
|
|
587
441
|
(0, import_elements.AttributeElement)({
|
|
@@ -591,8 +445,8 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
591
445
|
access: "RW VM",
|
|
592
446
|
conformance: "O",
|
|
593
447
|
quality: "X",
|
|
594
|
-
details: "
|
|
595
|
-
xref: { document: "cluster", section: "3.2.
|
|
448
|
+
details: "Indicates a representation of the relative intensity of the red color point as defined in the Dimming Light Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such that the color point with the highest relative intensity contains the value 254.\nA value of null shall indicate an invalid value.\n3.2.7.34. ColorPointGX, ColorPointGY, ColorPointGIntensity, ColorPointBX, ColorPointBY and ColorPointBIntensity Attributes\nThese attributes shall represent the chromaticity values and intensities of the green and blue color points, in the same way as for the ColorPointRX, ColorPointRY and ColorPointRIntensity attributes.\nIf any one of these red, green or blue color point attributes is implemented then they shall all be implemented.",
|
|
449
|
+
xref: { document: "cluster", section: "3.2.7.33" }
|
|
596
450
|
}),
|
|
597
451
|
(0, import_elements.AttributeElement)({
|
|
598
452
|
name: "ColorPointGx",
|
|
@@ -600,8 +454,8 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
600
454
|
type: "uint16",
|
|
601
455
|
access: "RW VM",
|
|
602
456
|
conformance: "O",
|
|
603
|
-
constraint: "
|
|
604
|
-
xref: { document: "cluster", section: "3.2.
|
|
457
|
+
constraint: "max 65279",
|
|
458
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
605
459
|
}),
|
|
606
460
|
(0, import_elements.AttributeElement)({
|
|
607
461
|
name: "ColorPointGy",
|
|
@@ -609,8 +463,8 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
609
463
|
type: "uint16",
|
|
610
464
|
access: "RW VM",
|
|
611
465
|
conformance: "O",
|
|
612
|
-
constraint: "
|
|
613
|
-
xref: { document: "cluster", section: "3.2.
|
|
466
|
+
constraint: "max 65279",
|
|
467
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
614
468
|
}),
|
|
615
469
|
(0, import_elements.AttributeElement)({
|
|
616
470
|
name: "ColorPointGIntensity",
|
|
@@ -619,7 +473,7 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
619
473
|
access: "RW VM",
|
|
620
474
|
conformance: "O",
|
|
621
475
|
quality: "X",
|
|
622
|
-
xref: { document: "cluster", section: "3.2.
|
|
476
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
623
477
|
}),
|
|
624
478
|
(0, import_elements.AttributeElement)({
|
|
625
479
|
name: "ColorPointBx",
|
|
@@ -627,8 +481,8 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
627
481
|
type: "uint16",
|
|
628
482
|
access: "RW VM",
|
|
629
483
|
conformance: "O",
|
|
630
|
-
constraint: "
|
|
631
|
-
xref: { document: "cluster", section: "3.2.
|
|
484
|
+
constraint: "max 65279",
|
|
485
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
632
486
|
}),
|
|
633
487
|
(0, import_elements.AttributeElement)({
|
|
634
488
|
name: "ColorPointBy",
|
|
@@ -636,8 +490,8 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
636
490
|
type: "uint16",
|
|
637
491
|
access: "RW VM",
|
|
638
492
|
conformance: "O",
|
|
639
|
-
constraint: "
|
|
640
|
-
xref: { document: "cluster", section: "3.2.
|
|
493
|
+
constraint: "max 65279",
|
|
494
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
641
495
|
}),
|
|
642
496
|
(0, import_elements.AttributeElement)({
|
|
643
497
|
name: "ColorPointBIntensity",
|
|
@@ -646,7 +500,156 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
646
500
|
access: "RW VM",
|
|
647
501
|
conformance: "O",
|
|
648
502
|
quality: "X",
|
|
649
|
-
xref: { document: "cluster", section: "3.2.
|
|
503
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
504
|
+
}),
|
|
505
|
+
(0, import_elements.AttributeElement)({
|
|
506
|
+
name: "EnhancedCurrentHue",
|
|
507
|
+
id: 16384,
|
|
508
|
+
type: "uint16",
|
|
509
|
+
access: "R V",
|
|
510
|
+
conformance: "EHUE",
|
|
511
|
+
default: 0,
|
|
512
|
+
quality: "N S Q",
|
|
513
|
+
details: "Indicates the non-equidistant steps along the CIE 1931 color triangle, and it provides 16-bits precision.\nThe upper 8 bits of this attribute shall be used as an index in the implementation specific XY lookup table to provide the non-equidistant steps. The lower 8 bits shall be used to interpolate between these steps in a linear way in order to provide color zoom for the user.\nTo provide compatibility with clients not supporting EHUE, the CurrentHue attribute shall contain a hue value in the range 0 to 254, calculated from the EnhancedCurrentHue attribute.\nChanges to this attribute shall only be marked as reportable in the following cases:\n \u2022 At most once per second or\n \u2022 At the end of the movement/transition.",
|
|
514
|
+
xref: { document: "cluster", section: "3.2.7.12" }
|
|
515
|
+
}),
|
|
516
|
+
(0, import_elements.AttributeElement)({
|
|
517
|
+
name: "EnhancedColorMode",
|
|
518
|
+
id: 16385,
|
|
519
|
+
type: "EnhancedColorModeEnum",
|
|
520
|
+
access: "R V",
|
|
521
|
+
conformance: "M",
|
|
522
|
+
default: 1,
|
|
523
|
+
quality: "N S",
|
|
524
|
+
details: "Indicates which attributes are currently determining the color of the device.\nTo provide compatibility with clients not supporting EHUE, the original ColorMode attribute shall indicate CurrentHue and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If the ColorMode attribute is changed, its new value shall be copied to the EnhancedColorMode attribute.",
|
|
525
|
+
xref: { document: "cluster", section: "3.2.7.13" }
|
|
526
|
+
}),
|
|
527
|
+
(0, import_elements.AttributeElement)(
|
|
528
|
+
{
|
|
529
|
+
name: "ColorLoopActive",
|
|
530
|
+
id: 16386,
|
|
531
|
+
type: "enum16",
|
|
532
|
+
access: "R V",
|
|
533
|
+
conformance: "CL",
|
|
534
|
+
constraint: "max 1",
|
|
535
|
+
default: 0,
|
|
536
|
+
quality: "N S",
|
|
537
|
+
details: "Indicates the current active status of the color loop. If this attribute has the value 0, the color loop shall NOT be active. If this attribute has the value 1, the color loop shall be active.",
|
|
538
|
+
xref: { document: "cluster", section: "3.2.7.14" }
|
|
539
|
+
},
|
|
540
|
+
(0, import_elements.FieldElement)({ name: "Inactive", id: 0 }),
|
|
541
|
+
(0, import_elements.FieldElement)({ name: "Active", id: 1 })
|
|
542
|
+
),
|
|
543
|
+
(0, import_elements.AttributeElement)({
|
|
544
|
+
name: "ColorLoopDirection",
|
|
545
|
+
id: 16387,
|
|
546
|
+
type: "ColorLoopDirectionEnum",
|
|
547
|
+
access: "R V",
|
|
548
|
+
asOf: "1.4",
|
|
549
|
+
conformance: "CL",
|
|
550
|
+
constraint: "max 1",
|
|
551
|
+
default: 0,
|
|
552
|
+
quality: "N S",
|
|
553
|
+
details: "Indicates the current direction of the color loop. If this attribute has the value 0, the EnhancedCurrentHue attribute shall be decremented. If this attribute has the value 1, the EnhancedCurrentHue attribute shall be incremented.",
|
|
554
|
+
xref: { document: "cluster", section: "3.2.7.15" }
|
|
555
|
+
}),
|
|
556
|
+
(0, import_elements.AttributeElement)({
|
|
557
|
+
name: "ColorLoopTime",
|
|
558
|
+
id: 16388,
|
|
559
|
+
type: "uint16",
|
|
560
|
+
access: "R V",
|
|
561
|
+
conformance: "CL",
|
|
562
|
+
default: 25,
|
|
563
|
+
quality: "N S",
|
|
564
|
+
details: "Indicates the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of the EnhancedCurrentHue attribute (between 0 and 65534).",
|
|
565
|
+
xref: { document: "cluster", section: "3.2.7.16" }
|
|
566
|
+
}),
|
|
567
|
+
(0, import_elements.AttributeElement)({
|
|
568
|
+
name: "ColorLoopStartEnhancedHue",
|
|
569
|
+
id: 16389,
|
|
570
|
+
type: "uint16",
|
|
571
|
+
access: "R V",
|
|
572
|
+
conformance: "CL",
|
|
573
|
+
default: 8960,
|
|
574
|
+
details: "Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.",
|
|
575
|
+
xref: { document: "cluster", section: "3.2.7.17" }
|
|
576
|
+
}),
|
|
577
|
+
(0, import_elements.AttributeElement)({
|
|
578
|
+
name: "ColorLoopStoredEnhancedHue",
|
|
579
|
+
id: 16390,
|
|
580
|
+
type: "uint16",
|
|
581
|
+
access: "R V",
|
|
582
|
+
conformance: "CL",
|
|
583
|
+
default: 0,
|
|
584
|
+
details: "Indicates the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.",
|
|
585
|
+
xref: { document: "cluster", section: "3.2.7.18" }
|
|
586
|
+
}),
|
|
587
|
+
(0, import_elements.AttributeElement)(
|
|
588
|
+
{
|
|
589
|
+
name: "ColorCapabilities",
|
|
590
|
+
id: 16394,
|
|
591
|
+
type: "map16",
|
|
592
|
+
access: "R V",
|
|
593
|
+
conformance: "M",
|
|
594
|
+
constraint: "max 31",
|
|
595
|
+
default: 0,
|
|
596
|
+
details: "Indicates the color control capabilities of the device.\nBits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the FeatureMap attribute. All other bits in ColorCapabilities shall be 0.",
|
|
597
|
+
xref: { document: "cluster", section: "3.2.7.19" }
|
|
598
|
+
},
|
|
599
|
+
(0, import_elements.FieldElement)({ name: "HueSaturation", constraint: "0", description: "Supports color specification via hue/saturation." }),
|
|
600
|
+
(0, import_elements.FieldElement)({ name: "EnhancedHue", constraint: "1", description: "Enhanced hue is supported." }),
|
|
601
|
+
(0, import_elements.FieldElement)({ name: "ColorLoop", constraint: "2", description: "Color loop is supported." }),
|
|
602
|
+
(0, import_elements.FieldElement)({ name: "XY", constraint: "3", description: "Supports color specification via XY." }),
|
|
603
|
+
(0, import_elements.FieldElement)({
|
|
604
|
+
name: "ColorTemperature",
|
|
605
|
+
constraint: "4",
|
|
606
|
+
description: "Supports color specification via color temperature."
|
|
607
|
+
})
|
|
608
|
+
),
|
|
609
|
+
(0, import_elements.AttributeElement)({
|
|
610
|
+
name: "ColorTempPhysicalMinMireds",
|
|
611
|
+
id: 16395,
|
|
612
|
+
type: "uint16",
|
|
613
|
+
access: "R V",
|
|
614
|
+
conformance: "CT",
|
|
615
|
+
constraint: "1 to 65279",
|
|
616
|
+
default: 1,
|
|
617
|
+
details: "Indicates the minimum mired value supported by the hardware. ColorTempPhysicalMinMireds corresponds to the maximum color temperature in kelvins supported by the hardware.\nColorTempPhysicalMinMireds <= ColorTemperatureMireds.",
|
|
618
|
+
xref: { document: "cluster", section: "3.2.7.20" }
|
|
619
|
+
}),
|
|
620
|
+
(0, import_elements.AttributeElement)({
|
|
621
|
+
name: "ColorTempPhysicalMaxMireds",
|
|
622
|
+
id: 16396,
|
|
623
|
+
type: "uint16",
|
|
624
|
+
access: "R V",
|
|
625
|
+
conformance: "CT",
|
|
626
|
+
constraint: "max 65279",
|
|
627
|
+
default: 65279,
|
|
628
|
+
details: "Indicates the maximum mired value supported by the hardware. ColorTempPhysicalMaxMireds corresponds to the minimum color temperature in kelvins supported by the hardware.\nColorTemperatureMireds <= ColorTempPhysicalMaxMireds.",
|
|
629
|
+
xref: { document: "cluster", section: "3.2.7.21" }
|
|
630
|
+
}),
|
|
631
|
+
(0, import_elements.AttributeElement)(
|
|
632
|
+
{
|
|
633
|
+
name: "CoupleColorTempToLevelMinMireds",
|
|
634
|
+
id: 16397,
|
|
635
|
+
type: "uint16",
|
|
636
|
+
access: "R V",
|
|
637
|
+
conformance: "CT & ColorTemperatureMireds",
|
|
638
|
+
constraint: "colorTempPhysicalMinMireds to colorTemperatureMireds",
|
|
639
|
+
details: "Indicates a lower bound on the value of the ColorTemperatureMireds attribute for the purposes of coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute when the CoupleColorTempToLevel bit of the Options attribute of the Level Control cluster is equal to 1. When coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute, this value shall correspond to a CurrentLevel value of 254 (100%).\nThis attribute shall be set such that the following relationship exists: ColorTempPhysicalMinMireds <= CoupleColorTempToLevelMinMireds <= ColorTemperatureMireds\nNote that since this attribute is stored as a micro reciprocal degree (mired) value (i.e. color temperature in kelvins = 1,000,000 / CoupleColorTempToLevelMinMireds), the CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color temperature\nin kelvins supported by the device.",
|
|
640
|
+
xref: { document: "cluster", section: "3.2.7.22" }
|
|
641
|
+
}
|
|
642
|
+
),
|
|
643
|
+
(0, import_elements.AttributeElement)({
|
|
644
|
+
name: "StartUpColorTemperatureMireds",
|
|
645
|
+
id: 16400,
|
|
646
|
+
type: "uint16",
|
|
647
|
+
access: "RW VM",
|
|
648
|
+
conformance: "CT & ColorTemperatureMireds",
|
|
649
|
+
constraint: "1 to 65279",
|
|
650
|
+
quality: "X N",
|
|
651
|
+
details: "Indicates the desired startup color temperature value the light shall use when it is supplied with power and this value shall be reflected in the ColorTemperatureMireds attribute. In addition, the ColorMode and EnhancedColorMode attributes shall be set to 2 (ColorTemperatureMireds). The values of the StartUpColorTemperatureMireds attribute are listed in the table below,",
|
|
652
|
+
xref: { document: "cluster", section: "3.2.7.23" }
|
|
650
653
|
}),
|
|
651
654
|
(0, import_elements.CommandElement)(
|
|
652
655
|
{
|
|
@@ -656,34 +659,33 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
656
659
|
conformance: "HS",
|
|
657
660
|
direction: "request",
|
|
658
661
|
response: "status",
|
|
659
|
-
xref: { document: "cluster", section: "3.2.
|
|
662
|
+
xref: { document: "cluster", section: "3.2.8.4" }
|
|
660
663
|
},
|
|
661
664
|
(0, import_elements.FieldElement)({
|
|
662
665
|
name: "Hue",
|
|
663
666
|
id: 0,
|
|
664
667
|
type: "uint8",
|
|
665
668
|
conformance: "M",
|
|
666
|
-
constraint: "
|
|
667
|
-
details: "
|
|
668
|
-
xref: { document: "cluster", section: "3.2.
|
|
669
|
+
constraint: "max 254",
|
|
670
|
+
details: "This field shall indicate the hue to be moved to.",
|
|
671
|
+
xref: { document: "cluster", section: "3.2.8.4.1" }
|
|
669
672
|
}),
|
|
670
673
|
(0, import_elements.FieldElement)({
|
|
671
674
|
name: "Direction",
|
|
672
675
|
id: 1,
|
|
673
|
-
type: "
|
|
676
|
+
type: "DirectionEnum",
|
|
674
677
|
conformance: "M",
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
xref: { document: "cluster", section: "3.2.11.4.2" }
|
|
678
|
+
details: "This field shall indicate the movement direction.",
|
|
679
|
+
xref: { document: "cluster", section: "3.2.8.4.2" }
|
|
678
680
|
}),
|
|
679
681
|
(0, import_elements.FieldElement)({
|
|
680
682
|
name: "TransitionTime",
|
|
681
683
|
id: 2,
|
|
682
684
|
type: "uint16",
|
|
683
685
|
conformance: "M",
|
|
684
|
-
constraint: "
|
|
685
|
-
details: "
|
|
686
|
-
xref: { document: "cluster", section: "3.2.
|
|
686
|
+
constraint: "max 65534",
|
|
687
|
+
details: "This field shall indicate, in 1/10ths of a second, the time that shall be taken to move to the new hue.",
|
|
688
|
+
xref: { document: "cluster", section: "3.2.8.4.3" }
|
|
687
689
|
}),
|
|
688
690
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
689
691
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -696,24 +698,23 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
696
698
|
conformance: "HS",
|
|
697
699
|
direction: "request",
|
|
698
700
|
response: "status",
|
|
699
|
-
xref: { document: "cluster", section: "3.2.
|
|
701
|
+
xref: { document: "cluster", section: "3.2.8.5" }
|
|
700
702
|
},
|
|
701
703
|
(0, import_elements.FieldElement)({
|
|
702
704
|
name: "MoveMode",
|
|
703
705
|
id: 0,
|
|
704
|
-
type: "
|
|
706
|
+
type: "MoveModeEnum",
|
|
705
707
|
conformance: "M",
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
xref: { document: "cluster", section: "3.2.11.5.1" }
|
|
708
|
+
details: "This field shall indicate the mode of movement.",
|
|
709
|
+
xref: { document: "cluster", section: "3.2.8.5.1" }
|
|
709
710
|
}),
|
|
710
711
|
(0, import_elements.FieldElement)({
|
|
711
712
|
name: "Rate",
|
|
712
713
|
id: 1,
|
|
713
714
|
type: "uint8",
|
|
714
715
|
conformance: "M",
|
|
715
|
-
details: "
|
|
716
|
-
xref: { document: "cluster", section: "3.2.
|
|
716
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the device\u2019s hue of one unit.",
|
|
717
|
+
xref: { document: "cluster", section: "3.2.8.5.2" }
|
|
717
718
|
}),
|
|
718
719
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
719
720
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -726,32 +727,31 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
726
727
|
conformance: "HS",
|
|
727
728
|
direction: "request",
|
|
728
729
|
response: "status",
|
|
729
|
-
xref: { document: "cluster", section: "3.2.
|
|
730
|
+
xref: { document: "cluster", section: "3.2.8.6" }
|
|
730
731
|
},
|
|
731
732
|
(0, import_elements.FieldElement)({
|
|
732
733
|
name: "StepMode",
|
|
733
734
|
id: 0,
|
|
734
|
-
type: "
|
|
735
|
+
type: "StepModeEnum",
|
|
735
736
|
conformance: "M",
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
xref: { document: "cluster", section: "3.2.11.6.1" }
|
|
737
|
+
details: "This field shall indicate the mode of the step to be performed.",
|
|
738
|
+
xref: { document: "cluster", section: "3.2.8.6.1" }
|
|
739
739
|
}),
|
|
740
740
|
(0, import_elements.FieldElement)({
|
|
741
741
|
name: "StepSize",
|
|
742
742
|
id: 1,
|
|
743
743
|
type: "uint8",
|
|
744
744
|
conformance: "M",
|
|
745
|
-
details: "
|
|
746
|
-
xref: { document: "cluster", section: "3.2.
|
|
745
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the device\u2019s hue.",
|
|
746
|
+
xref: { document: "cluster", section: "3.2.8.6.2" }
|
|
747
747
|
}),
|
|
748
748
|
(0, import_elements.FieldElement)({
|
|
749
749
|
name: "TransitionTime",
|
|
750
750
|
id: 2,
|
|
751
751
|
type: "uint8",
|
|
752
752
|
conformance: "M",
|
|
753
|
-
details: "
|
|
754
|
-
xref: { document: "cluster", section: "3.2.
|
|
753
|
+
details: "This field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the step.\nA step is a change in the device\u2019s hue of Step size units.\nNOTE\nHere the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime data fields in other clusters / commands.",
|
|
754
|
+
xref: { document: "cluster", section: "3.2.8.6.3" }
|
|
755
755
|
}),
|
|
756
756
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
757
757
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -764,10 +764,10 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
764
764
|
conformance: "HS",
|
|
765
765
|
direction: "request",
|
|
766
766
|
response: "status",
|
|
767
|
-
xref: { document: "cluster", section: "3.2.
|
|
767
|
+
xref: { document: "cluster", section: "3.2.8.7" }
|
|
768
768
|
},
|
|
769
|
-
(0, import_elements.FieldElement)({ name: "Saturation", id: 0, type: "uint8", conformance: "M", constraint: "
|
|
770
|
-
(0, import_elements.FieldElement)({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "
|
|
769
|
+
(0, import_elements.FieldElement)({ name: "Saturation", id: 0, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
770
|
+
(0, import_elements.FieldElement)({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
771
771
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
772
772
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
773
773
|
),
|
|
@@ -779,24 +779,23 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
779
779
|
conformance: "HS",
|
|
780
780
|
direction: "request",
|
|
781
781
|
response: "status",
|
|
782
|
-
xref: { document: "cluster", section: "3.2.
|
|
782
|
+
xref: { document: "cluster", section: "3.2.8.8" }
|
|
783
783
|
},
|
|
784
784
|
(0, import_elements.FieldElement)({
|
|
785
785
|
name: "MoveMode",
|
|
786
786
|
id: 0,
|
|
787
|
-
type: "
|
|
787
|
+
type: "MoveModeEnum",
|
|
788
788
|
conformance: "M",
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
xref: { document: "cluster", section: "3.2.11.8.1" }
|
|
789
|
+
details: "This field shall indicate the mode of movement, as described in the MoveHue command.",
|
|
790
|
+
xref: { document: "cluster", section: "3.2.8.8.1" }
|
|
792
791
|
}),
|
|
793
792
|
(0, import_elements.FieldElement)({
|
|
794
793
|
name: "Rate",
|
|
795
794
|
id: 1,
|
|
796
795
|
type: "uint8",
|
|
797
796
|
conformance: "M",
|
|
798
|
-
details: "
|
|
799
|
-
xref: { document: "cluster", section: "3.2.
|
|
797
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the device\u2019s saturation of one unit.",
|
|
798
|
+
xref: { document: "cluster", section: "3.2.8.8.2" }
|
|
800
799
|
}),
|
|
801
800
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
802
801
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -809,32 +808,31 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
809
808
|
conformance: "HS",
|
|
810
809
|
direction: "request",
|
|
811
810
|
response: "status",
|
|
812
|
-
xref: { document: "cluster", section: "3.2.
|
|
811
|
+
xref: { document: "cluster", section: "3.2.8.9" }
|
|
813
812
|
},
|
|
814
813
|
(0, import_elements.FieldElement)({
|
|
815
814
|
name: "StepMode",
|
|
816
815
|
id: 0,
|
|
817
|
-
type: "
|
|
816
|
+
type: "StepModeEnum",
|
|
818
817
|
conformance: "M",
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
xref: { document: "cluster", section: "3.2.11.9.1" }
|
|
818
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
819
|
+
xref: { document: "cluster", section: "3.2.8.9.1" }
|
|
822
820
|
}),
|
|
823
821
|
(0, import_elements.FieldElement)({
|
|
824
822
|
name: "StepSize",
|
|
825
823
|
id: 1,
|
|
826
824
|
type: "uint8",
|
|
827
825
|
conformance: "M",
|
|
828
|
-
details: "
|
|
829
|
-
xref: { document: "cluster", section: "3.2.
|
|
826
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the device\u2019s saturation.",
|
|
827
|
+
xref: { document: "cluster", section: "3.2.8.9.2" }
|
|
830
828
|
}),
|
|
831
829
|
(0, import_elements.FieldElement)({
|
|
832
830
|
name: "TransitionTime",
|
|
833
831
|
id: 2,
|
|
834
832
|
type: "uint8",
|
|
835
833
|
conformance: "M",
|
|
836
|
-
details: "
|
|
837
|
-
xref: { document: "cluster", section: "3.2.
|
|
834
|
+
details: "This field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the step. A step is a change in the device\u2019s saturation of Step size units.\nNOTE\nHere the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime data fields in other clusters / commands.",
|
|
835
|
+
xref: { document: "cluster", section: "3.2.8.9.3" }
|
|
838
836
|
}),
|
|
839
837
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
840
838
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -847,11 +845,11 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
847
845
|
conformance: "HS",
|
|
848
846
|
direction: "request",
|
|
849
847
|
response: "status",
|
|
850
|
-
xref: { document: "cluster", section: "3.2.
|
|
848
|
+
xref: { document: "cluster", section: "3.2.8.10" }
|
|
851
849
|
},
|
|
852
|
-
(0, import_elements.FieldElement)({ name: "Hue", id: 0, type: "uint8", conformance: "M", constraint: "
|
|
853
|
-
(0, import_elements.FieldElement)({ name: "Saturation", id: 1, type: "uint8", conformance: "M", constraint: "
|
|
854
|
-
(0, import_elements.FieldElement)({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "
|
|
850
|
+
(0, import_elements.FieldElement)({ name: "Hue", id: 0, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
851
|
+
(0, import_elements.FieldElement)({ name: "Saturation", id: 1, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
852
|
+
(0, import_elements.FieldElement)({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
855
853
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
856
854
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
857
855
|
),
|
|
@@ -863,11 +861,11 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
863
861
|
conformance: "XY",
|
|
864
862
|
direction: "request",
|
|
865
863
|
response: "status",
|
|
866
|
-
xref: { document: "cluster", section: "3.2.
|
|
864
|
+
xref: { document: "cluster", section: "3.2.8.11" }
|
|
867
865
|
},
|
|
868
|
-
(0, import_elements.FieldElement)({ name: "ColorX", id: 0, type: "uint16", conformance: "M", constraint: "
|
|
869
|
-
(0, import_elements.FieldElement)({ name: "ColorY", id: 1, type: "uint16", conformance: "M", constraint: "
|
|
870
|
-
(0, import_elements.FieldElement)({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "
|
|
866
|
+
(0, import_elements.FieldElement)({ name: "ColorX", id: 0, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
867
|
+
(0, import_elements.FieldElement)({ name: "ColorY", id: 1, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
868
|
+
(0, import_elements.FieldElement)({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
871
869
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
872
870
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
873
871
|
),
|
|
@@ -879,23 +877,23 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
879
877
|
conformance: "XY",
|
|
880
878
|
direction: "request",
|
|
881
879
|
response: "status",
|
|
882
|
-
xref: { document: "cluster", section: "3.2.
|
|
880
|
+
xref: { document: "cluster", section: "3.2.8.12" }
|
|
883
881
|
},
|
|
884
882
|
(0, import_elements.FieldElement)({
|
|
885
883
|
name: "RateX",
|
|
886
884
|
id: 0,
|
|
887
885
|
type: "int16",
|
|
888
886
|
conformance: "M",
|
|
889
|
-
details: "
|
|
890
|
-
xref: { document: "cluster", section: "3.2.
|
|
887
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the device\u2019s CurrentX attribute of one unit.",
|
|
888
|
+
xref: { document: "cluster", section: "3.2.8.12.1" }
|
|
891
889
|
}),
|
|
892
890
|
(0, import_elements.FieldElement)({
|
|
893
891
|
name: "RateY",
|
|
894
892
|
id: 1,
|
|
895
893
|
type: "int16",
|
|
896
894
|
conformance: "M",
|
|
897
|
-
details: "
|
|
898
|
-
xref: { document: "cluster", section: "3.2.
|
|
895
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the device\u2019s CurrentY attribute of one unit.",
|
|
896
|
+
xref: { document: "cluster", section: "3.2.8.12.2" }
|
|
899
897
|
}),
|
|
900
898
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
901
899
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -908,7 +906,7 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
908
906
|
conformance: "XY",
|
|
909
907
|
direction: "request",
|
|
910
908
|
response: "status",
|
|
911
|
-
xref: { document: "cluster", section: "3.2.
|
|
909
|
+
xref: { document: "cluster", section: "3.2.8.13" }
|
|
912
910
|
},
|
|
913
911
|
(0, import_elements.FieldElement)({ name: "StepX", id: 0, type: "int16", conformance: "M" }),
|
|
914
912
|
(0, import_elements.FieldElement)({ name: "StepY", id: 1, type: "int16", conformance: "M" }),
|
|
@@ -917,9 +915,9 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
917
915
|
id: 2,
|
|
918
916
|
type: "uint16",
|
|
919
917
|
conformance: "M",
|
|
920
|
-
constraint: "
|
|
921
|
-
details: "The
|
|
922
|
-
xref: { document: "cluster", section: "3.2.
|
|
918
|
+
constraint: "max 65534",
|
|
919
|
+
details: "The field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the color change.",
|
|
920
|
+
xref: { document: "cluster", section: "3.2.8.13.2" }
|
|
923
921
|
}),
|
|
924
922
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
925
923
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -932,10 +930,10 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
932
930
|
conformance: "CT",
|
|
933
931
|
direction: "request",
|
|
934
932
|
response: "status",
|
|
935
|
-
xref: { document: "cluster", section: "3.2.
|
|
933
|
+
xref: { document: "cluster", section: "3.2.8.14" }
|
|
936
934
|
},
|
|
937
|
-
(0, import_elements.FieldElement)({ name: "ColorTemperatureMireds", id: 0, type: "uint16", conformance: "M", constraint: "
|
|
938
|
-
(0, import_elements.FieldElement)({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "
|
|
935
|
+
(0, import_elements.FieldElement)({ name: "ColorTemperatureMireds", id: 0, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
936
|
+
(0, import_elements.FieldElement)({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
939
937
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
940
938
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
941
939
|
),
|
|
@@ -947,34 +945,33 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
947
945
|
conformance: "EHUE",
|
|
948
946
|
direction: "request",
|
|
949
947
|
response: "status",
|
|
950
|
-
details: "
|
|
951
|
-
xref: { document: "cluster", section: "3.2.
|
|
948
|
+
details: "This command allows the light to be moved in a smooth continuous transition from their current hue to a target hue.",
|
|
949
|
+
xref: { document: "cluster", section: "3.2.8.15" }
|
|
952
950
|
},
|
|
953
951
|
(0, import_elements.FieldElement)({
|
|
954
952
|
name: "EnhancedHue",
|
|
955
953
|
id: 0,
|
|
956
954
|
type: "uint16",
|
|
957
955
|
conformance: "M",
|
|
958
|
-
details: "
|
|
959
|
-
xref: { document: "cluster", section: "3.2.
|
|
956
|
+
details: "This field shall indicate the target extended hue for the light.",
|
|
957
|
+
xref: { document: "cluster", section: "3.2.8.15.1" }
|
|
960
958
|
}),
|
|
961
959
|
(0, import_elements.FieldElement)({
|
|
962
960
|
name: "Direction",
|
|
963
961
|
id: 1,
|
|
964
|
-
type: "
|
|
962
|
+
type: "DirectionEnum",
|
|
965
963
|
conformance: "M",
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
xref: { document: "cluster", section: "3.2.11.15.2" }
|
|
964
|
+
details: "This field shall indicate the movement direction.",
|
|
965
|
+
xref: { document: "cluster", section: "3.2.8.15.2" }
|
|
969
966
|
}),
|
|
970
967
|
(0, import_elements.FieldElement)({
|
|
971
968
|
name: "TransitionTime",
|
|
972
969
|
id: 2,
|
|
973
970
|
type: "uint16",
|
|
974
971
|
conformance: "M",
|
|
975
|
-
constraint: "
|
|
976
|
-
details: "This field
|
|
977
|
-
xref: { document: "cluster", section: "3.2.
|
|
972
|
+
constraint: "max 65534",
|
|
973
|
+
details: "This field shall indicate the transition time, as described in the MoveToHue command.",
|
|
974
|
+
xref: { document: "cluster", section: "3.2.8.15.3" }
|
|
978
975
|
}),
|
|
979
976
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
980
977
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -987,25 +984,25 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
987
984
|
conformance: "EHUE",
|
|
988
985
|
direction: "request",
|
|
989
986
|
response: "status",
|
|
990
|
-
details: "
|
|
991
|
-
xref: { document: "cluster", section: "3.2.
|
|
987
|
+
details: "This command allows the light to start a continuous transition starting from their current hue.",
|
|
988
|
+
xref: { document: "cluster", section: "3.2.8.16" }
|
|
992
989
|
},
|
|
993
990
|
(0, import_elements.FieldElement)({
|
|
994
991
|
name: "MoveMode",
|
|
995
992
|
id: 0,
|
|
996
|
-
type: "
|
|
993
|
+
type: "MoveModeEnum",
|
|
997
994
|
conformance: "M",
|
|
998
995
|
constraint: "desc",
|
|
999
|
-
details: "This field
|
|
1000
|
-
xref: { document: "cluster", section: "3.2.
|
|
996
|
+
details: "This field shall indicate the mode of movement, as described in the MoveHue command.",
|
|
997
|
+
xref: { document: "cluster", section: "3.2.8.16.1" }
|
|
1001
998
|
}),
|
|
1002
999
|
(0, import_elements.FieldElement)({
|
|
1003
1000
|
name: "Rate",
|
|
1004
1001
|
id: 1,
|
|
1005
1002
|
type: "uint16",
|
|
1006
1003
|
conformance: "M",
|
|
1007
|
-
details: "
|
|
1008
|
-
xref: { document: "cluster", section: "3.2.
|
|
1004
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the extended hue of a device by one unit.",
|
|
1005
|
+
xref: { document: "cluster", section: "3.2.8.16.2" }
|
|
1009
1006
|
}),
|
|
1010
1007
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1011
1008
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1018,34 +1015,34 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
1018
1015
|
conformance: "EHUE",
|
|
1019
1016
|
direction: "request",
|
|
1020
1017
|
response: "status",
|
|
1021
|
-
details: "
|
|
1022
|
-
xref: { document: "cluster", section: "3.2.
|
|
1018
|
+
details: "This command allows the light to be moved in a stepped transition from their current hue, resulting in a linear transition through XY space.",
|
|
1019
|
+
xref: { document: "cluster", section: "3.2.8.17" }
|
|
1023
1020
|
},
|
|
1024
1021
|
(0, import_elements.FieldElement)({
|
|
1025
1022
|
name: "StepMode",
|
|
1026
1023
|
id: 0,
|
|
1027
|
-
type: "
|
|
1024
|
+
type: "StepModeEnum",
|
|
1028
1025
|
conformance: "M",
|
|
1029
1026
|
constraint: "desc",
|
|
1030
|
-
details: "This field
|
|
1031
|
-
xref: { document: "cluster", section: "3.2.
|
|
1027
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
1028
|
+
xref: { document: "cluster", section: "3.2.8.17.1" }
|
|
1032
1029
|
}),
|
|
1033
1030
|
(0, import_elements.FieldElement)({
|
|
1034
1031
|
name: "StepSize",
|
|
1035
1032
|
id: 1,
|
|
1036
1033
|
type: "uint16",
|
|
1037
1034
|
conformance: "M",
|
|
1038
|
-
details: "
|
|
1039
|
-
xref: { document: "cluster", section: "3.2.
|
|
1035
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the device\u2019s enhanced hue.",
|
|
1036
|
+
xref: { document: "cluster", section: "3.2.8.17.2" }
|
|
1040
1037
|
}),
|
|
1041
1038
|
(0, import_elements.FieldElement)({
|
|
1042
1039
|
name: "TransitionTime",
|
|
1043
1040
|
id: 2,
|
|
1044
1041
|
type: "uint16",
|
|
1045
1042
|
conformance: "M",
|
|
1046
|
-
constraint: "
|
|
1047
|
-
details: "The
|
|
1048
|
-
xref: { document: "cluster", section: "3.2.
|
|
1043
|
+
constraint: "max 65534",
|
|
1044
|
+
details: "The field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform the step. A step is a change to the device\u2019s enhanced hue of a magnitude corresponding to the StepSize field.\nNOTE\nHere TransitionTime data field is of data type uint16, while the TransitionTime data field of the StepHue command is of data type uint8.",
|
|
1045
|
+
xref: { document: "cluster", section: "3.2.8.17.3" }
|
|
1049
1046
|
}),
|
|
1050
1047
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1051
1048
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1058,34 +1055,34 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
1058
1055
|
conformance: "EHUE",
|
|
1059
1056
|
direction: "request",
|
|
1060
1057
|
response: "status",
|
|
1061
|
-
details: "
|
|
1062
|
-
xref: { document: "cluster", section: "3.2.
|
|
1058
|
+
details: "This command allows the light to be moved in a smooth continuous transition from their current hue to a target hue and from their current saturation to a target saturation.",
|
|
1059
|
+
xref: { document: "cluster", section: "3.2.8.18" }
|
|
1063
1060
|
},
|
|
1064
1061
|
(0, import_elements.FieldElement)({
|
|
1065
1062
|
name: "EnhancedHue",
|
|
1066
1063
|
id: 0,
|
|
1067
1064
|
type: "uint16",
|
|
1068
1065
|
conformance: "M",
|
|
1069
|
-
details: "
|
|
1070
|
-
xref: { document: "cluster", section: "3.2.
|
|
1066
|
+
details: "This field shall indicate the target extended hue for the light.",
|
|
1067
|
+
xref: { document: "cluster", section: "3.2.8.18.1" }
|
|
1071
1068
|
}),
|
|
1072
1069
|
(0, import_elements.FieldElement)({
|
|
1073
1070
|
name: "Saturation",
|
|
1074
1071
|
id: 1,
|
|
1075
1072
|
type: "uint8",
|
|
1076
1073
|
conformance: "M",
|
|
1077
|
-
constraint: "
|
|
1078
|
-
details: "This field
|
|
1079
|
-
xref: { document: "cluster", section: "3.2.
|
|
1074
|
+
constraint: "max 254",
|
|
1075
|
+
details: "This field shall indicate the saturation, as described in the MoveToHueAndSaturation command.",
|
|
1076
|
+
xref: { document: "cluster", section: "3.2.8.18.2" }
|
|
1080
1077
|
}),
|
|
1081
1078
|
(0, import_elements.FieldElement)({
|
|
1082
1079
|
name: "TransitionTime",
|
|
1083
1080
|
id: 2,
|
|
1084
1081
|
type: "uint16",
|
|
1085
1082
|
conformance: "M",
|
|
1086
|
-
constraint: "
|
|
1087
|
-
details: "This field
|
|
1088
|
-
xref: { document: "cluster", section: "3.2.
|
|
1083
|
+
constraint: "max 65534",
|
|
1084
|
+
details: "This field shall indicate the transition time, as described in the MoveToHue command.",
|
|
1085
|
+
xref: { document: "cluster", section: "3.2.8.18.3" }
|
|
1089
1086
|
}),
|
|
1090
1087
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1091
1088
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1098,59 +1095,40 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
1098
1095
|
conformance: "CL",
|
|
1099
1096
|
direction: "request",
|
|
1100
1097
|
response: "status",
|
|
1101
|
-
details: "
|
|
1102
|
-
xref: { document: "cluster", section: "3.2.
|
|
1098
|
+
details: "This command allows a color loop to be activated such that the color light cycles through its range of hues.",
|
|
1099
|
+
xref: { document: "cluster", section: "3.2.8.19" }
|
|
1103
1100
|
},
|
|
1104
|
-
(0, import_elements.FieldElement)(
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
),
|
|
1120
|
-
(0, import_elements.FieldElement)(
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
xref: { document: "cluster", section: "3.2.11.19.2" }
|
|
1129
|
-
},
|
|
1130
|
-
(0, import_elements.FieldElement)({ name: "DeActivateTheColorLoop", id: 0 }),
|
|
1131
|
-
(0, import_elements.FieldElement)({ name: "ActivateTheColorLoopFromTheValueInTheColorLoopStartEnhancedHueField", id: 1 }),
|
|
1132
|
-
(0, import_elements.FieldElement)({ name: "ActivateTheColorLoopFromTheValueOfTheEnhancedCurrentHueAttribute", id: 2 })
|
|
1133
|
-
),
|
|
1134
|
-
(0, import_elements.FieldElement)(
|
|
1135
|
-
{
|
|
1136
|
-
name: "Direction",
|
|
1137
|
-
id: 2,
|
|
1138
|
-
type: "enum8",
|
|
1139
|
-
conformance: "M",
|
|
1140
|
-
constraint: "desc",
|
|
1141
|
-
details: "The Direction field specifies the direction for the color loop if the Update Direction field of the UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed in Values of the Direction Field of the ColorLoopSet Command.\n### Table 30. Values of the Direction Field of the ColorLoopSet Command",
|
|
1142
|
-
xref: { document: "cluster", section: "3.2.11.19.3" }
|
|
1143
|
-
},
|
|
1144
|
-
(0, import_elements.FieldElement)({ name: "DecrementTheHueInTheColorLoop", id: 0 }),
|
|
1145
|
-
(0, import_elements.FieldElement)({ name: "IncrementTheHueInTheColorLoop", id: 1 })
|
|
1146
|
-
),
|
|
1101
|
+
(0, import_elements.FieldElement)({
|
|
1102
|
+
name: "UpdateFlags",
|
|
1103
|
+
id: 0,
|
|
1104
|
+
type: "UpdateFlagsBitmap",
|
|
1105
|
+
conformance: "M",
|
|
1106
|
+
details: "This field shall indicate which color loop attributes to update (from the values supplied in the other fields, see field descriptions below) before the color loop is started.",
|
|
1107
|
+
xref: { document: "cluster", section: "3.2.8.19.1" }
|
|
1108
|
+
}),
|
|
1109
|
+
(0, import_elements.FieldElement)({
|
|
1110
|
+
name: "Action",
|
|
1111
|
+
id: 1,
|
|
1112
|
+
type: "ColorLoopActionEnum",
|
|
1113
|
+
conformance: "M",
|
|
1114
|
+
details: "This field shall indicate the action to take for the color loop.",
|
|
1115
|
+
xref: { document: "cluster", section: "3.2.8.19.2" }
|
|
1116
|
+
}),
|
|
1117
|
+
(0, import_elements.FieldElement)({
|
|
1118
|
+
name: "Direction",
|
|
1119
|
+
id: 2,
|
|
1120
|
+
type: "ColorLoopDirectionEnum",
|
|
1121
|
+
conformance: "M",
|
|
1122
|
+
details: "This field shall indicate the direction for the color loop.",
|
|
1123
|
+
xref: { document: "cluster", section: "3.2.8.19.3" }
|
|
1124
|
+
}),
|
|
1147
1125
|
(0, import_elements.FieldElement)({
|
|
1148
1126
|
name: "Time",
|
|
1149
1127
|
id: 3,
|
|
1150
1128
|
type: "uint16",
|
|
1151
1129
|
conformance: "M",
|
|
1152
|
-
details: "
|
|
1153
|
-
xref: { document: "cluster", section: "3.2.
|
|
1130
|
+
details: "This field shall indicate the number of seconds over which to perform a full color loop.",
|
|
1131
|
+
xref: { document: "cluster", section: "3.2.8.19.4" }
|
|
1154
1132
|
}),
|
|
1155
1133
|
(0, import_elements.FieldElement)({ name: "StartHue", id: 4, type: "uint16", conformance: "M" }),
|
|
1156
1134
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -1164,8 +1142,8 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
1164
1142
|
conformance: "HS | XY | CT",
|
|
1165
1143
|
direction: "request",
|
|
1166
1144
|
response: "status",
|
|
1167
|
-
details: "
|
|
1168
|
-
xref: { document: "cluster", section: "3.2.
|
|
1145
|
+
details: "This command is provided to allow MoveTo and Step commands to be stopped.\nNOTE This automatically provides symmetry to the Level Control cluster.\nNOTE The StopMoveStep command has no effect on an active color loop.",
|
|
1146
|
+
xref: { document: "cluster", section: "3.2.8.20" }
|
|
1169
1147
|
},
|
|
1170
1148
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 0, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1171
1149
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 1, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1178,43 +1156,43 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
1178
1156
|
conformance: "CT",
|
|
1179
1157
|
direction: "request",
|
|
1180
1158
|
response: "status",
|
|
1181
|
-
details: "
|
|
1182
|
-
xref: { document: "cluster", section: "3.2.
|
|
1159
|
+
details: "This command allows the color temperature of the light to be moved at a specified rate.",
|
|
1160
|
+
xref: { document: "cluster", section: "3.2.8.21" }
|
|
1183
1161
|
},
|
|
1184
1162
|
(0, import_elements.FieldElement)({
|
|
1185
1163
|
name: "MoveMode",
|
|
1186
1164
|
id: 0,
|
|
1187
|
-
type: "
|
|
1165
|
+
type: "MoveModeEnum",
|
|
1188
1166
|
conformance: "M",
|
|
1189
1167
|
constraint: "desc",
|
|
1190
|
-
details: "This field
|
|
1191
|
-
xref: { document: "cluster", section: "3.2.
|
|
1168
|
+
details: "This field shall indicate the mode of movement, as described in the MoveHue command.",
|
|
1169
|
+
xref: { document: "cluster", section: "3.2.8.21.1" }
|
|
1192
1170
|
}),
|
|
1193
1171
|
(0, import_elements.FieldElement)({
|
|
1194
1172
|
name: "Rate",
|
|
1195
1173
|
id: 1,
|
|
1196
1174
|
type: "uint16",
|
|
1197
1175
|
conformance: "M",
|
|
1198
|
-
details: "
|
|
1199
|
-
xref: { document: "cluster", section: "3.2.
|
|
1176
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the color temperature of a device by one unit.",
|
|
1177
|
+
xref: { document: "cluster", section: "3.2.8.21.2" }
|
|
1200
1178
|
}),
|
|
1201
1179
|
(0, import_elements.FieldElement)({
|
|
1202
1180
|
name: "ColorTemperatureMinimumMireds",
|
|
1203
1181
|
id: 2,
|
|
1204
1182
|
type: "uint16",
|
|
1205
1183
|
conformance: "M",
|
|
1206
|
-
constraint: "
|
|
1207
|
-
details: "
|
|
1208
|
-
xref: { document: "cluster", section: "3.2.
|
|
1184
|
+
constraint: "max 65279",
|
|
1185
|
+
details: "This field shall indicate a lower bound on the ColorTemperatureMireds attribute (\u2261 an upper bound on the color temperature in kelvins) for the current move operation\nColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds\nAs such if the move operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMinimumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound for the ColorTemperatureMireds attribute.",
|
|
1186
|
+
xref: { document: "cluster", section: "3.2.8.21.3" }
|
|
1209
1187
|
}),
|
|
1210
1188
|
(0, import_elements.FieldElement)({
|
|
1211
1189
|
name: "ColorTemperatureMaximumMireds",
|
|
1212
1190
|
id: 3,
|
|
1213
1191
|
type: "uint16",
|
|
1214
1192
|
conformance: "M",
|
|
1215
|
-
constraint: "
|
|
1216
|
-
details: "
|
|
1217
|
-
xref: { document: "cluster", section: "3.2.
|
|
1193
|
+
constraint: "max 65279",
|
|
1194
|
+
details: "This field shall indicate an upper bound on the ColorTemperatureMireds attribute (\u2261 a lower bound on the color temperature in kelvins) for the current move operation\nColorTemperatureMireds <= ColorTemperatureMaximumMireds field <= ColorTempPhysicalMaxMireds\nAs such if the move operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMaximumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds attribute.",
|
|
1195
|
+
xref: { document: "cluster", section: "3.2.8.21.4" }
|
|
1218
1196
|
}),
|
|
1219
1197
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1220
1198
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1227,73 +1205,224 @@ const ColorControl = (0, import_elements.ClusterElement)(
|
|
|
1227
1205
|
conformance: "CT",
|
|
1228
1206
|
direction: "request",
|
|
1229
1207
|
response: "status",
|
|
1230
|
-
details: "
|
|
1231
|
-
xref: { document: "cluster", section: "3.2.
|
|
1208
|
+
details: "This command allows the color temperature of the light to be stepped with a specified step size.",
|
|
1209
|
+
xref: { document: "cluster", section: "3.2.8.22" }
|
|
1232
1210
|
},
|
|
1233
1211
|
(0, import_elements.FieldElement)({
|
|
1234
1212
|
name: "StepMode",
|
|
1235
1213
|
id: 0,
|
|
1236
|
-
type: "
|
|
1214
|
+
type: "StepModeEnum",
|
|
1237
1215
|
conformance: "M",
|
|
1238
1216
|
constraint: "desc",
|
|
1239
|
-
details: "This field
|
|
1240
|
-
xref: { document: "cluster", section: "3.2.
|
|
1217
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
1218
|
+
xref: { document: "cluster", section: "3.2.8.22.1" }
|
|
1241
1219
|
}),
|
|
1242
1220
|
(0, import_elements.FieldElement)({
|
|
1243
1221
|
name: "StepSize",
|
|
1244
1222
|
id: 1,
|
|
1245
1223
|
type: "uint16",
|
|
1246
1224
|
conformance: "M",
|
|
1247
|
-
details: "
|
|
1248
|
-
xref: { document: "cluster", section: "3.2.
|
|
1225
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the device\u2019s color temperature.",
|
|
1226
|
+
xref: { document: "cluster", section: "3.2.8.22.2" }
|
|
1249
1227
|
}),
|
|
1250
1228
|
(0, import_elements.FieldElement)({
|
|
1251
1229
|
name: "TransitionTime",
|
|
1252
1230
|
id: 2,
|
|
1253
1231
|
type: "uint16",
|
|
1254
1232
|
conformance: "M",
|
|
1255
|
-
constraint: "
|
|
1256
|
-
details: "
|
|
1257
|
-
xref: { document: "cluster", section: "3.2.
|
|
1233
|
+
constraint: "max 65534",
|
|
1234
|
+
details: "This field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform the step. A step is a change to the device\u2019s color temperature of a magnitude corresponding to the StepSize field.",
|
|
1235
|
+
xref: { document: "cluster", section: "3.2.8.22.3" }
|
|
1258
1236
|
}),
|
|
1259
1237
|
(0, import_elements.FieldElement)({
|
|
1260
1238
|
name: "ColorTemperatureMinimumMireds",
|
|
1261
1239
|
id: 3,
|
|
1262
1240
|
type: "uint16",
|
|
1263
1241
|
conformance: "M",
|
|
1264
|
-
constraint: "
|
|
1265
|
-
details: "
|
|
1266
|
-
xref: { document: "cluster", section: "3.2.
|
|
1242
|
+
constraint: "max 65279",
|
|
1243
|
+
details: "This field shall indicate a lower bound on the ColorTemperatureMireds attribute (\u2261 an upper bound on the color temperature in kelvins) for the current step operation\nColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds\nAs such if the step operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMinimumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound for the ColorTemperatureMireds attribute.",
|
|
1244
|
+
xref: { document: "cluster", section: "3.2.8.22.4" }
|
|
1267
1245
|
}),
|
|
1268
1246
|
(0, import_elements.FieldElement)({
|
|
1269
1247
|
name: "ColorTemperatureMaximumMireds",
|
|
1270
1248
|
id: 4,
|
|
1271
1249
|
type: "uint16",
|
|
1272
1250
|
conformance: "M",
|
|
1273
|
-
constraint: "
|
|
1274
|
-
details: "
|
|
1275
|
-
xref: { document: "cluster", section: "3.2.
|
|
1251
|
+
constraint: "max 65279",
|
|
1252
|
+
details: "This field shall indicate an upper bound on the ColorTemperatureMireds attribute (\u2261 a lower bound on the color temperature in kelvins) for the current step operation\nColorTemperatureMireds \u2264 ColorTemperatureMaximumMireds field \u2264 ColorTempPhysicalMaxMireds\nAs such if the step operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMaximumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds attribute.",
|
|
1253
|
+
xref: { document: "cluster", section: "3.2.8.22.5" }
|
|
1276
1254
|
}),
|
|
1277
1255
|
(0, import_elements.FieldElement)({ name: "OptionsMask", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1278
1256
|
(0, import_elements.FieldElement)({ name: "OptionsOverride", id: 6, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
1279
1257
|
),
|
|
1280
1258
|
(0, import_elements.DatatypeElement)(
|
|
1281
|
-
{ name: "
|
|
1282
|
-
(0, import_elements.FieldElement)({
|
|
1283
|
-
|
|
1284
|
-
|
|
1259
|
+
{ name: "OptionsBitmap", type: "map8", xref: { document: "cluster", section: "3.2.6.2" } },
|
|
1260
|
+
(0, import_elements.FieldElement)({
|
|
1261
|
+
name: "ExecuteIfOff",
|
|
1262
|
+
constraint: "0",
|
|
1263
|
+
description: "Dependency on On/Off cluster",
|
|
1264
|
+
details: "This bit shall indicate if this cluster server instance has a dependency with the On/Off cluster.",
|
|
1265
|
+
xref: { document: "cluster", section: "3.2.6.2.1" }
|
|
1266
|
+
})
|
|
1267
|
+
),
|
|
1268
|
+
(0, import_elements.DatatypeElement)(
|
|
1269
|
+
{
|
|
1270
|
+
name: "UpdateFlagsBitmap",
|
|
1271
|
+
type: "map8",
|
|
1272
|
+
details: "This data type is derived from map8 and is used in the ColorLoopSet command.",
|
|
1273
|
+
xref: { document: "cluster", section: "3.2.6.3" }
|
|
1274
|
+
},
|
|
1275
|
+
(0, import_elements.FieldElement)(
|
|
1276
|
+
{
|
|
1277
|
+
name: "UpdateAction",
|
|
1278
|
+
constraint: "0",
|
|
1279
|
+
description: "Device adheres to the associated action field.",
|
|
1280
|
+
details: "This bit shall indicate whether the server adheres to the Action field in order to process the command.\n \u2022 0 = Device shall ignore the Action field.\n \u2022 1 = Device shall adhere to the Action field.",
|
|
1281
|
+
xref: { document: "cluster", section: "3.2.6.3.1" }
|
|
1282
|
+
}
|
|
1283
|
+
),
|
|
1284
|
+
(0, import_elements.FieldElement)(
|
|
1285
|
+
{
|
|
1286
|
+
name: "UpdateDirection",
|
|
1287
|
+
constraint: "1",
|
|
1288
|
+
description: "Device updates the associated direction attribute.",
|
|
1289
|
+
details: "This bit shall indicate whether the device updates the ColorLoopDirection attribute with the Direction field.\n \u2022 0 = Device shall ignore the Direction field.\n \u2022 1 = Device shall update the ColorLoopDirection attribute with the value of the Direction field.",
|
|
1290
|
+
xref: { document: "cluster", section: "3.2.6.3.2" }
|
|
1291
|
+
}
|
|
1292
|
+
),
|
|
1293
|
+
(0, import_elements.FieldElement)(
|
|
1294
|
+
{
|
|
1295
|
+
name: "UpdateTime",
|
|
1296
|
+
constraint: "2",
|
|
1297
|
+
description: "Device updates the associated time attribute.",
|
|
1298
|
+
details: "This bit shall indicate whether the device updates the ColorLoopTime attribute with the Time field.\n \u2022 0 = Device shall ignore the Time field.\n \u2022 1 = Device shall update the value of the ColorLoopTime attribute with the value of the Time field.",
|
|
1299
|
+
xref: { document: "cluster", section: "3.2.6.3.3" }
|
|
1300
|
+
}
|
|
1301
|
+
),
|
|
1302
|
+
(0, import_elements.FieldElement)(
|
|
1303
|
+
{
|
|
1304
|
+
name: "UpdateStartHue",
|
|
1305
|
+
constraint: "3",
|
|
1306
|
+
description: "Device updates the associated start hue attribute.",
|
|
1307
|
+
details: "This bit shall indicate whether the device updates the ColorLoopStartEnhancedHue attribute with the value of the StartHue field.\n \u2022 0 = Device shall ignore the StartHue field.\n \u2022 1 = Device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the StartHue field.",
|
|
1308
|
+
xref: { document: "cluster", section: "3.2.6.3.4" }
|
|
1309
|
+
}
|
|
1310
|
+
)
|
|
1311
|
+
),
|
|
1312
|
+
(0, import_elements.DatatypeElement)(
|
|
1313
|
+
{ name: "DriftCompensationEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.4" } },
|
|
1314
|
+
(0, import_elements.FieldElement)({ name: "None", id: 0, conformance: "M", description: "There is no compensation." }),
|
|
1315
|
+
(0, import_elements.FieldElement)({
|
|
1316
|
+
name: "OtherOrUnknown",
|
|
1317
|
+
id: 1,
|
|
1318
|
+
conformance: "M",
|
|
1319
|
+
description: "The compensation is based on other or unknown mechanism."
|
|
1320
|
+
}),
|
|
1321
|
+
(0, import_elements.FieldElement)({
|
|
1322
|
+
name: "TemperatureMonitoring",
|
|
1323
|
+
id: 2,
|
|
1324
|
+
conformance: "M",
|
|
1325
|
+
description: "The compensation is based on temperature monitoring."
|
|
1326
|
+
}),
|
|
1327
|
+
(0, import_elements.FieldElement)({
|
|
1328
|
+
name: "OpticalLuminanceMonitoringAndFeedback",
|
|
1329
|
+
id: 3,
|
|
1330
|
+
conformance: "M",
|
|
1331
|
+
description: "The compensation is based on optical luminance monitoring and feedback."
|
|
1332
|
+
}),
|
|
1333
|
+
(0, import_elements.FieldElement)({
|
|
1334
|
+
name: "OpticalColorMonitoringAndFeedback",
|
|
1335
|
+
id: 4,
|
|
1336
|
+
conformance: "M",
|
|
1337
|
+
description: "The compensation is based on optical color monitoring and feedback."
|
|
1338
|
+
})
|
|
1285
1339
|
),
|
|
1286
1340
|
(0, import_elements.DatatypeElement)(
|
|
1287
|
-
{ name: "
|
|
1288
|
-
(0, import_elements.FieldElement)({
|
|
1289
|
-
|
|
1341
|
+
{ name: "ColorModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.5" } },
|
|
1342
|
+
(0, import_elements.FieldElement)({
|
|
1343
|
+
name: "CurrentHueAndCurrentSaturation",
|
|
1344
|
+
id: 0,
|
|
1345
|
+
conformance: "M",
|
|
1346
|
+
description: "The current hue and saturation attributes determine the color."
|
|
1347
|
+
}),
|
|
1348
|
+
(0, import_elements.FieldElement)({
|
|
1349
|
+
name: "CurrentXAndCurrentY",
|
|
1350
|
+
id: 1,
|
|
1351
|
+
conformance: "M",
|
|
1352
|
+
description: "The current X and Y attributes determine the color."
|
|
1353
|
+
}),
|
|
1354
|
+
(0, import_elements.FieldElement)({
|
|
1355
|
+
name: "ColorTemperatureMireds",
|
|
1356
|
+
id: 2,
|
|
1357
|
+
conformance: "M",
|
|
1358
|
+
description: "The color temperature attribute determines the color."
|
|
1359
|
+
})
|
|
1360
|
+
),
|
|
1361
|
+
(0, import_elements.DatatypeElement)(
|
|
1362
|
+
{ name: "EnhancedColorModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.6" } },
|
|
1363
|
+
(0, import_elements.FieldElement)({
|
|
1364
|
+
name: "CurrentHueAndCurrentSaturation",
|
|
1365
|
+
id: 0,
|
|
1366
|
+
conformance: "M",
|
|
1367
|
+
description: "The current hue and saturation attributes determine the color."
|
|
1368
|
+
}),
|
|
1369
|
+
(0, import_elements.FieldElement)({
|
|
1370
|
+
name: "CurrentXAndCurrentY",
|
|
1371
|
+
id: 1,
|
|
1372
|
+
conformance: "M",
|
|
1373
|
+
description: "The current X and Y attributes determine the color."
|
|
1374
|
+
}),
|
|
1375
|
+
(0, import_elements.FieldElement)({
|
|
1376
|
+
name: "ColorTemperatureMireds",
|
|
1377
|
+
id: 2,
|
|
1378
|
+
conformance: "M",
|
|
1379
|
+
description: "The color temperature attribute determines the color."
|
|
1380
|
+
}),
|
|
1381
|
+
(0, import_elements.FieldElement)({
|
|
1382
|
+
name: "EnhancedCurrentHueAndCurrentSaturation",
|
|
1383
|
+
id: 3,
|
|
1384
|
+
conformance: "M",
|
|
1385
|
+
description: "The enhanced current hue and saturation attributes determine the color."
|
|
1386
|
+
})
|
|
1387
|
+
),
|
|
1388
|
+
(0, import_elements.DatatypeElement)(
|
|
1389
|
+
{ name: "DirectionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.7" } },
|
|
1390
|
+
(0, import_elements.FieldElement)({ name: "Shortest", id: 0, conformance: "M", description: "Shortest distance" }),
|
|
1391
|
+
(0, import_elements.FieldElement)({ name: "Longest", id: 1, conformance: "M", description: "Longest distance" }),
|
|
1392
|
+
(0, import_elements.FieldElement)({ name: "Up", id: 2, conformance: "M", description: "Up" }),
|
|
1393
|
+
(0, import_elements.FieldElement)({ name: "Down", id: 3, conformance: "M", description: "Down" })
|
|
1394
|
+
),
|
|
1395
|
+
(0, import_elements.DatatypeElement)(
|
|
1396
|
+
{ name: "MoveModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.8" } },
|
|
1397
|
+
(0, import_elements.FieldElement)({ name: "Stop", id: 0, conformance: "M", description: "Stop the movement" }),
|
|
1398
|
+
(0, import_elements.FieldElement)({ name: "Up", id: 1, conformance: "M", description: "Move in an upwards direction" }),
|
|
1399
|
+
(0, import_elements.FieldElement)({ name: "Down", id: 3, conformance: "M", description: "Move in a downwards direction" })
|
|
1400
|
+
),
|
|
1401
|
+
(0, import_elements.DatatypeElement)(
|
|
1402
|
+
{ name: "StepModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.9" } },
|
|
1403
|
+
(0, import_elements.FieldElement)({ name: "Up", id: 1, conformance: "M", description: "Step in an upwards direction" }),
|
|
1404
|
+
(0, import_elements.FieldElement)({ name: "Down", id: 3, conformance: "M", description: "Step in a downwards direction" })
|
|
1405
|
+
),
|
|
1406
|
+
(0, import_elements.DatatypeElement)(
|
|
1407
|
+
{ name: "ColorLoopActionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.10" } },
|
|
1408
|
+
(0, import_elements.FieldElement)({ name: "Deactivate", id: 0, conformance: "M", description: "De-activate the color loop." }),
|
|
1409
|
+
(0, import_elements.FieldElement)({
|
|
1410
|
+
name: "ActivateFromColorLoopStartEnhancedHue",
|
|
1411
|
+
id: 1,
|
|
1412
|
+
conformance: "M",
|
|
1413
|
+
description: "Activate the color loop from the value in the ColorLoopStartEnhancedHue field."
|
|
1414
|
+
}),
|
|
1415
|
+
(0, import_elements.FieldElement)({
|
|
1416
|
+
name: "ActivateFromEnhancedCurrentHue",
|
|
1417
|
+
id: 2,
|
|
1418
|
+
conformance: "M",
|
|
1419
|
+
description: "Activate the color loop from the value of the EnhancedCurrentHue attribute."
|
|
1420
|
+
})
|
|
1290
1421
|
),
|
|
1291
1422
|
(0, import_elements.DatatypeElement)(
|
|
1292
|
-
{ name: "
|
|
1293
|
-
(0, import_elements.FieldElement)({ name: "
|
|
1294
|
-
(0, import_elements.FieldElement)({ name: "
|
|
1295
|
-
(0, import_elements.FieldElement)({ name: "Up", id: 2 }),
|
|
1296
|
-
(0, import_elements.FieldElement)({ name: "Down", id: 3 })
|
|
1423
|
+
{ name: "ColorLoopDirectionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.11" } },
|
|
1424
|
+
(0, import_elements.FieldElement)({ name: "Decrement", id: 0, conformance: "M", description: "Decrement the hue in the color loop." }),
|
|
1425
|
+
(0, import_elements.FieldElement)({ name: "Increment", id: 1, conformance: "M", description: "Increment the hue in the color loop." })
|
|
1297
1426
|
)
|
|
1298
1427
|
);
|
|
1299
1428
|
import_MatterDefinition.MatterDefinition.children.push(ColorControl);
|