@matter/model 0.13.0-alpha.0-20250304-d4a7592a4 → 0.13.0-alpha.0-20250311-3eb0af5f2
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
|
@@ -17,22 +17,43 @@ const ColorControl = Cluster(
|
|
|
17
17
|
id: 768,
|
|
18
18
|
classification: "application",
|
|
19
19
|
pics: "CC",
|
|
20
|
+
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.",
|
|
20
21
|
xref: { document: "cluster", section: "3.2" }
|
|
21
22
|
},
|
|
22
|
-
Attribute({ name: "ClusterRevision", id: 65533, type: "ClusterRevision", default:
|
|
23
|
+
Attribute({ name: "ClusterRevision", id: 65533, type: "ClusterRevision", default: 7 }),
|
|
23
24
|
Attribute(
|
|
24
|
-
{ name: "FeatureMap", id: 65532, type: "FeatureMap", xref: { document: "cluster", section: "3.2.
|
|
25
|
+
{ name: "FeatureMap", id: 65532, type: "FeatureMap", xref: { document: "cluster", section: "3.2.4" } },
|
|
25
26
|
Field({
|
|
26
27
|
name: "HS",
|
|
28
|
+
conformance: "EHUE, O",
|
|
27
29
|
constraint: "0",
|
|
28
30
|
description: "HueSaturation",
|
|
29
31
|
details: "Supports color specification via hue/saturation."
|
|
30
32
|
}),
|
|
31
|
-
Field({
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
Field({
|
|
34
|
+
name: "EHUE",
|
|
35
|
+
conformance: "CL, O",
|
|
36
|
+
constraint: "1",
|
|
37
|
+
description: "EnhancedHue",
|
|
38
|
+
details: "Enhanced hue is supported."
|
|
39
|
+
}),
|
|
40
|
+
Field({
|
|
41
|
+
name: "CL",
|
|
42
|
+
conformance: "O",
|
|
43
|
+
constraint: "2",
|
|
44
|
+
description: "ColorLoop",
|
|
45
|
+
details: "Color loop is supported."
|
|
46
|
+
}),
|
|
47
|
+
Field({
|
|
48
|
+
name: "XY",
|
|
49
|
+
conformance: "O",
|
|
50
|
+
constraint: "3",
|
|
51
|
+
description: "Xy",
|
|
52
|
+
details: "Supports color specification via XY."
|
|
53
|
+
}),
|
|
34
54
|
Field({
|
|
35
55
|
name: "CT",
|
|
56
|
+
conformance: "O",
|
|
36
57
|
constraint: "4",
|
|
37
58
|
description: "ColorTemperature",
|
|
38
59
|
details: "Supports specification of color temperature."
|
|
@@ -45,25 +66,27 @@ const ColorControl = Cluster(
|
|
|
45
66
|
type: "uint8",
|
|
46
67
|
access: "R V",
|
|
47
68
|
conformance: "HS",
|
|
48
|
-
constraint: "
|
|
69
|
+
constraint: "max 254",
|
|
49
70
|
default: 0,
|
|
50
|
-
quality: "N P",
|
|
51
|
-
details:
|
|
71
|
+
quality: "N P Q",
|
|
72
|
+
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.',
|
|
52
73
|
xref: { document: "cluster", section: "3.2.7.2" }
|
|
53
74
|
}
|
|
54
75
|
),
|
|
55
|
-
Attribute(
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
76
|
+
Attribute(
|
|
77
|
+
{
|
|
78
|
+
name: "CurrentSaturation",
|
|
79
|
+
id: 1,
|
|
80
|
+
type: "uint8",
|
|
81
|
+
access: "R V",
|
|
82
|
+
conformance: "HS",
|
|
83
|
+
constraint: "max 254",
|
|
84
|
+
default: 0,
|
|
85
|
+
quality: "N S P Q",
|
|
86
|
+
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.',
|
|
87
|
+
xref: { document: "cluster", section: "3.2.7.3" }
|
|
88
|
+
}
|
|
89
|
+
),
|
|
67
90
|
Attribute({
|
|
68
91
|
name: "RemainingTime",
|
|
69
92
|
id: 2,
|
|
@@ -72,7 +95,8 @@ const ColorControl = Cluster(
|
|
|
72
95
|
conformance: "O",
|
|
73
96
|
constraint: "0 to 65535",
|
|
74
97
|
default: 0,
|
|
75
|
-
|
|
98
|
+
quality: "Q",
|
|
99
|
+
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.",
|
|
76
100
|
xref: { document: "cluster", section: "3.2.7.4" }
|
|
77
101
|
}),
|
|
78
102
|
Attribute(
|
|
@@ -82,10 +106,10 @@ const ColorControl = Cluster(
|
|
|
82
106
|
type: "uint16",
|
|
83
107
|
access: "R V",
|
|
84
108
|
conformance: "XY",
|
|
85
|
-
constraint: "
|
|
109
|
+
constraint: "max 65279",
|
|
86
110
|
default: 24939,
|
|
87
|
-
quality: "N S P",
|
|
88
|
-
details:
|
|
111
|
+
quality: "N S P Q",
|
|
112
|
+
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.',
|
|
89
113
|
xref: { document: "cluster", section: "3.2.7.5" }
|
|
90
114
|
}
|
|
91
115
|
),
|
|
@@ -96,30 +120,22 @@ const ColorControl = Cluster(
|
|
|
96
120
|
type: "uint16",
|
|
97
121
|
access: "R V",
|
|
98
122
|
conformance: "XY",
|
|
99
|
-
constraint: "
|
|
123
|
+
constraint: "max 65279",
|
|
100
124
|
default: 24701,
|
|
101
|
-
quality: "N S P",
|
|
102
|
-
details:
|
|
125
|
+
quality: "N S P Q",
|
|
126
|
+
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.',
|
|
103
127
|
xref: { document: "cluster", section: "3.2.7.6" }
|
|
104
128
|
}
|
|
105
129
|
),
|
|
106
|
-
Attribute(
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
xref: { document: "cluster", section: "3.2.7.7" }
|
|
116
|
-
},
|
|
117
|
-
Field({ name: "None", id: 0 }),
|
|
118
|
-
Field({ name: "OtherUnknown", id: 1 }),
|
|
119
|
-
Field({ name: "TemperatureMonitoring", id: 2 }),
|
|
120
|
-
Field({ name: "OpticalLuminanceMonitoringAndFeedback", id: 3 }),
|
|
121
|
-
Field({ name: "OpticalColorMonitoringAndFeedback", id: 4 })
|
|
122
|
-
),
|
|
130
|
+
Attribute({
|
|
131
|
+
name: "DriftCompensation",
|
|
132
|
+
id: 5,
|
|
133
|
+
type: "DriftCompensationEnum",
|
|
134
|
+
access: "R V",
|
|
135
|
+
conformance: "O",
|
|
136
|
+
details: "Indicates what mechanism, if any, is in use for compensation for color/intensity drift over time.",
|
|
137
|
+
xref: { document: "cluster", section: "3.2.7.7" }
|
|
138
|
+
}),
|
|
123
139
|
Attribute({
|
|
124
140
|
name: "CompensationText",
|
|
125
141
|
id: 6,
|
|
@@ -127,7 +143,7 @@ const ColorControl = Cluster(
|
|
|
127
143
|
access: "R V",
|
|
128
144
|
conformance: "O",
|
|
129
145
|
constraint: "max 254",
|
|
130
|
-
details: "
|
|
146
|
+
details: "This attribute shall contain a textual indication of what mechanism, if any, is in use to compensate for color/intensity drift over time.",
|
|
131
147
|
xref: { document: "cluster", section: "3.2.7.8" }
|
|
132
148
|
}),
|
|
133
149
|
Attribute(
|
|
@@ -139,193 +155,31 @@ const ColorControl = Cluster(
|
|
|
139
155
|
conformance: "CT",
|
|
140
156
|
constraint: "colorTempPhysicalMinMireds to colorTempPhysicalMaxMireds",
|
|
141
157
|
default: 250,
|
|
142
|
-
quality: "N S P",
|
|
143
|
-
details:
|
|
158
|
+
quality: "N S P Q",
|
|
159
|
+
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.',
|
|
144
160
|
xref: { document: "cluster", section: "3.2.7.9" }
|
|
145
161
|
}
|
|
146
162
|
),
|
|
147
|
-
Attribute(
|
|
148
|
-
{
|
|
149
|
-
name: "ColorMode",
|
|
150
|
-
id: 8,
|
|
151
|
-
type: "enum8",
|
|
152
|
-
access: "R V",
|
|
153
|
-
conformance: "M",
|
|
154
|
-
constraint: "0 to 2",
|
|
155
|
-
quality: "N",
|
|
156
|
-
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",
|
|
157
|
-
xref: { document: "cluster", section: "3.2.7.10" }
|
|
158
|
-
},
|
|
159
|
-
Field({ name: "CurrentHueAndCurrentSaturation", id: 0, conformance: "HS" }),
|
|
160
|
-
Field({ name: "CurrentXAndCurrentY", id: 1, conformance: "XY" }),
|
|
161
|
-
Field({ name: "ColorTemperatureMireds", id: 2, conformance: "CT" })
|
|
162
|
-
),
|
|
163
|
-
Attribute(
|
|
164
|
-
{
|
|
165
|
-
name: "Options",
|
|
166
|
-
id: 15,
|
|
167
|
-
type: "map8",
|
|
168
|
-
access: "RW VO",
|
|
169
|
-
conformance: "M",
|
|
170
|
-
constraint: "desc",
|
|
171
|
-
default: 0,
|
|
172
|
-
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.",
|
|
173
|
-
xref: { document: "cluster", section: "3.2.7.11" }
|
|
174
|
-
},
|
|
175
|
-
Field({ name: "ExecuteIfOff", constraint: "0" })
|
|
176
|
-
),
|
|
177
|
-
Attribute({
|
|
178
|
-
name: "EnhancedCurrentHue",
|
|
179
|
-
id: 16384,
|
|
180
|
-
type: "uint16",
|
|
181
|
-
access: "R V",
|
|
182
|
-
conformance: "EHUE",
|
|
183
|
-
default: 0,
|
|
184
|
-
quality: "N S",
|
|
185
|
-
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.",
|
|
186
|
-
xref: { document: "cluster", section: "3.2.7.12" }
|
|
187
|
-
}),
|
|
188
|
-
Attribute(
|
|
189
|
-
{
|
|
190
|
-
name: "EnhancedColorMode",
|
|
191
|
-
id: 16385,
|
|
192
|
-
type: "enum8",
|
|
193
|
-
access: "R V",
|
|
194
|
-
conformance: "M",
|
|
195
|
-
constraint: "0 to 3",
|
|
196
|
-
default: 1,
|
|
197
|
-
quality: "N S",
|
|
198
|
-
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.",
|
|
199
|
-
xref: { document: "cluster", section: "3.2.7.13" }
|
|
200
|
-
},
|
|
201
|
-
Field({ name: "CurrentHueAndCurrentSaturation", id: 0 }),
|
|
202
|
-
Field({ name: "CurrentXAndCurrentY", id: 1 }),
|
|
203
|
-
Field({ name: "ColorTemperatureMireds", id: 2 }),
|
|
204
|
-
Field({ name: "EnhancedCurrentHueAndCurrentSaturation", id: 3 })
|
|
205
|
-
),
|
|
206
|
-
Attribute(
|
|
207
|
-
{
|
|
208
|
-
name: "ColorLoopActive",
|
|
209
|
-
id: 16386,
|
|
210
|
-
type: "enum16",
|
|
211
|
-
access: "R V",
|
|
212
|
-
conformance: "CL",
|
|
213
|
-
default: 0,
|
|
214
|
-
quality: "N S",
|
|
215
|
-
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.",
|
|
216
|
-
xref: { document: "cluster", section: "3.2.7.14" }
|
|
217
|
-
},
|
|
218
|
-
Field({ name: "Inactive", id: 0 }),
|
|
219
|
-
Field({ name: "Active", id: 1 })
|
|
220
|
-
),
|
|
221
|
-
Attribute(
|
|
222
|
-
{
|
|
223
|
-
name: "ColorLoopDirection",
|
|
224
|
-
id: 16387,
|
|
225
|
-
type: "enum16",
|
|
226
|
-
access: "R V",
|
|
227
|
-
conformance: "CL",
|
|
228
|
-
default: 0,
|
|
229
|
-
quality: "N S",
|
|
230
|
-
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.",
|
|
231
|
-
xref: { document: "cluster", section: "3.2.7.15" }
|
|
232
|
-
},
|
|
233
|
-
Field({ name: "Decrement", id: 0 }),
|
|
234
|
-
Field({ name: "Increment", id: 1 })
|
|
235
|
-
),
|
|
236
|
-
Attribute({
|
|
237
|
-
name: "ColorLoopTime",
|
|
238
|
-
id: 16388,
|
|
239
|
-
type: "uint16",
|
|
240
|
-
access: "R V",
|
|
241
|
-
conformance: "CL",
|
|
242
|
-
default: 25,
|
|
243
|
-
quality: "N S",
|
|
244
|
-
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).",
|
|
245
|
-
xref: { document: "cluster", section: "3.2.7.16" }
|
|
246
|
-
}),
|
|
247
163
|
Attribute({
|
|
248
|
-
name: "
|
|
249
|
-
id:
|
|
250
|
-
type: "
|
|
164
|
+
name: "ColorMode",
|
|
165
|
+
id: 8,
|
|
166
|
+
type: "ColorModeEnum",
|
|
251
167
|
access: "R V",
|
|
252
|
-
conformance: "
|
|
253
|
-
|
|
254
|
-
details: "
|
|
255
|
-
xref: { document: "cluster", section: "3.2.7.
|
|
168
|
+
conformance: "M",
|
|
169
|
+
quality: "N",
|
|
170
|
+
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.",
|
|
171
|
+
xref: { document: "cluster", section: "3.2.7.10" }
|
|
256
172
|
}),
|
|
257
173
|
Attribute({
|
|
258
|
-
name: "
|
|
259
|
-
id:
|
|
260
|
-
type: "
|
|
261
|
-
access: "
|
|
262
|
-
conformance: "
|
|
263
|
-
|
|
264
|
-
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.",
|
|
265
|
-
xref: { document: "cluster", section: "3.2.7.18" }
|
|
266
|
-
}),
|
|
267
|
-
Attribute(
|
|
268
|
-
{
|
|
269
|
-
name: "ColorCapabilities",
|
|
270
|
-
id: 16394,
|
|
271
|
-
type: "map16",
|
|
272
|
-
access: "R V",
|
|
273
|
-
conformance: "M",
|
|
274
|
-
constraint: "0 to 31",
|
|
275
|
-
default: 0,
|
|
276
|
-
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.",
|
|
277
|
-
xref: { document: "cluster", section: "3.2.7.19" }
|
|
278
|
-
},
|
|
279
|
-
Field({ name: "HueSaturation", constraint: "0" }),
|
|
280
|
-
Field({ name: "EnhancedHue", constraint: "1" }),
|
|
281
|
-
Field({ name: "ColorLoop", constraint: "2" }),
|
|
282
|
-
Field({ name: "XY", constraint: "3" }),
|
|
283
|
-
Field({ name: "ColorTemperature", constraint: "4" })
|
|
284
|
-
),
|
|
285
|
-
Attribute({
|
|
286
|
-
name: "ColorTempPhysicalMinMireds",
|
|
287
|
-
id: 16395,
|
|
288
|
-
type: "uint16",
|
|
289
|
-
access: "R V",
|
|
290
|
-
conformance: "CT",
|
|
291
|
-
constraint: "0 to 65279",
|
|
174
|
+
name: "Options",
|
|
175
|
+
id: 15,
|
|
176
|
+
type: "OptionsBitmap",
|
|
177
|
+
access: "RW VO",
|
|
178
|
+
conformance: "M",
|
|
179
|
+
constraint: "desc",
|
|
292
180
|
default: 0,
|
|
293
|
-
details: "
|
|
294
|
-
xref: { document: "cluster", section: "3.2.7.
|
|
295
|
-
}),
|
|
296
|
-
Attribute({
|
|
297
|
-
name: "ColorTempPhysicalMaxMireds",
|
|
298
|
-
id: 16396,
|
|
299
|
-
type: "uint16",
|
|
300
|
-
access: "R V",
|
|
301
|
-
conformance: "CT",
|
|
302
|
-
constraint: "0 to 65279",
|
|
303
|
-
default: 65279,
|
|
304
|
-
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.",
|
|
305
|
-
xref: { document: "cluster", section: "3.2.7.21" }
|
|
306
|
-
}),
|
|
307
|
-
Attribute(
|
|
308
|
-
{
|
|
309
|
-
name: "CoupleColorTempToLevelMinMireds",
|
|
310
|
-
id: 16397,
|
|
311
|
-
type: "uint16",
|
|
312
|
-
access: "R V",
|
|
313
|
-
conformance: "CT & ColorTemperatureMireds",
|
|
314
|
-
constraint: "colorTempPhysicalMinMireds to colorTemperatureMireds",
|
|
315
|
-
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.",
|
|
316
|
-
xref: { document: "cluster", section: "3.2.7.22" }
|
|
317
|
-
}
|
|
318
|
-
),
|
|
319
|
-
Attribute({
|
|
320
|
-
name: "StartUpColorTemperatureMireds",
|
|
321
|
-
id: 16400,
|
|
322
|
-
type: "uint16",
|
|
323
|
-
access: "RW VM",
|
|
324
|
-
conformance: "CT & ColorTemperatureMireds",
|
|
325
|
-
constraint: "0 to 65279",
|
|
326
|
-
quality: "X N",
|
|
327
|
-
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",
|
|
328
|
-
xref: { document: "cluster", section: "3.2.7.23" }
|
|
181
|
+
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.",
|
|
182
|
+
xref: { document: "cluster", section: "3.2.7.11" }
|
|
329
183
|
}),
|
|
330
184
|
Attribute({
|
|
331
185
|
name: "NumberOfPrimaries",
|
|
@@ -333,10 +187,10 @@ const ColorControl = Cluster(
|
|
|
333
187
|
type: "uint8",
|
|
334
188
|
access: "R V",
|
|
335
189
|
conformance: "M",
|
|
336
|
-
constraint: "
|
|
190
|
+
constraint: "max 6",
|
|
337
191
|
quality: "X F",
|
|
338
|
-
details: "
|
|
339
|
-
xref: { document: "cluster", section: "3.2.
|
|
192
|
+
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.",
|
|
193
|
+
xref: { document: "cluster", section: "3.2.7.24" }
|
|
340
194
|
}),
|
|
341
195
|
Attribute(
|
|
342
196
|
{
|
|
@@ -345,10 +199,10 @@ const ColorControl = Cluster(
|
|
|
345
199
|
type: "uint16",
|
|
346
200
|
access: "R V",
|
|
347
201
|
conformance: "NumberOfPrimaries > 0",
|
|
348
|
-
constraint: "
|
|
202
|
+
constraint: "max 65279",
|
|
349
203
|
quality: "F",
|
|
350
|
-
details: "
|
|
351
|
-
xref: { document: "cluster", section: "3.2.
|
|
204
|
+
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)",
|
|
205
|
+
xref: { document: "cluster", section: "3.2.7.25" }
|
|
352
206
|
}
|
|
353
207
|
),
|
|
354
208
|
Attribute(
|
|
@@ -358,10 +212,10 @@ const ColorControl = Cluster(
|
|
|
358
212
|
type: "uint16",
|
|
359
213
|
access: "R V",
|
|
360
214
|
conformance: "NumberOfPrimaries > 0",
|
|
361
|
-
constraint: "
|
|
215
|
+
constraint: "max 65279",
|
|
362
216
|
quality: "F",
|
|
363
|
-
details: "
|
|
364
|
-
xref: { document: "cluster", section: "3.2.
|
|
217
|
+
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)",
|
|
218
|
+
xref: { document: "cluster", section: "3.2.7.26" }
|
|
365
219
|
}
|
|
366
220
|
),
|
|
367
221
|
Attribute({
|
|
@@ -371,8 +225,8 @@ const ColorControl = Cluster(
|
|
|
371
225
|
access: "R V",
|
|
372
226
|
conformance: "NumberOfPrimaries > 0",
|
|
373
227
|
quality: "X F",
|
|
374
|
-
details: "
|
|
375
|
-
xref: { document: "cluster", section: "3.2.
|
|
228
|
+
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.",
|
|
229
|
+
xref: { document: "cluster", section: "3.2.7.27" }
|
|
376
230
|
}),
|
|
377
231
|
Attribute({
|
|
378
232
|
name: "Primary2X",
|
|
@@ -380,9 +234,9 @@ const ColorControl = Cluster(
|
|
|
380
234
|
type: "uint16",
|
|
381
235
|
access: "R V",
|
|
382
236
|
conformance: "NumberOfPrimaries > 1",
|
|
383
|
-
constraint: "
|
|
237
|
+
constraint: "max 65279",
|
|
384
238
|
quality: "F",
|
|
385
|
-
xref: { document: "cluster", section: "3.2.
|
|
239
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
386
240
|
}),
|
|
387
241
|
Attribute({
|
|
388
242
|
name: "Primary2Y",
|
|
@@ -390,9 +244,9 @@ const ColorControl = Cluster(
|
|
|
390
244
|
type: "uint16",
|
|
391
245
|
access: "R V",
|
|
392
246
|
conformance: "NumberOfPrimaries > 1",
|
|
393
|
-
constraint: "
|
|
247
|
+
constraint: "max 65279",
|
|
394
248
|
quality: "F",
|
|
395
|
-
xref: { document: "cluster", section: "3.2.
|
|
249
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
396
250
|
}),
|
|
397
251
|
Attribute({
|
|
398
252
|
name: "Primary2Intensity",
|
|
@@ -401,7 +255,7 @@ const ColorControl = Cluster(
|
|
|
401
255
|
access: "R V",
|
|
402
256
|
conformance: "NumberOfPrimaries > 1",
|
|
403
257
|
quality: "X F",
|
|
404
|
-
xref: { document: "cluster", section: "3.2.
|
|
258
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
405
259
|
}),
|
|
406
260
|
Attribute({
|
|
407
261
|
name: "Primary3X",
|
|
@@ -409,9 +263,9 @@ const ColorControl = Cluster(
|
|
|
409
263
|
type: "uint16",
|
|
410
264
|
access: "R V",
|
|
411
265
|
conformance: "NumberOfPrimaries > 2",
|
|
412
|
-
constraint: "
|
|
266
|
+
constraint: "max 65279",
|
|
413
267
|
quality: "F",
|
|
414
|
-
xref: { document: "cluster", section: "3.2.
|
|
268
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
415
269
|
}),
|
|
416
270
|
Attribute({
|
|
417
271
|
name: "Primary3Y",
|
|
@@ -419,9 +273,9 @@ const ColorControl = Cluster(
|
|
|
419
273
|
type: "uint16",
|
|
420
274
|
access: "R V",
|
|
421
275
|
conformance: "NumberOfPrimaries > 2",
|
|
422
|
-
constraint: "
|
|
276
|
+
constraint: "max 65279",
|
|
423
277
|
quality: "F",
|
|
424
|
-
xref: { document: "cluster", section: "3.2.
|
|
278
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
425
279
|
}),
|
|
426
280
|
Attribute({
|
|
427
281
|
name: "Primary3Intensity",
|
|
@@ -430,7 +284,7 @@ const ColorControl = Cluster(
|
|
|
430
284
|
access: "R V",
|
|
431
285
|
conformance: "NumberOfPrimaries > 2",
|
|
432
286
|
quality: "X F",
|
|
433
|
-
xref: { document: "cluster", section: "3.2.
|
|
287
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
434
288
|
}),
|
|
435
289
|
Attribute({
|
|
436
290
|
name: "Primary4X",
|
|
@@ -438,9 +292,9 @@ const ColorControl = Cluster(
|
|
|
438
292
|
type: "uint16",
|
|
439
293
|
access: "R V",
|
|
440
294
|
conformance: "NumberOfPrimaries > 3",
|
|
441
|
-
constraint: "
|
|
295
|
+
constraint: "max 65279",
|
|
442
296
|
quality: "F",
|
|
443
|
-
xref: { document: "cluster", section: "3.2.
|
|
297
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
444
298
|
}),
|
|
445
299
|
Attribute({
|
|
446
300
|
name: "Primary4Y",
|
|
@@ -448,9 +302,9 @@ const ColorControl = Cluster(
|
|
|
448
302
|
type: "uint16",
|
|
449
303
|
access: "R V",
|
|
450
304
|
conformance: "NumberOfPrimaries > 3",
|
|
451
|
-
constraint: "
|
|
305
|
+
constraint: "max 65279",
|
|
452
306
|
quality: "F",
|
|
453
|
-
xref: { document: "cluster", section: "3.2.
|
|
307
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
454
308
|
}),
|
|
455
309
|
Attribute({
|
|
456
310
|
name: "Primary4Intensity",
|
|
@@ -459,7 +313,7 @@ const ColorControl = Cluster(
|
|
|
459
313
|
access: "R V",
|
|
460
314
|
conformance: "NumberOfPrimaries > 3",
|
|
461
315
|
quality: "X F",
|
|
462
|
-
xref: { document: "cluster", section: "3.2.
|
|
316
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
463
317
|
}),
|
|
464
318
|
Attribute({
|
|
465
319
|
name: "Primary5X",
|
|
@@ -467,9 +321,9 @@ const ColorControl = Cluster(
|
|
|
467
321
|
type: "uint16",
|
|
468
322
|
access: "R V",
|
|
469
323
|
conformance: "NumberOfPrimaries > 4",
|
|
470
|
-
constraint: "
|
|
324
|
+
constraint: "max 65279",
|
|
471
325
|
quality: "F",
|
|
472
|
-
xref: { document: "cluster", section: "3.2.
|
|
326
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
473
327
|
}),
|
|
474
328
|
Attribute({
|
|
475
329
|
name: "Primary5Y",
|
|
@@ -477,9 +331,9 @@ const ColorControl = Cluster(
|
|
|
477
331
|
type: "uint16",
|
|
478
332
|
access: "R V",
|
|
479
333
|
conformance: "NumberOfPrimaries > 4",
|
|
480
|
-
constraint: "
|
|
334
|
+
constraint: "max 65279",
|
|
481
335
|
quality: "F",
|
|
482
|
-
xref: { document: "cluster", section: "3.2.
|
|
336
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
483
337
|
}),
|
|
484
338
|
Attribute({
|
|
485
339
|
name: "Primary5Intensity",
|
|
@@ -488,7 +342,7 @@ const ColorControl = Cluster(
|
|
|
488
342
|
access: "R V",
|
|
489
343
|
conformance: "NumberOfPrimaries > 4",
|
|
490
344
|
quality: "X F",
|
|
491
|
-
xref: { document: "cluster", section: "3.2.
|
|
345
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
492
346
|
}),
|
|
493
347
|
Attribute({
|
|
494
348
|
name: "Primary6X",
|
|
@@ -496,9 +350,9 @@ const ColorControl = Cluster(
|
|
|
496
350
|
type: "uint16",
|
|
497
351
|
access: "R V",
|
|
498
352
|
conformance: "NumberOfPrimaries > 5",
|
|
499
|
-
constraint: "
|
|
353
|
+
constraint: "max 65279",
|
|
500
354
|
quality: "F",
|
|
501
|
-
xref: { document: "cluster", section: "3.2.
|
|
355
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
502
356
|
}),
|
|
503
357
|
Attribute({
|
|
504
358
|
name: "Primary6Y",
|
|
@@ -506,9 +360,9 @@ const ColorControl = Cluster(
|
|
|
506
360
|
type: "uint16",
|
|
507
361
|
access: "R V",
|
|
508
362
|
conformance: "NumberOfPrimaries > 5",
|
|
509
|
-
constraint: "
|
|
363
|
+
constraint: "max 65279",
|
|
510
364
|
quality: "F",
|
|
511
|
-
xref: { document: "cluster", section: "3.2.
|
|
365
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
512
366
|
}),
|
|
513
367
|
Attribute({
|
|
514
368
|
name: "Primary6Intensity",
|
|
@@ -517,7 +371,7 @@ const ColorControl = Cluster(
|
|
|
517
371
|
access: "R V",
|
|
518
372
|
conformance: "NumberOfPrimaries > 5",
|
|
519
373
|
quality: "X F",
|
|
520
|
-
xref: { document: "cluster", section: "3.2.
|
|
374
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
521
375
|
}),
|
|
522
376
|
Attribute(
|
|
523
377
|
{
|
|
@@ -526,9 +380,9 @@ const ColorControl = Cluster(
|
|
|
526
380
|
type: "uint16",
|
|
527
381
|
access: "RW VM",
|
|
528
382
|
conformance: "O",
|
|
529
|
-
constraint: "
|
|
530
|
-
details: "
|
|
531
|
-
xref: { document: "cluster", section: "3.2.
|
|
383
|
+
constraint: "max 65279",
|
|
384
|
+
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)",
|
|
385
|
+
xref: { document: "cluster", section: "3.2.7.29" }
|
|
532
386
|
}
|
|
533
387
|
),
|
|
534
388
|
Attribute(
|
|
@@ -538,9 +392,9 @@ const ColorControl = Cluster(
|
|
|
538
392
|
type: "uint16",
|
|
539
393
|
access: "RW VM",
|
|
540
394
|
conformance: "O",
|
|
541
|
-
constraint: "
|
|
542
|
-
details: "
|
|
543
|
-
xref: { document: "cluster", section: "3.2.
|
|
395
|
+
constraint: "max 65279",
|
|
396
|
+
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)",
|
|
397
|
+
xref: { document: "cluster", section: "3.2.7.30" }
|
|
544
398
|
}
|
|
545
399
|
),
|
|
546
400
|
Attribute(
|
|
@@ -550,9 +404,9 @@ const ColorControl = Cluster(
|
|
|
550
404
|
type: "uint16",
|
|
551
405
|
access: "RW VM",
|
|
552
406
|
conformance: "O",
|
|
553
|
-
constraint: "
|
|
554
|
-
details: "
|
|
555
|
-
xref: { document: "cluster", section: "3.2.
|
|
407
|
+
constraint: "max 65279",
|
|
408
|
+
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)",
|
|
409
|
+
xref: { document: "cluster", section: "3.2.7.31" }
|
|
556
410
|
}
|
|
557
411
|
),
|
|
558
412
|
Attribute(
|
|
@@ -562,9 +416,9 @@ const ColorControl = Cluster(
|
|
|
562
416
|
type: "uint16",
|
|
563
417
|
access: "RW VM",
|
|
564
418
|
conformance: "O",
|
|
565
|
-
constraint: "
|
|
566
|
-
details: "
|
|
567
|
-
xref: { document: "cluster", section: "3.2.
|
|
419
|
+
constraint: "max 65279",
|
|
420
|
+
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)",
|
|
421
|
+
xref: { document: "cluster", section: "3.2.7.32" }
|
|
568
422
|
}
|
|
569
423
|
),
|
|
570
424
|
Attribute({
|
|
@@ -574,8 +428,8 @@ const ColorControl = Cluster(
|
|
|
574
428
|
access: "RW VM",
|
|
575
429
|
conformance: "O",
|
|
576
430
|
quality: "X",
|
|
577
|
-
details: "
|
|
578
|
-
xref: { document: "cluster", section: "3.2.
|
|
431
|
+
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.",
|
|
432
|
+
xref: { document: "cluster", section: "3.2.7.33" }
|
|
579
433
|
}),
|
|
580
434
|
Attribute({
|
|
581
435
|
name: "ColorPointGx",
|
|
@@ -583,8 +437,8 @@ const ColorControl = Cluster(
|
|
|
583
437
|
type: "uint16",
|
|
584
438
|
access: "RW VM",
|
|
585
439
|
conformance: "O",
|
|
586
|
-
constraint: "
|
|
587
|
-
xref: { document: "cluster", section: "3.2.
|
|
440
|
+
constraint: "max 65279",
|
|
441
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
588
442
|
}),
|
|
589
443
|
Attribute({
|
|
590
444
|
name: "ColorPointGy",
|
|
@@ -592,8 +446,8 @@ const ColorControl = Cluster(
|
|
|
592
446
|
type: "uint16",
|
|
593
447
|
access: "RW VM",
|
|
594
448
|
conformance: "O",
|
|
595
|
-
constraint: "
|
|
596
|
-
xref: { document: "cluster", section: "3.2.
|
|
449
|
+
constraint: "max 65279",
|
|
450
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
597
451
|
}),
|
|
598
452
|
Attribute({
|
|
599
453
|
name: "ColorPointGIntensity",
|
|
@@ -602,7 +456,7 @@ const ColorControl = Cluster(
|
|
|
602
456
|
access: "RW VM",
|
|
603
457
|
conformance: "O",
|
|
604
458
|
quality: "X",
|
|
605
|
-
xref: { document: "cluster", section: "3.2.
|
|
459
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
606
460
|
}),
|
|
607
461
|
Attribute({
|
|
608
462
|
name: "ColorPointBx",
|
|
@@ -610,8 +464,8 @@ const ColorControl = Cluster(
|
|
|
610
464
|
type: "uint16",
|
|
611
465
|
access: "RW VM",
|
|
612
466
|
conformance: "O",
|
|
613
|
-
constraint: "
|
|
614
|
-
xref: { document: "cluster", section: "3.2.
|
|
467
|
+
constraint: "max 65279",
|
|
468
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
615
469
|
}),
|
|
616
470
|
Attribute({
|
|
617
471
|
name: "ColorPointBy",
|
|
@@ -619,8 +473,8 @@ const ColorControl = Cluster(
|
|
|
619
473
|
type: "uint16",
|
|
620
474
|
access: "RW VM",
|
|
621
475
|
conformance: "O",
|
|
622
|
-
constraint: "
|
|
623
|
-
xref: { document: "cluster", section: "3.2.
|
|
476
|
+
constraint: "max 65279",
|
|
477
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
624
478
|
}),
|
|
625
479
|
Attribute({
|
|
626
480
|
name: "ColorPointBIntensity",
|
|
@@ -629,7 +483,156 @@ const ColorControl = Cluster(
|
|
|
629
483
|
access: "RW VM",
|
|
630
484
|
conformance: "O",
|
|
631
485
|
quality: "X",
|
|
632
|
-
xref: { document: "cluster", section: "3.2.
|
|
486
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
487
|
+
}),
|
|
488
|
+
Attribute({
|
|
489
|
+
name: "EnhancedCurrentHue",
|
|
490
|
+
id: 16384,
|
|
491
|
+
type: "uint16",
|
|
492
|
+
access: "R V",
|
|
493
|
+
conformance: "EHUE",
|
|
494
|
+
default: 0,
|
|
495
|
+
quality: "N S Q",
|
|
496
|
+
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.",
|
|
497
|
+
xref: { document: "cluster", section: "3.2.7.12" }
|
|
498
|
+
}),
|
|
499
|
+
Attribute({
|
|
500
|
+
name: "EnhancedColorMode",
|
|
501
|
+
id: 16385,
|
|
502
|
+
type: "EnhancedColorModeEnum",
|
|
503
|
+
access: "R V",
|
|
504
|
+
conformance: "M",
|
|
505
|
+
default: 1,
|
|
506
|
+
quality: "N S",
|
|
507
|
+
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.",
|
|
508
|
+
xref: { document: "cluster", section: "3.2.7.13" }
|
|
509
|
+
}),
|
|
510
|
+
Attribute(
|
|
511
|
+
{
|
|
512
|
+
name: "ColorLoopActive",
|
|
513
|
+
id: 16386,
|
|
514
|
+
type: "enum16",
|
|
515
|
+
access: "R V",
|
|
516
|
+
conformance: "CL",
|
|
517
|
+
constraint: "max 1",
|
|
518
|
+
default: 0,
|
|
519
|
+
quality: "N S",
|
|
520
|
+
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.",
|
|
521
|
+
xref: { document: "cluster", section: "3.2.7.14" }
|
|
522
|
+
},
|
|
523
|
+
Field({ name: "Inactive", id: 0 }),
|
|
524
|
+
Field({ name: "Active", id: 1 })
|
|
525
|
+
),
|
|
526
|
+
Attribute({
|
|
527
|
+
name: "ColorLoopDirection",
|
|
528
|
+
id: 16387,
|
|
529
|
+
type: "ColorLoopDirectionEnum",
|
|
530
|
+
access: "R V",
|
|
531
|
+
asOf: "1.4",
|
|
532
|
+
conformance: "CL",
|
|
533
|
+
constraint: "max 1",
|
|
534
|
+
default: 0,
|
|
535
|
+
quality: "N S",
|
|
536
|
+
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.",
|
|
537
|
+
xref: { document: "cluster", section: "3.2.7.15" }
|
|
538
|
+
}),
|
|
539
|
+
Attribute({
|
|
540
|
+
name: "ColorLoopTime",
|
|
541
|
+
id: 16388,
|
|
542
|
+
type: "uint16",
|
|
543
|
+
access: "R V",
|
|
544
|
+
conformance: "CL",
|
|
545
|
+
default: 25,
|
|
546
|
+
quality: "N S",
|
|
547
|
+
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).",
|
|
548
|
+
xref: { document: "cluster", section: "3.2.7.16" }
|
|
549
|
+
}),
|
|
550
|
+
Attribute({
|
|
551
|
+
name: "ColorLoopStartEnhancedHue",
|
|
552
|
+
id: 16389,
|
|
553
|
+
type: "uint16",
|
|
554
|
+
access: "R V",
|
|
555
|
+
conformance: "CL",
|
|
556
|
+
default: 8960,
|
|
557
|
+
details: "Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.",
|
|
558
|
+
xref: { document: "cluster", section: "3.2.7.17" }
|
|
559
|
+
}),
|
|
560
|
+
Attribute({
|
|
561
|
+
name: "ColorLoopStoredEnhancedHue",
|
|
562
|
+
id: 16390,
|
|
563
|
+
type: "uint16",
|
|
564
|
+
access: "R V",
|
|
565
|
+
conformance: "CL",
|
|
566
|
+
default: 0,
|
|
567
|
+
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.",
|
|
568
|
+
xref: { document: "cluster", section: "3.2.7.18" }
|
|
569
|
+
}),
|
|
570
|
+
Attribute(
|
|
571
|
+
{
|
|
572
|
+
name: "ColorCapabilities",
|
|
573
|
+
id: 16394,
|
|
574
|
+
type: "map16",
|
|
575
|
+
access: "R V",
|
|
576
|
+
conformance: "M",
|
|
577
|
+
constraint: "max 31",
|
|
578
|
+
default: 0,
|
|
579
|
+
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.",
|
|
580
|
+
xref: { document: "cluster", section: "3.2.7.19" }
|
|
581
|
+
},
|
|
582
|
+
Field({ name: "HueSaturation", constraint: "0", description: "Supports color specification via hue/saturation." }),
|
|
583
|
+
Field({ name: "EnhancedHue", constraint: "1", description: "Enhanced hue is supported." }),
|
|
584
|
+
Field({ name: "ColorLoop", constraint: "2", description: "Color loop is supported." }),
|
|
585
|
+
Field({ name: "XY", constraint: "3", description: "Supports color specification via XY." }),
|
|
586
|
+
Field({
|
|
587
|
+
name: "ColorTemperature",
|
|
588
|
+
constraint: "4",
|
|
589
|
+
description: "Supports color specification via color temperature."
|
|
590
|
+
})
|
|
591
|
+
),
|
|
592
|
+
Attribute({
|
|
593
|
+
name: "ColorTempPhysicalMinMireds",
|
|
594
|
+
id: 16395,
|
|
595
|
+
type: "uint16",
|
|
596
|
+
access: "R V",
|
|
597
|
+
conformance: "CT",
|
|
598
|
+
constraint: "1 to 65279",
|
|
599
|
+
default: 1,
|
|
600
|
+
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.",
|
|
601
|
+
xref: { document: "cluster", section: "3.2.7.20" }
|
|
602
|
+
}),
|
|
603
|
+
Attribute({
|
|
604
|
+
name: "ColorTempPhysicalMaxMireds",
|
|
605
|
+
id: 16396,
|
|
606
|
+
type: "uint16",
|
|
607
|
+
access: "R V",
|
|
608
|
+
conformance: "CT",
|
|
609
|
+
constraint: "max 65279",
|
|
610
|
+
default: 65279,
|
|
611
|
+
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.",
|
|
612
|
+
xref: { document: "cluster", section: "3.2.7.21" }
|
|
613
|
+
}),
|
|
614
|
+
Attribute(
|
|
615
|
+
{
|
|
616
|
+
name: "CoupleColorTempToLevelMinMireds",
|
|
617
|
+
id: 16397,
|
|
618
|
+
type: "uint16",
|
|
619
|
+
access: "R V",
|
|
620
|
+
conformance: "CT & ColorTemperatureMireds",
|
|
621
|
+
constraint: "colorTempPhysicalMinMireds to colorTemperatureMireds",
|
|
622
|
+
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.",
|
|
623
|
+
xref: { document: "cluster", section: "3.2.7.22" }
|
|
624
|
+
}
|
|
625
|
+
),
|
|
626
|
+
Attribute({
|
|
627
|
+
name: "StartUpColorTemperatureMireds",
|
|
628
|
+
id: 16400,
|
|
629
|
+
type: "uint16",
|
|
630
|
+
access: "RW VM",
|
|
631
|
+
conformance: "CT & ColorTemperatureMireds",
|
|
632
|
+
constraint: "1 to 65279",
|
|
633
|
+
quality: "X N",
|
|
634
|
+
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,",
|
|
635
|
+
xref: { document: "cluster", section: "3.2.7.23" }
|
|
633
636
|
}),
|
|
634
637
|
Command(
|
|
635
638
|
{
|
|
@@ -639,34 +642,33 @@ const ColorControl = Cluster(
|
|
|
639
642
|
conformance: "HS",
|
|
640
643
|
direction: "request",
|
|
641
644
|
response: "status",
|
|
642
|
-
xref: { document: "cluster", section: "3.2.
|
|
645
|
+
xref: { document: "cluster", section: "3.2.8.4" }
|
|
643
646
|
},
|
|
644
647
|
Field({
|
|
645
648
|
name: "Hue",
|
|
646
649
|
id: 0,
|
|
647
650
|
type: "uint8",
|
|
648
651
|
conformance: "M",
|
|
649
|
-
constraint: "
|
|
650
|
-
details: "
|
|
651
|
-
xref: { document: "cluster", section: "3.2.
|
|
652
|
+
constraint: "max 254",
|
|
653
|
+
details: "This field shall indicate the hue to be moved to.",
|
|
654
|
+
xref: { document: "cluster", section: "3.2.8.4.1" }
|
|
652
655
|
}),
|
|
653
656
|
Field({
|
|
654
657
|
name: "Direction",
|
|
655
658
|
id: 1,
|
|
656
|
-
type: "
|
|
659
|
+
type: "DirectionEnum",
|
|
657
660
|
conformance: "M",
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
xref: { document: "cluster", section: "3.2.11.4.2" }
|
|
661
|
+
details: "This field shall indicate the movement direction.",
|
|
662
|
+
xref: { document: "cluster", section: "3.2.8.4.2" }
|
|
661
663
|
}),
|
|
662
664
|
Field({
|
|
663
665
|
name: "TransitionTime",
|
|
664
666
|
id: 2,
|
|
665
667
|
type: "uint16",
|
|
666
668
|
conformance: "M",
|
|
667
|
-
constraint: "
|
|
668
|
-
details: "
|
|
669
|
-
xref: { document: "cluster", section: "3.2.
|
|
669
|
+
constraint: "max 65534",
|
|
670
|
+
details: "This field shall indicate, in 1/10ths of a second, the time that shall be taken to move to the new hue.",
|
|
671
|
+
xref: { document: "cluster", section: "3.2.8.4.3" }
|
|
670
672
|
}),
|
|
671
673
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
672
674
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -679,24 +681,23 @@ const ColorControl = Cluster(
|
|
|
679
681
|
conformance: "HS",
|
|
680
682
|
direction: "request",
|
|
681
683
|
response: "status",
|
|
682
|
-
xref: { document: "cluster", section: "3.2.
|
|
684
|
+
xref: { document: "cluster", section: "3.2.8.5" }
|
|
683
685
|
},
|
|
684
686
|
Field({
|
|
685
687
|
name: "MoveMode",
|
|
686
688
|
id: 0,
|
|
687
|
-
type: "
|
|
689
|
+
type: "MoveModeEnum",
|
|
688
690
|
conformance: "M",
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
xref: { document: "cluster", section: "3.2.11.5.1" }
|
|
691
|
+
details: "This field shall indicate the mode of movement.",
|
|
692
|
+
xref: { document: "cluster", section: "3.2.8.5.1" }
|
|
692
693
|
}),
|
|
693
694
|
Field({
|
|
694
695
|
name: "Rate",
|
|
695
696
|
id: 1,
|
|
696
697
|
type: "uint8",
|
|
697
698
|
conformance: "M",
|
|
698
|
-
details: "
|
|
699
|
-
xref: { document: "cluster", section: "3.2.
|
|
699
|
+
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.",
|
|
700
|
+
xref: { document: "cluster", section: "3.2.8.5.2" }
|
|
700
701
|
}),
|
|
701
702
|
Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
702
703
|
Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -709,32 +710,31 @@ const ColorControl = Cluster(
|
|
|
709
710
|
conformance: "HS",
|
|
710
711
|
direction: "request",
|
|
711
712
|
response: "status",
|
|
712
|
-
xref: { document: "cluster", section: "3.2.
|
|
713
|
+
xref: { document: "cluster", section: "3.2.8.6" }
|
|
713
714
|
},
|
|
714
715
|
Field({
|
|
715
716
|
name: "StepMode",
|
|
716
717
|
id: 0,
|
|
717
|
-
type: "
|
|
718
|
+
type: "StepModeEnum",
|
|
718
719
|
conformance: "M",
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
xref: { document: "cluster", section: "3.2.11.6.1" }
|
|
720
|
+
details: "This field shall indicate the mode of the step to be performed.",
|
|
721
|
+
xref: { document: "cluster", section: "3.2.8.6.1" }
|
|
722
722
|
}),
|
|
723
723
|
Field({
|
|
724
724
|
name: "StepSize",
|
|
725
725
|
id: 1,
|
|
726
726
|
type: "uint8",
|
|
727
727
|
conformance: "M",
|
|
728
|
-
details: "
|
|
729
|
-
xref: { document: "cluster", section: "3.2.
|
|
728
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the device\u2019s hue.",
|
|
729
|
+
xref: { document: "cluster", section: "3.2.8.6.2" }
|
|
730
730
|
}),
|
|
731
731
|
Field({
|
|
732
732
|
name: "TransitionTime",
|
|
733
733
|
id: 2,
|
|
734
734
|
type: "uint8",
|
|
735
735
|
conformance: "M",
|
|
736
|
-
details: "
|
|
737
|
-
xref: { document: "cluster", section: "3.2.
|
|
736
|
+
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.",
|
|
737
|
+
xref: { document: "cluster", section: "3.2.8.6.3" }
|
|
738
738
|
}),
|
|
739
739
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
740
740
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -747,10 +747,10 @@ const ColorControl = Cluster(
|
|
|
747
747
|
conformance: "HS",
|
|
748
748
|
direction: "request",
|
|
749
749
|
response: "status",
|
|
750
|
-
xref: { document: "cluster", section: "3.2.
|
|
750
|
+
xref: { document: "cluster", section: "3.2.8.7" }
|
|
751
751
|
},
|
|
752
|
-
Field({ name: "Saturation", id: 0, type: "uint8", conformance: "M", constraint: "
|
|
753
|
-
Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "
|
|
752
|
+
Field({ name: "Saturation", id: 0, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
753
|
+
Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
754
754
|
Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
755
755
|
Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
756
756
|
),
|
|
@@ -762,24 +762,23 @@ const ColorControl = Cluster(
|
|
|
762
762
|
conformance: "HS",
|
|
763
763
|
direction: "request",
|
|
764
764
|
response: "status",
|
|
765
|
-
xref: { document: "cluster", section: "3.2.
|
|
765
|
+
xref: { document: "cluster", section: "3.2.8.8" }
|
|
766
766
|
},
|
|
767
767
|
Field({
|
|
768
768
|
name: "MoveMode",
|
|
769
769
|
id: 0,
|
|
770
|
-
type: "
|
|
770
|
+
type: "MoveModeEnum",
|
|
771
771
|
conformance: "M",
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
xref: { document: "cluster", section: "3.2.11.8.1" }
|
|
772
|
+
details: "This field shall indicate the mode of movement, as described in the MoveHue command.",
|
|
773
|
+
xref: { document: "cluster", section: "3.2.8.8.1" }
|
|
775
774
|
}),
|
|
776
775
|
Field({
|
|
777
776
|
name: "Rate",
|
|
778
777
|
id: 1,
|
|
779
778
|
type: "uint8",
|
|
780
779
|
conformance: "M",
|
|
781
|
-
details: "
|
|
782
|
-
xref: { document: "cluster", section: "3.2.
|
|
780
|
+
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.",
|
|
781
|
+
xref: { document: "cluster", section: "3.2.8.8.2" }
|
|
783
782
|
}),
|
|
784
783
|
Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
785
784
|
Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -792,32 +791,31 @@ const ColorControl = Cluster(
|
|
|
792
791
|
conformance: "HS",
|
|
793
792
|
direction: "request",
|
|
794
793
|
response: "status",
|
|
795
|
-
xref: { document: "cluster", section: "3.2.
|
|
794
|
+
xref: { document: "cluster", section: "3.2.8.9" }
|
|
796
795
|
},
|
|
797
796
|
Field({
|
|
798
797
|
name: "StepMode",
|
|
799
798
|
id: 0,
|
|
800
|
-
type: "
|
|
799
|
+
type: "StepModeEnum",
|
|
801
800
|
conformance: "M",
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
xref: { document: "cluster", section: "3.2.11.9.1" }
|
|
801
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
802
|
+
xref: { document: "cluster", section: "3.2.8.9.1" }
|
|
805
803
|
}),
|
|
806
804
|
Field({
|
|
807
805
|
name: "StepSize",
|
|
808
806
|
id: 1,
|
|
809
807
|
type: "uint8",
|
|
810
808
|
conformance: "M",
|
|
811
|
-
details: "
|
|
812
|
-
xref: { document: "cluster", section: "3.2.
|
|
809
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the device\u2019s saturation.",
|
|
810
|
+
xref: { document: "cluster", section: "3.2.8.9.2" }
|
|
813
811
|
}),
|
|
814
812
|
Field({
|
|
815
813
|
name: "TransitionTime",
|
|
816
814
|
id: 2,
|
|
817
815
|
type: "uint8",
|
|
818
816
|
conformance: "M",
|
|
819
|
-
details: "
|
|
820
|
-
xref: { document: "cluster", section: "3.2.
|
|
817
|
+
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.",
|
|
818
|
+
xref: { document: "cluster", section: "3.2.8.9.3" }
|
|
821
819
|
}),
|
|
822
820
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
823
821
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -830,11 +828,11 @@ const ColorControl = Cluster(
|
|
|
830
828
|
conformance: "HS",
|
|
831
829
|
direction: "request",
|
|
832
830
|
response: "status",
|
|
833
|
-
xref: { document: "cluster", section: "3.2.
|
|
831
|
+
xref: { document: "cluster", section: "3.2.8.10" }
|
|
834
832
|
},
|
|
835
|
-
Field({ name: "Hue", id: 0, type: "uint8", conformance: "M", constraint: "
|
|
836
|
-
Field({ name: "Saturation", id: 1, type: "uint8", conformance: "M", constraint: "
|
|
837
|
-
Field({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "
|
|
833
|
+
Field({ name: "Hue", id: 0, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
834
|
+
Field({ name: "Saturation", id: 1, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
835
|
+
Field({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
838
836
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
839
837
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
840
838
|
),
|
|
@@ -846,11 +844,11 @@ const ColorControl = Cluster(
|
|
|
846
844
|
conformance: "XY",
|
|
847
845
|
direction: "request",
|
|
848
846
|
response: "status",
|
|
849
|
-
xref: { document: "cluster", section: "3.2.
|
|
847
|
+
xref: { document: "cluster", section: "3.2.8.11" }
|
|
850
848
|
},
|
|
851
|
-
Field({ name: "ColorX", id: 0, type: "uint16", conformance: "M", constraint: "
|
|
852
|
-
Field({ name: "ColorY", id: 1, type: "uint16", conformance: "M", constraint: "
|
|
853
|
-
Field({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "
|
|
849
|
+
Field({ name: "ColorX", id: 0, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
850
|
+
Field({ name: "ColorY", id: 1, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
851
|
+
Field({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
854
852
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
855
853
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
856
854
|
),
|
|
@@ -862,23 +860,23 @@ const ColorControl = Cluster(
|
|
|
862
860
|
conformance: "XY",
|
|
863
861
|
direction: "request",
|
|
864
862
|
response: "status",
|
|
865
|
-
xref: { document: "cluster", section: "3.2.
|
|
863
|
+
xref: { document: "cluster", section: "3.2.8.12" }
|
|
866
864
|
},
|
|
867
865
|
Field({
|
|
868
866
|
name: "RateX",
|
|
869
867
|
id: 0,
|
|
870
868
|
type: "int16",
|
|
871
869
|
conformance: "M",
|
|
872
|
-
details: "
|
|
873
|
-
xref: { document: "cluster", section: "3.2.
|
|
870
|
+
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.",
|
|
871
|
+
xref: { document: "cluster", section: "3.2.8.12.1" }
|
|
874
872
|
}),
|
|
875
873
|
Field({
|
|
876
874
|
name: "RateY",
|
|
877
875
|
id: 1,
|
|
878
876
|
type: "int16",
|
|
879
877
|
conformance: "M",
|
|
880
|
-
details: "
|
|
881
|
-
xref: { document: "cluster", section: "3.2.
|
|
878
|
+
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.",
|
|
879
|
+
xref: { document: "cluster", section: "3.2.8.12.2" }
|
|
882
880
|
}),
|
|
883
881
|
Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
884
882
|
Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -891,7 +889,7 @@ const ColorControl = Cluster(
|
|
|
891
889
|
conformance: "XY",
|
|
892
890
|
direction: "request",
|
|
893
891
|
response: "status",
|
|
894
|
-
xref: { document: "cluster", section: "3.2.
|
|
892
|
+
xref: { document: "cluster", section: "3.2.8.13" }
|
|
895
893
|
},
|
|
896
894
|
Field({ name: "StepX", id: 0, type: "int16", conformance: "M" }),
|
|
897
895
|
Field({ name: "StepY", id: 1, type: "int16", conformance: "M" }),
|
|
@@ -900,9 +898,9 @@ const ColorControl = Cluster(
|
|
|
900
898
|
id: 2,
|
|
901
899
|
type: "uint16",
|
|
902
900
|
conformance: "M",
|
|
903
|
-
constraint: "
|
|
904
|
-
details: "The
|
|
905
|
-
xref: { document: "cluster", section: "3.2.
|
|
901
|
+
constraint: "max 65534",
|
|
902
|
+
details: "The field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the color change.",
|
|
903
|
+
xref: { document: "cluster", section: "3.2.8.13.2" }
|
|
906
904
|
}),
|
|
907
905
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
908
906
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -915,10 +913,10 @@ const ColorControl = Cluster(
|
|
|
915
913
|
conformance: "CT",
|
|
916
914
|
direction: "request",
|
|
917
915
|
response: "status",
|
|
918
|
-
xref: { document: "cluster", section: "3.2.
|
|
916
|
+
xref: { document: "cluster", section: "3.2.8.14" }
|
|
919
917
|
},
|
|
920
|
-
Field({ name: "ColorTemperatureMireds", id: 0, type: "uint16", conformance: "M", constraint: "
|
|
921
|
-
Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "
|
|
918
|
+
Field({ name: "ColorTemperatureMireds", id: 0, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
919
|
+
Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
922
920
|
Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
923
921
|
Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
924
922
|
),
|
|
@@ -930,34 +928,33 @@ const ColorControl = Cluster(
|
|
|
930
928
|
conformance: "EHUE",
|
|
931
929
|
direction: "request",
|
|
932
930
|
response: "status",
|
|
933
|
-
details: "
|
|
934
|
-
xref: { document: "cluster", section: "3.2.
|
|
931
|
+
details: "This command allows the light to be moved in a smooth continuous transition from their current hue to a target hue.",
|
|
932
|
+
xref: { document: "cluster", section: "3.2.8.15" }
|
|
935
933
|
},
|
|
936
934
|
Field({
|
|
937
935
|
name: "EnhancedHue",
|
|
938
936
|
id: 0,
|
|
939
937
|
type: "uint16",
|
|
940
938
|
conformance: "M",
|
|
941
|
-
details: "
|
|
942
|
-
xref: { document: "cluster", section: "3.2.
|
|
939
|
+
details: "This field shall indicate the target extended hue for the light.",
|
|
940
|
+
xref: { document: "cluster", section: "3.2.8.15.1" }
|
|
943
941
|
}),
|
|
944
942
|
Field({
|
|
945
943
|
name: "Direction",
|
|
946
944
|
id: 1,
|
|
947
|
-
type: "
|
|
945
|
+
type: "DirectionEnum",
|
|
948
946
|
conformance: "M",
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
xref: { document: "cluster", section: "3.2.11.15.2" }
|
|
947
|
+
details: "This field shall indicate the movement direction.",
|
|
948
|
+
xref: { document: "cluster", section: "3.2.8.15.2" }
|
|
952
949
|
}),
|
|
953
950
|
Field({
|
|
954
951
|
name: "TransitionTime",
|
|
955
952
|
id: 2,
|
|
956
953
|
type: "uint16",
|
|
957
954
|
conformance: "M",
|
|
958
|
-
constraint: "
|
|
959
|
-
details: "This field
|
|
960
|
-
xref: { document: "cluster", section: "3.2.
|
|
955
|
+
constraint: "max 65534",
|
|
956
|
+
details: "This field shall indicate the transition time, as described in the MoveToHue command.",
|
|
957
|
+
xref: { document: "cluster", section: "3.2.8.15.3" }
|
|
961
958
|
}),
|
|
962
959
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
963
960
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -970,25 +967,25 @@ const ColorControl = Cluster(
|
|
|
970
967
|
conformance: "EHUE",
|
|
971
968
|
direction: "request",
|
|
972
969
|
response: "status",
|
|
973
|
-
details: "
|
|
974
|
-
xref: { document: "cluster", section: "3.2.
|
|
970
|
+
details: "This command allows the light to start a continuous transition starting from their current hue.",
|
|
971
|
+
xref: { document: "cluster", section: "3.2.8.16" }
|
|
975
972
|
},
|
|
976
973
|
Field({
|
|
977
974
|
name: "MoveMode",
|
|
978
975
|
id: 0,
|
|
979
|
-
type: "
|
|
976
|
+
type: "MoveModeEnum",
|
|
980
977
|
conformance: "M",
|
|
981
978
|
constraint: "desc",
|
|
982
|
-
details: "This field
|
|
983
|
-
xref: { document: "cluster", section: "3.2.
|
|
979
|
+
details: "This field shall indicate the mode of movement, as described in the MoveHue command.",
|
|
980
|
+
xref: { document: "cluster", section: "3.2.8.16.1" }
|
|
984
981
|
}),
|
|
985
982
|
Field({
|
|
986
983
|
name: "Rate",
|
|
987
984
|
id: 1,
|
|
988
985
|
type: "uint16",
|
|
989
986
|
conformance: "M",
|
|
990
|
-
details: "
|
|
991
|
-
xref: { document: "cluster", section: "3.2.
|
|
987
|
+
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.",
|
|
988
|
+
xref: { document: "cluster", section: "3.2.8.16.2" }
|
|
992
989
|
}),
|
|
993
990
|
Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
994
991
|
Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1001,34 +998,34 @@ const ColorControl = Cluster(
|
|
|
1001
998
|
conformance: "EHUE",
|
|
1002
999
|
direction: "request",
|
|
1003
1000
|
response: "status",
|
|
1004
|
-
details: "
|
|
1005
|
-
xref: { document: "cluster", section: "3.2.
|
|
1001
|
+
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.",
|
|
1002
|
+
xref: { document: "cluster", section: "3.2.8.17" }
|
|
1006
1003
|
},
|
|
1007
1004
|
Field({
|
|
1008
1005
|
name: "StepMode",
|
|
1009
1006
|
id: 0,
|
|
1010
|
-
type: "
|
|
1007
|
+
type: "StepModeEnum",
|
|
1011
1008
|
conformance: "M",
|
|
1012
1009
|
constraint: "desc",
|
|
1013
|
-
details: "This field
|
|
1014
|
-
xref: { document: "cluster", section: "3.2.
|
|
1010
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
1011
|
+
xref: { document: "cluster", section: "3.2.8.17.1" }
|
|
1015
1012
|
}),
|
|
1016
1013
|
Field({
|
|
1017
1014
|
name: "StepSize",
|
|
1018
1015
|
id: 1,
|
|
1019
1016
|
type: "uint16",
|
|
1020
1017
|
conformance: "M",
|
|
1021
|
-
details: "
|
|
1022
|
-
xref: { document: "cluster", section: "3.2.
|
|
1018
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the device\u2019s enhanced hue.",
|
|
1019
|
+
xref: { document: "cluster", section: "3.2.8.17.2" }
|
|
1023
1020
|
}),
|
|
1024
1021
|
Field({
|
|
1025
1022
|
name: "TransitionTime",
|
|
1026
1023
|
id: 2,
|
|
1027
1024
|
type: "uint16",
|
|
1028
1025
|
conformance: "M",
|
|
1029
|
-
constraint: "
|
|
1030
|
-
details: "The
|
|
1031
|
-
xref: { document: "cluster", section: "3.2.
|
|
1026
|
+
constraint: "max 65534",
|
|
1027
|
+
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.",
|
|
1028
|
+
xref: { document: "cluster", section: "3.2.8.17.3" }
|
|
1032
1029
|
}),
|
|
1033
1030
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1034
1031
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1041,34 +1038,34 @@ const ColorControl = Cluster(
|
|
|
1041
1038
|
conformance: "EHUE",
|
|
1042
1039
|
direction: "request",
|
|
1043
1040
|
response: "status",
|
|
1044
|
-
details: "
|
|
1045
|
-
xref: { document: "cluster", section: "3.2.
|
|
1041
|
+
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.",
|
|
1042
|
+
xref: { document: "cluster", section: "3.2.8.18" }
|
|
1046
1043
|
},
|
|
1047
1044
|
Field({
|
|
1048
1045
|
name: "EnhancedHue",
|
|
1049
1046
|
id: 0,
|
|
1050
1047
|
type: "uint16",
|
|
1051
1048
|
conformance: "M",
|
|
1052
|
-
details: "
|
|
1053
|
-
xref: { document: "cluster", section: "3.2.
|
|
1049
|
+
details: "This field shall indicate the target extended hue for the light.",
|
|
1050
|
+
xref: { document: "cluster", section: "3.2.8.18.1" }
|
|
1054
1051
|
}),
|
|
1055
1052
|
Field({
|
|
1056
1053
|
name: "Saturation",
|
|
1057
1054
|
id: 1,
|
|
1058
1055
|
type: "uint8",
|
|
1059
1056
|
conformance: "M",
|
|
1060
|
-
constraint: "
|
|
1061
|
-
details: "This field
|
|
1062
|
-
xref: { document: "cluster", section: "3.2.
|
|
1057
|
+
constraint: "max 254",
|
|
1058
|
+
details: "This field shall indicate the saturation, as described in the MoveToHueAndSaturation command.",
|
|
1059
|
+
xref: { document: "cluster", section: "3.2.8.18.2" }
|
|
1063
1060
|
}),
|
|
1064
1061
|
Field({
|
|
1065
1062
|
name: "TransitionTime",
|
|
1066
1063
|
id: 2,
|
|
1067
1064
|
type: "uint16",
|
|
1068
1065
|
conformance: "M",
|
|
1069
|
-
constraint: "
|
|
1070
|
-
details: "This field
|
|
1071
|
-
xref: { document: "cluster", section: "3.2.
|
|
1066
|
+
constraint: "max 65534",
|
|
1067
|
+
details: "This field shall indicate the transition time, as described in the MoveToHue command.",
|
|
1068
|
+
xref: { document: "cluster", section: "3.2.8.18.3" }
|
|
1072
1069
|
}),
|
|
1073
1070
|
Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1074
1071
|
Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1081,59 +1078,40 @@ const ColorControl = Cluster(
|
|
|
1081
1078
|
conformance: "CL",
|
|
1082
1079
|
direction: "request",
|
|
1083
1080
|
response: "status",
|
|
1084
|
-
details: "
|
|
1085
|
-
xref: { document: "cluster", section: "3.2.
|
|
1081
|
+
details: "This command allows a color loop to be activated such that the color light cycles through its range of hues.",
|
|
1082
|
+
xref: { document: "cluster", section: "3.2.8.19" }
|
|
1086
1083
|
},
|
|
1087
|
-
Field(
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
),
|
|
1103
|
-
Field(
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
xref: { document: "cluster", section: "3.2.11.19.2" }
|
|
1112
|
-
},
|
|
1113
|
-
Field({ name: "DeActivateTheColorLoop", id: 0 }),
|
|
1114
|
-
Field({ name: "ActivateTheColorLoopFromTheValueInTheColorLoopStartEnhancedHueField", id: 1 }),
|
|
1115
|
-
Field({ name: "ActivateTheColorLoopFromTheValueOfTheEnhancedCurrentHueAttribute", id: 2 })
|
|
1116
|
-
),
|
|
1117
|
-
Field(
|
|
1118
|
-
{
|
|
1119
|
-
name: "Direction",
|
|
1120
|
-
id: 2,
|
|
1121
|
-
type: "enum8",
|
|
1122
|
-
conformance: "M",
|
|
1123
|
-
constraint: "desc",
|
|
1124
|
-
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",
|
|
1125
|
-
xref: { document: "cluster", section: "3.2.11.19.3" }
|
|
1126
|
-
},
|
|
1127
|
-
Field({ name: "DecrementTheHueInTheColorLoop", id: 0 }),
|
|
1128
|
-
Field({ name: "IncrementTheHueInTheColorLoop", id: 1 })
|
|
1129
|
-
),
|
|
1084
|
+
Field({
|
|
1085
|
+
name: "UpdateFlags",
|
|
1086
|
+
id: 0,
|
|
1087
|
+
type: "UpdateFlagsBitmap",
|
|
1088
|
+
conformance: "M",
|
|
1089
|
+
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.",
|
|
1090
|
+
xref: { document: "cluster", section: "3.2.8.19.1" }
|
|
1091
|
+
}),
|
|
1092
|
+
Field({
|
|
1093
|
+
name: "Action",
|
|
1094
|
+
id: 1,
|
|
1095
|
+
type: "ColorLoopActionEnum",
|
|
1096
|
+
conformance: "M",
|
|
1097
|
+
details: "This field shall indicate the action to take for the color loop.",
|
|
1098
|
+
xref: { document: "cluster", section: "3.2.8.19.2" }
|
|
1099
|
+
}),
|
|
1100
|
+
Field({
|
|
1101
|
+
name: "Direction",
|
|
1102
|
+
id: 2,
|
|
1103
|
+
type: "ColorLoopDirectionEnum",
|
|
1104
|
+
conformance: "M",
|
|
1105
|
+
details: "This field shall indicate the direction for the color loop.",
|
|
1106
|
+
xref: { document: "cluster", section: "3.2.8.19.3" }
|
|
1107
|
+
}),
|
|
1130
1108
|
Field({
|
|
1131
1109
|
name: "Time",
|
|
1132
1110
|
id: 3,
|
|
1133
1111
|
type: "uint16",
|
|
1134
1112
|
conformance: "M",
|
|
1135
|
-
details: "
|
|
1136
|
-
xref: { document: "cluster", section: "3.2.
|
|
1113
|
+
details: "This field shall indicate the number of seconds over which to perform a full color loop.",
|
|
1114
|
+
xref: { document: "cluster", section: "3.2.8.19.4" }
|
|
1137
1115
|
}),
|
|
1138
1116
|
Field({ name: "StartHue", id: 4, type: "uint16", conformance: "M" }),
|
|
1139
1117
|
Field({ name: "OptionsMask", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -1147,8 +1125,8 @@ const ColorControl = Cluster(
|
|
|
1147
1125
|
conformance: "HS | XY | CT",
|
|
1148
1126
|
direction: "request",
|
|
1149
1127
|
response: "status",
|
|
1150
|
-
details: "
|
|
1151
|
-
xref: { document: "cluster", section: "3.2.
|
|
1128
|
+
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.",
|
|
1129
|
+
xref: { document: "cluster", section: "3.2.8.20" }
|
|
1152
1130
|
},
|
|
1153
1131
|
Field({ name: "OptionsMask", id: 0, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1154
1132
|
Field({ name: "OptionsOverride", id: 1, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1161,43 +1139,43 @@ const ColorControl = Cluster(
|
|
|
1161
1139
|
conformance: "CT",
|
|
1162
1140
|
direction: "request",
|
|
1163
1141
|
response: "status",
|
|
1164
|
-
details: "
|
|
1165
|
-
xref: { document: "cluster", section: "3.2.
|
|
1142
|
+
details: "This command allows the color temperature of the light to be moved at a specified rate.",
|
|
1143
|
+
xref: { document: "cluster", section: "3.2.8.21" }
|
|
1166
1144
|
},
|
|
1167
1145
|
Field({
|
|
1168
1146
|
name: "MoveMode",
|
|
1169
1147
|
id: 0,
|
|
1170
|
-
type: "
|
|
1148
|
+
type: "MoveModeEnum",
|
|
1171
1149
|
conformance: "M",
|
|
1172
1150
|
constraint: "desc",
|
|
1173
|
-
details: "This field
|
|
1174
|
-
xref: { document: "cluster", section: "3.2.
|
|
1151
|
+
details: "This field shall indicate the mode of movement, as described in the MoveHue command.",
|
|
1152
|
+
xref: { document: "cluster", section: "3.2.8.21.1" }
|
|
1175
1153
|
}),
|
|
1176
1154
|
Field({
|
|
1177
1155
|
name: "Rate",
|
|
1178
1156
|
id: 1,
|
|
1179
1157
|
type: "uint16",
|
|
1180
1158
|
conformance: "M",
|
|
1181
|
-
details: "
|
|
1182
|
-
xref: { document: "cluster", section: "3.2.
|
|
1159
|
+
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.",
|
|
1160
|
+
xref: { document: "cluster", section: "3.2.8.21.2" }
|
|
1183
1161
|
}),
|
|
1184
1162
|
Field({
|
|
1185
1163
|
name: "ColorTemperatureMinimumMireds",
|
|
1186
1164
|
id: 2,
|
|
1187
1165
|
type: "uint16",
|
|
1188
1166
|
conformance: "M",
|
|
1189
|
-
constraint: "
|
|
1190
|
-
details: "
|
|
1191
|
-
xref: { document: "cluster", section: "3.2.
|
|
1167
|
+
constraint: "max 65279",
|
|
1168
|
+
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.",
|
|
1169
|
+
xref: { document: "cluster", section: "3.2.8.21.3" }
|
|
1192
1170
|
}),
|
|
1193
1171
|
Field({
|
|
1194
1172
|
name: "ColorTemperatureMaximumMireds",
|
|
1195
1173
|
id: 3,
|
|
1196
1174
|
type: "uint16",
|
|
1197
1175
|
conformance: "M",
|
|
1198
|
-
constraint: "
|
|
1199
|
-
details: "
|
|
1200
|
-
xref: { document: "cluster", section: "3.2.
|
|
1176
|
+
constraint: "max 65279",
|
|
1177
|
+
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.",
|
|
1178
|
+
xref: { document: "cluster", section: "3.2.8.21.4" }
|
|
1201
1179
|
}),
|
|
1202
1180
|
Field({ name: "OptionsMask", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1203
1181
|
Field({ name: "OptionsOverride", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1210,73 +1188,224 @@ const ColorControl = Cluster(
|
|
|
1210
1188
|
conformance: "CT",
|
|
1211
1189
|
direction: "request",
|
|
1212
1190
|
response: "status",
|
|
1213
|
-
details: "
|
|
1214
|
-
xref: { document: "cluster", section: "3.2.
|
|
1191
|
+
details: "This command allows the color temperature of the light to be stepped with a specified step size.",
|
|
1192
|
+
xref: { document: "cluster", section: "3.2.8.22" }
|
|
1215
1193
|
},
|
|
1216
1194
|
Field({
|
|
1217
1195
|
name: "StepMode",
|
|
1218
1196
|
id: 0,
|
|
1219
|
-
type: "
|
|
1197
|
+
type: "StepModeEnum",
|
|
1220
1198
|
conformance: "M",
|
|
1221
1199
|
constraint: "desc",
|
|
1222
|
-
details: "This field
|
|
1223
|
-
xref: { document: "cluster", section: "3.2.
|
|
1200
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
1201
|
+
xref: { document: "cluster", section: "3.2.8.22.1" }
|
|
1224
1202
|
}),
|
|
1225
1203
|
Field({
|
|
1226
1204
|
name: "StepSize",
|
|
1227
1205
|
id: 1,
|
|
1228
1206
|
type: "uint16",
|
|
1229
1207
|
conformance: "M",
|
|
1230
|
-
details: "
|
|
1231
|
-
xref: { document: "cluster", section: "3.2.
|
|
1208
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the device\u2019s color temperature.",
|
|
1209
|
+
xref: { document: "cluster", section: "3.2.8.22.2" }
|
|
1232
1210
|
}),
|
|
1233
1211
|
Field({
|
|
1234
1212
|
name: "TransitionTime",
|
|
1235
1213
|
id: 2,
|
|
1236
1214
|
type: "uint16",
|
|
1237
1215
|
conformance: "M",
|
|
1238
|
-
constraint: "
|
|
1239
|
-
details: "
|
|
1240
|
-
xref: { document: "cluster", section: "3.2.
|
|
1216
|
+
constraint: "max 65534",
|
|
1217
|
+
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.",
|
|
1218
|
+
xref: { document: "cluster", section: "3.2.8.22.3" }
|
|
1241
1219
|
}),
|
|
1242
1220
|
Field({
|
|
1243
1221
|
name: "ColorTemperatureMinimumMireds",
|
|
1244
1222
|
id: 3,
|
|
1245
1223
|
type: "uint16",
|
|
1246
1224
|
conformance: "M",
|
|
1247
|
-
constraint: "
|
|
1248
|
-
details: "
|
|
1249
|
-
xref: { document: "cluster", section: "3.2.
|
|
1225
|
+
constraint: "max 65279",
|
|
1226
|
+
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.",
|
|
1227
|
+
xref: { document: "cluster", section: "3.2.8.22.4" }
|
|
1250
1228
|
}),
|
|
1251
1229
|
Field({
|
|
1252
1230
|
name: "ColorTemperatureMaximumMireds",
|
|
1253
1231
|
id: 4,
|
|
1254
1232
|
type: "uint16",
|
|
1255
1233
|
conformance: "M",
|
|
1256
|
-
constraint: "
|
|
1257
|
-
details: "
|
|
1258
|
-
xref: { document: "cluster", section: "3.2.
|
|
1234
|
+
constraint: "max 65279",
|
|
1235
|
+
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.",
|
|
1236
|
+
xref: { document: "cluster", section: "3.2.8.22.5" }
|
|
1259
1237
|
}),
|
|
1260
1238
|
Field({ name: "OptionsMask", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1261
1239
|
Field({ name: "OptionsOverride", id: 6, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
1262
1240
|
),
|
|
1263
1241
|
Datatype(
|
|
1264
|
-
{ name: "
|
|
1265
|
-
Field({
|
|
1266
|
-
|
|
1267
|
-
|
|
1242
|
+
{ name: "OptionsBitmap", type: "map8", xref: { document: "cluster", section: "3.2.6.2" } },
|
|
1243
|
+
Field({
|
|
1244
|
+
name: "ExecuteIfOff",
|
|
1245
|
+
constraint: "0",
|
|
1246
|
+
description: "Dependency on On/Off cluster",
|
|
1247
|
+
details: "This bit shall indicate if this cluster server instance has a dependency with the On/Off cluster.",
|
|
1248
|
+
xref: { document: "cluster", section: "3.2.6.2.1" }
|
|
1249
|
+
})
|
|
1250
|
+
),
|
|
1251
|
+
Datatype(
|
|
1252
|
+
{
|
|
1253
|
+
name: "UpdateFlagsBitmap",
|
|
1254
|
+
type: "map8",
|
|
1255
|
+
details: "This data type is derived from map8 and is used in the ColorLoopSet command.",
|
|
1256
|
+
xref: { document: "cluster", section: "3.2.6.3" }
|
|
1257
|
+
},
|
|
1258
|
+
Field(
|
|
1259
|
+
{
|
|
1260
|
+
name: "UpdateAction",
|
|
1261
|
+
constraint: "0",
|
|
1262
|
+
description: "Device adheres to the associated action field.",
|
|
1263
|
+
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.",
|
|
1264
|
+
xref: { document: "cluster", section: "3.2.6.3.1" }
|
|
1265
|
+
}
|
|
1266
|
+
),
|
|
1267
|
+
Field(
|
|
1268
|
+
{
|
|
1269
|
+
name: "UpdateDirection",
|
|
1270
|
+
constraint: "1",
|
|
1271
|
+
description: "Device updates the associated direction attribute.",
|
|
1272
|
+
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.",
|
|
1273
|
+
xref: { document: "cluster", section: "3.2.6.3.2" }
|
|
1274
|
+
}
|
|
1275
|
+
),
|
|
1276
|
+
Field(
|
|
1277
|
+
{
|
|
1278
|
+
name: "UpdateTime",
|
|
1279
|
+
constraint: "2",
|
|
1280
|
+
description: "Device updates the associated time attribute.",
|
|
1281
|
+
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.",
|
|
1282
|
+
xref: { document: "cluster", section: "3.2.6.3.3" }
|
|
1283
|
+
}
|
|
1284
|
+
),
|
|
1285
|
+
Field(
|
|
1286
|
+
{
|
|
1287
|
+
name: "UpdateStartHue",
|
|
1288
|
+
constraint: "3",
|
|
1289
|
+
description: "Device updates the associated start hue attribute.",
|
|
1290
|
+
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.",
|
|
1291
|
+
xref: { document: "cluster", section: "3.2.6.3.4" }
|
|
1292
|
+
}
|
|
1293
|
+
)
|
|
1294
|
+
),
|
|
1295
|
+
Datatype(
|
|
1296
|
+
{ name: "DriftCompensationEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.4" } },
|
|
1297
|
+
Field({ name: "None", id: 0, conformance: "M", description: "There is no compensation." }),
|
|
1298
|
+
Field({
|
|
1299
|
+
name: "OtherOrUnknown",
|
|
1300
|
+
id: 1,
|
|
1301
|
+
conformance: "M",
|
|
1302
|
+
description: "The compensation is based on other or unknown mechanism."
|
|
1303
|
+
}),
|
|
1304
|
+
Field({
|
|
1305
|
+
name: "TemperatureMonitoring",
|
|
1306
|
+
id: 2,
|
|
1307
|
+
conformance: "M",
|
|
1308
|
+
description: "The compensation is based on temperature monitoring."
|
|
1309
|
+
}),
|
|
1310
|
+
Field({
|
|
1311
|
+
name: "OpticalLuminanceMonitoringAndFeedback",
|
|
1312
|
+
id: 3,
|
|
1313
|
+
conformance: "M",
|
|
1314
|
+
description: "The compensation is based on optical luminance monitoring and feedback."
|
|
1315
|
+
}),
|
|
1316
|
+
Field({
|
|
1317
|
+
name: "OpticalColorMonitoringAndFeedback",
|
|
1318
|
+
id: 4,
|
|
1319
|
+
conformance: "M",
|
|
1320
|
+
description: "The compensation is based on optical color monitoring and feedback."
|
|
1321
|
+
})
|
|
1268
1322
|
),
|
|
1269
1323
|
Datatype(
|
|
1270
|
-
{ name: "
|
|
1271
|
-
Field({
|
|
1272
|
-
|
|
1324
|
+
{ name: "ColorModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.5" } },
|
|
1325
|
+
Field({
|
|
1326
|
+
name: "CurrentHueAndCurrentSaturation",
|
|
1327
|
+
id: 0,
|
|
1328
|
+
conformance: "M",
|
|
1329
|
+
description: "The current hue and saturation attributes determine the color."
|
|
1330
|
+
}),
|
|
1331
|
+
Field({
|
|
1332
|
+
name: "CurrentXAndCurrentY",
|
|
1333
|
+
id: 1,
|
|
1334
|
+
conformance: "M",
|
|
1335
|
+
description: "The current X and Y attributes determine the color."
|
|
1336
|
+
}),
|
|
1337
|
+
Field({
|
|
1338
|
+
name: "ColorTemperatureMireds",
|
|
1339
|
+
id: 2,
|
|
1340
|
+
conformance: "M",
|
|
1341
|
+
description: "The color temperature attribute determines the color."
|
|
1342
|
+
})
|
|
1343
|
+
),
|
|
1344
|
+
Datatype(
|
|
1345
|
+
{ name: "EnhancedColorModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.6" } },
|
|
1346
|
+
Field({
|
|
1347
|
+
name: "CurrentHueAndCurrentSaturation",
|
|
1348
|
+
id: 0,
|
|
1349
|
+
conformance: "M",
|
|
1350
|
+
description: "The current hue and saturation attributes determine the color."
|
|
1351
|
+
}),
|
|
1352
|
+
Field({
|
|
1353
|
+
name: "CurrentXAndCurrentY",
|
|
1354
|
+
id: 1,
|
|
1355
|
+
conformance: "M",
|
|
1356
|
+
description: "The current X and Y attributes determine the color."
|
|
1357
|
+
}),
|
|
1358
|
+
Field({
|
|
1359
|
+
name: "ColorTemperatureMireds",
|
|
1360
|
+
id: 2,
|
|
1361
|
+
conformance: "M",
|
|
1362
|
+
description: "The color temperature attribute determines the color."
|
|
1363
|
+
}),
|
|
1364
|
+
Field({
|
|
1365
|
+
name: "EnhancedCurrentHueAndCurrentSaturation",
|
|
1366
|
+
id: 3,
|
|
1367
|
+
conformance: "M",
|
|
1368
|
+
description: "The enhanced current hue and saturation attributes determine the color."
|
|
1369
|
+
})
|
|
1370
|
+
),
|
|
1371
|
+
Datatype(
|
|
1372
|
+
{ name: "DirectionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.7" } },
|
|
1373
|
+
Field({ name: "Shortest", id: 0, conformance: "M", description: "Shortest distance" }),
|
|
1374
|
+
Field({ name: "Longest", id: 1, conformance: "M", description: "Longest distance" }),
|
|
1375
|
+
Field({ name: "Up", id: 2, conformance: "M", description: "Up" }),
|
|
1376
|
+
Field({ name: "Down", id: 3, conformance: "M", description: "Down" })
|
|
1377
|
+
),
|
|
1378
|
+
Datatype(
|
|
1379
|
+
{ name: "MoveModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.8" } },
|
|
1380
|
+
Field({ name: "Stop", id: 0, conformance: "M", description: "Stop the movement" }),
|
|
1381
|
+
Field({ name: "Up", id: 1, conformance: "M", description: "Move in an upwards direction" }),
|
|
1382
|
+
Field({ name: "Down", id: 3, conformance: "M", description: "Move in a downwards direction" })
|
|
1383
|
+
),
|
|
1384
|
+
Datatype(
|
|
1385
|
+
{ name: "StepModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.9" } },
|
|
1386
|
+
Field({ name: "Up", id: 1, conformance: "M", description: "Step in an upwards direction" }),
|
|
1387
|
+
Field({ name: "Down", id: 3, conformance: "M", description: "Step in a downwards direction" })
|
|
1388
|
+
),
|
|
1389
|
+
Datatype(
|
|
1390
|
+
{ name: "ColorLoopActionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.10" } },
|
|
1391
|
+
Field({ name: "Deactivate", id: 0, conformance: "M", description: "De-activate the color loop." }),
|
|
1392
|
+
Field({
|
|
1393
|
+
name: "ActivateFromColorLoopStartEnhancedHue",
|
|
1394
|
+
id: 1,
|
|
1395
|
+
conformance: "M",
|
|
1396
|
+
description: "Activate the color loop from the value in the ColorLoopStartEnhancedHue field."
|
|
1397
|
+
}),
|
|
1398
|
+
Field({
|
|
1399
|
+
name: "ActivateFromEnhancedCurrentHue",
|
|
1400
|
+
id: 2,
|
|
1401
|
+
conformance: "M",
|
|
1402
|
+
description: "Activate the color loop from the value of the EnhancedCurrentHue attribute."
|
|
1403
|
+
})
|
|
1273
1404
|
),
|
|
1274
1405
|
Datatype(
|
|
1275
|
-
{ name: "
|
|
1276
|
-
Field({ name: "
|
|
1277
|
-
Field({ name: "
|
|
1278
|
-
Field({ name: "Up", id: 2 }),
|
|
1279
|
-
Field({ name: "Down", id: 3 })
|
|
1406
|
+
{ name: "ColorLoopDirectionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.11" } },
|
|
1407
|
+
Field({ name: "Decrement", id: 0, conformance: "M", description: "Decrement the hue in the color loop." }),
|
|
1408
|
+
Field({ name: "Increment", id: 1, conformance: "M", description: "Increment the hue in the color loop." })
|
|
1280
1409
|
)
|
|
1281
1410
|
);
|
|
1282
1411
|
MatterDefinition.children.push(ColorControl);
|