@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
|
@@ -18,78 +18,140 @@ import {
|
|
|
18
18
|
export const ColorControl = Cluster(
|
|
19
19
|
{
|
|
20
20
|
name: "ColorControl", id: 0x300, classification: "application", pics: "CC",
|
|
21
|
+
|
|
22
|
+
details: "This cluster provides an interface for changing the color of a light. Color is specified according " +
|
|
23
|
+
"to the CIE 1931 Color space. Color control is carried out in terms of x,y values, as defined by " +
|
|
24
|
+
"this specification." +
|
|
25
|
+
"\n" +
|
|
26
|
+
"Additionally, color may optionally be controlled in terms of color temperature, or as hue and " +
|
|
27
|
+
"saturation values based on optionally variable RGB and W color points. It is recommended that the " +
|
|
28
|
+
"hue and saturation are interpreted according to the HSV (a.k.a. HSB) color model." +
|
|
29
|
+
"\n" +
|
|
30
|
+
"Control over luminance is not included, as this is provided by means of the Level Control for " +
|
|
31
|
+
"Lighting cluster. It is recommended that the level provided by this cluster be interpreted as " +
|
|
32
|
+
"representing a proportion of the maximum intensity achievable at the current color.",
|
|
33
|
+
|
|
21
34
|
xref: { document: "cluster", section: "3.2" }
|
|
22
35
|
},
|
|
23
|
-
|
|
36
|
+
|
|
37
|
+
Attribute({ name: "ClusterRevision", id: 0xfffd, type: "ClusterRevision", default: 7 }),
|
|
24
38
|
|
|
25
39
|
Attribute(
|
|
26
|
-
{ name: "FeatureMap", id: 0xfffc, type: "FeatureMap", xref: { document: "cluster", section: "3.2.
|
|
40
|
+
{ name: "FeatureMap", id: 0xfffc, type: "FeatureMap", xref: { document: "cluster", section: "3.2.4" } },
|
|
27
41
|
Field({
|
|
28
|
-
name: "HS", constraint: "0", description: "HueSaturation",
|
|
42
|
+
name: "HS", conformance: "EHUE, O", constraint: "0", description: "HueSaturation",
|
|
29
43
|
details: "Supports color specification via hue/saturation."
|
|
30
44
|
}),
|
|
31
|
-
Field({ name: "EHUE", constraint: "1", description: "EnhancedHue", details: "Enhanced hue is supported." }),
|
|
32
|
-
Field({ name: "CL", constraint: "2", description: "ColorLoop", details: "Color loop is supported." }),
|
|
33
|
-
Field({ name: "XY", constraint: "3", description: "Xy", details: "Supports color specification via XY." }),
|
|
34
45
|
Field({
|
|
35
|
-
name: "
|
|
46
|
+
name: "EHUE", conformance: "CL, O", constraint: "1", description: "EnhancedHue",
|
|
47
|
+
details: "Enhanced hue is supported."
|
|
48
|
+
}),
|
|
49
|
+
Field({
|
|
50
|
+
name: "CL", conformance: "O", constraint: "2", description: "ColorLoop",
|
|
51
|
+
details: "Color loop is supported."
|
|
52
|
+
}),
|
|
53
|
+
Field({
|
|
54
|
+
name: "XY", conformance: "O", constraint: "3", description: "Xy",
|
|
55
|
+
details: "Supports color specification via XY."
|
|
56
|
+
}),
|
|
57
|
+
Field({
|
|
58
|
+
name: "CT", conformance: "O", constraint: "4", description: "ColorTemperature",
|
|
36
59
|
details: "Supports specification of color temperature."
|
|
37
60
|
})
|
|
38
61
|
),
|
|
39
62
|
|
|
40
63
|
Attribute(
|
|
41
64
|
{
|
|
42
|
-
name: "CurrentHue", id: 0x0, type: "uint8", access: "R V", conformance: "HS",
|
|
43
|
-
|
|
65
|
+
name: "CurrentHue", id: 0x0, type: "uint8", access: "R V", conformance: "HS", constraint: "max 254",
|
|
66
|
+
default: 0, quality: "N P Q",
|
|
44
67
|
|
|
45
68
|
details: "The CurrentHue attribute contains the current hue value of the light. It is updated as fast as " +
|
|
46
69
|
"practical during commands that change the hue." +
|
|
47
70
|
"\n" +
|
|
48
|
-
"The hue in degrees shall be related to the CurrentHue attribute by the relationship:
|
|
49
|
-
"
|
|
71
|
+
"The hue in degrees shall be related to the CurrentHue attribute by the relationship:" +
|
|
72
|
+
"\n" +
|
|
73
|
+
"Hue = \"CurrentHue\" * 360 / 254" +
|
|
74
|
+
"\n" +
|
|
75
|
+
"where CurrentHue is in the range from 0 to 254 inclusive." +
|
|
50
76
|
"\n" +
|
|
51
|
-
"
|
|
52
|
-
"
|
|
77
|
+
"Changes to this attribute shall only be marked as reportable in the following cases:" +
|
|
78
|
+
"\n" +
|
|
79
|
+
" • At most once per second or" +
|
|
80
|
+
"\n" +
|
|
81
|
+
" • At the end of the movement/transition.",
|
|
53
82
|
|
|
54
83
|
xref: { document: "cluster", section: "3.2.7.2" }
|
|
55
84
|
}
|
|
56
85
|
),
|
|
57
86
|
|
|
58
|
-
Attribute(
|
|
59
|
-
|
|
60
|
-
|
|
87
|
+
Attribute(
|
|
88
|
+
{
|
|
89
|
+
name: "CurrentSaturation", id: 0x1, type: "uint8", access: "R V", conformance: "HS",
|
|
90
|
+
constraint: "max 254", default: 0, quality: "N S P Q",
|
|
61
91
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
92
|
+
details: "Indicates the current saturation value of the light. It is updated as fast as practical during " +
|
|
93
|
+
"commands that change the saturation." +
|
|
94
|
+
"\n" +
|
|
95
|
+
"The saturation (on a scale from 0.0 to 1.0) shall be related to the CurrentSaturation attribute by " +
|
|
96
|
+
"the relationship:" +
|
|
97
|
+
"\n" +
|
|
98
|
+
"Saturation = \"CurrentSaturation\" / 254" +
|
|
99
|
+
"\n" +
|
|
100
|
+
"where CurrentSaturation is in the range from 0 to 254 inclusive." +
|
|
101
|
+
"\n" +
|
|
102
|
+
"Changes to this attribute shall only be marked as reportable in the following cases:" +
|
|
103
|
+
"\n" +
|
|
104
|
+
" • At most once per second or" +
|
|
105
|
+
"\n" +
|
|
106
|
+
" • At the end of the movement/transition.",
|
|
70
107
|
|
|
71
|
-
|
|
72
|
-
|
|
108
|
+
xref: { document: "cluster", section: "3.2.7.3" }
|
|
109
|
+
}
|
|
110
|
+
),
|
|
73
111
|
|
|
74
112
|
Attribute({
|
|
75
113
|
name: "RemainingTime", id: 0x2, type: "uint16", access: "R V", conformance: "O",
|
|
76
|
-
constraint: "0 to 65535", default: 0,
|
|
77
|
-
|
|
78
|
-
|
|
114
|
+
constraint: "0 to 65535", default: 0, quality: "Q",
|
|
115
|
+
|
|
116
|
+
details: "Indicates the time remaining, in 1/10ths of a second, until transitions due to the currently active " +
|
|
117
|
+
"command will be complete." +
|
|
118
|
+
"\n" +
|
|
119
|
+
"Changes to this attribute shall only be marked as reportable in the following cases:" +
|
|
120
|
+
"\n" +
|
|
121
|
+
" • When it changes from 0 to any value higher than 10, or" +
|
|
122
|
+
"\n" +
|
|
123
|
+
" • When it changes, with a delta larger than 10, caused by the invoke of a command, or" +
|
|
124
|
+
"\n" +
|
|
125
|
+
" • When it changes to 0." +
|
|
126
|
+
"\n" +
|
|
127
|
+
"For commands with a transition time or changes to the transition time less than 1 second, changes " +
|
|
128
|
+
"to this attribute shall NOT be reported." +
|
|
129
|
+
"\n" +
|
|
130
|
+
"As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the " +
|
|
131
|
+
"reporting of this attribute in order to keep track of the remaining duration.",
|
|
132
|
+
|
|
79
133
|
xref: { document: "cluster", section: "3.2.7.4" }
|
|
80
134
|
}),
|
|
81
135
|
|
|
82
136
|
Attribute(
|
|
83
137
|
{
|
|
84
138
|
name: "CurrentX", id: 0x3, type: "uint16", access: "R V", conformance: "XY",
|
|
85
|
-
constraint: "
|
|
139
|
+
constraint: "max 65279", default: 24939, quality: "N S P Q",
|
|
86
140
|
|
|
87
|
-
details: "
|
|
88
|
-
"
|
|
89
|
-
"
|
|
141
|
+
details: "Indicates the current value of the normalized chromaticity value x, as defined in the CIE xyY Color " +
|
|
142
|
+
"Space. It is updated as fast as practical during commands that change the color." +
|
|
143
|
+
"\n" +
|
|
144
|
+
"The value of x shall be related to the CurrentX attribute by the relationship" +
|
|
90
145
|
"\n" +
|
|
91
|
-
"
|
|
92
|
-
"
|
|
146
|
+
"x = \"CurrentX\" / 65536" +
|
|
147
|
+
"\n" +
|
|
148
|
+
"where CurrentX is in the range from 0 to 65279 inclusive." +
|
|
149
|
+
"\n" +
|
|
150
|
+
"Changes to this attribute shall only be marked as reportable in the following cases:" +
|
|
151
|
+
"\n" +
|
|
152
|
+
" • At most once per second or" +
|
|
153
|
+
"\n" +
|
|
154
|
+
" • At the end of the movement/transition.",
|
|
93
155
|
|
|
94
156
|
xref: { document: "cluster", section: "3.2.7.5" }
|
|
95
157
|
}
|
|
@@ -98,42 +160,37 @@ export const ColorControl = Cluster(
|
|
|
98
160
|
Attribute(
|
|
99
161
|
{
|
|
100
162
|
name: "CurrentY", id: 0x4, type: "uint16", access: "R V", conformance: "XY",
|
|
101
|
-
constraint: "
|
|
163
|
+
constraint: "max 65279", default: 24701, quality: "N S P Q",
|
|
102
164
|
|
|
103
|
-
details: "
|
|
104
|
-
"
|
|
105
|
-
"
|
|
165
|
+
details: "Indicates the current value of the normalized chromaticity value y, as defined in the CIE xyY Color " +
|
|
166
|
+
"Space. It is updated as fast as practical during commands that change the color." +
|
|
167
|
+
"\n" +
|
|
168
|
+
"The value of y shall be related to the CurrentY attribute by the relationship" +
|
|
169
|
+
"\n" +
|
|
170
|
+
"y = \"CurrentY\" / 65536" +
|
|
171
|
+
"\n" +
|
|
172
|
+
"where CurrentY is in the range from 0 to 65279 inclusive." +
|
|
106
173
|
"\n" +
|
|
107
|
-
"
|
|
108
|
-
"
|
|
174
|
+
"Changes to this attribute shall only be marked as reportable in the following cases:" +
|
|
175
|
+
"\n" +
|
|
176
|
+
" • At most once per second or" +
|
|
177
|
+
"\n" +
|
|
178
|
+
" • At the end of the movement/transition.",
|
|
109
179
|
|
|
110
180
|
xref: { document: "cluster", section: "3.2.7.6" }
|
|
111
181
|
}
|
|
112
182
|
),
|
|
113
183
|
|
|
114
|
-
Attribute(
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
"color/intensity drift over time. It shall be one of the non-reserved values in Values of the " +
|
|
120
|
-
"DriftCompensation Attribute." +
|
|
121
|
-
"\n" +
|
|
122
|
-
"### Table 8. Values of the DriftCompensation Attribute",
|
|
123
|
-
xref: { document: "cluster", section: "3.2.7.7" }
|
|
124
|
-
},
|
|
125
|
-
|
|
126
|
-
Field({ name: "None", id: 0x0 }),
|
|
127
|
-
Field({ name: "OtherUnknown", id: 0x1 }),
|
|
128
|
-
Field({ name: "TemperatureMonitoring", id: 0x2 }),
|
|
129
|
-
Field({ name: "OpticalLuminanceMonitoringAndFeedback", id: 0x3 }),
|
|
130
|
-
Field({ name: "OpticalColorMonitoringAndFeedback", id: 0x4 })
|
|
131
|
-
),
|
|
184
|
+
Attribute({
|
|
185
|
+
name: "DriftCompensation", id: 0x5, type: "DriftCompensationEnum", access: "R V", conformance: "O",
|
|
186
|
+
details: "Indicates what mechanism, if any, is in use for compensation for color/intensity drift over time.",
|
|
187
|
+
xref: { document: "cluster", section: "3.2.7.7" }
|
|
188
|
+
}),
|
|
132
189
|
|
|
133
190
|
Attribute({
|
|
134
191
|
name: "CompensationText", id: 0x6, type: "string", access: "R V", conformance: "O",
|
|
135
192
|
constraint: "max 254",
|
|
136
|
-
details: "
|
|
193
|
+
details: "This attribute shall contain a textual indication of what mechanism, if any, is in use to " +
|
|
137
194
|
"compensate for color/intensity drift over time.",
|
|
138
195
|
xref: { document: "cluster", section: "3.2.7.8" }
|
|
139
196
|
}),
|
|
@@ -142,284 +199,105 @@ export const ColorControl = Cluster(
|
|
|
142
199
|
{
|
|
143
200
|
name: "ColorTemperatureMireds", id: 0x7, type: "uint16", access: "R V", conformance: "CT",
|
|
144
201
|
constraint: "colorTempPhysicalMinMireds to colorTempPhysicalMaxMireds", default: 250,
|
|
145
|
-
quality: "N S P",
|
|
146
|
-
|
|
147
|
-
details: "The ColorTemperatureMireds attribute contains a scaled inverse of the current value of the color " +
|
|
148
|
-
"temperature. The unit of ColorTemperatureMireds is the mired (micro reciprocal degree), a.k.a. " +
|
|
149
|
-
"mirek (micro reciprocal kelvin). It is updated as fast as practical during commands that change the " +
|
|
150
|
-
"color." +
|
|
151
|
-
"\n" +
|
|
152
|
-
"The color temperature value in kelvins shall be related to the ColorTemperatureMireds attribute in " +
|
|
153
|
-
"mireds by the relationship" +
|
|
154
|
-
"\n" +
|
|
155
|
-
"Color temperature in kelvins = 1,000,000 / ColorTemperatureMireds, where ColorTemperatureMireds is " +
|
|
156
|
-
"in the range 1 to 65279 mireds inclusive, giving a color temperature range from 1,000,000 kelvins " +
|
|
157
|
-
"to 15.32 kelvins." +
|
|
158
|
-
"\n" +
|
|
159
|
-
"If this attribute is implemented then the ColorMode attribute shall also be implemented.",
|
|
160
|
-
|
|
161
|
-
xref: { document: "cluster", section: "3.2.7.9" }
|
|
162
|
-
}
|
|
163
|
-
),
|
|
164
|
-
|
|
165
|
-
Attribute(
|
|
166
|
-
{
|
|
167
|
-
name: "ColorMode", id: 0x8, type: "enum8", access: "R V", conformance: "M", constraint: "0 to 2",
|
|
168
|
-
quality: "N",
|
|
202
|
+
quality: "N S P Q",
|
|
169
203
|
|
|
170
|
-
details: "
|
|
171
|
-
"
|
|
204
|
+
details: "Indicates a scaled inverse of the current value of the color temperature. The unit of " +
|
|
205
|
+
"ColorTemperatureMireds is the mired (micro reciprocal degree), a.k.a. mirek (micro reciprocal " +
|
|
206
|
+
"kelvin). It is updated as fast as practical during commands that change the color." +
|
|
172
207
|
"\n" +
|
|
173
|
-
"
|
|
174
|
-
"command in section Commands to the appropriate mode for that command." +
|
|
208
|
+
"Changes to this attribute shall only be marked as reportable in the following cases:" +
|
|
175
209
|
"\n" +
|
|
176
|
-
"
|
|
177
|
-
|
|
178
|
-
xref: { document: "cluster", section: "3.2.7.10" }
|
|
179
|
-
},
|
|
180
|
-
|
|
181
|
-
Field({ name: "CurrentHueAndCurrentSaturation", id: 0x0, conformance: "HS" }),
|
|
182
|
-
Field({ name: "CurrentXAndCurrentY", id: 0x1, conformance: "XY" }),
|
|
183
|
-
Field({ name: "ColorTemperatureMireds", id: 0x2, conformance: "CT" })
|
|
184
|
-
),
|
|
185
|
-
|
|
186
|
-
Attribute(
|
|
187
|
-
{
|
|
188
|
-
name: "Options", id: 0xf, type: "map8", access: "RW VO", conformance: "M", constraint: "desc",
|
|
189
|
-
default: 0,
|
|
190
|
-
|
|
191
|
-
details: "The Options attribute is meant to be changed only during commissioning. The Options attribute is a " +
|
|
192
|
-
"bitmap that determines the default behavior of some cluster commands. Each command that is " +
|
|
193
|
-
"dependent on the Options attribute shall first construct a temporary Options bitmap that is in " +
|
|
194
|
-
"effect during the command processing. The temporary Options bitmap has the same format and meaning " +
|
|
195
|
-
"as the Options attribute, but includes any bits that may be overridden by command fields." +
|
|
196
|
-
"\n" +
|
|
197
|
-
"Below is the format and description of the Options attribute and temporary Options bitmap and the " +
|
|
198
|
-
"effect on dependent commands." +
|
|
210
|
+
" • At most once per second or" +
|
|
199
211
|
"\n" +
|
|
200
|
-
"
|
|
212
|
+
" • At the end of the movement/transition." +
|
|
201
213
|
"\n" +
|
|
202
|
-
"
|
|
203
|
-
"
|
|
214
|
+
"The color temperature value in kelvins shall be related to the ColorTemperatureMireds attribute in " +
|
|
215
|
+
"mired by the relationship" +
|
|
204
216
|
"\n" +
|
|
205
|
-
"
|
|
217
|
+
"\"Color temperature [K]\" = \"1,000,000\" / \"ColorTemperatureMireds\"" +
|
|
206
218
|
"\n" +
|
|
207
|
-
"
|
|
219
|
+
"where ColorTemperatureMireds is in the range from 1 to 65279 inclusive, giving a color temperature " +
|
|
220
|
+
"range from 1,000,000 K to 15.32 K." +
|
|
208
221
|
"\n" +
|
|
209
|
-
"
|
|
210
|
-
|
|
211
|
-
xref: { document: "cluster", section: "3.2.7.11" }
|
|
212
|
-
},
|
|
222
|
+
"If this attribute is implemented then the ColorMode attribute shall also be implemented.",
|
|
213
223
|
|
|
214
|
-
|
|
224
|
+
xref: { document: "cluster", section: "3.2.7.9" }
|
|
225
|
+
}
|
|
215
226
|
),
|
|
216
227
|
|
|
217
228
|
Attribute({
|
|
218
|
-
name: "
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
details: "The EnhancedCurrentHue attribute represents non-equidistant steps along the CIE 1931 color " +
|
|
222
|
-
"triangle, and it provides 16-bits precision." +
|
|
229
|
+
name: "ColorMode", id: 0x8, type: "ColorModeEnum", access: "R V", conformance: "M", quality: "N",
|
|
230
|
+
details: "Indicates which attributes are currently determining the color of the device." +
|
|
223
231
|
"\n" +
|
|
224
|
-
"The
|
|
225
|
-
"
|
|
226
|
-
|
|
227
|
-
"\n" +
|
|
228
|
-
"To provide compatibility with standard ZCL, the CurrentHue attribute shall contain a hue value in " +
|
|
229
|
-
"the range 0 to 254, calculated from the EnhancedCurrentHue attribute.",
|
|
230
|
-
|
|
231
|
-
xref: { document: "cluster", section: "3.2.7.12" }
|
|
232
|
-
}),
|
|
233
|
-
|
|
234
|
-
Attribute(
|
|
235
|
-
{
|
|
236
|
-
name: "EnhancedColorMode", id: 0x4001, type: "enum8", access: "R V", conformance: "M",
|
|
237
|
-
constraint: "0 to 3", default: 1, quality: "N S",
|
|
238
|
-
|
|
239
|
-
details: "The EnhancedColorMode attribute specifies which attributes are currently determining the color of " +
|
|
240
|
-
"the device, as detailed in Values of the EnhancedColorMode Attribute." +
|
|
241
|
-
"\n" +
|
|
242
|
-
"### Table 11. Values of the EnhancedColorMode Attribute" +
|
|
243
|
-
"\n" +
|
|
244
|
-
"To provide compatibility with standard ZCL, the original ColorMode attribute shall indicate " +
|
|
245
|
-
"‘CurrentHue and CurrentSaturation’ when the light uses the EnhancedCurrentHue attribute. If the " +
|
|
246
|
-
"ColorMode attribute is changed, e.g., due to one of the standard Color Control cluster commands " +
|
|
247
|
-
"defined in the ZCL, its new value shall be copied to the EnhancedColorMode attribute.",
|
|
248
|
-
|
|
249
|
-
xref: { document: "cluster", section: "3.2.7.13" }
|
|
250
|
-
},
|
|
251
|
-
|
|
252
|
-
Field({ name: "CurrentHueAndCurrentSaturation", id: 0x0 }),
|
|
253
|
-
Field({ name: "CurrentXAndCurrentY", id: 0x1 }),
|
|
254
|
-
Field({ name: "ColorTemperatureMireds", id: 0x2 }),
|
|
255
|
-
Field({ name: "EnhancedCurrentHueAndCurrentSaturation", id: 0x3 })
|
|
256
|
-
),
|
|
257
|
-
|
|
258
|
-
Attribute(
|
|
259
|
-
{
|
|
260
|
-
name: "ColorLoopActive", id: 0x4002, type: "enum16", access: "R V", conformance: "CL", default: 0,
|
|
261
|
-
quality: "N S",
|
|
262
|
-
details: "The ColorLoopActive attribute specifies the current active status of the color loop. If this " +
|
|
263
|
-
"attribute has the value 0, the color loop shall not be active. If this attribute has the value 1, " +
|
|
264
|
-
"the color loop shall be active. All other values (2 to 254) are reserved.",
|
|
265
|
-
xref: { document: "cluster", section: "3.2.7.14" }
|
|
266
|
-
},
|
|
267
|
-
|
|
268
|
-
Field({ name: "Inactive", id: 0x0 }),
|
|
269
|
-
Field({ name: "Active", id: 0x1 })
|
|
270
|
-
),
|
|
271
|
-
|
|
272
|
-
Attribute(
|
|
273
|
-
{
|
|
274
|
-
name: "ColorLoopDirection", id: 0x4003, type: "enum16", access: "R V", conformance: "CL",
|
|
275
|
-
default: 0, quality: "N S",
|
|
276
|
-
details: "The ColorLoopDirection attribute specifies the current direction of the color loop. If this " +
|
|
277
|
-
"attribute has the value 0, the EnhancedCurrentHue attribute shall be decremented. If this attribute " +
|
|
278
|
-
"has the value 1, the EnhancedCurrentHue attribute shall be incremented. All other values (2 to 254) " +
|
|
279
|
-
"are reserved.",
|
|
280
|
-
xref: { document: "cluster", section: "3.2.7.15" }
|
|
281
|
-
},
|
|
282
|
-
|
|
283
|
-
Field({ name: "Decrement", id: 0x0 }),
|
|
284
|
-
Field({ name: "Increment", id: 0x1 })
|
|
285
|
-
),
|
|
286
|
-
|
|
287
|
-
Attribute({
|
|
288
|
-
name: "ColorLoopTime", id: 0x4004, type: "uint16", access: "R V", conformance: "CL", default: 25,
|
|
289
|
-
quality: "N S",
|
|
290
|
-
details: "The ColorLoopTime attribute specifies the number of seconds it shall take to perform a full color " +
|
|
291
|
-
"loop, i.e., to cycle all values of the EnhancedCurrentHue attribute (between 0 and 0xFFFE).",
|
|
292
|
-
xref: { document: "cluster", section: "3.2.7.16" }
|
|
293
|
-
}),
|
|
294
|
-
|
|
295
|
-
Attribute({
|
|
296
|
-
name: "ColorLoopStartEnhancedHue", id: 0x4005, type: "uint16", access: "R V", conformance: "CL",
|
|
297
|
-
default: 8960,
|
|
298
|
-
details: "The ColorLoopStartEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute " +
|
|
299
|
-
"from which the color loop shall be started.",
|
|
300
|
-
xref: { document: "cluster", section: "3.2.7.17" }
|
|
301
|
-
}),
|
|
302
|
-
|
|
303
|
-
Attribute({
|
|
304
|
-
name: "ColorLoopStoredEnhancedHue", id: 0x4006, type: "uint16", access: "R V", conformance: "CL",
|
|
305
|
-
default: 0,
|
|
306
|
-
details: "The ColorLoopStoredEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute " +
|
|
307
|
-
"before the color loop was started. Once the color loop is complete, the EnhancedCurrentHue " +
|
|
308
|
-
"attribute shall be restored to this value.",
|
|
309
|
-
xref: { document: "cluster", section: "3.2.7.18" }
|
|
310
|
-
}),
|
|
311
|
-
|
|
312
|
-
Attribute(
|
|
313
|
-
{
|
|
314
|
-
name: "ColorCapabilities", id: 0x400a, type: "map16", access: "R V", conformance: "M",
|
|
315
|
-
constraint: "0 to 31", default: 0,
|
|
316
|
-
details: "Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of " +
|
|
317
|
-
"the FeatureMap attribute. All other bits in ColorCapabilities shall be 0.",
|
|
318
|
-
xref: { document: "cluster", section: "3.2.7.19" }
|
|
319
|
-
},
|
|
320
|
-
|
|
321
|
-
Field({ name: "HueSaturation", constraint: "0" }),
|
|
322
|
-
Field({ name: "EnhancedHue", constraint: "1" }),
|
|
323
|
-
Field({ name: "ColorLoop", constraint: "2" }),
|
|
324
|
-
Field({ name: "XY", constraint: "3" }),
|
|
325
|
-
Field({ name: "ColorTemperature", constraint: "4" })
|
|
326
|
-
),
|
|
327
|
-
|
|
328
|
-
Attribute({
|
|
329
|
-
name: "ColorTempPhysicalMinMireds", id: 0x400b, type: "uint16", access: "R V", conformance: "CT",
|
|
330
|
-
constraint: "0 to 65279", default: 0,
|
|
331
|
-
details: "The ColorTempPhysicalMinMireds attribute indicates the minimum mired value supported by the " +
|
|
332
|
-
"hardware. ColorTempPhysicalMinMireds corresponds to the maximum color temperature in kelvins " +
|
|
333
|
-
"supported by the hardware. ColorTempPhysicalMinMireds <= ColorTemperatureMireds.",
|
|
334
|
-
xref: { document: "cluster", section: "3.2.7.20" }
|
|
232
|
+
"The value of the ColorMode attribute cannot be written directly - it is set upon reception of any " +
|
|
233
|
+
"command in section Commands to the appropriate mode for that command.",
|
|
234
|
+
xref: { document: "cluster", section: "3.2.7.10" }
|
|
335
235
|
}),
|
|
336
236
|
|
|
337
237
|
Attribute({
|
|
338
|
-
name: "
|
|
339
|
-
constraint: "
|
|
340
|
-
details: "The ColorTempPhysicalMaxMireds attribute indicates the maximum mired value supported by the " +
|
|
341
|
-
"hardware. ColorTempPhysicalMaxMireds corresponds to the minimum color temperature in kelvins " +
|
|
342
|
-
"supported by the hardware. ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.",
|
|
343
|
-
xref: { document: "cluster", section: "3.2.7.21" }
|
|
344
|
-
}),
|
|
345
|
-
|
|
346
|
-
Attribute(
|
|
347
|
-
{
|
|
348
|
-
name: "CoupleColorTempToLevelMinMireds", id: 0x400d, type: "uint16", access: "R V",
|
|
349
|
-
conformance: "CT & ColorTemperatureMireds",
|
|
350
|
-
constraint: "colorTempPhysicalMinMireds to colorTemperatureMireds",
|
|
351
|
-
|
|
352
|
-
details: "The CoupleColorTempToLevelMinMireds attribute specifies a lower bound on the value of the " +
|
|
353
|
-
"ColorTemperatureMireds attribute for the purposes of coupling the ColorTemperatureMireds attribute " +
|
|
354
|
-
"to the CurrentLevel attribute when the CoupleColorTempToLevel bit of the Options attribute of the " +
|
|
355
|
-
"Level Control cluster is equal to 1. When coupling the ColorTemperatureMireds attribute to the " +
|
|
356
|
-
"CurrentLevel attribute, this value shall correspond to a CurrentLevel value of 0xFE (100%)." +
|
|
357
|
-
"\n" +
|
|
358
|
-
"This attribute shall be set such that the following relationship exists: ColorTempPhysicalMinMireds " +
|
|
359
|
-
"≤ CoupleColorTempToLevelMinMireds ≤ ColorTemperatureMireds" +
|
|
360
|
-
"\n" +
|
|
361
|
-
"Note that since this attribute is stored as a micro reciprocal degree (mired) value (i.e. color " +
|
|
362
|
-
"temperature in kelvins = 1,000,000 / CoupleColorTempToLevelMinMireds), the " +
|
|
363
|
-
"CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color " +
|
|
364
|
-
"temperature in kelvins supported by the device.",
|
|
365
|
-
|
|
366
|
-
xref: { document: "cluster", section: "3.2.7.22" }
|
|
367
|
-
}
|
|
368
|
-
),
|
|
369
|
-
|
|
370
|
-
Attribute({
|
|
371
|
-
name: "StartUpColorTemperatureMireds", id: 0x4010, type: "uint16", access: "RW VM",
|
|
372
|
-
conformance: "CT & ColorTemperatureMireds", constraint: "0 to 65279", quality: "X N",
|
|
238
|
+
name: "Options", id: 0xf, type: "OptionsBitmap", access: "RW VO", conformance: "M",
|
|
239
|
+
constraint: "desc", default: 0,
|
|
373
240
|
|
|
374
|
-
details: "
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
241
|
+
details: "Indicates a bitmap that determines the default behavior of some cluster commands. Each command that " +
|
|
242
|
+
"is dependent on the Options attribute shall first construct a temporary Options bitmap that is in " +
|
|
243
|
+
"effect during the command processing. The temporary Options bitmap has the same format and meaning " +
|
|
244
|
+
"as the Options attribute, but includes any bits that may be overridden by command fields." +
|
|
245
|
+
"\n" +
|
|
246
|
+
"This attribute is meant to be changed only during commissioning." +
|
|
247
|
+
"\n" +
|
|
248
|
+
"Below is the format and description of the Options attribute and temporary Options bitmap and the " +
|
|
249
|
+
"effect on dependent commands." +
|
|
250
|
+
"\n" +
|
|
251
|
+
"Command execution shall NOT continue beyond the Options processing if all of these criteria are " +
|
|
252
|
+
"true:" +
|
|
379
253
|
"\n" +
|
|
380
|
-
"
|
|
254
|
+
" • The On/Off cluster exists on the same endpoint as this cluster." +
|
|
255
|
+
"\n" +
|
|
256
|
+
" • The OnOff attribute of the On/Off cluster, on this endpoint, is FALSE." +
|
|
257
|
+
"\n" +
|
|
258
|
+
" • The value of the ExecuteIfOff bit is 0.",
|
|
381
259
|
|
|
382
|
-
xref: { document: "cluster", section: "3.2.7.
|
|
260
|
+
xref: { document: "cluster", section: "3.2.7.11" }
|
|
383
261
|
}),
|
|
384
262
|
|
|
385
263
|
Attribute({
|
|
386
264
|
name: "NumberOfPrimaries", id: 0x10, type: "uint8", access: "R V", conformance: "M",
|
|
387
|
-
constraint: "
|
|
265
|
+
constraint: "max 6", quality: "X F",
|
|
388
266
|
|
|
389
|
-
details: "
|
|
390
|
-
"
|
|
267
|
+
details: "Indicates the number of color primaries implemented on this device. A value of null shall indicate " +
|
|
268
|
+
"that the number of primaries is unknown." +
|
|
391
269
|
"\n" +
|
|
392
270
|
"Where this attribute is implemented, the attributes below for indicating the “x” and “y” color " +
|
|
393
271
|
"values of the primaries shall also be implemented for each of the primaries from 1 to " +
|
|
394
272
|
"NumberOfPrimaries, without leaving gaps. Implementation of the Primary1Intensity attribute and " +
|
|
395
273
|
"subsequent intensity attributes is optional.",
|
|
396
274
|
|
|
397
|
-
xref: { document: "cluster", section: "3.2.
|
|
275
|
+
xref: { document: "cluster", section: "3.2.7.24" }
|
|
398
276
|
}),
|
|
399
277
|
|
|
400
278
|
Attribute(
|
|
401
279
|
{
|
|
402
280
|
name: "Primary1X", id: 0x11, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 0",
|
|
403
|
-
constraint: "
|
|
404
|
-
details: "
|
|
405
|
-
"
|
|
281
|
+
constraint: "max 65279", quality: "F",
|
|
282
|
+
details: "Indicates the normalized chromaticity value x for this primary, as defined in the CIE xyY Color " +
|
|
283
|
+
"Space." +
|
|
406
284
|
"\n" +
|
|
407
285
|
"The value of x shall be related to the Primary1X attribute by the relationship x = Primary1X / " +
|
|
408
286
|
"65536 (Primary1X in the range 0 to 65279 inclusive)",
|
|
409
|
-
xref: { document: "cluster", section: "3.2.
|
|
287
|
+
xref: { document: "cluster", section: "3.2.7.25" }
|
|
410
288
|
}
|
|
411
289
|
),
|
|
412
290
|
|
|
413
291
|
Attribute(
|
|
414
292
|
{
|
|
415
293
|
name: "Primary1Y", id: 0x12, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 0",
|
|
416
|
-
constraint: "
|
|
417
|
-
details: "
|
|
418
|
-
"
|
|
294
|
+
constraint: "max 65279", quality: "F",
|
|
295
|
+
details: "Indicates the normalized chromaticity value y for this primary, as defined in the CIE xyY Color " +
|
|
296
|
+
"Space." +
|
|
419
297
|
"\n" +
|
|
420
298
|
"The value of y shall be related to the Primary1Y attribute by the relationship y = Primary1Y / " +
|
|
421
299
|
"65536 (Primary1Y in the range 0 to 65279 inclusive)",
|
|
422
|
-
xref: { document: "cluster", section: "3.2.
|
|
300
|
+
xref: { document: "cluster", section: "3.2.7.26" }
|
|
423
301
|
}
|
|
424
302
|
),
|
|
425
303
|
|
|
@@ -427,144 +305,147 @@ export const ColorControl = Cluster(
|
|
|
427
305
|
name: "Primary1Intensity", id: 0x13, type: "uint8", access: "R V",
|
|
428
306
|
conformance: "NumberOfPrimaries > 0", quality: "X F",
|
|
429
307
|
|
|
430
|
-
details: "
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"contains the value 0xFE." +
|
|
308
|
+
details: "Indicates a representation of the maximum intensity of this primary as defined in the Dimming Light " +
|
|
309
|
+
"Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such " +
|
|
310
|
+
"that the primary with the highest maximum intensity contains the value 254." +
|
|
434
311
|
"\n" +
|
|
435
|
-
"A value of null shall indicate that this primary is not available."
|
|
312
|
+
"A value of null shall indicate that this primary is not available." +
|
|
313
|
+
"\n" +
|
|
314
|
+
"3.2.7.28. Primary2X, Primary2Y, Primary2Intensity, Primary3X, Primary3Y, Primary3Intensity, " +
|
|
315
|
+
"Primary4X, Primary4Y, Primary4Intensity, Primary5X, Primary5Y, Primary5Intensity, Primary6X, " +
|
|
316
|
+
"Primary6Y and Primary6Intensity Attributes" +
|
|
317
|
+
"\n" +
|
|
318
|
+
"These attributes shall represent the capabilities of the 2nd, 3rd, 4th, 5th and 6th primaries, " +
|
|
319
|
+
"where present, in the same way as for the Primary1X, Primary1Y and Primary1Intensity attributes.",
|
|
436
320
|
|
|
437
|
-
xref: { document: "cluster", section: "3.2.
|
|
321
|
+
xref: { document: "cluster", section: "3.2.7.27" }
|
|
438
322
|
}),
|
|
439
323
|
|
|
440
324
|
Attribute({
|
|
441
325
|
name: "Primary2X", id: 0x15, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 1",
|
|
442
|
-
constraint: "
|
|
443
|
-
xref: { document: "cluster", section: "3.2.
|
|
326
|
+
constraint: "max 65279", quality: "F",
|
|
327
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
444
328
|
}),
|
|
445
329
|
Attribute({
|
|
446
330
|
name: "Primary2Y", id: 0x16, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 1",
|
|
447
|
-
constraint: "
|
|
448
|
-
xref: { document: "cluster", section: "3.2.
|
|
331
|
+
constraint: "max 65279", quality: "F",
|
|
332
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
449
333
|
}),
|
|
450
334
|
Attribute({
|
|
451
335
|
name: "Primary2Intensity", id: 0x17, type: "uint8", access: "R V",
|
|
452
336
|
conformance: "NumberOfPrimaries > 1", quality: "X F",
|
|
453
|
-
xref: { document: "cluster", section: "3.2.
|
|
337
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
454
338
|
}),
|
|
455
339
|
Attribute({
|
|
456
340
|
name: "Primary3X", id: 0x19, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 2",
|
|
457
|
-
constraint: "
|
|
458
|
-
xref: { document: "cluster", section: "3.2.
|
|
341
|
+
constraint: "max 65279", quality: "F",
|
|
342
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
459
343
|
}),
|
|
460
344
|
Attribute({
|
|
461
345
|
name: "Primary3Y", id: 0x1a, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 2",
|
|
462
|
-
constraint: "
|
|
463
|
-
xref: { document: "cluster", section: "3.2.
|
|
346
|
+
constraint: "max 65279", quality: "F",
|
|
347
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
464
348
|
}),
|
|
465
349
|
Attribute({
|
|
466
350
|
name: "Primary3Intensity", id: 0x1b, type: "uint8", access: "R V",
|
|
467
351
|
conformance: "NumberOfPrimaries > 2", quality: "X F",
|
|
468
|
-
xref: { document: "cluster", section: "3.2.
|
|
352
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
469
353
|
}),
|
|
470
354
|
Attribute({
|
|
471
355
|
name: "Primary4X", id: 0x20, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 3",
|
|
472
|
-
constraint: "
|
|
473
|
-
xref: { document: "cluster", section: "3.2.
|
|
356
|
+
constraint: "max 65279", quality: "F",
|
|
357
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
474
358
|
}),
|
|
475
359
|
Attribute({
|
|
476
360
|
name: "Primary4Y", id: 0x21, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 3",
|
|
477
|
-
constraint: "
|
|
478
|
-
xref: { document: "cluster", section: "3.2.
|
|
361
|
+
constraint: "max 65279", quality: "F",
|
|
362
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
479
363
|
}),
|
|
480
364
|
Attribute({
|
|
481
365
|
name: "Primary4Intensity", id: 0x22, type: "uint8", access: "R V",
|
|
482
366
|
conformance: "NumberOfPrimaries > 3", quality: "X F",
|
|
483
|
-
xref: { document: "cluster", section: "3.2.
|
|
367
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
484
368
|
}),
|
|
485
369
|
Attribute({
|
|
486
370
|
name: "Primary5X", id: 0x24, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 4",
|
|
487
|
-
constraint: "
|
|
488
|
-
xref: { document: "cluster", section: "3.2.
|
|
371
|
+
constraint: "max 65279", quality: "F",
|
|
372
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
489
373
|
}),
|
|
490
374
|
Attribute({
|
|
491
375
|
name: "Primary5Y", id: 0x25, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 4",
|
|
492
|
-
constraint: "
|
|
493
|
-
xref: { document: "cluster", section: "3.2.
|
|
376
|
+
constraint: "max 65279", quality: "F",
|
|
377
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
494
378
|
}),
|
|
495
379
|
Attribute({
|
|
496
380
|
name: "Primary5Intensity", id: 0x26, type: "uint8", access: "R V",
|
|
497
381
|
conformance: "NumberOfPrimaries > 4", quality: "X F",
|
|
498
|
-
xref: { document: "cluster", section: "3.2.
|
|
382
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
499
383
|
}),
|
|
500
384
|
Attribute({
|
|
501
385
|
name: "Primary6X", id: 0x28, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 5",
|
|
502
|
-
constraint: "
|
|
503
|
-
xref: { document: "cluster", section: "3.2.
|
|
386
|
+
constraint: "max 65279", quality: "F",
|
|
387
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
504
388
|
}),
|
|
505
389
|
Attribute({
|
|
506
390
|
name: "Primary6Y", id: 0x29, type: "uint16", access: "R V", conformance: "NumberOfPrimaries > 5",
|
|
507
|
-
constraint: "
|
|
508
|
-
xref: { document: "cluster", section: "3.2.
|
|
391
|
+
constraint: "max 65279", quality: "F",
|
|
392
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
509
393
|
}),
|
|
510
394
|
Attribute({
|
|
511
395
|
name: "Primary6Intensity", id: 0x2a, type: "uint8", access: "R V",
|
|
512
396
|
conformance: "NumberOfPrimaries > 5", quality: "X F",
|
|
513
|
-
xref: { document: "cluster", section: "3.2.
|
|
397
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
514
398
|
}),
|
|
515
399
|
|
|
516
400
|
Attribute(
|
|
517
401
|
{
|
|
518
402
|
name: "WhitePointX", id: 0x30, type: "uint16", access: "RW VM", conformance: "O",
|
|
519
|
-
constraint: "
|
|
520
|
-
details: "
|
|
521
|
-
"
|
|
403
|
+
constraint: "max 65279",
|
|
404
|
+
details: "Indicates the normalized chromaticity value x, as defined in the CIE xyY Color Space, of the " +
|
|
405
|
+
"current white point of the device." +
|
|
522
406
|
"\n" +
|
|
523
407
|
"The value of x shall be related to the WhitePointX attribute by the relationship x = WhitePointX / " +
|
|
524
408
|
"65536 (WhitePointX in the range 0 to 65279 inclusive)",
|
|
525
|
-
xref: { document: "cluster", section: "3.2.
|
|
409
|
+
xref: { document: "cluster", section: "3.2.7.29" }
|
|
526
410
|
}
|
|
527
411
|
),
|
|
528
412
|
|
|
529
413
|
Attribute(
|
|
530
414
|
{
|
|
531
415
|
name: "WhitePointY", id: 0x31, type: "uint16", access: "RW VM", conformance: "O",
|
|
532
|
-
constraint: "
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
"\n" +
|
|
536
|
-
"Color Space, of the current white point of the device." +
|
|
416
|
+
constraint: "max 65279",
|
|
417
|
+
details: "Indicates the normalized chromaticity value y, as defined in the CIE xyY Color Space, of the " +
|
|
418
|
+
"current white point of the device." +
|
|
537
419
|
"\n" +
|
|
538
420
|
"The value of y shall be related to the WhitePointY attribute by the relationship y = WhitePointY / " +
|
|
539
421
|
"65536 (WhitePointY in the range 0 to 65279 inclusive)",
|
|
540
|
-
|
|
541
|
-
xref: { document: "cluster", section: "3.2.10.2" }
|
|
422
|
+
xref: { document: "cluster", section: "3.2.7.30" }
|
|
542
423
|
}
|
|
543
424
|
),
|
|
544
425
|
|
|
545
426
|
Attribute(
|
|
546
427
|
{
|
|
547
428
|
name: "ColorPointRx", id: 0x32, type: "uint16", access: "RW VM", conformance: "O",
|
|
548
|
-
constraint: "
|
|
549
|
-
details: "
|
|
550
|
-
"
|
|
429
|
+
constraint: "max 65279",
|
|
430
|
+
details: "Indicates the normalized chromaticity value x, as defined in the CIE xyY Color Space, of the red " +
|
|
431
|
+
"color point of the device." +
|
|
551
432
|
"\n" +
|
|
552
433
|
"The value of x shall be related to the ColorPointRX attribute by the relationship x = ColorPointRX " +
|
|
553
434
|
"/ 65536 (ColorPointRX in the range 0 to 65279 inclusive)",
|
|
554
|
-
xref: { document: "cluster", section: "3.2.
|
|
435
|
+
xref: { document: "cluster", section: "3.2.7.31" }
|
|
555
436
|
}
|
|
556
437
|
),
|
|
557
438
|
|
|
558
439
|
Attribute(
|
|
559
440
|
{
|
|
560
441
|
name: "ColorPointRy", id: 0x33, type: "uint16", access: "RW VM", conformance: "O",
|
|
561
|
-
constraint: "
|
|
562
|
-
details: "
|
|
563
|
-
"
|
|
442
|
+
constraint: "max 65279",
|
|
443
|
+
details: "Indicates the normalized chromaticity value y, as defined in the CIE xyY Color Space, of the red " +
|
|
444
|
+
"color point of the device." +
|
|
564
445
|
"\n" +
|
|
565
446
|
"The value of y shall be related to the ColorPointRY attribute by the relationship y = ColorPointRY " +
|
|
566
447
|
"/ 65536 (ColorPointRY in the range 0 to 65279 inclusive)",
|
|
567
|
-
xref: { document: "cluster", section: "3.2.
|
|
448
|
+
xref: { document: "cluster", section: "3.2.7.32" }
|
|
568
449
|
}
|
|
569
450
|
),
|
|
570
451
|
|
|
@@ -572,72 +453,237 @@ export const ColorControl = Cluster(
|
|
|
572
453
|
name: "ColorPointRIntensity", id: 0x34, type: "uint8", access: "RW VM", conformance: "O",
|
|
573
454
|
quality: "X",
|
|
574
455
|
|
|
575
|
-
details: "
|
|
576
|
-
"
|
|
577
|
-
"
|
|
578
|
-
"
|
|
456
|
+
details: "Indicates a representation of the relative intensity of the red color point as defined in the " +
|
|
457
|
+
"Dimming Light Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), " +
|
|
458
|
+
"normalized such that the color point with the highest relative intensity contains the value 254." +
|
|
459
|
+
"\n" +
|
|
460
|
+
"A value of null shall indicate an invalid value." +
|
|
579
461
|
"\n" +
|
|
580
|
-
"
|
|
462
|
+
"3.2.7.34. ColorPointGX, ColorPointGY, ColorPointGIntensity, ColorPointBX, ColorPointBY and " +
|
|
463
|
+
"ColorPointBIntensity Attributes" +
|
|
464
|
+
"\n" +
|
|
465
|
+
"These attributes shall represent the chromaticity values and intensities of the green and blue " +
|
|
466
|
+
"color points, in the same way as for the ColorPointRX, ColorPointRY and ColorPointRIntensity " +
|
|
467
|
+
"attributes." +
|
|
468
|
+
"\n" +
|
|
469
|
+
"If any one of these red, green or blue color point attributes is implemented then they shall all be " +
|
|
470
|
+
"implemented.",
|
|
581
471
|
|
|
582
|
-
xref: { document: "cluster", section: "3.2.
|
|
472
|
+
xref: { document: "cluster", section: "3.2.7.33" }
|
|
583
473
|
}),
|
|
584
474
|
|
|
585
475
|
Attribute({
|
|
586
476
|
name: "ColorPointGx", id: 0x36, type: "uint16", access: "RW VM", conformance: "O",
|
|
587
|
-
constraint: "
|
|
588
|
-
xref: { document: "cluster", section: "3.2.
|
|
477
|
+
constraint: "max 65279",
|
|
478
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
589
479
|
}),
|
|
590
480
|
Attribute({
|
|
591
481
|
name: "ColorPointGy", id: 0x37, type: "uint16", access: "RW VM", conformance: "O",
|
|
592
|
-
constraint: "
|
|
593
|
-
xref: { document: "cluster", section: "3.2.
|
|
482
|
+
constraint: "max 65279",
|
|
483
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
594
484
|
}),
|
|
595
485
|
Attribute({
|
|
596
486
|
name: "ColorPointGIntensity", id: 0x38, type: "uint8", access: "RW VM", conformance: "O",
|
|
597
487
|
quality: "X",
|
|
598
|
-
xref: { document: "cluster", section: "3.2.
|
|
488
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
599
489
|
}),
|
|
600
490
|
Attribute({
|
|
601
491
|
name: "ColorPointBx", id: 0x3a, type: "uint16", access: "RW VM", conformance: "O",
|
|
602
|
-
constraint: "
|
|
603
|
-
xref: { document: "cluster", section: "3.2.
|
|
492
|
+
constraint: "max 65279",
|
|
493
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
604
494
|
}),
|
|
605
495
|
Attribute({
|
|
606
496
|
name: "ColorPointBy", id: 0x3b, type: "uint16", access: "RW VM", conformance: "O",
|
|
607
|
-
constraint: "
|
|
608
|
-
xref: { document: "cluster", section: "3.2.
|
|
497
|
+
constraint: "max 65279",
|
|
498
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
609
499
|
}),
|
|
610
500
|
Attribute({
|
|
611
501
|
name: "ColorPointBIntensity", id: 0x3c, type: "uint8", access: "RW VM", conformance: "O",
|
|
612
502
|
quality: "X",
|
|
613
|
-
xref: { document: "cluster", section: "3.2.
|
|
503
|
+
xref: { document: "cluster", section: "3.2.7" }
|
|
504
|
+
}),
|
|
505
|
+
|
|
506
|
+
Attribute({
|
|
507
|
+
name: "EnhancedCurrentHue", id: 0x4000, type: "uint16", access: "R V", conformance: "EHUE",
|
|
508
|
+
default: 0, quality: "N S Q",
|
|
509
|
+
|
|
510
|
+
details: "Indicates the non-equidistant steps along the CIE 1931 color triangle, and it provides 16-bits " +
|
|
511
|
+
"precision." +
|
|
512
|
+
"\n" +
|
|
513
|
+
"The upper 8 bits of this attribute shall be used as an index in the implementation specific XY " +
|
|
514
|
+
"lookup table to provide the non-equidistant steps. The lower 8 bits shall be used to interpolate " +
|
|
515
|
+
"between these steps in a linear way in order to provide color zoom for the user." +
|
|
516
|
+
"\n" +
|
|
517
|
+
"To provide compatibility with clients not supporting EHUE, the CurrentHue attribute shall contain a " +
|
|
518
|
+
"hue value in the range 0 to 254, calculated from the EnhancedCurrentHue attribute." +
|
|
519
|
+
"\n" +
|
|
520
|
+
"Changes to this attribute shall only be marked as reportable in the following cases:" +
|
|
521
|
+
"\n" +
|
|
522
|
+
" • At most once per second or" +
|
|
523
|
+
"\n" +
|
|
524
|
+
" • At the end of the movement/transition.",
|
|
525
|
+
|
|
526
|
+
xref: { document: "cluster", section: "3.2.7.12" }
|
|
527
|
+
}),
|
|
528
|
+
|
|
529
|
+
Attribute({
|
|
530
|
+
name: "EnhancedColorMode", id: 0x4001, type: "EnhancedColorModeEnum", access: "R V",
|
|
531
|
+
conformance: "M", default: 1, quality: "N S",
|
|
532
|
+
|
|
533
|
+
details: "Indicates which attributes are currently determining the color of the device." +
|
|
534
|
+
"\n" +
|
|
535
|
+
"To provide compatibility with clients not supporting EHUE, the original ColorMode attribute shall " +
|
|
536
|
+
"indicate CurrentHue and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If " +
|
|
537
|
+
"the ColorMode attribute is changed, its new value shall be copied to the EnhancedColorMode " +
|
|
538
|
+
"attribute.",
|
|
539
|
+
|
|
540
|
+
xref: { document: "cluster", section: "3.2.7.13" }
|
|
541
|
+
}),
|
|
542
|
+
|
|
543
|
+
Attribute(
|
|
544
|
+
{
|
|
545
|
+
name: "ColorLoopActive", id: 0x4002, type: "enum16", access: "R V", conformance: "CL",
|
|
546
|
+
constraint: "max 1", default: 0, quality: "N S",
|
|
547
|
+
details: "Indicates the current active status of the color loop. If this attribute has the value 0, the color " +
|
|
548
|
+
"loop shall NOT be active. If this attribute has the value 1, the color loop shall be active.",
|
|
549
|
+
xref: { document: "cluster", section: "3.2.7.14" }
|
|
550
|
+
},
|
|
551
|
+
|
|
552
|
+
Field({ name: "Inactive", id: 0x0 }),
|
|
553
|
+
Field({ name: "Active", id: 0x1 })
|
|
554
|
+
),
|
|
555
|
+
|
|
556
|
+
Attribute({
|
|
557
|
+
name: "ColorLoopDirection", id: 0x4003, type: "ColorLoopDirectionEnum", access: "R V", asOf: "1.4",
|
|
558
|
+
conformance: "CL", constraint: "max 1", default: 0, quality: "N S",
|
|
559
|
+
details: "Indicates the current direction of the color loop. If this attribute has the value 0, the " +
|
|
560
|
+
"EnhancedCurrentHue attribute shall be decremented. If this attribute has the value 1, the " +
|
|
561
|
+
"EnhancedCurrentHue attribute shall be incremented.",
|
|
562
|
+
xref: { document: "cluster", section: "3.2.7.15" }
|
|
563
|
+
}),
|
|
564
|
+
|
|
565
|
+
Attribute({
|
|
566
|
+
name: "ColorLoopTime", id: 0x4004, type: "uint16", access: "R V", conformance: "CL", default: 25,
|
|
567
|
+
quality: "N S",
|
|
568
|
+
details: "Indicates the number of seconds it shall take to perform a full color loop, i.e., to cycle all " +
|
|
569
|
+
"values of the EnhancedCurrentHue attribute (between 0 and 65534).",
|
|
570
|
+
xref: { document: "cluster", section: "3.2.7.16" }
|
|
571
|
+
}),
|
|
572
|
+
|
|
573
|
+
Attribute({
|
|
574
|
+
name: "ColorLoopStartEnhancedHue", id: 0x4005, type: "uint16", access: "R V", conformance: "CL",
|
|
575
|
+
default: 8960,
|
|
576
|
+
details: "Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.",
|
|
577
|
+
xref: { document: "cluster", section: "3.2.7.17" }
|
|
578
|
+
}),
|
|
579
|
+
|
|
580
|
+
Attribute({
|
|
581
|
+
name: "ColorLoopStoredEnhancedHue", id: 0x4006, type: "uint16", access: "R V", conformance: "CL",
|
|
582
|
+
default: 0,
|
|
583
|
+
details: "Indicates the value of the EnhancedCurrentHue attribute before the color loop was started. Once the " +
|
|
584
|
+
"color loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.",
|
|
585
|
+
xref: { document: "cluster", section: "3.2.7.18" }
|
|
586
|
+
}),
|
|
587
|
+
|
|
588
|
+
Attribute(
|
|
589
|
+
{
|
|
590
|
+
name: "ColorCapabilities", id: 0x400a, type: "map16", access: "R V", conformance: "M",
|
|
591
|
+
constraint: "max 31", default: 0,
|
|
592
|
+
details: "Indicates the color control capabilities of the device." +
|
|
593
|
+
"\n" +
|
|
594
|
+
"Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of " +
|
|
595
|
+
"the FeatureMap attribute. All other bits in ColorCapabilities shall be 0.",
|
|
596
|
+
xref: { document: "cluster", section: "3.2.7.19" }
|
|
597
|
+
},
|
|
598
|
+
|
|
599
|
+
Field({ name: "HueSaturation", constraint: "0", description: "Supports color specification via hue/saturation." }),
|
|
600
|
+
Field({ name: "EnhancedHue", constraint: "1", description: "Enhanced hue is supported." }),
|
|
601
|
+
Field({ name: "ColorLoop", constraint: "2", description: "Color loop is supported." }),
|
|
602
|
+
Field({ name: "XY", constraint: "3", description: "Supports color specification via XY." }),
|
|
603
|
+
Field({
|
|
604
|
+
name: "ColorTemperature", constraint: "4",
|
|
605
|
+
description: "Supports color specification via color temperature."
|
|
606
|
+
})
|
|
607
|
+
),
|
|
608
|
+
|
|
609
|
+
Attribute({
|
|
610
|
+
name: "ColorTempPhysicalMinMireds", id: 0x400b, type: "uint16", access: "R V", conformance: "CT",
|
|
611
|
+
constraint: "1 to 65279", default: 1,
|
|
612
|
+
details: "Indicates the minimum mired value supported by the hardware. ColorTempPhysicalMinMireds corresponds " +
|
|
613
|
+
"to the maximum color temperature in kelvins supported by the hardware." +
|
|
614
|
+
"\n" +
|
|
615
|
+
"ColorTempPhysicalMinMireds <= ColorTemperatureMireds.",
|
|
616
|
+
xref: { document: "cluster", section: "3.2.7.20" }
|
|
617
|
+
}),
|
|
618
|
+
|
|
619
|
+
Attribute({
|
|
620
|
+
name: "ColorTempPhysicalMaxMireds", id: 0x400c, type: "uint16", access: "R V", conformance: "CT",
|
|
621
|
+
constraint: "max 65279", default: 65279,
|
|
622
|
+
details: "Indicates the maximum mired value supported by the hardware. ColorTempPhysicalMaxMireds corresponds " +
|
|
623
|
+
"to the minimum color temperature in kelvins supported by the hardware." +
|
|
624
|
+
"\n" +
|
|
625
|
+
"ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.",
|
|
626
|
+
xref: { document: "cluster", section: "3.2.7.21" }
|
|
627
|
+
}),
|
|
628
|
+
|
|
629
|
+
Attribute(
|
|
630
|
+
{
|
|
631
|
+
name: "CoupleColorTempToLevelMinMireds", id: 0x400d, type: "uint16", access: "R V",
|
|
632
|
+
conformance: "CT & ColorTemperatureMireds",
|
|
633
|
+
constraint: "colorTempPhysicalMinMireds to colorTemperatureMireds",
|
|
634
|
+
|
|
635
|
+
details: "Indicates a lower bound on the value of the ColorTemperatureMireds attribute for the purposes of " +
|
|
636
|
+
"coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute when the " +
|
|
637
|
+
"CoupleColorTempToLevel bit of the Options attribute of the Level Control cluster is equal to 1. " +
|
|
638
|
+
"When coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute, this value shall " +
|
|
639
|
+
"correspond to a CurrentLevel value of 254 (100%)." +
|
|
640
|
+
"\n" +
|
|
641
|
+
"This attribute shall be set such that the following relationship exists: ColorTempPhysicalMinMireds " +
|
|
642
|
+
"<= CoupleColorTempToLevelMinMireds <= ColorTemperatureMireds" +
|
|
643
|
+
"\n" +
|
|
644
|
+
"Note that since this attribute is stored as a micro reciprocal degree (mired) value (i.e. color " +
|
|
645
|
+
"temperature in kelvins = 1,000,000 / CoupleColorTempToLevelMinMireds), the " +
|
|
646
|
+
"CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color " +
|
|
647
|
+
"temperature" +
|
|
648
|
+
"\n" +
|
|
649
|
+
"in kelvins supported by the device.",
|
|
650
|
+
|
|
651
|
+
xref: { document: "cluster", section: "3.2.7.22" }
|
|
652
|
+
}
|
|
653
|
+
),
|
|
654
|
+
|
|
655
|
+
Attribute({
|
|
656
|
+
name: "StartUpColorTemperatureMireds", id: 0x4010, type: "uint16", access: "RW VM",
|
|
657
|
+
conformance: "CT & ColorTemperatureMireds", constraint: "1 to 65279", quality: "X N",
|
|
658
|
+
details: "Indicates the desired startup color temperature value the light shall use when it is supplied with " +
|
|
659
|
+
"power and this value shall be reflected in the ColorTemperatureMireds attribute. In addition, the " +
|
|
660
|
+
"ColorMode and EnhancedColorMode attributes shall be set to 2 (ColorTemperatureMireds). The values " +
|
|
661
|
+
"of the StartUpColorTemperatureMireds attribute are listed in the table below,",
|
|
662
|
+
xref: { document: "cluster", section: "3.2.7.23" }
|
|
614
663
|
}),
|
|
615
664
|
|
|
616
665
|
Command(
|
|
617
666
|
{
|
|
618
667
|
name: "MoveToHue", id: 0x0, access: "O", conformance: "HS", direction: "request",
|
|
619
668
|
response: "status",
|
|
620
|
-
xref: { document: "cluster", section: "3.2.
|
|
669
|
+
xref: { document: "cluster", section: "3.2.8.4" }
|
|
621
670
|
},
|
|
622
671
|
Field({
|
|
623
|
-
name: "Hue", id: 0x0, type: "uint8", conformance: "M", constraint: "
|
|
624
|
-
details: "
|
|
625
|
-
xref: { document: "cluster", section: "3.2.
|
|
672
|
+
name: "Hue", id: 0x0, type: "uint8", conformance: "M", constraint: "max 254",
|
|
673
|
+
details: "This field shall indicate the hue to be moved to.",
|
|
674
|
+
xref: { document: "cluster", section: "3.2.8.4.1" }
|
|
626
675
|
}),
|
|
627
|
-
|
|
628
676
|
Field({
|
|
629
|
-
name: "Direction", id: 0x1, type: "
|
|
630
|
-
details: "
|
|
631
|
-
|
|
632
|
-
"### Table 17. Values of the Direction Field",
|
|
633
|
-
xref: { document: "cluster", section: "3.2.11.4.2" }
|
|
677
|
+
name: "Direction", id: 0x1, type: "DirectionEnum", conformance: "M",
|
|
678
|
+
details: "This field shall indicate the movement direction.",
|
|
679
|
+
xref: { document: "cluster", section: "3.2.8.4.2" }
|
|
634
680
|
}),
|
|
635
681
|
|
|
636
682
|
Field({
|
|
637
|
-
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "
|
|
638
|
-
details: "
|
|
639
|
-
"
|
|
640
|
-
xref: { document: "cluster", section: "3.2.
|
|
683
|
+
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "max 65534",
|
|
684
|
+
details: "This field shall indicate, in 1/10ths of a second, the time that shall be taken to move to the new " +
|
|
685
|
+
"hue.",
|
|
686
|
+
xref: { document: "cluster", section: "3.2.8.4.3" }
|
|
641
687
|
}),
|
|
642
688
|
|
|
643
689
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -647,26 +693,19 @@ export const ColorControl = Cluster(
|
|
|
647
693
|
Command(
|
|
648
694
|
{
|
|
649
695
|
name: "MoveHue", id: 0x1, access: "O", conformance: "HS", direction: "request", response: "status",
|
|
650
|
-
xref: { document: "cluster", section: "3.2.
|
|
696
|
+
xref: { document: "cluster", section: "3.2.8.5" }
|
|
651
697
|
},
|
|
652
|
-
|
|
653
698
|
Field({
|
|
654
|
-
name: "MoveMode", id: 0x0, type: "
|
|
655
|
-
details: "
|
|
656
|
-
|
|
657
|
-
"\n" +
|
|
658
|
-
"### Table 18. Values of the MoveMode Field",
|
|
659
|
-
xref: { document: "cluster", section: "3.2.11.5.1" }
|
|
699
|
+
name: "MoveMode", id: 0x0, type: "MoveModeEnum", conformance: "M",
|
|
700
|
+
details: "This field shall indicate the mode of movement.",
|
|
701
|
+
xref: { document: "cluster", section: "3.2.8.5.1" }
|
|
660
702
|
}),
|
|
661
703
|
|
|
662
704
|
Field({
|
|
663
705
|
name: "Rate", id: 0x1, type: "uint8", conformance: "M",
|
|
664
|
-
details: "
|
|
665
|
-
"device’s hue of one unit.
|
|
666
|
-
|
|
667
|
-
"the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field " +
|
|
668
|
-
"shall be ignored.",
|
|
669
|
-
xref: { document: "cluster", section: "3.2.11.5.2" }
|
|
706
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the " +
|
|
707
|
+
"device’s hue of one unit.",
|
|
708
|
+
xref: { document: "cluster", section: "3.2.8.5.2" }
|
|
670
709
|
}),
|
|
671
710
|
|
|
672
711
|
Field({ name: "OptionsMask", id: 0x2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -676,35 +715,34 @@ export const ColorControl = Cluster(
|
|
|
676
715
|
Command(
|
|
677
716
|
{
|
|
678
717
|
name: "StepHue", id: 0x2, access: "O", conformance: "HS", direction: "request", response: "status",
|
|
679
|
-
xref: { document: "cluster", section: "3.2.
|
|
718
|
+
xref: { document: "cluster", section: "3.2.8.6" }
|
|
680
719
|
},
|
|
681
|
-
|
|
682
720
|
Field({
|
|
683
|
-
name: "StepMode", id: 0x0, type: "
|
|
684
|
-
details: "
|
|
685
|
-
|
|
686
|
-
"### Table 20. Values of the StepMode Field",
|
|
687
|
-
xref: { document: "cluster", section: "3.2.11.6.1" }
|
|
721
|
+
name: "StepMode", id: 0x0, type: "StepModeEnum", conformance: "M",
|
|
722
|
+
details: "This field shall indicate the mode of the step to be performed.",
|
|
723
|
+
xref: { document: "cluster", section: "3.2.8.6.1" }
|
|
688
724
|
}),
|
|
689
725
|
|
|
690
726
|
Field({
|
|
691
727
|
name: "StepSize", id: 0x1, type: "uint8", conformance: "M",
|
|
692
|
-
details: "
|
|
693
|
-
|
|
728
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the " +
|
|
729
|
+
"device’s hue.",
|
|
730
|
+
xref: { document: "cluster", section: "3.2.8.6.2" }
|
|
694
731
|
}),
|
|
695
732
|
|
|
696
733
|
Field({
|
|
697
734
|
name: "TransitionTime", id: 0x2, type: "uint8", conformance: "M",
|
|
698
735
|
|
|
699
|
-
details: "
|
|
700
|
-
"
|
|
736
|
+
details: "This field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the step." +
|
|
737
|
+
"\n" +
|
|
738
|
+
"A step is a change in the device’s hue of Step size units." +
|
|
701
739
|
"\n" +
|
|
702
740
|
"NOTE" +
|
|
703
741
|
"\n" +
|
|
704
742
|
"Here the TransitionTime data field is of data type uint8, where uint16 is more common for " +
|
|
705
743
|
"TransitionTime data fields in other clusters / commands.",
|
|
706
744
|
|
|
707
|
-
xref: { document: "cluster", section: "3.2.
|
|
745
|
+
xref: { document: "cluster", section: "3.2.8.6.3" }
|
|
708
746
|
}),
|
|
709
747
|
|
|
710
748
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -715,10 +753,10 @@ export const ColorControl = Cluster(
|
|
|
715
753
|
{
|
|
716
754
|
name: "MoveToSaturation", id: 0x3, access: "O", conformance: "HS", direction: "request",
|
|
717
755
|
response: "status",
|
|
718
|
-
xref: { document: "cluster", section: "3.2.
|
|
756
|
+
xref: { document: "cluster", section: "3.2.8.7" }
|
|
719
757
|
},
|
|
720
|
-
Field({ name: "Saturation", id: 0x0, type: "uint8", conformance: "M", constraint: "
|
|
721
|
-
Field({ name: "TransitionTime", id: 0x1, type: "uint16", conformance: "M", constraint: "
|
|
758
|
+
Field({ name: "Saturation", id: 0x0, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
759
|
+
Field({ name: "TransitionTime", id: 0x1, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
722
760
|
Field({ name: "OptionsMask", id: 0x2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
723
761
|
Field({ name: "OptionsOverride", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
724
762
|
),
|
|
@@ -727,26 +765,19 @@ export const ColorControl = Cluster(
|
|
|
727
765
|
{
|
|
728
766
|
name: "MoveSaturation", id: 0x4, access: "O", conformance: "HS", direction: "request",
|
|
729
767
|
response: "status",
|
|
730
|
-
xref: { document: "cluster", section: "3.2.
|
|
768
|
+
xref: { document: "cluster", section: "3.2.8.8" }
|
|
731
769
|
},
|
|
732
|
-
|
|
733
770
|
Field({
|
|
734
|
-
name: "MoveMode", id: 0x0, type: "
|
|
735
|
-
details: "
|
|
736
|
-
|
|
737
|
-
"\n" +
|
|
738
|
-
"### Table 22. Values of the MoveMode Field",
|
|
739
|
-
xref: { document: "cluster", section: "3.2.11.8.1" }
|
|
771
|
+
name: "MoveMode", id: 0x0, type: "MoveModeEnum", conformance: "M",
|
|
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" }
|
|
740
774
|
}),
|
|
741
775
|
|
|
742
776
|
Field({
|
|
743
777
|
name: "Rate", id: 0x1, type: "uint8", conformance: "M",
|
|
744
|
-
details: "
|
|
745
|
-
"device’s saturation of one unit.
|
|
746
|
-
|
|
747
|
-
"response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the " +
|
|
748
|
-
"Rate field shall be ignored.",
|
|
749
|
-
xref: { document: "cluster", section: "3.2.11.8.2" }
|
|
778
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the " +
|
|
779
|
+
"device’s saturation of one unit.",
|
|
780
|
+
xref: { document: "cluster", section: "3.2.8.8.2" }
|
|
750
781
|
}),
|
|
751
782
|
|
|
752
783
|
Field({ name: "OptionsMask", id: 0x2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -757,35 +788,33 @@ export const ColorControl = Cluster(
|
|
|
757
788
|
{
|
|
758
789
|
name: "StepSaturation", id: 0x5, access: "O", conformance: "HS", direction: "request",
|
|
759
790
|
response: "status",
|
|
760
|
-
xref: { document: "cluster", section: "3.2.
|
|
791
|
+
xref: { document: "cluster", section: "3.2.8.9" }
|
|
761
792
|
},
|
|
762
|
-
|
|
763
793
|
Field({
|
|
764
|
-
name: "StepMode", id: 0x0, type: "
|
|
765
|
-
details: "
|
|
766
|
-
|
|
767
|
-
"### Table 24. Values of the StepMode Field",
|
|
768
|
-
xref: { document: "cluster", section: "3.2.11.9.1" }
|
|
794
|
+
name: "StepMode", id: 0x0, type: "StepModeEnum", conformance: "M",
|
|
795
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
796
|
+
xref: { document: "cluster", section: "3.2.8.9.1" }
|
|
769
797
|
}),
|
|
770
798
|
|
|
771
799
|
Field({
|
|
772
800
|
name: "StepSize", id: 0x1, type: "uint8", conformance: "M",
|
|
773
|
-
details: "
|
|
774
|
-
|
|
801
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the " +
|
|
802
|
+
"device’s saturation.",
|
|
803
|
+
xref: { document: "cluster", section: "3.2.8.9.2" }
|
|
775
804
|
}),
|
|
776
805
|
|
|
777
806
|
Field({
|
|
778
807
|
name: "TransitionTime", id: 0x2, type: "uint8", conformance: "M",
|
|
779
808
|
|
|
780
|
-
details: "
|
|
781
|
-
"
|
|
809
|
+
details: "This field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the " +
|
|
810
|
+
"step. A step is a change in the device’s saturation of Step size units." +
|
|
782
811
|
"\n" +
|
|
783
812
|
"NOTE" +
|
|
784
813
|
"\n" +
|
|
785
814
|
"Here the TransitionTime data field is of data type uint8, where uint16 is more common for " +
|
|
786
815
|
"TransitionTime data fields in other clusters / commands.",
|
|
787
816
|
|
|
788
|
-
xref: { document: "cluster", section: "3.2.
|
|
817
|
+
xref: { document: "cluster", section: "3.2.8.9.3" }
|
|
789
818
|
}),
|
|
790
819
|
|
|
791
820
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -796,11 +825,11 @@ export const ColorControl = Cluster(
|
|
|
796
825
|
{
|
|
797
826
|
name: "MoveToHueAndSaturation", id: 0x6, access: "O", conformance: "HS", direction: "request",
|
|
798
827
|
response: "status",
|
|
799
|
-
xref: { document: "cluster", section: "3.2.
|
|
828
|
+
xref: { document: "cluster", section: "3.2.8.10" }
|
|
800
829
|
},
|
|
801
|
-
Field({ name: "Hue", id: 0x0, type: "uint8", conformance: "M", constraint: "
|
|
802
|
-
Field({ name: "Saturation", id: 0x1, type: "uint8", conformance: "M", constraint: "
|
|
803
|
-
Field({ name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "
|
|
830
|
+
Field({ name: "Hue", id: 0x0, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
831
|
+
Field({ name: "Saturation", id: 0x1, type: "uint8", conformance: "M", constraint: "max 254" }),
|
|
832
|
+
Field({ name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
804
833
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
805
834
|
Field({ name: "OptionsOverride", id: 0x4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
806
835
|
),
|
|
@@ -809,11 +838,11 @@ export const ColorControl = Cluster(
|
|
|
809
838
|
{
|
|
810
839
|
name: "MoveToColor", id: 0x7, access: "O", conformance: "XY", direction: "request",
|
|
811
840
|
response: "status",
|
|
812
|
-
xref: { document: "cluster", section: "3.2.
|
|
841
|
+
xref: { document: "cluster", section: "3.2.8.11" }
|
|
813
842
|
},
|
|
814
|
-
Field({ name: "ColorX", id: 0x0, type: "uint16", conformance: "M", constraint: "
|
|
815
|
-
Field({ name: "ColorY", id: 0x1, type: "uint16", conformance: "M", constraint: "
|
|
816
|
-
Field({ name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "
|
|
843
|
+
Field({ name: "ColorX", id: 0x0, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
844
|
+
Field({ name: "ColorY", id: 0x1, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
845
|
+
Field({ name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
817
846
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
818
847
|
Field({ name: "OptionsOverride", id: 0x4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
819
848
|
),
|
|
@@ -822,21 +851,21 @@ export const ColorControl = Cluster(
|
|
|
822
851
|
{
|
|
823
852
|
name: "MoveColor", id: 0x8, access: "O", conformance: "XY", direction: "request",
|
|
824
853
|
response: "status",
|
|
825
|
-
xref: { document: "cluster", section: "3.2.
|
|
854
|
+
xref: { document: "cluster", section: "3.2.8.12" }
|
|
826
855
|
},
|
|
827
856
|
|
|
828
857
|
Field({
|
|
829
858
|
name: "RateX", id: 0x0, type: "int16", conformance: "M",
|
|
830
|
-
details: "
|
|
859
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the " +
|
|
831
860
|
"device’s CurrentX attribute of one unit.",
|
|
832
|
-
xref: { document: "cluster", section: "3.2.
|
|
861
|
+
xref: { document: "cluster", section: "3.2.8.12.1" }
|
|
833
862
|
}),
|
|
834
863
|
|
|
835
864
|
Field({
|
|
836
865
|
name: "RateY", id: 0x1, type: "int16", conformance: "M",
|
|
837
|
-
details: "
|
|
866
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the " +
|
|
838
867
|
"device’s CurrentY attribute of one unit.",
|
|
839
|
-
xref: { document: "cluster", section: "3.2.
|
|
868
|
+
xref: { document: "cluster", section: "3.2.8.12.2" }
|
|
840
869
|
}),
|
|
841
870
|
|
|
842
871
|
Field({ name: "OptionsMask", id: 0x2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -847,16 +876,16 @@ export const ColorControl = Cluster(
|
|
|
847
876
|
{
|
|
848
877
|
name: "StepColor", id: 0x9, access: "O", conformance: "XY", direction: "request",
|
|
849
878
|
response: "status",
|
|
850
|
-
xref: { document: "cluster", section: "3.2.
|
|
879
|
+
xref: { document: "cluster", section: "3.2.8.13" }
|
|
851
880
|
},
|
|
852
881
|
Field({ name: "StepX", id: 0x0, type: "int16", conformance: "M" }),
|
|
853
882
|
Field({ name: "StepY", id: 0x1, type: "int16", conformance: "M" }),
|
|
854
883
|
|
|
855
884
|
Field({
|
|
856
|
-
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "
|
|
857
|
-
details: "The
|
|
858
|
-
"
|
|
859
|
-
xref: { document: "cluster", section: "3.2.
|
|
885
|
+
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "max 65534",
|
|
886
|
+
details: "The field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the color " +
|
|
887
|
+
"change.",
|
|
888
|
+
xref: { document: "cluster", section: "3.2.8.13.2" }
|
|
860
889
|
}),
|
|
861
890
|
|
|
862
891
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -867,10 +896,10 @@ export const ColorControl = Cluster(
|
|
|
867
896
|
{
|
|
868
897
|
name: "MoveToColorTemperature", id: 0xa, access: "O", conformance: "CT", direction: "request",
|
|
869
898
|
response: "status",
|
|
870
|
-
xref: { document: "cluster", section: "3.2.
|
|
899
|
+
xref: { document: "cluster", section: "3.2.8.14" }
|
|
871
900
|
},
|
|
872
|
-
Field({ name: "ColorTemperatureMireds", id: 0x0, type: "uint16", conformance: "M", constraint: "
|
|
873
|
-
Field({ name: "TransitionTime", id: 0x1, type: "uint16", conformance: "M", constraint: "
|
|
901
|
+
Field({ name: "ColorTemperatureMireds", id: 0x0, type: "uint16", conformance: "M", constraint: "max 65279" }),
|
|
902
|
+
Field({ name: "TransitionTime", id: 0x1, type: "uint16", conformance: "M", constraint: "max 65534" }),
|
|
874
903
|
Field({ name: "OptionsMask", id: 0x2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
875
904
|
Field({ name: "OptionsOverride", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
876
905
|
),
|
|
@@ -879,31 +908,26 @@ export const ColorControl = Cluster(
|
|
|
879
908
|
{
|
|
880
909
|
name: "EnhancedMoveToHue", id: 0x40, access: "O", conformance: "EHUE", direction: "request",
|
|
881
910
|
response: "status",
|
|
882
|
-
details: "
|
|
883
|
-
"
|
|
884
|
-
xref: { document: "cluster", section: "3.2.
|
|
911
|
+
details: "This command allows the light to be moved in a smooth continuous transition from their current hue " +
|
|
912
|
+
"to a target hue.",
|
|
913
|
+
xref: { document: "cluster", section: "3.2.8.15" }
|
|
885
914
|
},
|
|
886
915
|
|
|
887
916
|
Field({
|
|
888
917
|
name: "EnhancedHue", id: 0x0, type: "uint16", conformance: "M",
|
|
889
|
-
details: "
|
|
890
|
-
xref: { document: "cluster", section: "3.2.
|
|
918
|
+
details: "This field shall indicate the target extended hue for the light.",
|
|
919
|
+
xref: { document: "cluster", section: "3.2.8.15.1" }
|
|
891
920
|
}),
|
|
892
|
-
|
|
893
921
|
Field({
|
|
894
|
-
name: "Direction", id: 0x1, type: "
|
|
895
|
-
details: "This field
|
|
896
|
-
|
|
897
|
-
xref: { document: "cluster", section: "3.2.11.15.2" }
|
|
922
|
+
name: "Direction", id: 0x1, type: "DirectionEnum", conformance: "M",
|
|
923
|
+
details: "This field shall indicate the movement direction.",
|
|
924
|
+
xref: { document: "cluster", section: "3.2.8.15.2" }
|
|
898
925
|
}),
|
|
899
|
-
|
|
900
926
|
Field({
|
|
901
|
-
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "
|
|
902
|
-
details: "This field
|
|
903
|
-
|
|
904
|
-
xref: { document: "cluster", section: "3.2.11.15.3" }
|
|
927
|
+
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "max 65534",
|
|
928
|
+
details: "This field shall indicate the transition time, as described in the MoveToHue command.",
|
|
929
|
+
xref: { document: "cluster", section: "3.2.8.15.3" }
|
|
905
930
|
}),
|
|
906
|
-
|
|
907
931
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
908
932
|
Field({ name: "OptionsOverride", id: 0x4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
909
933
|
),
|
|
@@ -912,27 +936,21 @@ export const ColorControl = Cluster(
|
|
|
912
936
|
{
|
|
913
937
|
name: "EnhancedMoveHue", id: 0x41, access: "O", conformance: "EHUE", direction: "request",
|
|
914
938
|
response: "status",
|
|
915
|
-
details: "
|
|
916
|
-
|
|
917
|
-
xref: { document: "cluster", section: "3.2.11.16" }
|
|
939
|
+
details: "This command allows the light to start a continuous transition starting from their current hue.",
|
|
940
|
+
xref: { document: "cluster", section: "3.2.8.16" }
|
|
918
941
|
},
|
|
919
942
|
|
|
920
943
|
Field({
|
|
921
|
-
name: "MoveMode", id: 0x0, type: "
|
|
922
|
-
details: "This field
|
|
923
|
-
|
|
924
|
-
"be ignored.",
|
|
925
|
-
xref: { document: "cluster", section: "3.2.11.16.1" }
|
|
944
|
+
name: "MoveMode", id: 0x0, type: "MoveModeEnum", conformance: "M", constraint: "desc",
|
|
945
|
+
details: "This field shall indicate the mode of movement, as described in the MoveHue command.",
|
|
946
|
+
xref: { document: "cluster", section: "3.2.8.16.1" }
|
|
926
947
|
}),
|
|
927
948
|
|
|
928
949
|
Field({
|
|
929
950
|
name: "Rate", id: 0x1, type: "uint16", conformance: "M",
|
|
930
|
-
details: "
|
|
931
|
-
"extended hue of a device by one unit.
|
|
932
|
-
|
|
933
|
-
"response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the " +
|
|
934
|
-
"Rate field shall be ignored.",
|
|
935
|
-
xref: { document: "cluster", section: "3.2.11.16.2" }
|
|
951
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the " +
|
|
952
|
+
"extended hue of a device by one unit.",
|
|
953
|
+
xref: { document: "cluster", section: "3.2.8.16.2" }
|
|
936
954
|
}),
|
|
937
955
|
|
|
938
956
|
Field({ name: "OptionsMask", id: 0x2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -943,38 +961,37 @@ export const ColorControl = Cluster(
|
|
|
943
961
|
{
|
|
944
962
|
name: "EnhancedStepHue", id: 0x42, access: "O", conformance: "EHUE", direction: "request",
|
|
945
963
|
response: "status",
|
|
946
|
-
details: "
|
|
947
|
-
"
|
|
948
|
-
xref: { document: "cluster", section: "3.2.
|
|
964
|
+
details: "This command allows the light to be moved in a stepped transition from their current hue, resulting " +
|
|
965
|
+
"in a linear transition through XY space.",
|
|
966
|
+
xref: { document: "cluster", section: "3.2.8.17" }
|
|
949
967
|
},
|
|
950
968
|
|
|
951
969
|
Field({
|
|
952
|
-
name: "StepMode", id: 0x0, type: "
|
|
953
|
-
details: "This field
|
|
954
|
-
|
|
955
|
-
xref: { document: "cluster", section: "3.2.11.17.1" }
|
|
970
|
+
name: "StepMode", id: 0x0, type: "StepModeEnum", conformance: "M", constraint: "desc",
|
|
971
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
972
|
+
xref: { document: "cluster", section: "3.2.8.17.1" }
|
|
956
973
|
}),
|
|
957
974
|
|
|
958
975
|
Field({
|
|
959
976
|
name: "StepSize", id: 0x1, type: "uint16", conformance: "M",
|
|
960
|
-
details: "
|
|
961
|
-
"
|
|
962
|
-
xref: { document: "cluster", section: "3.2.
|
|
977
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the " +
|
|
978
|
+
"device’s enhanced hue.",
|
|
979
|
+
xref: { document: "cluster", section: "3.2.8.17.2" }
|
|
963
980
|
}),
|
|
964
981
|
|
|
965
982
|
Field({
|
|
966
|
-
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "
|
|
983
|
+
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "max 65534",
|
|
967
984
|
|
|
968
|
-
details: "The
|
|
969
|
-
"
|
|
970
|
-
"
|
|
985
|
+
details: "The field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform " +
|
|
986
|
+
"the step. A step is a change to the device’s enhanced hue of a magnitude corresponding to the " +
|
|
987
|
+
"StepSize field." +
|
|
971
988
|
"\n" +
|
|
972
989
|
"NOTE" +
|
|
973
990
|
"\n" +
|
|
974
991
|
"Here TransitionTime data field is of data type uint16, while the TransitionTime data field of the " +
|
|
975
992
|
"StepHue command is of data type uint8.",
|
|
976
993
|
|
|
977
|
-
xref: { document: "cluster", section: "3.2.
|
|
994
|
+
xref: { document: "cluster", section: "3.2.8.17.3" }
|
|
978
995
|
}),
|
|
979
996
|
|
|
980
997
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -985,32 +1002,26 @@ export const ColorControl = Cluster(
|
|
|
985
1002
|
{
|
|
986
1003
|
name: "EnhancedMoveToHueAndSaturation", id: 0x43, access: "O", conformance: "EHUE",
|
|
987
1004
|
direction: "request", response: "status",
|
|
988
|
-
details: "
|
|
989
|
-
"
|
|
990
|
-
|
|
991
|
-
xref: { document: "cluster", section: "3.2.11.18" }
|
|
1005
|
+
details: "This command allows the light to be moved in a smooth continuous transition from their current hue " +
|
|
1006
|
+
"to a target hue and from their current saturation to a target saturation.",
|
|
1007
|
+
xref: { document: "cluster", section: "3.2.8.18" }
|
|
992
1008
|
},
|
|
993
1009
|
|
|
994
1010
|
Field({
|
|
995
1011
|
name: "EnhancedHue", id: 0x0, type: "uint16", conformance: "M",
|
|
996
|
-
details: "
|
|
997
|
-
xref: { document: "cluster", section: "3.2.
|
|
1012
|
+
details: "This field shall indicate the target extended hue for the light.",
|
|
1013
|
+
xref: { document: "cluster", section: "3.2.8.18.1" }
|
|
998
1014
|
}),
|
|
999
|
-
|
|
1000
1015
|
Field({
|
|
1001
|
-
name: "Saturation", id: 0x1, type: "uint8", conformance: "M", constraint: "
|
|
1002
|
-
details: "This field
|
|
1003
|
-
|
|
1004
|
-
xref: { document: "cluster", section: "3.2.11.18.2" }
|
|
1016
|
+
name: "Saturation", id: 0x1, type: "uint8", conformance: "M", constraint: "max 254",
|
|
1017
|
+
details: "This field shall indicate the saturation, as described in the MoveToHueAndSaturation command.",
|
|
1018
|
+
xref: { document: "cluster", section: "3.2.8.18.2" }
|
|
1005
1019
|
}),
|
|
1006
|
-
|
|
1007
1020
|
Field({
|
|
1008
|
-
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "
|
|
1009
|
-
details: "This field
|
|
1010
|
-
|
|
1011
|
-
xref: { document: "cluster", section: "3.2.11.18.3" }
|
|
1021
|
+
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "max 65534",
|
|
1022
|
+
details: "This field shall indicate the transition time, as described in the MoveToHue command.",
|
|
1023
|
+
xref: { document: "cluster", section: "3.2.8.18.3" }
|
|
1012
1024
|
}),
|
|
1013
|
-
|
|
1014
1025
|
Field({ name: "OptionsMask", id: 0x3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1015
1026
|
Field({ name: "OptionsOverride", id: 0x4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
1016
1027
|
),
|
|
@@ -1019,88 +1030,33 @@ export const ColorControl = Cluster(
|
|
|
1019
1030
|
{
|
|
1020
1031
|
name: "ColorLoopSet", id: 0x44, access: "O", conformance: "CL", direction: "request",
|
|
1021
1032
|
response: "status",
|
|
1022
|
-
details: "
|
|
1023
|
-
"
|
|
1024
|
-
xref: { document: "cluster", section: "3.2.
|
|
1033
|
+
details: "This command allows a color loop to be activated such that the color light cycles through its range " +
|
|
1034
|
+
"of hues.",
|
|
1035
|
+
xref: { document: "cluster", section: "3.2.8.19" }
|
|
1025
1036
|
},
|
|
1026
1037
|
|
|
1027
|
-
Field(
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
"ColorLoopSet Command." +
|
|
1034
|
-
"\n" +
|
|
1035
|
-
"### Table 28. Format of the UpdateFlags Field of the ColorLoopSet Command" +
|
|
1036
|
-
"\n" +
|
|
1037
|
-
"The UpdateAction sub-field is 1 bit in length and specifies whether the device shall adhere to the " +
|
|
1038
|
-
"action field in order to process the command. If this sub-field is set to 1, the device shall " +
|
|
1039
|
-
"adhere to the action field. If this sub-field is set to 0, the device shall ignore the Action field." +
|
|
1040
|
-
"\n" +
|
|
1041
|
-
"The UpdateDirection sub-field is 1 bit in length and specifies whether the device shall update the " +
|
|
1042
|
-
"ColorLoopDirection attribute with the Direction field. If this sub-field is set to 1, the device " +
|
|
1043
|
-
"shall update the value of the ColorLoopDirection attribute with the value of the Direction field. " +
|
|
1044
|
-
"If this sub-field is set to 0, the device shall ignore the Direction field." +
|
|
1045
|
-
"\n" +
|
|
1046
|
-
"The UpdateTime sub-field is 1 bit in length and specifies whether the device shall update the " +
|
|
1047
|
-
"ColorLoopTime attribute with the Time field. If this sub-field is set to 1, the device shall update " +
|
|
1048
|
-
"the value of the ColorLoopTime attribute with the value of the Time field. If this sub-field is set " +
|
|
1049
|
-
"to 0, the device shall ignore the Time field." +
|
|
1050
|
-
"\n" +
|
|
1051
|
-
"The UpdateStartHue sub-field is 1 bit in length and specifies whether the device shall update the " +
|
|
1052
|
-
"ColorLoopStartEnhancedHue attribute with the StartHue field. If this sub-field is set to 1, the " +
|
|
1053
|
-
"device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the " +
|
|
1054
|
-
"StartHue field. If this sub-field is set to 0, the device shall ignore the StartHue field.",
|
|
1055
|
-
|
|
1056
|
-
xref: { document: "cluster", section: "3.2.11.19.1" }
|
|
1057
|
-
},
|
|
1058
|
-
|
|
1059
|
-
Field({ name: "UpdateAction", constraint: "0" }),
|
|
1060
|
-
Field({ name: "UpdateDirection", constraint: "1" }),
|
|
1061
|
-
Field({ name: "UpdateTime", constraint: "2" }),
|
|
1062
|
-
Field({ name: "UpdateStartHue", constraint: "3" }),
|
|
1063
|
-
Field({ name: "Reserved", constraint: "4 to 8" })
|
|
1064
|
-
),
|
|
1065
|
-
|
|
1066
|
-
Field(
|
|
1067
|
-
{
|
|
1068
|
-
name: "Action", id: 0x1, type: "enum8", conformance: "M", constraint: "desc",
|
|
1069
|
-
details: "The Action field specifies the action to take for the color loop if the UpdateAction sub-field of " +
|
|
1070
|
-
"the UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed " +
|
|
1071
|
-
"in Values of the Action Field of the ColorLoopSet Command." +
|
|
1072
|
-
"\n" +
|
|
1073
|
-
"### Table 29. Values of the Action Field of the ColorLoopSet Command",
|
|
1074
|
-
xref: { document: "cluster", section: "3.2.11.19.2" }
|
|
1075
|
-
},
|
|
1076
|
-
|
|
1077
|
-
Field({ name: "DeActivateTheColorLoop", id: 0x0 }),
|
|
1078
|
-
Field({ name: "ActivateTheColorLoopFromTheValueInTheColorLoopStartEnhancedHueField", id: 0x1 }),
|
|
1079
|
-
Field({ name: "ActivateTheColorLoopFromTheValueOfTheEnhancedCurrentHueAttribute", id: 0x2 })
|
|
1080
|
-
),
|
|
1081
|
-
|
|
1082
|
-
Field(
|
|
1083
|
-
{
|
|
1084
|
-
name: "Direction", id: 0x2, type: "enum8", conformance: "M", constraint: "desc",
|
|
1085
|
-
details: "The Direction field specifies the direction for the color loop if the Update Direction field of the " +
|
|
1086
|
-
"UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed in " +
|
|
1087
|
-
"Values of the Direction Field of the ColorLoopSet Command." +
|
|
1088
|
-
"\n" +
|
|
1089
|
-
"### Table 30. Values of the Direction Field of the ColorLoopSet Command",
|
|
1090
|
-
xref: { document: "cluster", section: "3.2.11.19.3" }
|
|
1091
|
-
},
|
|
1092
|
-
|
|
1093
|
-
Field({ name: "DecrementTheHueInTheColorLoop", id: 0x0 }),
|
|
1094
|
-
Field({ name: "IncrementTheHueInTheColorLoop", id: 0x1 })
|
|
1095
|
-
),
|
|
1038
|
+
Field({
|
|
1039
|
+
name: "UpdateFlags", id: 0x0, type: "UpdateFlagsBitmap", conformance: "M",
|
|
1040
|
+
details: "This field shall indicate which color loop attributes to update (from the values supplied in the " +
|
|
1041
|
+
"other fields, see field descriptions below) before the color loop is started.",
|
|
1042
|
+
xref: { document: "cluster", section: "3.2.8.19.1" }
|
|
1043
|
+
}),
|
|
1096
1044
|
|
|
1045
|
+
Field({
|
|
1046
|
+
name: "Action", id: 0x1, type: "ColorLoopActionEnum", conformance: "M",
|
|
1047
|
+
details: "This field shall indicate the action to take for the color loop.",
|
|
1048
|
+
xref: { document: "cluster", section: "3.2.8.19.2" }
|
|
1049
|
+
}),
|
|
1050
|
+
Field({
|
|
1051
|
+
name: "Direction", id: 0x2, type: "ColorLoopDirectionEnum", conformance: "M",
|
|
1052
|
+
details: "This field shall indicate the direction for the color loop.",
|
|
1053
|
+
xref: { document: "cluster", section: "3.2.8.19.3" }
|
|
1054
|
+
}),
|
|
1097
1055
|
Field({
|
|
1098
1056
|
name: "Time", id: 0x3, type: "uint16", conformance: "M",
|
|
1099
|
-
details: "
|
|
1100
|
-
|
|
1101
|
-
xref: { document: "cluster", section: "3.2.11.19.4" }
|
|
1057
|
+
details: "This field shall indicate the number of seconds over which to perform a full color loop.",
|
|
1058
|
+
xref: { document: "cluster", section: "3.2.8.19.4" }
|
|
1102
1059
|
}),
|
|
1103
|
-
|
|
1104
1060
|
Field({ name: "StartHue", id: 0x4, type: "uint16", conformance: "M" }),
|
|
1105
1061
|
Field({ name: "OptionsMask", id: 0x5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
1106
1062
|
Field({ name: "OptionsOverride", id: 0x6, type: "Options", conformance: "M", constraint: "desc", default: 0 })
|
|
@@ -1110,11 +1066,12 @@ export const ColorControl = Cluster(
|
|
|
1110
1066
|
{
|
|
1111
1067
|
name: "StopMoveStep", id: 0x47, access: "O", conformance: "HS | XY | CT", direction: "request",
|
|
1112
1068
|
response: "status",
|
|
1113
|
-
details: "
|
|
1114
|
-
"automatically provides symmetry to the Level Control cluster.)" +
|
|
1069
|
+
details: "This command is provided to allow MoveTo and Step commands to be stopped." +
|
|
1115
1070
|
"\n" +
|
|
1116
|
-
"NOTE
|
|
1117
|
-
|
|
1071
|
+
"NOTE This automatically provides symmetry to the Level Control cluster." +
|
|
1072
|
+
"\n" +
|
|
1073
|
+
"NOTE The StopMoveStep command has no effect on an active color loop.",
|
|
1074
|
+
xref: { document: "cluster", section: "3.2.8.20" }
|
|
1118
1075
|
},
|
|
1119
1076
|
|
|
1120
1077
|
Field({ name: "OptionsMask", id: 0x0, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -1125,35 +1082,29 @@ export const ColorControl = Cluster(
|
|
|
1125
1082
|
{
|
|
1126
1083
|
name: "MoveColorTemperature", id: 0x4b, access: "O", conformance: "CT", direction: "request",
|
|
1127
1084
|
response: "status",
|
|
1128
|
-
details: "
|
|
1129
|
-
|
|
1130
|
-
xref: { document: "cluster", section: "3.2.11.21" }
|
|
1085
|
+
details: "This command allows the color temperature of the light to be moved at a specified rate.",
|
|
1086
|
+
xref: { document: "cluster", section: "3.2.8.21" }
|
|
1131
1087
|
},
|
|
1132
1088
|
|
|
1133
1089
|
Field({
|
|
1134
|
-
name: "MoveMode", id: 0x0, type: "
|
|
1135
|
-
details: "This field
|
|
1136
|
-
|
|
1137
|
-
"be ignored.",
|
|
1138
|
-
xref: { document: "cluster", section: "3.2.11.21.1" }
|
|
1090
|
+
name: "MoveMode", id: 0x0, type: "MoveModeEnum", conformance: "M", constraint: "desc",
|
|
1091
|
+
details: "This field shall indicate the mode of movement, as described in the MoveHue command.",
|
|
1092
|
+
xref: { document: "cluster", section: "3.2.8.21.1" }
|
|
1139
1093
|
}),
|
|
1140
1094
|
|
|
1141
1095
|
Field({
|
|
1142
1096
|
name: "Rate", id: 0x1, type: "uint16", conformance: "M",
|
|
1143
|
-
details: "
|
|
1144
|
-
"temperature of a device by one unit.
|
|
1145
|
-
|
|
1146
|
-
"response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the " +
|
|
1147
|
-
"Rate field shall be ignored.",
|
|
1148
|
-
xref: { document: "cluster", section: "3.2.11.21.2" }
|
|
1097
|
+
details: "This field shall indicate the rate of movement in steps per second. A step is a change in the color " +
|
|
1098
|
+
"temperature of a device by one unit.",
|
|
1099
|
+
xref: { document: "cluster", section: "3.2.8.21.2" }
|
|
1149
1100
|
}),
|
|
1150
1101
|
|
|
1151
1102
|
Field({
|
|
1152
1103
|
name: "ColorTemperatureMinimumMireds", id: 0x2, type: "uint16", conformance: "M",
|
|
1153
|
-
constraint: "
|
|
1104
|
+
constraint: "max 65279",
|
|
1154
1105
|
|
|
1155
|
-
details: "
|
|
1156
|
-
"
|
|
1106
|
+
details: "This field shall indicate a lower bound on the ColorTemperatureMireds attribute (≡ an upper bound " +
|
|
1107
|
+
"on the color temperature in kelvins) for the current move operation" +
|
|
1157
1108
|
"\n" +
|
|
1158
1109
|
"ColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds" +
|
|
1159
1110
|
"\n" +
|
|
@@ -1162,15 +1113,15 @@ export const ColorControl = Cluster(
|
|
|
1162
1113
|
"If the ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as " +
|
|
1163
1114
|
"the lower bound for the ColorTemperatureMireds attribute.",
|
|
1164
1115
|
|
|
1165
|
-
xref: { document: "cluster", section: "3.2.
|
|
1116
|
+
xref: { document: "cluster", section: "3.2.8.21.3" }
|
|
1166
1117
|
}),
|
|
1167
1118
|
|
|
1168
1119
|
Field({
|
|
1169
1120
|
name: "ColorTemperatureMaximumMireds", id: 0x3, type: "uint16", conformance: "M",
|
|
1170
|
-
constraint: "
|
|
1121
|
+
constraint: "max 65279",
|
|
1171
1122
|
|
|
1172
|
-
details: "
|
|
1173
|
-
"
|
|
1123
|
+
details: "This field shall indicate an upper bound on the ColorTemperatureMireds attribute (≡ a lower bound " +
|
|
1124
|
+
"on the color temperature in kelvins) for the current move operation" +
|
|
1174
1125
|
"\n" +
|
|
1175
1126
|
"ColorTemperatureMireds <= ColorTemperatureMaximumMireds field <= ColorTempPhysicalMaxMireds" +
|
|
1176
1127
|
"\n" +
|
|
@@ -1179,7 +1130,7 @@ export const ColorControl = Cluster(
|
|
|
1179
1130
|
"If the ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as " +
|
|
1180
1131
|
"the upper bound for the ColorTemperatureMireds attribute.",
|
|
1181
1132
|
|
|
1182
|
-
xref: { document: "cluster", section: "3.2.
|
|
1133
|
+
xref: { document: "cluster", section: "3.2.8.21.4" }
|
|
1183
1134
|
}),
|
|
1184
1135
|
|
|
1185
1136
|
Field({ name: "OptionsMask", id: 0x4, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -1190,65 +1141,63 @@ export const ColorControl = Cluster(
|
|
|
1190
1141
|
{
|
|
1191
1142
|
name: "StepColorTemperature", id: 0x4c, access: "O", conformance: "CT", direction: "request",
|
|
1192
1143
|
response: "status",
|
|
1193
|
-
details: "
|
|
1194
|
-
|
|
1195
|
-
xref: { document: "cluster", section: "3.2.11.22" }
|
|
1144
|
+
details: "This command allows the color temperature of the light to be stepped with a specified step size.",
|
|
1145
|
+
xref: { document: "cluster", section: "3.2.8.22" }
|
|
1196
1146
|
},
|
|
1197
1147
|
|
|
1198
1148
|
Field({
|
|
1199
|
-
name: "StepMode", id: 0x0, type: "
|
|
1200
|
-
details: "This field
|
|
1201
|
-
|
|
1202
|
-
xref: { document: "cluster", section: "3.2.11.22.1" }
|
|
1149
|
+
name: "StepMode", id: 0x0, type: "StepModeEnum", conformance: "M", constraint: "desc",
|
|
1150
|
+
details: "This field shall indicate the mode of the step to be performed, as described in the StepHue command.",
|
|
1151
|
+
xref: { document: "cluster", section: "3.2.8.22.1" }
|
|
1203
1152
|
}),
|
|
1204
1153
|
|
|
1205
1154
|
Field({
|
|
1206
1155
|
name: "StepSize", id: 0x1, type: "uint16", conformance: "M",
|
|
1207
|
-
details: "
|
|
1208
|
-
"
|
|
1209
|
-
xref: { document: "cluster", section: "3.2.
|
|
1156
|
+
details: "This field shall indicate the change to be added to (or subtracted from) the current value of the " +
|
|
1157
|
+
"device’s color temperature.",
|
|
1158
|
+
xref: { document: "cluster", section: "3.2.8.22.2" }
|
|
1210
1159
|
}),
|
|
1211
1160
|
|
|
1212
1161
|
Field({
|
|
1213
|
-
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "
|
|
1214
|
-
details: "
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1217
|
-
xref: { document: "cluster", section: "3.2.
|
|
1162
|
+
name: "TransitionTime", id: 0x2, type: "uint16", conformance: "M", constraint: "max 65534",
|
|
1163
|
+
details: "This field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform " +
|
|
1164
|
+
"the step. A step is a change to the device’s color temperature of a magnitude corresponding to the " +
|
|
1165
|
+
"StepSize field.",
|
|
1166
|
+
xref: { document: "cluster", section: "3.2.8.22.3" }
|
|
1218
1167
|
}),
|
|
1219
1168
|
|
|
1220
1169
|
Field({
|
|
1221
1170
|
name: "ColorTemperatureMinimumMireds", id: 0x3, type: "uint16", conformance: "M",
|
|
1222
|
-
constraint: "
|
|
1171
|
+
constraint: "max 65279",
|
|
1223
1172
|
|
|
1224
|
-
details: "
|
|
1225
|
-
"
|
|
1173
|
+
details: "This field shall indicate a lower bound on the ColorTemperatureMireds attribute (≡ an upper bound " +
|
|
1174
|
+
"on the color temperature in kelvins) for the current step operation" +
|
|
1226
1175
|
"\n" +
|
|
1227
1176
|
"ColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds" +
|
|
1228
1177
|
"\n" +
|
|
1229
1178
|
"As such if the step operation takes the ColorTemperatureMireds attribute towards the value of the " +
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1179
|
+
"ColorTemperatureMinimumMireds field it shall be clipped so that the above invariant is satisfied. " +
|
|
1180
|
+
"If the ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as " +
|
|
1181
|
+
"the lower bound for the ColorTemperatureMireds attribute.",
|
|
1233
1182
|
|
|
1234
|
-
xref: { document: "cluster", section: "3.2.
|
|
1183
|
+
xref: { document: "cluster", section: "3.2.8.22.4" }
|
|
1235
1184
|
}),
|
|
1236
1185
|
|
|
1237
1186
|
Field({
|
|
1238
1187
|
name: "ColorTemperatureMaximumMireds", id: 0x4, type: "uint16", conformance: "M",
|
|
1239
|
-
constraint: "
|
|
1188
|
+
constraint: "max 65279",
|
|
1240
1189
|
|
|
1241
|
-
details: "
|
|
1242
|
-
"
|
|
1190
|
+
details: "This field shall indicate an upper bound on the ColorTemperatureMireds attribute (≡ a lower bound " +
|
|
1191
|
+
"on the color temperature in kelvins) for the current step operation" +
|
|
1243
1192
|
"\n" +
|
|
1244
1193
|
"ColorTemperatureMireds ≤ ColorTemperatureMaximumMireds field ≤ ColorTempPhysicalMaxMireds" +
|
|
1245
1194
|
"\n" +
|
|
1246
1195
|
"As such if the step operation takes the ColorTemperatureMireds attribute towards the value of the " +
|
|
1247
1196
|
"ColorTemperatureMaximumMireds field it shall be clipped so that the above invariant is satisfied. " +
|
|
1248
|
-
"If the
|
|
1249
|
-
"
|
|
1197
|
+
"If the ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as " +
|
|
1198
|
+
"the upper bound for the ColorTemperatureMireds attribute.",
|
|
1250
1199
|
|
|
1251
|
-
xref: { document: "cluster", section: "3.2.
|
|
1200
|
+
xref: { document: "cluster", section: "3.2.8.22.5" }
|
|
1252
1201
|
}),
|
|
1253
1202
|
|
|
1254
1203
|
Field({ name: "OptionsMask", id: 0x5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
|
|
@@ -1256,24 +1205,181 @@ export const ColorControl = Cluster(
|
|
|
1256
1205
|
),
|
|
1257
1206
|
|
|
1258
1207
|
Datatype(
|
|
1259
|
-
{ name: "
|
|
1260
|
-
Field({
|
|
1261
|
-
|
|
1262
|
-
|
|
1208
|
+
{ name: "OptionsBitmap", type: "map8", xref: { document: "cluster", section: "3.2.6.2" } },
|
|
1209
|
+
Field({
|
|
1210
|
+
name: "ExecuteIfOff", constraint: "0", description: "Dependency on On/Off cluster",
|
|
1211
|
+
details: "This bit shall indicate if this cluster server instance has a dependency with the On/Off cluster.",
|
|
1212
|
+
xref: { document: "cluster", section: "3.2.6.2.1" }
|
|
1213
|
+
})
|
|
1263
1214
|
),
|
|
1264
1215
|
|
|
1265
1216
|
Datatype(
|
|
1266
|
-
{
|
|
1267
|
-
|
|
1268
|
-
|
|
1217
|
+
{
|
|
1218
|
+
name: "UpdateFlagsBitmap", type: "map8",
|
|
1219
|
+
details: "This data type is derived from map8 and is used in the ColorLoopSet command.",
|
|
1220
|
+
xref: { document: "cluster", section: "3.2.6.3" }
|
|
1221
|
+
},
|
|
1222
|
+
|
|
1223
|
+
Field(
|
|
1224
|
+
{
|
|
1225
|
+
name: "UpdateAction", constraint: "0",
|
|
1226
|
+
description: "Device adheres to the associated action field.",
|
|
1227
|
+
|
|
1228
|
+
details: "This bit shall indicate whether the server adheres to the Action field in order to process the " +
|
|
1229
|
+
"command." +
|
|
1230
|
+
"\n" +
|
|
1231
|
+
" • 0 = Device shall ignore the Action field." +
|
|
1232
|
+
"\n" +
|
|
1233
|
+
" • 1 = Device shall adhere to the Action field.",
|
|
1234
|
+
|
|
1235
|
+
xref: { document: "cluster", section: "3.2.6.3.1" }
|
|
1236
|
+
}
|
|
1237
|
+
),
|
|
1238
|
+
|
|
1239
|
+
Field(
|
|
1240
|
+
{
|
|
1241
|
+
name: "UpdateDirection", constraint: "1",
|
|
1242
|
+
description: "Device updates the associated direction attribute.",
|
|
1243
|
+
|
|
1244
|
+
details: "This bit shall indicate whether the device updates the ColorLoopDirection attribute with the " +
|
|
1245
|
+
"Direction field." +
|
|
1246
|
+
"\n" +
|
|
1247
|
+
" • 0 = Device shall ignore the Direction field." +
|
|
1248
|
+
"\n" +
|
|
1249
|
+
" • 1 = Device shall update the ColorLoopDirection attribute with the value of the Direction field.",
|
|
1250
|
+
|
|
1251
|
+
xref: { document: "cluster", section: "3.2.6.3.2" }
|
|
1252
|
+
}
|
|
1253
|
+
),
|
|
1254
|
+
|
|
1255
|
+
Field(
|
|
1256
|
+
{
|
|
1257
|
+
name: "UpdateTime", constraint: "2", description: "Device updates the associated time attribute.",
|
|
1258
|
+
|
|
1259
|
+
details: "This bit shall indicate whether the device updates the ColorLoopTime attribute with the Time field." +
|
|
1260
|
+
"\n" +
|
|
1261
|
+
" • 0 = Device shall ignore the Time field." +
|
|
1262
|
+
"\n" +
|
|
1263
|
+
" • 1 = Device shall update the value of the ColorLoopTime attribute with the value of the Time " +
|
|
1264
|
+
" field.",
|
|
1265
|
+
|
|
1266
|
+
xref: { document: "cluster", section: "3.2.6.3.3" }
|
|
1267
|
+
}
|
|
1268
|
+
),
|
|
1269
|
+
|
|
1270
|
+
Field(
|
|
1271
|
+
{
|
|
1272
|
+
name: "UpdateStartHue", constraint: "3",
|
|
1273
|
+
description: "Device updates the associated start hue attribute.",
|
|
1274
|
+
|
|
1275
|
+
details: "This bit shall indicate whether the device updates the ColorLoopStartEnhancedHue attribute with the " +
|
|
1276
|
+
"value of the StartHue field." +
|
|
1277
|
+
"\n" +
|
|
1278
|
+
" • 0 = Device shall ignore the StartHue field." +
|
|
1279
|
+
"\n" +
|
|
1280
|
+
" • 1 = Device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of " +
|
|
1281
|
+
" the StartHue field.",
|
|
1282
|
+
|
|
1283
|
+
xref: { document: "cluster", section: "3.2.6.3.4" }
|
|
1284
|
+
}
|
|
1285
|
+
)
|
|
1286
|
+
),
|
|
1287
|
+
|
|
1288
|
+
Datatype(
|
|
1289
|
+
{ name: "DriftCompensationEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.4" } },
|
|
1290
|
+
Field({ name: "None", id: 0x0, conformance: "M", description: "There is no compensation." }),
|
|
1291
|
+
Field({
|
|
1292
|
+
name: "OtherOrUnknown", id: 0x1, conformance: "M",
|
|
1293
|
+
description: "The compensation is based on other or unknown mechanism."
|
|
1294
|
+
}),
|
|
1295
|
+
Field({
|
|
1296
|
+
name: "TemperatureMonitoring", id: 0x2, conformance: "M",
|
|
1297
|
+
description: "The compensation is based on temperature monitoring."
|
|
1298
|
+
}),
|
|
1299
|
+
Field({
|
|
1300
|
+
name: "OpticalLuminanceMonitoringAndFeedback", id: 0x3, conformance: "M",
|
|
1301
|
+
description: "The compensation is based on optical luminance monitoring and feedback."
|
|
1302
|
+
}),
|
|
1303
|
+
Field({
|
|
1304
|
+
name: "OpticalColorMonitoringAndFeedback", id: 0x4, conformance: "M",
|
|
1305
|
+
description: "The compensation is based on optical color monitoring and feedback."
|
|
1306
|
+
})
|
|
1307
|
+
),
|
|
1308
|
+
|
|
1309
|
+
Datatype(
|
|
1310
|
+
{ name: "ColorModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.5" } },
|
|
1311
|
+
Field({
|
|
1312
|
+
name: "CurrentHueAndCurrentSaturation", id: 0x0, conformance: "M",
|
|
1313
|
+
description: "The current hue and saturation attributes determine the color."
|
|
1314
|
+
}),
|
|
1315
|
+
Field({
|
|
1316
|
+
name: "CurrentXAndCurrentY", id: 0x1, conformance: "M",
|
|
1317
|
+
description: "The current X and Y attributes determine the color."
|
|
1318
|
+
}),
|
|
1319
|
+
Field({
|
|
1320
|
+
name: "ColorTemperatureMireds", id: 0x2, conformance: "M",
|
|
1321
|
+
description: "The color temperature attribute determines the color."
|
|
1322
|
+
})
|
|
1323
|
+
),
|
|
1324
|
+
|
|
1325
|
+
Datatype(
|
|
1326
|
+
{ name: "EnhancedColorModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.6" } },
|
|
1327
|
+
Field({
|
|
1328
|
+
name: "CurrentHueAndCurrentSaturation", id: 0x0, conformance: "M",
|
|
1329
|
+
description: "The current hue and saturation attributes determine the color."
|
|
1330
|
+
}),
|
|
1331
|
+
Field({
|
|
1332
|
+
name: "CurrentXAndCurrentY", id: 0x1, conformance: "M",
|
|
1333
|
+
description: "The current X and Y attributes determine the color."
|
|
1334
|
+
}),
|
|
1335
|
+
Field({
|
|
1336
|
+
name: "ColorTemperatureMireds", id: 0x2, conformance: "M",
|
|
1337
|
+
description: "The color temperature attribute determines the color."
|
|
1338
|
+
}),
|
|
1339
|
+
Field({
|
|
1340
|
+
name: "EnhancedCurrentHueAndCurrentSaturation", id: 0x3, conformance: "M",
|
|
1341
|
+
description: "The enhanced current hue and saturation attributes determine the color."
|
|
1342
|
+
})
|
|
1343
|
+
),
|
|
1344
|
+
|
|
1345
|
+
Datatype(
|
|
1346
|
+
{ name: "DirectionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.7" } },
|
|
1347
|
+
Field({ name: "Shortest", id: 0x0, conformance: "M", description: "Shortest distance" }),
|
|
1348
|
+
Field({ name: "Longest", id: 0x1, conformance: "M", description: "Longest distance" }),
|
|
1349
|
+
Field({ name: "Up", id: 0x2, conformance: "M", description: "Up" }),
|
|
1350
|
+
Field({ name: "Down", id: 0x3, conformance: "M", description: "Down" })
|
|
1351
|
+
),
|
|
1352
|
+
|
|
1353
|
+
Datatype(
|
|
1354
|
+
{ name: "MoveModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.8" } },
|
|
1355
|
+
Field({ name: "Stop", id: 0x0, conformance: "M", description: "Stop the movement" }),
|
|
1356
|
+
Field({ name: "Up", id: 0x1, conformance: "M", description: "Move in an upwards direction" }),
|
|
1357
|
+
Field({ name: "Down", id: 0x3, conformance: "M", description: "Move in a downwards direction" })
|
|
1358
|
+
),
|
|
1359
|
+
|
|
1360
|
+
Datatype(
|
|
1361
|
+
{ name: "StepModeEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.9" } },
|
|
1362
|
+
Field({ name: "Up", id: 0x1, conformance: "M", description: "Step in an upwards direction" }),
|
|
1363
|
+
Field({ name: "Down", id: 0x3, conformance: "M", description: "Step in a downwards direction" })
|
|
1364
|
+
),
|
|
1365
|
+
|
|
1366
|
+
Datatype(
|
|
1367
|
+
{ name: "ColorLoopActionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.10" } },
|
|
1368
|
+
Field({ name: "Deactivate", id: 0x0, conformance: "M", description: "De-activate the color loop." }),
|
|
1369
|
+
Field({
|
|
1370
|
+
name: "ActivateFromColorLoopStartEnhancedHue", id: 0x1, conformance: "M",
|
|
1371
|
+
description: "Activate the color loop from the value in the ColorLoopStartEnhancedHue field."
|
|
1372
|
+
}),
|
|
1373
|
+
Field({
|
|
1374
|
+
name: "ActivateFromEnhancedCurrentHue", id: 0x2, conformance: "M",
|
|
1375
|
+
description: "Activate the color loop from the value of the EnhancedCurrentHue attribute."
|
|
1376
|
+
})
|
|
1269
1377
|
),
|
|
1270
1378
|
|
|
1271
1379
|
Datatype(
|
|
1272
|
-
{ name: "
|
|
1273
|
-
Field({ name: "
|
|
1274
|
-
Field({ name: "
|
|
1275
|
-
Field({ name: "Up", id: 0x2 }),
|
|
1276
|
-
Field({ name: "Down", id: 0x3 })
|
|
1380
|
+
{ name: "ColorLoopDirectionEnum", type: "enum8", xref: { document: "cluster", section: "3.2.6.11" } },
|
|
1381
|
+
Field({ name: "Decrement", id: 0x0, conformance: "M", description: "Decrement the hue in the color loop." }),
|
|
1382
|
+
Field({ name: "Increment", id: 0x1, conformance: "M", description: "Increment the hue in the color loop." })
|
|
1277
1383
|
)
|
|
1278
1384
|
);
|
|
1279
1385
|
|