@matter/model 0.11.9-alpha.0-20241205-ccf69a00a → 0.11.9-alpha.0-20241207-b604cfa44

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.
Files changed (1581) hide show
  1. package/dist/cjs/elements/MatterElement.d.ts +5 -1
  2. package/dist/cjs/elements/MatterElement.d.ts.map +1 -1
  3. package/dist/cjs/elements/MatterElement.js +1 -1
  4. package/dist/cjs/elements/MatterElement.js.map +1 -1
  5. package/dist/cjs/logic/DefaultValue.d.ts +3 -1
  6. package/dist/cjs/logic/DefaultValue.d.ts.map +1 -1
  7. package/dist/cjs/logic/DefaultValue.js +11 -11
  8. package/dist/cjs/logic/DefaultValue.js.map +1 -1
  9. package/dist/cjs/logic/ModelTraversal.d.ts +6 -35
  10. package/dist/cjs/logic/ModelTraversal.d.ts.map +1 -1
  11. package/dist/cjs/logic/ModelTraversal.js +15 -109
  12. package/dist/cjs/logic/ModelTraversal.js.map +1 -1
  13. package/dist/cjs/logic/ModelVariantTraversal.d.ts.map +1 -1
  14. package/dist/cjs/logic/ModelVariantTraversal.js.map +1 -1
  15. package/dist/cjs/logic/Scope.d.ts +102 -0
  16. package/dist/cjs/logic/Scope.d.ts.map +1 -0
  17. package/dist/cjs/logic/Scope.js +220 -0
  18. package/dist/cjs/logic/Scope.js.map +6 -0
  19. package/dist/cjs/logic/index.d.ts +1 -0
  20. package/dist/cjs/logic/index.d.ts.map +1 -1
  21. package/dist/cjs/logic/index.js +1 -0
  22. package/dist/cjs/logic/index.js.map +1 -1
  23. package/dist/cjs/models/AttributeModel.d.ts +20 -0
  24. package/dist/cjs/models/AttributeModel.d.ts.map +1 -1
  25. package/dist/cjs/models/AttributeModel.js +3 -0
  26. package/dist/cjs/models/AttributeModel.js.map +1 -1
  27. package/dist/cjs/models/Children.d.ts +4 -0
  28. package/dist/cjs/models/Children.d.ts.map +1 -1
  29. package/dist/cjs/models/Children.js +13 -0
  30. package/dist/cjs/models/Children.js.map +1 -1
  31. package/dist/cjs/models/ClusterModel.d.ts +6 -7
  32. package/dist/cjs/models/ClusterModel.d.ts.map +1 -1
  33. package/dist/cjs/models/ClusterModel.js +5 -38
  34. package/dist/cjs/models/ClusterModel.js.map +1 -1
  35. package/dist/cjs/models/CommandModel.d.ts +22 -0
  36. package/dist/cjs/models/CommandModel.d.ts.map +1 -1
  37. package/dist/cjs/models/CommandModel.js +3 -0
  38. package/dist/cjs/models/CommandModel.js.map +1 -1
  39. package/dist/cjs/models/DatatypeModel.js +0 -2
  40. package/dist/cjs/models/DatatypeModel.js.map +1 -1
  41. package/dist/cjs/models/EventModel.d.ts +21 -0
  42. package/dist/cjs/models/EventModel.d.ts.map +1 -1
  43. package/dist/cjs/models/EventModel.js +3 -0
  44. package/dist/cjs/models/EventModel.js.map +1 -1
  45. package/dist/cjs/models/MatterModel.d.ts +3 -3
  46. package/dist/cjs/models/MatterModel.d.ts.map +1 -1
  47. package/dist/cjs/models/MatterModel.js +6 -5
  48. package/dist/cjs/models/MatterModel.js.map +1 -1
  49. package/dist/cjs/models/Model.d.ts +10 -6
  50. package/dist/cjs/models/Model.d.ts.map +1 -1
  51. package/dist/cjs/models/Model.js +28 -9
  52. package/dist/cjs/models/Model.js.map +1 -1
  53. package/dist/cjs/models/ScopeModel.d.ts +22 -0
  54. package/dist/cjs/models/ScopeModel.d.ts.map +1 -0
  55. package/dist/cjs/models/ScopeModel.js +63 -0
  56. package/dist/cjs/models/ScopeModel.js.map +6 -0
  57. package/dist/cjs/models/ValueModel.d.ts +7 -21
  58. package/dist/cjs/models/ValueModel.d.ts.map +1 -1
  59. package/dist/cjs/models/ValueModel.js +15 -34
  60. package/dist/cjs/models/ValueModel.js.map +1 -1
  61. package/dist/cjs/models/index.d.ts +1 -0
  62. package/dist/cjs/models/index.d.ts.map +1 -1
  63. package/dist/cjs/models/index.js +1 -0
  64. package/dist/cjs/models/index.js.map +1 -1
  65. package/dist/cjs/standard/elements/AcceptedCommandList.d.ts.map +1 -1
  66. package/dist/cjs/standard/elements/AcceptedCommandList.js +14 -12
  67. package/dist/cjs/standard/elements/AcceptedCommandList.js.map +1 -1
  68. package/dist/cjs/standard/elements/AccessControl.d.ts.map +1 -1
  69. package/dist/cjs/standard/elements/AccessControl.js +264 -276
  70. package/dist/cjs/standard/elements/AccessControl.js.map +1 -1
  71. package/dist/cjs/standard/elements/AccountLogin.d.ts.map +1 -1
  72. package/dist/cjs/standard/elements/AccountLogin.js +94 -86
  73. package/dist/cjs/standard/elements/AccountLogin.js.map +1 -1
  74. package/dist/cjs/standard/elements/Actions.d.ts.map +1 -1
  75. package/dist/cjs/standard/elements/Actions.js +450 -463
  76. package/dist/cjs/standard/elements/Actions.js.map +1 -1
  77. package/dist/cjs/standard/elements/ActivatedCarbonFilterMonitoring.d.ts.map +1 -1
  78. package/dist/cjs/standard/elements/ActivatedCarbonFilterMonitoring.js +3 -6
  79. package/dist/cjs/standard/elements/ActivatedCarbonFilterMonitoring.js.map +1 -1
  80. package/dist/cjs/standard/elements/AdministratorCommissioning.d.ts.map +1 -1
  81. package/dist/cjs/standard/elements/AdministratorCommissioning.js +137 -155
  82. package/dist/cjs/standard/elements/AdministratorCommissioning.js.map +1 -1
  83. package/dist/cjs/standard/elements/AggregatorDT.d.ts.map +1 -1
  84. package/dist/cjs/standard/elements/AggregatorDT.js +28 -32
  85. package/dist/cjs/standard/elements/AggregatorDT.js.map +1 -1
  86. package/dist/cjs/standard/elements/AirPurifierDT.d.ts.map +1 -1
  87. package/dist/cjs/standard/elements/AirPurifierDT.js +49 -53
  88. package/dist/cjs/standard/elements/AirPurifierDT.js.map +1 -1
  89. package/dist/cjs/standard/elements/AirQuality.d.ts.map +1 -1
  90. package/dist/cjs/standard/elements/AirQuality.js +63 -73
  91. package/dist/cjs/standard/elements/AirQuality.js.map +1 -1
  92. package/dist/cjs/standard/elements/AirQualitySensorDT.d.ts.map +1 -1
  93. package/dist/cjs/standard/elements/AirQualitySensorDT.js +112 -116
  94. package/dist/cjs/standard/elements/AirQualitySensorDT.js.map +1 -1
  95. package/dist/cjs/standard/elements/AlarmBase.d.ts.map +1 -1
  96. package/dist/cjs/standard/elements/AlarmBase.js +125 -124
  97. package/dist/cjs/standard/elements/AlarmBase.js.map +1 -1
  98. package/dist/cjs/standard/elements/ApplicationBasic.d.ts.map +1 -1
  99. package/dist/cjs/standard/elements/ApplicationBasic.js +131 -133
  100. package/dist/cjs/standard/elements/ApplicationBasic.js.map +1 -1
  101. package/dist/cjs/standard/elements/ApplicationLauncher.d.ts.map +1 -1
  102. package/dist/cjs/standard/elements/ApplicationLauncher.js +140 -151
  103. package/dist/cjs/standard/elements/ApplicationLauncher.js.map +1 -1
  104. package/dist/cjs/standard/elements/AttributeList.d.ts.map +1 -1
  105. package/dist/cjs/standard/elements/AttributeList.js +14 -12
  106. package/dist/cjs/standard/elements/AttributeList.js.map +1 -1
  107. package/dist/cjs/standard/elements/AudioOutput.d.ts.map +1 -1
  108. package/dist/cjs/standard/elements/AudioOutput.js +90 -94
  109. package/dist/cjs/standard/elements/AudioOutput.js.map +1 -1
  110. package/dist/cjs/standard/elements/BallastConfiguration.d.ts.map +1 -1
  111. package/dist/cjs/standard/elements/BallastConfiguration.js +184 -194
  112. package/dist/cjs/standard/elements/BallastConfiguration.js.map +1 -1
  113. package/dist/cjs/standard/elements/BaseDT.d.ts.map +1 -1
  114. package/dist/cjs/standard/elements/BaseDT.js +79 -104
  115. package/dist/cjs/standard/elements/BaseDT.js.map +1 -1
  116. package/dist/cjs/standard/elements/BasicInformation.d.ts.map +1 -1
  117. package/dist/cjs/standard/elements/BasicInformation.js +388 -390
  118. package/dist/cjs/standard/elements/BasicInformation.js.map +1 -1
  119. package/dist/cjs/standard/elements/BasicVideoPlayerDT.d.ts.map +1 -1
  120. package/dist/cjs/standard/elements/BasicVideoPlayerDT.js +97 -102
  121. package/dist/cjs/standard/elements/BasicVideoPlayerDT.js.map +1 -1
  122. package/dist/cjs/standard/elements/Binding.d.ts.map +1 -1
  123. package/dist/cjs/standard/elements/Binding.js +57 -59
  124. package/dist/cjs/standard/elements/Binding.js.map +1 -1
  125. package/dist/cjs/standard/elements/BooleanState.d.ts.map +1 -1
  126. package/dist/cjs/standard/elements/BooleanState.js +33 -31
  127. package/dist/cjs/standard/elements/BooleanState.js.map +1 -1
  128. package/dist/cjs/standard/elements/BooleanStateConfiguration.d.ts.map +1 -1
  129. package/dist/cjs/standard/elements/BooleanStateConfiguration.js +156 -165
  130. package/dist/cjs/standard/elements/BooleanStateConfiguration.js.map +1 -1
  131. package/dist/cjs/standard/elements/BridgedDeviceBasicInformation.d.ts.map +1 -1
  132. package/dist/cjs/standard/elements/BridgedDeviceBasicInformation.js +57 -116
  133. package/dist/cjs/standard/elements/BridgedDeviceBasicInformation.js.map +1 -1
  134. package/dist/cjs/standard/elements/BridgedNodeDT.d.ts.map +1 -1
  135. package/dist/cjs/standard/elements/BridgedNodeDT.js +35 -39
  136. package/dist/cjs/standard/elements/BridgedNodeDT.js.map +1 -1
  137. package/dist/cjs/standard/elements/CarbonDioxideConcentrationMeasurement.d.ts.map +1 -1
  138. package/dist/cjs/standard/elements/CarbonDioxideConcentrationMeasurement.js +3 -6
  139. package/dist/cjs/standard/elements/CarbonDioxideConcentrationMeasurement.js.map +1 -1
  140. package/dist/cjs/standard/elements/CarbonMonoxideConcentrationMeasurement.d.ts.map +1 -1
  141. package/dist/cjs/standard/elements/CarbonMonoxideConcentrationMeasurement.js +3 -6
  142. package/dist/cjs/standard/elements/CarbonMonoxideConcentrationMeasurement.js.map +1 -1
  143. package/dist/cjs/standard/elements/CastingVideoClientDT.d.ts.map +1 -1
  144. package/dist/cjs/standard/elements/CastingVideoClientDT.js +133 -137
  145. package/dist/cjs/standard/elements/CastingVideoClientDT.js.map +1 -1
  146. package/dist/cjs/standard/elements/CastingVideoPlayerDT.d.ts.map +1 -1
  147. package/dist/cjs/standard/elements/CastingVideoPlayerDT.js +120 -125
  148. package/dist/cjs/standard/elements/CastingVideoPlayerDT.js.map +1 -1
  149. package/dist/cjs/standard/elements/Channel.d.ts.map +1 -1
  150. package/dist/cjs/standard/elements/Channel.js +779 -800
  151. package/dist/cjs/standard/elements/Channel.js.map +1 -1
  152. package/dist/cjs/standard/elements/ClosureNS.d.ts.map +1 -1
  153. package/dist/cjs/standard/elements/ClosureNS.js +11 -11
  154. package/dist/cjs/standard/elements/ClosureNS.js.map +1 -1
  155. package/dist/cjs/standard/elements/ColorControl.d.ts.map +1 -1
  156. package/dist/cjs/standard/elements/ColorControl.js +978 -1111
  157. package/dist/cjs/standard/elements/ColorControl.js.map +1 -1
  158. package/dist/cjs/standard/elements/ColorDimmerSwitchDT.d.ts.map +1 -1
  159. package/dist/cjs/standard/elements/ColorDimmerSwitchDT.js +64 -66
  160. package/dist/cjs/standard/elements/ColorDimmerSwitchDT.js.map +1 -1
  161. package/dist/cjs/standard/elements/ColorTemperatureLightDT.d.ts.map +1 -1
  162. package/dist/cjs/standard/elements/ColorTemperatureLightDT.js +62 -58
  163. package/dist/cjs/standard/elements/ColorTemperatureLightDT.js.map +1 -1
  164. package/dist/cjs/standard/elements/CompassDirectionNS.d.ts.map +1 -1
  165. package/dist/cjs/standard/elements/CompassDirectionNS.js +16 -16
  166. package/dist/cjs/standard/elements/CompassDirectionNS.js.map +1 -1
  167. package/dist/cjs/standard/elements/CompassLocationNS.d.ts.map +1 -1
  168. package/dist/cjs/standard/elements/CompassLocationNS.js +16 -16
  169. package/dist/cjs/standard/elements/CompassLocationNS.js.map +1 -1
  170. package/dist/cjs/standard/elements/ConcentrationMeasurement.d.ts.map +1 -1
  171. package/dist/cjs/standard/elements/ConcentrationMeasurement.js +200 -213
  172. package/dist/cjs/standard/elements/ConcentrationMeasurement.js.map +1 -1
  173. package/dist/cjs/standard/elements/ContactSensorDT.d.ts.map +1 -1
  174. package/dist/cjs/standard/elements/ContactSensorDT.js +35 -39
  175. package/dist/cjs/standard/elements/ContactSensorDT.js.map +1 -1
  176. package/dist/cjs/standard/elements/ContentAppDT.d.ts.map +1 -1
  177. package/dist/cjs/standard/elements/ContentAppDT.js +88 -91
  178. package/dist/cjs/standard/elements/ContentAppDT.js.map +1 -1
  179. package/dist/cjs/standard/elements/ContentAppObserver.d.ts.map +1 -1
  180. package/dist/cjs/standard/elements/ContentAppObserver.js +72 -76
  181. package/dist/cjs/standard/elements/ContentAppObserver.js.map +1 -1
  182. package/dist/cjs/standard/elements/ContentControl.d.ts.map +1 -1
  183. package/dist/cjs/standard/elements/ContentControl.js +566 -566
  184. package/dist/cjs/standard/elements/ContentControl.js.map +1 -1
  185. package/dist/cjs/standard/elements/ContentLauncher.d.ts.map +1 -1
  186. package/dist/cjs/standard/elements/ContentLauncher.js +567 -593
  187. package/dist/cjs/standard/elements/ContentLauncher.js.map +1 -1
  188. package/dist/cjs/standard/elements/ControlBridgeDT.d.ts.map +1 -1
  189. package/dist/cjs/standard/elements/ControlBridgeDT.js +77 -79
  190. package/dist/cjs/standard/elements/ControlBridgeDT.js.map +1 -1
  191. package/dist/cjs/standard/elements/CookSurfaceDT.d.ts.map +1 -1
  192. package/dist/cjs/standard/elements/CookSurfaceDT.js +34 -34
  193. package/dist/cjs/standard/elements/CookSurfaceDT.js.map +1 -1
  194. package/dist/cjs/standard/elements/CooktopDT.d.ts.map +1 -1
  195. package/dist/cjs/standard/elements/CooktopDT.js +27 -27
  196. package/dist/cjs/standard/elements/CooktopDT.js.map +1 -1
  197. package/dist/cjs/standard/elements/Descriptor.d.ts.map +1 -1
  198. package/dist/cjs/standard/elements/Descriptor.js +73 -66
  199. package/dist/cjs/standard/elements/Descriptor.js.map +1 -1
  200. package/dist/cjs/standard/elements/DeviceEnergyManagement.d.ts.map +1 -1
  201. package/dist/cjs/standard/elements/DeviceEnergyManagement.js +905 -957
  202. package/dist/cjs/standard/elements/DeviceEnergyManagement.js.map +1 -1
  203. package/dist/cjs/standard/elements/DeviceEnergyManagementDT.d.ts.map +1 -1
  204. package/dist/cjs/standard/elements/DeviceEnergyManagementDT.js +28 -30
  205. package/dist/cjs/standard/elements/DeviceEnergyManagementDT.js.map +1 -1
  206. package/dist/cjs/standard/elements/DeviceEnergyManagementMode.d.ts.map +1 -1
  207. package/dist/cjs/standard/elements/DeviceEnergyManagementMode.js +43 -46
  208. package/dist/cjs/standard/elements/DeviceEnergyManagementMode.js.map +1 -1
  209. package/dist/cjs/standard/elements/DiagnosticLogs.d.ts.map +1 -1
  210. package/dist/cjs/standard/elements/DiagnosticLogs.js +163 -175
  211. package/dist/cjs/standard/elements/DiagnosticLogs.js.map +1 -1
  212. package/dist/cjs/standard/elements/DimmableLightDT.d.ts.map +1 -1
  213. package/dist/cjs/standard/elements/DimmableLightDT.js +55 -51
  214. package/dist/cjs/standard/elements/DimmableLightDT.js.map +1 -1
  215. package/dist/cjs/standard/elements/DimmablePlugInUnitDT.d.ts.map +1 -1
  216. package/dist/cjs/standard/elements/DimmablePlugInUnitDT.js +54 -50
  217. package/dist/cjs/standard/elements/DimmablePlugInUnitDT.js.map +1 -1
  218. package/dist/cjs/standard/elements/DimmerSwitchDT.d.ts.map +1 -1
  219. package/dist/cjs/standard/elements/DimmerSwitchDT.js +57 -59
  220. package/dist/cjs/standard/elements/DimmerSwitchDT.js.map +1 -1
  221. package/dist/cjs/standard/elements/DirectionNS.d.ts.map +1 -1
  222. package/dist/cjs/standard/elements/DirectionNS.js +14 -14
  223. package/dist/cjs/standard/elements/DirectionNS.js.map +1 -1
  224. package/dist/cjs/standard/elements/DishwasherAlarm.d.ts.map +1 -1
  225. package/dist/cjs/standard/elements/DishwasherAlarm.js +21 -25
  226. package/dist/cjs/standard/elements/DishwasherAlarm.js.map +1 -1
  227. package/dist/cjs/standard/elements/DishwasherDT.d.ts.map +1 -1
  228. package/dist/cjs/standard/elements/DishwasherDT.js +53 -53
  229. package/dist/cjs/standard/elements/DishwasherDT.js.map +1 -1
  230. package/dist/cjs/standard/elements/DishwasherMode.d.ts.map +1 -1
  231. package/dist/cjs/standard/elements/DishwasherMode.js +46 -54
  232. package/dist/cjs/standard/elements/DishwasherMode.js.map +1 -1
  233. package/dist/cjs/standard/elements/DoorLock.d.ts.map +1 -1
  234. package/dist/cjs/standard/elements/DoorLock.js +2809 -2946
  235. package/dist/cjs/standard/elements/DoorLock.js.map +1 -1
  236. package/dist/cjs/standard/elements/DoorLockControllerDT.d.ts.map +1 -1
  237. package/dist/cjs/standard/elements/DoorLockControllerDT.js +42 -46
  238. package/dist/cjs/standard/elements/DoorLockControllerDT.js.map +1 -1
  239. package/dist/cjs/standard/elements/DoorLockDT.d.ts.map +1 -1
  240. package/dist/cjs/standard/elements/DoorLockDT.js +43 -47
  241. package/dist/cjs/standard/elements/DoorLockDT.js.map +1 -1
  242. package/dist/cjs/standard/elements/ElectricalEnergyMeasurement.d.ts.map +1 -1
  243. package/dist/cjs/standard/elements/ElectricalEnergyMeasurement.js +247 -252
  244. package/dist/cjs/standard/elements/ElectricalEnergyMeasurement.js.map +1 -1
  245. package/dist/cjs/standard/elements/ElectricalMeasurementNS.d.ts.map +1 -1
  246. package/dist/cjs/standard/elements/ElectricalMeasurementNS.js +29 -29
  247. package/dist/cjs/standard/elements/ElectricalMeasurementNS.js.map +1 -1
  248. package/dist/cjs/standard/elements/ElectricalPowerMeasurement.d.ts.map +1 -1
  249. package/dist/cjs/standard/elements/ElectricalPowerMeasurement.js +377 -383
  250. package/dist/cjs/standard/elements/ElectricalPowerMeasurement.js.map +1 -1
  251. package/dist/cjs/standard/elements/ElectricalSensorDT.d.ts.map +1 -1
  252. package/dist/cjs/standard/elements/ElectricalSensorDT.js +35 -37
  253. package/dist/cjs/standard/elements/ElectricalSensorDT.js.map +1 -1
  254. package/dist/cjs/standard/elements/EnergyEvse.d.ts.map +1 -1
  255. package/dist/cjs/standard/elements/EnergyEvse.js +776 -832
  256. package/dist/cjs/standard/elements/EnergyEvse.js.map +1 -1
  257. package/dist/cjs/standard/elements/EnergyEvseMode.d.ts.map +1 -1
  258. package/dist/cjs/standard/elements/EnergyEvseMode.js +32 -35
  259. package/dist/cjs/standard/elements/EnergyEvseMode.js.map +1 -1
  260. package/dist/cjs/standard/elements/EnergyPreference.d.ts.map +1 -1
  261. package/dist/cjs/standard/elements/EnergyPreference.js +112 -115
  262. package/dist/cjs/standard/elements/EnergyPreference.js.map +1 -1
  263. package/dist/cjs/standard/elements/EthernetNetworkDiagnostics.d.ts.map +1 -1
  264. package/dist/cjs/standard/elements/EthernetNetworkDiagnostics.js +147 -156
  265. package/dist/cjs/standard/elements/EthernetNetworkDiagnostics.js.map +1 -1
  266. package/dist/cjs/standard/elements/EventList.d.ts.map +1 -1
  267. package/dist/cjs/standard/elements/EventList.js +14 -12
  268. package/dist/cjs/standard/elements/EventList.js.map +1 -1
  269. package/dist/cjs/standard/elements/ExtendedColorLightDT.d.ts.map +1 -1
  270. package/dist/cjs/standard/elements/ExtendedColorLightDT.js +66 -62
  271. package/dist/cjs/standard/elements/ExtendedColorLightDT.js.map +1 -1
  272. package/dist/cjs/standard/elements/ExtractorHoodDT.d.ts.map +1 -1
  273. package/dist/cjs/standard/elements/ExtractorHoodDT.js +43 -45
  274. package/dist/cjs/standard/elements/ExtractorHoodDT.js.map +1 -1
  275. package/dist/cjs/standard/elements/FanControl.d.ts.map +1 -1
  276. package/dist/cjs/standard/elements/FanControl.js +272 -311
  277. package/dist/cjs/standard/elements/FanControl.js.map +1 -1
  278. package/dist/cjs/standard/elements/FanDT.d.ts.map +1 -1
  279. package/dist/cjs/standard/elements/FanDT.js +34 -38
  280. package/dist/cjs/standard/elements/FanDT.js.map +1 -1
  281. package/dist/cjs/standard/elements/FixedLabel.d.ts.map +1 -1
  282. package/dist/cjs/standard/elements/FixedLabel.js +18 -16
  283. package/dist/cjs/standard/elements/FixedLabel.js.map +1 -1
  284. package/dist/cjs/standard/elements/FlowMeasurement.d.ts.map +1 -1
  285. package/dist/cjs/standard/elements/FlowMeasurement.js +48 -46
  286. package/dist/cjs/standard/elements/FlowMeasurement.js.map +1 -1
  287. package/dist/cjs/standard/elements/FlowSensorDT.d.ts.map +1 -1
  288. package/dist/cjs/standard/elements/FlowSensorDT.js +28 -30
  289. package/dist/cjs/standard/elements/FlowSensorDT.js.map +1 -1
  290. package/dist/cjs/standard/elements/FormaldehydeConcentrationMeasurement.d.ts.map +1 -1
  291. package/dist/cjs/standard/elements/FormaldehydeConcentrationMeasurement.js +3 -6
  292. package/dist/cjs/standard/elements/FormaldehydeConcentrationMeasurement.js.map +1 -1
  293. package/dist/cjs/standard/elements/GeneralCommissioning.d.ts.map +1 -1
  294. package/dist/cjs/standard/elements/GeneralCommissioning.js +213 -213
  295. package/dist/cjs/standard/elements/GeneralCommissioning.js.map +1 -1
  296. package/dist/cjs/standard/elements/GeneralDiagnostics.d.ts.map +1 -1
  297. package/dist/cjs/standard/elements/GeneralDiagnostics.js +573 -568
  298. package/dist/cjs/standard/elements/GeneralDiagnostics.js.map +1 -1
  299. package/dist/cjs/standard/elements/GeneratedCommandList.d.ts.map +1 -1
  300. package/dist/cjs/standard/elements/GeneratedCommandList.js +14 -12
  301. package/dist/cjs/standard/elements/GeneratedCommandList.js.map +1 -1
  302. package/dist/cjs/standard/elements/GenericSwitchDT.d.ts.map +1 -1
  303. package/dist/cjs/standard/elements/GenericSwitchDT.js +28 -32
  304. package/dist/cjs/standard/elements/GenericSwitchDT.js.map +1 -1
  305. package/dist/cjs/standard/elements/GroupKeyManagement.d.ts.map +1 -1
  306. package/dist/cjs/standard/elements/GroupKeyManagement.js +277 -282
  307. package/dist/cjs/standard/elements/GroupKeyManagement.js.map +1 -1
  308. package/dist/cjs/standard/elements/Groups.d.ts.map +1 -1
  309. package/dist/cjs/standard/elements/Groups.js +206 -207
  310. package/dist/cjs/standard/elements/Groups.js.map +1 -1
  311. package/dist/cjs/standard/elements/HepaFilterMonitoring.d.ts.map +1 -1
  312. package/dist/cjs/standard/elements/HepaFilterMonitoring.js +3 -6
  313. package/dist/cjs/standard/elements/HepaFilterMonitoring.js.map +1 -1
  314. package/dist/cjs/standard/elements/HumiditySensorDT.d.ts.map +1 -1
  315. package/dist/cjs/standard/elements/HumiditySensorDT.js +28 -30
  316. package/dist/cjs/standard/elements/HumiditySensorDT.js.map +1 -1
  317. package/dist/cjs/standard/elements/IcdManagement.d.ts.map +1 -1
  318. package/dist/cjs/standard/elements/IcdManagement.js +330 -344
  319. package/dist/cjs/standard/elements/IcdManagement.js.map +1 -1
  320. package/dist/cjs/standard/elements/Identify.d.ts.map +1 -1
  321. package/dist/cjs/standard/elements/Identify.js +104 -129
  322. package/dist/cjs/standard/elements/Identify.js.map +1 -1
  323. package/dist/cjs/standard/elements/IlluminanceMeasurement.d.ts.map +1 -1
  324. package/dist/cjs/standard/elements/IlluminanceMeasurement.js +63 -65
  325. package/dist/cjs/standard/elements/IlluminanceMeasurement.js.map +1 -1
  326. package/dist/cjs/standard/elements/KeypadInput.d.ts.map +1 -1
  327. package/dist/cjs/standard/elements/KeypadInput.js +150 -164
  328. package/dist/cjs/standard/elements/KeypadInput.js.map +1 -1
  329. package/dist/cjs/standard/elements/Label.d.ts.map +1 -1
  330. package/dist/cjs/standard/elements/Label.js +38 -36
  331. package/dist/cjs/standard/elements/Label.js.map +1 -1
  332. package/dist/cjs/standard/elements/LaundryDryerControls.d.ts.map +1 -1
  333. package/dist/cjs/standard/elements/LaundryDryerControls.js +47 -55
  334. package/dist/cjs/standard/elements/LaundryDryerControls.js.map +1 -1
  335. package/dist/cjs/standard/elements/LaundryDryerDT.d.ts.map +1 -1
  336. package/dist/cjs/standard/elements/LaundryDryerDT.js +54 -54
  337. package/dist/cjs/standard/elements/LaundryDryerDT.js.map +1 -1
  338. package/dist/cjs/standard/elements/LaundryNS.d.ts.map +1 -1
  339. package/dist/cjs/standard/elements/LaundryNS.js +12 -12
  340. package/dist/cjs/standard/elements/LaundryNS.js.map +1 -1
  341. package/dist/cjs/standard/elements/LaundryWasherControls.d.ts.map +1 -1
  342. package/dist/cjs/standard/elements/LaundryWasherControls.js +91 -92
  343. package/dist/cjs/standard/elements/LaundryWasherControls.js.map +1 -1
  344. package/dist/cjs/standard/elements/LaundryWasherDT.d.ts.map +1 -1
  345. package/dist/cjs/standard/elements/LaundryWasherDT.js +54 -54
  346. package/dist/cjs/standard/elements/LaundryWasherDT.js.map +1 -1
  347. package/dist/cjs/standard/elements/LaundryWasherMode.d.ts.map +1 -1
  348. package/dist/cjs/standard/elements/LaundryWasherMode.js +51 -59
  349. package/dist/cjs/standard/elements/LaundryWasherMode.js.map +1 -1
  350. package/dist/cjs/standard/elements/LevelControl.d.ts.map +1 -1
  351. package/dist/cjs/standard/elements/LevelControl.js +339 -382
  352. package/dist/cjs/standard/elements/LevelControl.js.map +1 -1
  353. package/dist/cjs/standard/elements/LevelNS.d.ts.map +1 -1
  354. package/dist/cjs/standard/elements/LevelNS.js +11 -11
  355. package/dist/cjs/standard/elements/LevelNS.js.map +1 -1
  356. package/dist/cjs/standard/elements/LightSensorDT.d.ts.map +1 -1
  357. package/dist/cjs/standard/elements/LightSensorDT.js +28 -30
  358. package/dist/cjs/standard/elements/LightSensorDT.js.map +1 -1
  359. package/dist/cjs/standard/elements/LocalizationConfiguration.d.ts.map +1 -1
  360. package/dist/cjs/standard/elements/LocalizationConfiguration.js +21 -17
  361. package/dist/cjs/standard/elements/LocalizationConfiguration.js.map +1 -1
  362. package/dist/cjs/standard/elements/LocationNS.d.ts.map +1 -1
  363. package/dist/cjs/standard/elements/LocationNS.js +28 -28
  364. package/dist/cjs/standard/elements/LocationNS.js.map +1 -1
  365. package/dist/cjs/standard/elements/LowPower.d.ts.map +1 -1
  366. package/dist/cjs/standard/elements/LowPower.js +21 -21
  367. package/dist/cjs/standard/elements/LowPower.js.map +1 -1
  368. package/dist/cjs/standard/elements/MeasurementAccuracyRangeStruct.d.ts.map +1 -1
  369. package/dist/cjs/standard/elements/MeasurementAccuracyRangeStruct.js +84 -84
  370. package/dist/cjs/standard/elements/MeasurementAccuracyRangeStruct.js.map +1 -1
  371. package/dist/cjs/standard/elements/MeasurementAccuracyStruct.d.ts.map +1 -1
  372. package/dist/cjs/standard/elements/MeasurementAccuracyStruct.js +35 -33
  373. package/dist/cjs/standard/elements/MeasurementAccuracyStruct.js.map +1 -1
  374. package/dist/cjs/standard/elements/MeasurementTypeEnum.d.ts.map +1 -1
  375. package/dist/cjs/standard/elements/MeasurementTypeEnum.js +23 -72
  376. package/dist/cjs/standard/elements/MeasurementTypeEnum.js.map +1 -1
  377. package/dist/cjs/standard/elements/MediaInput.d.ts.map +1 -1
  378. package/dist/cjs/standard/elements/MediaInput.js +125 -133
  379. package/dist/cjs/standard/elements/MediaInput.js.map +1 -1
  380. package/dist/cjs/standard/elements/MediaPlayback.d.ts.map +1 -1
  381. package/dist/cjs/standard/elements/MediaPlayback.js +654 -668
  382. package/dist/cjs/standard/elements/MediaPlayback.js.map +1 -1
  383. package/dist/cjs/standard/elements/Messages.d.ts.map +1 -1
  384. package/dist/cjs/standard/elements/Messages.js +400 -408
  385. package/dist/cjs/standard/elements/Messages.js.map +1 -1
  386. package/dist/cjs/standard/elements/MicrowaveOvenControl.d.ts.map +1 -1
  387. package/dist/cjs/standard/elements/MicrowaveOvenControl.js +191 -192
  388. package/dist/cjs/standard/elements/MicrowaveOvenControl.js.map +1 -1
  389. package/dist/cjs/standard/elements/MicrowaveOvenDT.d.ts.map +1 -1
  390. package/dist/cjs/standard/elements/MicrowaveOvenDT.js +47 -47
  391. package/dist/cjs/standard/elements/MicrowaveOvenDT.js.map +1 -1
  392. package/dist/cjs/standard/elements/MicrowaveOvenMode.d.ts.map +1 -1
  393. package/dist/cjs/standard/elements/MicrowaveOvenMode.js +31 -39
  394. package/dist/cjs/standard/elements/MicrowaveOvenMode.js.map +1 -1
  395. package/dist/cjs/standard/elements/ModeBase.d.ts.map +1 -1
  396. package/dist/cjs/standard/elements/ModeBase.js +232 -241
  397. package/dist/cjs/standard/elements/ModeBase.js.map +1 -1
  398. package/dist/cjs/standard/elements/ModeSelect.d.ts.map +1 -1
  399. package/dist/cjs/standard/elements/ModeSelect.js +150 -147
  400. package/dist/cjs/standard/elements/ModeSelect.js.map +1 -1
  401. package/dist/cjs/standard/elements/ModeSelectDT.d.ts.map +1 -1
  402. package/dist/cjs/standard/elements/ModeSelectDT.js +21 -25
  403. package/dist/cjs/standard/elements/ModeSelectDT.js.map +1 -1
  404. package/dist/cjs/standard/elements/NetworkCommissioning.d.ts.map +1 -1
  405. package/dist/cjs/standard/elements/NetworkCommissioning.js +534 -574
  406. package/dist/cjs/standard/elements/NetworkCommissioning.js.map +1 -1
  407. package/dist/cjs/standard/elements/NitrogenDioxideConcentrationMeasurement.d.ts.map +1 -1
  408. package/dist/cjs/standard/elements/NitrogenDioxideConcentrationMeasurement.js +3 -6
  409. package/dist/cjs/standard/elements/NitrogenDioxideConcentrationMeasurement.js.map +1 -1
  410. package/dist/cjs/standard/elements/NumberNS.d.ts.map +1 -1
  411. package/dist/cjs/standard/elements/NumberNS.js +19 -19
  412. package/dist/cjs/standard/elements/NumberNS.js.map +1 -1
  413. package/dist/cjs/standard/elements/OccupancySensing.d.ts.map +1 -1
  414. package/dist/cjs/standard/elements/OccupancySensing.js +160 -175
  415. package/dist/cjs/standard/elements/OccupancySensing.js.map +1 -1
  416. package/dist/cjs/standard/elements/OccupancySensorDT.d.ts.map +1 -1
  417. package/dist/cjs/standard/elements/OccupancySensorDT.js +28 -30
  418. package/dist/cjs/standard/elements/OccupancySensorDT.js.map +1 -1
  419. package/dist/cjs/standard/elements/OnOff.d.ts.map +1 -1
  420. package/dist/cjs/standard/elements/OnOff.js +221 -242
  421. package/dist/cjs/standard/elements/OnOff.js.map +1 -1
  422. package/dist/cjs/standard/elements/OnOffLightDT.d.ts.map +1 -1
  423. package/dist/cjs/standard/elements/OnOffLightDT.js +54 -50
  424. package/dist/cjs/standard/elements/OnOffLightDT.js.map +1 -1
  425. package/dist/cjs/standard/elements/OnOffLightSwitchDT.d.ts.map +1 -1
  426. package/dist/cjs/standard/elements/OnOffLightSwitchDT.js +49 -51
  427. package/dist/cjs/standard/elements/OnOffLightSwitchDT.js.map +1 -1
  428. package/dist/cjs/standard/elements/OnOffPlugInUnitDT.d.ts.map +1 -1
  429. package/dist/cjs/standard/elements/OnOffPlugInUnitDT.js +54 -50
  430. package/dist/cjs/standard/elements/OnOffPlugInUnitDT.js.map +1 -1
  431. package/dist/cjs/standard/elements/OnOffSensorDT.d.ts.map +1 -1
  432. package/dist/cjs/standard/elements/OnOffSensorDT.js +63 -65
  433. package/dist/cjs/standard/elements/OnOffSensorDT.js.map +1 -1
  434. package/dist/cjs/standard/elements/OperationalCredentials.d.ts.map +1 -1
  435. package/dist/cjs/standard/elements/OperationalCredentials.js +369 -391
  436. package/dist/cjs/standard/elements/OperationalCredentials.js.map +1 -1
  437. package/dist/cjs/standard/elements/OperationalState.d.ts.map +1 -1
  438. package/dist/cjs/standard/elements/OperationalState.js +235 -231
  439. package/dist/cjs/standard/elements/OperationalState.js.map +1 -1
  440. package/dist/cjs/standard/elements/OtaProviderDT.d.ts.map +1 -1
  441. package/dist/cjs/standard/elements/OtaProviderDT.js +28 -32
  442. package/dist/cjs/standard/elements/OtaProviderDT.js.map +1 -1
  443. package/dist/cjs/standard/elements/OtaRequestorDT.d.ts.map +1 -1
  444. package/dist/cjs/standard/elements/OtaRequestorDT.js +28 -32
  445. package/dist/cjs/standard/elements/OtaRequestorDT.js.map +1 -1
  446. package/dist/cjs/standard/elements/OtaSoftwareUpdateProvider.d.ts.map +1 -1
  447. package/dist/cjs/standard/elements/OtaSoftwareUpdateProvider.js +276 -287
  448. package/dist/cjs/standard/elements/OtaSoftwareUpdateProvider.js.map +1 -1
  449. package/dist/cjs/standard/elements/OtaSoftwareUpdateRequestor.d.ts.map +1 -1
  450. package/dist/cjs/standard/elements/OtaSoftwareUpdateRequestor.js +359 -369
  451. package/dist/cjs/standard/elements/OtaSoftwareUpdateRequestor.js.map +1 -1
  452. package/dist/cjs/standard/elements/OvenCavityOperationalState.d.ts.map +1 -1
  453. package/dist/cjs/standard/elements/OvenCavityOperationalState.js +12 -10
  454. package/dist/cjs/standard/elements/OvenCavityOperationalState.js.map +1 -1
  455. package/dist/cjs/standard/elements/OvenDT.d.ts.map +1 -1
  456. package/dist/cjs/standard/elements/OvenDT.js +21 -23
  457. package/dist/cjs/standard/elements/OvenDT.js.map +1 -1
  458. package/dist/cjs/standard/elements/OvenMode.d.ts.map +1 -1
  459. package/dist/cjs/standard/elements/OvenMode.js +60 -63
  460. package/dist/cjs/standard/elements/OvenMode.js.map +1 -1
  461. package/dist/cjs/standard/elements/OzoneConcentrationMeasurement.d.ts.map +1 -1
  462. package/dist/cjs/standard/elements/OzoneConcentrationMeasurement.js +3 -6
  463. package/dist/cjs/standard/elements/OzoneConcentrationMeasurement.js.map +1 -1
  464. package/dist/cjs/standard/elements/Pm10ConcentrationMeasurement.d.ts.map +1 -1
  465. package/dist/cjs/standard/elements/Pm10ConcentrationMeasurement.js +3 -6
  466. package/dist/cjs/standard/elements/Pm10ConcentrationMeasurement.js.map +1 -1
  467. package/dist/cjs/standard/elements/Pm1ConcentrationMeasurement.d.ts.map +1 -1
  468. package/dist/cjs/standard/elements/Pm1ConcentrationMeasurement.js +3 -6
  469. package/dist/cjs/standard/elements/Pm1ConcentrationMeasurement.js.map +1 -1
  470. package/dist/cjs/standard/elements/Pm25ConcentrationMeasurement.d.ts.map +1 -1
  471. package/dist/cjs/standard/elements/Pm25ConcentrationMeasurement.js +3 -6
  472. package/dist/cjs/standard/elements/Pm25ConcentrationMeasurement.js.map +1 -1
  473. package/dist/cjs/standard/elements/PositionNS.d.ts.map +1 -1
  474. package/dist/cjs/standard/elements/PositionNS.js +15 -15
  475. package/dist/cjs/standard/elements/PositionNS.js.map +1 -1
  476. package/dist/cjs/standard/elements/PowerSource.d.ts.map +1 -1
  477. package/dist/cjs/standard/elements/PowerSource.js +772 -864
  478. package/dist/cjs/standard/elements/PowerSource.js.map +1 -1
  479. package/dist/cjs/standard/elements/PowerSourceConfiguration.d.ts.map +1 -1
  480. package/dist/cjs/standard/elements/PowerSourceConfiguration.js +17 -15
  481. package/dist/cjs/standard/elements/PowerSourceConfiguration.js.map +1 -1
  482. package/dist/cjs/standard/elements/PowerSourceDT.d.ts.map +1 -1
  483. package/dist/cjs/standard/elements/PowerSourceDT.js +20 -24
  484. package/dist/cjs/standard/elements/PowerSourceDT.js.map +1 -1
  485. package/dist/cjs/standard/elements/PowerSourceNS.d.ts.map +1 -1
  486. package/dist/cjs/standard/elements/PowerSourceNS.js +41 -41
  487. package/dist/cjs/standard/elements/PowerSourceNS.js.map +1 -1
  488. package/dist/cjs/standard/elements/PowerTopology.d.ts.map +1 -1
  489. package/dist/cjs/standard/elements/PowerTopology.js +53 -54
  490. package/dist/cjs/standard/elements/PowerTopology.js.map +1 -1
  491. package/dist/cjs/standard/elements/PressureMeasurement.d.ts.map +1 -1
  492. package/dist/cjs/standard/elements/PressureMeasurement.js +108 -107
  493. package/dist/cjs/standard/elements/PressureMeasurement.js.map +1 -1
  494. package/dist/cjs/standard/elements/PressureSensorDT.d.ts.map +1 -1
  495. package/dist/cjs/standard/elements/PressureSensorDT.js +28 -30
  496. package/dist/cjs/standard/elements/PressureSensorDT.js.map +1 -1
  497. package/dist/cjs/standard/elements/ProxyConfiguration.d.ts.map +1 -1
  498. package/dist/cjs/standard/elements/ProxyConfiguration.js +44 -44
  499. package/dist/cjs/standard/elements/ProxyConfiguration.js.map +1 -1
  500. package/dist/cjs/standard/elements/ProxyDiscovery.d.ts.map +1 -1
  501. package/dist/cjs/standard/elements/ProxyDiscovery.js +71 -71
  502. package/dist/cjs/standard/elements/ProxyDiscovery.js.map +1 -1
  503. package/dist/cjs/standard/elements/PumpConfigurationAndControl.d.ts.map +1 -1
  504. package/dist/cjs/standard/elements/PumpConfigurationAndControl.js +575 -609
  505. package/dist/cjs/standard/elements/PumpConfigurationAndControl.js.map +1 -1
  506. package/dist/cjs/standard/elements/PumpControllerDT.d.ts.map +1 -1
  507. package/dist/cjs/standard/elements/PumpControllerDT.js +91 -93
  508. package/dist/cjs/standard/elements/PumpControllerDT.js.map +1 -1
  509. package/dist/cjs/standard/elements/PumpDT.d.ts.map +1 -1
  510. package/dist/cjs/standard/elements/PumpDT.js +105 -107
  511. package/dist/cjs/standard/elements/PumpDT.js.map +1 -1
  512. package/dist/cjs/standard/elements/RadonConcentrationMeasurement.d.ts.map +1 -1
  513. package/dist/cjs/standard/elements/RadonConcentrationMeasurement.js +3 -6
  514. package/dist/cjs/standard/elements/RadonConcentrationMeasurement.js.map +1 -1
  515. package/dist/cjs/standard/elements/RainSensorDT.d.ts.map +1 -1
  516. package/dist/cjs/standard/elements/RainSensorDT.js +33 -35
  517. package/dist/cjs/standard/elements/RainSensorDT.js.map +1 -1
  518. package/dist/cjs/standard/elements/RefrigeratorAlarm.d.ts.map +1 -1
  519. package/dist/cjs/standard/elements/RefrigeratorAlarm.js +29 -39
  520. package/dist/cjs/standard/elements/RefrigeratorAlarm.js.map +1 -1
  521. package/dist/cjs/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.d.ts.map +1 -1
  522. package/dist/cjs/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.js +35 -43
  523. package/dist/cjs/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.js.map +1 -1
  524. package/dist/cjs/standard/elements/RefrigeratorDT.d.ts.map +1 -1
  525. package/dist/cjs/standard/elements/RefrigeratorDT.js +34 -36
  526. package/dist/cjs/standard/elements/RefrigeratorDT.js.map +1 -1
  527. package/dist/cjs/standard/elements/RefrigeratorNS.d.ts.map +1 -1
  528. package/dist/cjs/standard/elements/RefrigeratorNS.js +10 -7
  529. package/dist/cjs/standard/elements/RefrigeratorNS.js.map +1 -1
  530. package/dist/cjs/standard/elements/RelativeHumidityMeasurement.d.ts.map +1 -1
  531. package/dist/cjs/standard/elements/RelativeHumidityMeasurement.js +47 -45
  532. package/dist/cjs/standard/elements/RelativeHumidityMeasurement.js.map +1 -1
  533. package/dist/cjs/standard/elements/ResourceMonitoring.d.ts.map +1 -1
  534. package/dist/cjs/standard/elements/ResourceMonitoring.js +155 -167
  535. package/dist/cjs/standard/elements/ResourceMonitoring.js.map +1 -1
  536. package/dist/cjs/standard/elements/RoboticVacuumCleanerDT.d.ts.map +1 -1
  537. package/dist/cjs/standard/elements/RoboticVacuumCleanerDT.js +42 -44
  538. package/dist/cjs/standard/elements/RoboticVacuumCleanerDT.js.map +1 -1
  539. package/dist/cjs/standard/elements/RoomAirConditionerDT.d.ts.map +1 -1
  540. package/dist/cjs/standard/elements/RoomAirConditionerDT.js +73 -71
  541. package/dist/cjs/standard/elements/RoomAirConditionerDT.js.map +1 -1
  542. package/dist/cjs/standard/elements/RoomAirConditionerNS.d.ts.map +1 -1
  543. package/dist/cjs/standard/elements/RoomAirConditionerNS.js +10 -7
  544. package/dist/cjs/standard/elements/RoomAirConditionerNS.js.map +1 -1
  545. package/dist/cjs/standard/elements/RootNodeDT.d.ts.map +1 -1
  546. package/dist/cjs/standard/elements/RootNodeDT.js +169 -172
  547. package/dist/cjs/standard/elements/RootNodeDT.js.map +1 -1
  548. package/dist/cjs/standard/elements/RvcCleanMode.d.ts.map +1 -1
  549. package/dist/cjs/standard/elements/RvcCleanMode.js +40 -46
  550. package/dist/cjs/standard/elements/RvcCleanMode.js.map +1 -1
  551. package/dist/cjs/standard/elements/RvcOperationalState.d.ts.map +1 -1
  552. package/dist/cjs/standard/elements/RvcOperationalState.js +91 -96
  553. package/dist/cjs/standard/elements/RvcOperationalState.js.map +1 -1
  554. package/dist/cjs/standard/elements/RvcRunMode.d.ts.map +1 -1
  555. package/dist/cjs/standard/elements/RvcRunMode.js +51 -57
  556. package/dist/cjs/standard/elements/RvcRunMode.js.map +1 -1
  557. package/dist/cjs/standard/elements/ScenesManagement.d.ts.map +1 -1
  558. package/dist/cjs/standard/elements/ScenesManagement.js +680 -675
  559. package/dist/cjs/standard/elements/ScenesManagement.js.map +1 -1
  560. package/dist/cjs/standard/elements/SmokeCoAlarm.d.ts.map +1 -1
  561. package/dist/cjs/standard/elements/SmokeCoAlarm.js +440 -465
  562. package/dist/cjs/standard/elements/SmokeCoAlarm.js.map +1 -1
  563. package/dist/cjs/standard/elements/SmokeCoAlarmDT.d.ts.map +1 -1
  564. package/dist/cjs/standard/elements/SmokeCoAlarmDT.js +56 -58
  565. package/dist/cjs/standard/elements/SmokeCoAlarmDT.js.map +1 -1
  566. package/dist/cjs/standard/elements/SoftwareDiagnostics.d.ts.map +1 -1
  567. package/dist/cjs/standard/elements/SoftwareDiagnostics.js +134 -139
  568. package/dist/cjs/standard/elements/SoftwareDiagnostics.js.map +1 -1
  569. package/dist/cjs/standard/elements/SoftwareVersionCertificationStatusEnum.d.ts.map +1 -1
  570. package/dist/cjs/standard/elements/SoftwareVersionCertificationStatusEnum.js +27 -32
  571. package/dist/cjs/standard/elements/SoftwareVersionCertificationStatusEnum.js.map +1 -1
  572. package/dist/cjs/standard/elements/SpeakerDT.d.ts.map +1 -1
  573. package/dist/cjs/standard/elements/SpeakerDT.js +28 -32
  574. package/dist/cjs/standard/elements/SpeakerDT.js.map +1 -1
  575. package/dist/cjs/standard/elements/Switch.d.ts.map +1 -1
  576. package/dist/cjs/standard/elements/Switch.js +190 -191
  577. package/dist/cjs/standard/elements/Switch.js.map +1 -1
  578. package/dist/cjs/standard/elements/SwitchesNS.d.ts.map +1 -1
  579. package/dist/cjs/standard/elements/SwitchesNS.js +23 -23
  580. package/dist/cjs/standard/elements/SwitchesNS.js.map +1 -1
  581. package/dist/cjs/standard/elements/TargetNavigator.d.ts.map +1 -1
  582. package/dist/cjs/standard/elements/TargetNavigator.js +115 -127
  583. package/dist/cjs/standard/elements/TargetNavigator.js.map +1 -1
  584. package/dist/cjs/standard/elements/TemperatureControl.d.ts.map +1 -1
  585. package/dist/cjs/standard/elements/TemperatureControl.js +110 -111
  586. package/dist/cjs/standard/elements/TemperatureControl.js.map +1 -1
  587. package/dist/cjs/standard/elements/TemperatureControlledCabinetDT.d.ts.map +1 -1
  588. package/dist/cjs/standard/elements/TemperatureControlledCabinetDT.js +59 -64
  589. package/dist/cjs/standard/elements/TemperatureControlledCabinetDT.js.map +1 -1
  590. package/dist/cjs/standard/elements/TemperatureMeasurement.d.ts.map +1 -1
  591. package/dist/cjs/standard/elements/TemperatureMeasurement.js +57 -57
  592. package/dist/cjs/standard/elements/TemperatureMeasurement.js.map +1 -1
  593. package/dist/cjs/standard/elements/TemperatureSensorDT.d.ts.map +1 -1
  594. package/dist/cjs/standard/elements/TemperatureSensorDT.js +28 -30
  595. package/dist/cjs/standard/elements/TemperatureSensorDT.js.map +1 -1
  596. package/dist/cjs/standard/elements/Thermostat.d.ts.map +1 -1
  597. package/dist/cjs/standard/elements/Thermostat.js +1066 -1172
  598. package/dist/cjs/standard/elements/Thermostat.js.map +1 -1
  599. package/dist/cjs/standard/elements/ThermostatDT.d.ts.map +1 -1
  600. package/dist/cjs/standard/elements/ThermostatDT.js +98 -100
  601. package/dist/cjs/standard/elements/ThermostatDT.js.map +1 -1
  602. package/dist/cjs/standard/elements/ThermostatUserInterfaceConfiguration.d.ts.map +1 -1
  603. package/dist/cjs/standard/elements/ThermostatUserInterfaceConfiguration.js +72 -90
  604. package/dist/cjs/standard/elements/ThermostatUserInterfaceConfiguration.js.map +1 -1
  605. package/dist/cjs/standard/elements/ThreadNetworkDiagnostics.d.ts.map +1 -1
  606. package/dist/cjs/standard/elements/ThreadNetworkDiagnostics.js +1087 -1118
  607. package/dist/cjs/standard/elements/ThreadNetworkDiagnostics.js.map +1 -1
  608. package/dist/cjs/standard/elements/TimeFormatLocalization.d.ts.map +1 -1
  609. package/dist/cjs/standard/elements/TimeFormatLocalization.js +69 -143
  610. package/dist/cjs/standard/elements/TimeFormatLocalization.js.map +1 -1
  611. package/dist/cjs/standard/elements/TimeSynchronization.d.ts.map +1 -1
  612. package/dist/cjs/standard/elements/TimeSynchronization.js +569 -601
  613. package/dist/cjs/standard/elements/TimeSynchronization.js.map +1 -1
  614. package/dist/cjs/standard/elements/UnitLocalization.d.ts.map +1 -1
  615. package/dist/cjs/standard/elements/UnitLocalization.js +35 -42
  616. package/dist/cjs/standard/elements/UnitLocalization.js.map +1 -1
  617. package/dist/cjs/standard/elements/UserLabel.d.ts.map +1 -1
  618. package/dist/cjs/standard/elements/UserLabel.js +17 -16
  619. package/dist/cjs/standard/elements/UserLabel.js.map +1 -1
  620. package/dist/cjs/standard/elements/ValidProxies.d.ts.map +1 -1
  621. package/dist/cjs/standard/elements/ValidProxies.js +42 -39
  622. package/dist/cjs/standard/elements/ValidProxies.js.map +1 -1
  623. package/dist/cjs/standard/elements/ValveConfigurationAndControl.d.ts.map +1 -1
  624. package/dist/cjs/standard/elements/ValveConfigurationAndControl.js +243 -256
  625. package/dist/cjs/standard/elements/ValveConfigurationAndControl.js.map +1 -1
  626. package/dist/cjs/standard/elements/VideoRemoteControlDT.d.ts.map +1 -1
  627. package/dist/cjs/standard/elements/VideoRemoteControlDT.js +112 -116
  628. package/dist/cjs/standard/elements/VideoRemoteControlDT.js.map +1 -1
  629. package/dist/cjs/standard/elements/WakeOnLan.d.ts.map +1 -1
  630. package/dist/cjs/standard/elements/WakeOnLan.js +33 -33
  631. package/dist/cjs/standard/elements/WakeOnLan.js.map +1 -1
  632. package/dist/cjs/standard/elements/WaterFreezeDetectorDT.d.ts.map +1 -1
  633. package/dist/cjs/standard/elements/WaterFreezeDetectorDT.js +33 -35
  634. package/dist/cjs/standard/elements/WaterFreezeDetectorDT.js.map +1 -1
  635. package/dist/cjs/standard/elements/WaterLeakDetectorDT.d.ts.map +1 -1
  636. package/dist/cjs/standard/elements/WaterLeakDetectorDT.js +33 -35
  637. package/dist/cjs/standard/elements/WaterLeakDetectorDT.js.map +1 -1
  638. package/dist/cjs/standard/elements/WaterValveDT.d.ts.map +1 -1
  639. package/dist/cjs/standard/elements/WaterValveDT.js +42 -46
  640. package/dist/cjs/standard/elements/WaterValveDT.js.map +1 -1
  641. package/dist/cjs/standard/elements/WiFiNetworkDiagnostics.d.ts.map +1 -1
  642. package/dist/cjs/standard/elements/WiFiNetworkDiagnostics.js +289 -336
  643. package/dist/cjs/standard/elements/WiFiNetworkDiagnostics.js.map +1 -1
  644. package/dist/cjs/standard/elements/WildcardPathFlagsBitmap.d.ts.map +1 -1
  645. package/dist/cjs/standard/elements/WildcardPathFlagsBitmap.js +49 -53
  646. package/dist/cjs/standard/elements/WildcardPathFlagsBitmap.js.map +1 -1
  647. package/dist/cjs/standard/elements/WindowCovering.d.ts.map +1 -1
  648. package/dist/cjs/standard/elements/WindowCovering.js +613 -695
  649. package/dist/cjs/standard/elements/WindowCovering.js.map +1 -1
  650. package/dist/cjs/standard/elements/WindowCoveringControllerDT.d.ts.map +1 -1
  651. package/dist/cjs/standard/elements/WindowCoveringControllerDT.js +49 -51
  652. package/dist/cjs/standard/elements/WindowCoveringControllerDT.js.map +1 -1
  653. package/dist/cjs/standard/elements/WindowCoveringDT.d.ts.map +1 -1
  654. package/dist/cjs/standard/elements/WindowCoveringDT.js +42 -52
  655. package/dist/cjs/standard/elements/WindowCoveringDT.js.map +1 -1
  656. package/dist/cjs/standard/elements/date.d.ts.map +1 -1
  657. package/dist/cjs/standard/elements/date.js +54 -54
  658. package/dist/cjs/standard/elements/date.js.map +1 -1
  659. package/dist/cjs/standard/elements/epoch-us.d.ts.map +1 -1
  660. package/dist/cjs/standard/elements/epoch-us.js +10 -8
  661. package/dist/cjs/standard/elements/epoch-us.js.map +1 -1
  662. package/dist/cjs/standard/elements/list.d.ts.map +1 -1
  663. package/dist/cjs/standard/elements/list.js +10 -8
  664. package/dist/cjs/standard/elements/list.js.map +1 -1
  665. package/dist/cjs/standard/elements/priority.d.ts.map +1 -1
  666. package/dist/cjs/standard/elements/priority.js +21 -21
  667. package/dist/cjs/standard/elements/priority.js.map +1 -1
  668. package/dist/cjs/standard/elements/semtag.d.ts.map +1 -1
  669. package/dist/cjs/standard/elements/semtag.js +47 -47
  670. package/dist/cjs/standard/elements/semtag.js.map +1 -1
  671. package/dist/cjs/standard/elements/status.d.ts.map +1 -1
  672. package/dist/cjs/standard/elements/status.js +185 -185
  673. package/dist/cjs/standard/elements/status.js.map +1 -1
  674. package/dist/cjs/standard/elements/temperature.d.ts.map +1 -1
  675. package/dist/cjs/standard/elements/temperature.js +10 -8
  676. package/dist/cjs/standard/elements/temperature.js.map +1 -1
  677. package/dist/cjs/standard/elements/tod.d.ts.map +1 -1
  678. package/dist/cjs/standard/elements/tod.js +14 -19
  679. package/dist/cjs/standard/elements/tod.js.map +1 -1
  680. package/dist/esm/elements/MatterElement.d.ts +5 -1
  681. package/dist/esm/elements/MatterElement.d.ts.map +1 -1
  682. package/dist/esm/elements/MatterElement.js +1 -1
  683. package/dist/esm/elements/MatterElement.js.map +1 -1
  684. package/dist/esm/logic/DefaultValue.d.ts +3 -1
  685. package/dist/esm/logic/DefaultValue.d.ts.map +1 -1
  686. package/dist/esm/logic/DefaultValue.js +11 -11
  687. package/dist/esm/logic/DefaultValue.js.map +1 -1
  688. package/dist/esm/logic/ModelTraversal.d.ts +6 -35
  689. package/dist/esm/logic/ModelTraversal.d.ts.map +1 -1
  690. package/dist/esm/logic/ModelTraversal.js +16 -110
  691. package/dist/esm/logic/ModelTraversal.js.map +1 -1
  692. package/dist/esm/logic/ModelVariantTraversal.d.ts.map +1 -1
  693. package/dist/esm/logic/ModelVariantTraversal.js.map +1 -1
  694. package/dist/esm/logic/Scope.d.ts +102 -0
  695. package/dist/esm/logic/Scope.d.ts.map +1 -0
  696. package/dist/esm/logic/Scope.js +200 -0
  697. package/dist/esm/logic/Scope.js.map +6 -0
  698. package/dist/esm/logic/index.d.ts +1 -0
  699. package/dist/esm/logic/index.d.ts.map +1 -1
  700. package/dist/esm/logic/index.js +1 -0
  701. package/dist/esm/logic/index.js.map +1 -1
  702. package/dist/esm/models/AttributeModel.d.ts +20 -0
  703. package/dist/esm/models/AttributeModel.d.ts.map +1 -1
  704. package/dist/esm/models/AttributeModel.js +3 -0
  705. package/dist/esm/models/AttributeModel.js.map +1 -1
  706. package/dist/esm/models/Children.d.ts +4 -0
  707. package/dist/esm/models/Children.d.ts.map +1 -1
  708. package/dist/esm/models/Children.js +13 -0
  709. package/dist/esm/models/Children.js.map +1 -1
  710. package/dist/esm/models/ClusterModel.d.ts +6 -7
  711. package/dist/esm/models/ClusterModel.d.ts.map +1 -1
  712. package/dist/esm/models/ClusterModel.js +5 -38
  713. package/dist/esm/models/ClusterModel.js.map +1 -1
  714. package/dist/esm/models/CommandModel.d.ts +22 -0
  715. package/dist/esm/models/CommandModel.d.ts.map +1 -1
  716. package/dist/esm/models/CommandModel.js +3 -0
  717. package/dist/esm/models/CommandModel.js.map +1 -1
  718. package/dist/esm/models/DatatypeModel.js +0 -2
  719. package/dist/esm/models/DatatypeModel.js.map +1 -1
  720. package/dist/esm/models/EventModel.d.ts +21 -0
  721. package/dist/esm/models/EventModel.d.ts.map +1 -1
  722. package/dist/esm/models/EventModel.js +3 -0
  723. package/dist/esm/models/EventModel.js.map +1 -1
  724. package/dist/esm/models/MatterModel.d.ts +3 -3
  725. package/dist/esm/models/MatterModel.d.ts.map +1 -1
  726. package/dist/esm/models/MatterModel.js +6 -5
  727. package/dist/esm/models/MatterModel.js.map +1 -1
  728. package/dist/esm/models/Model.d.ts +10 -6
  729. package/dist/esm/models/Model.d.ts.map +1 -1
  730. package/dist/esm/models/Model.js +28 -9
  731. package/dist/esm/models/Model.js.map +1 -1
  732. package/dist/esm/models/ScopeModel.d.ts +22 -0
  733. package/dist/esm/models/ScopeModel.d.ts.map +1 -0
  734. package/dist/esm/models/ScopeModel.js +43 -0
  735. package/dist/esm/models/ScopeModel.js.map +6 -0
  736. package/dist/esm/models/ValueModel.d.ts +7 -21
  737. package/dist/esm/models/ValueModel.d.ts.map +1 -1
  738. package/dist/esm/models/ValueModel.js +15 -34
  739. package/dist/esm/models/ValueModel.js.map +1 -1
  740. package/dist/esm/models/index.d.ts +1 -0
  741. package/dist/esm/models/index.d.ts.map +1 -1
  742. package/dist/esm/models/index.js +1 -0
  743. package/dist/esm/models/index.js.map +1 -1
  744. package/dist/esm/standard/elements/AcceptedCommandList.d.ts.map +1 -1
  745. package/dist/esm/standard/elements/AcceptedCommandList.js +14 -12
  746. package/dist/esm/standard/elements/AcceptedCommandList.js.map +1 -1
  747. package/dist/esm/standard/elements/AccessControl.d.ts.map +1 -1
  748. package/dist/esm/standard/elements/AccessControl.js +264 -276
  749. package/dist/esm/standard/elements/AccessControl.js.map +1 -1
  750. package/dist/esm/standard/elements/AccountLogin.d.ts.map +1 -1
  751. package/dist/esm/standard/elements/AccountLogin.js +94 -86
  752. package/dist/esm/standard/elements/AccountLogin.js.map +1 -1
  753. package/dist/esm/standard/elements/Actions.d.ts.map +1 -1
  754. package/dist/esm/standard/elements/Actions.js +450 -463
  755. package/dist/esm/standard/elements/Actions.js.map +1 -1
  756. package/dist/esm/standard/elements/ActivatedCarbonFilterMonitoring.d.ts.map +1 -1
  757. package/dist/esm/standard/elements/ActivatedCarbonFilterMonitoring.js +3 -6
  758. package/dist/esm/standard/elements/ActivatedCarbonFilterMonitoring.js.map +1 -1
  759. package/dist/esm/standard/elements/AdministratorCommissioning.d.ts.map +1 -1
  760. package/dist/esm/standard/elements/AdministratorCommissioning.js +137 -155
  761. package/dist/esm/standard/elements/AdministratorCommissioning.js.map +1 -1
  762. package/dist/esm/standard/elements/AggregatorDT.d.ts.map +1 -1
  763. package/dist/esm/standard/elements/AggregatorDT.js +28 -32
  764. package/dist/esm/standard/elements/AggregatorDT.js.map +1 -1
  765. package/dist/esm/standard/elements/AirPurifierDT.d.ts.map +1 -1
  766. package/dist/esm/standard/elements/AirPurifierDT.js +49 -53
  767. package/dist/esm/standard/elements/AirPurifierDT.js.map +1 -1
  768. package/dist/esm/standard/elements/AirQuality.d.ts.map +1 -1
  769. package/dist/esm/standard/elements/AirQuality.js +63 -73
  770. package/dist/esm/standard/elements/AirQuality.js.map +1 -1
  771. package/dist/esm/standard/elements/AirQualitySensorDT.d.ts.map +1 -1
  772. package/dist/esm/standard/elements/AirQualitySensorDT.js +112 -116
  773. package/dist/esm/standard/elements/AirQualitySensorDT.js.map +1 -1
  774. package/dist/esm/standard/elements/AlarmBase.d.ts.map +1 -1
  775. package/dist/esm/standard/elements/AlarmBase.js +125 -124
  776. package/dist/esm/standard/elements/AlarmBase.js.map +1 -1
  777. package/dist/esm/standard/elements/ApplicationBasic.d.ts.map +1 -1
  778. package/dist/esm/standard/elements/ApplicationBasic.js +131 -133
  779. package/dist/esm/standard/elements/ApplicationBasic.js.map +1 -1
  780. package/dist/esm/standard/elements/ApplicationLauncher.d.ts.map +1 -1
  781. package/dist/esm/standard/elements/ApplicationLauncher.js +140 -151
  782. package/dist/esm/standard/elements/ApplicationLauncher.js.map +1 -1
  783. package/dist/esm/standard/elements/AttributeList.d.ts.map +1 -1
  784. package/dist/esm/standard/elements/AttributeList.js +14 -12
  785. package/dist/esm/standard/elements/AttributeList.js.map +1 -1
  786. package/dist/esm/standard/elements/AudioOutput.d.ts.map +1 -1
  787. package/dist/esm/standard/elements/AudioOutput.js +90 -94
  788. package/dist/esm/standard/elements/AudioOutput.js.map +1 -1
  789. package/dist/esm/standard/elements/BallastConfiguration.d.ts.map +1 -1
  790. package/dist/esm/standard/elements/BallastConfiguration.js +184 -194
  791. package/dist/esm/standard/elements/BallastConfiguration.js.map +1 -1
  792. package/dist/esm/standard/elements/BaseDT.d.ts.map +1 -1
  793. package/dist/esm/standard/elements/BaseDT.js +79 -104
  794. package/dist/esm/standard/elements/BaseDT.js.map +1 -1
  795. package/dist/esm/standard/elements/BasicInformation.d.ts.map +1 -1
  796. package/dist/esm/standard/elements/BasicInformation.js +388 -390
  797. package/dist/esm/standard/elements/BasicInformation.js.map +1 -1
  798. package/dist/esm/standard/elements/BasicVideoPlayerDT.d.ts.map +1 -1
  799. package/dist/esm/standard/elements/BasicVideoPlayerDT.js +97 -102
  800. package/dist/esm/standard/elements/BasicVideoPlayerDT.js.map +1 -1
  801. package/dist/esm/standard/elements/Binding.d.ts.map +1 -1
  802. package/dist/esm/standard/elements/Binding.js +57 -59
  803. package/dist/esm/standard/elements/Binding.js.map +1 -1
  804. package/dist/esm/standard/elements/BooleanState.d.ts.map +1 -1
  805. package/dist/esm/standard/elements/BooleanState.js +33 -31
  806. package/dist/esm/standard/elements/BooleanState.js.map +1 -1
  807. package/dist/esm/standard/elements/BooleanStateConfiguration.d.ts.map +1 -1
  808. package/dist/esm/standard/elements/BooleanStateConfiguration.js +156 -165
  809. package/dist/esm/standard/elements/BooleanStateConfiguration.js.map +1 -1
  810. package/dist/esm/standard/elements/BridgedDeviceBasicInformation.d.ts.map +1 -1
  811. package/dist/esm/standard/elements/BridgedDeviceBasicInformation.js +57 -116
  812. package/dist/esm/standard/elements/BridgedDeviceBasicInformation.js.map +1 -1
  813. package/dist/esm/standard/elements/BridgedNodeDT.d.ts.map +1 -1
  814. package/dist/esm/standard/elements/BridgedNodeDT.js +35 -39
  815. package/dist/esm/standard/elements/BridgedNodeDT.js.map +1 -1
  816. package/dist/esm/standard/elements/CarbonDioxideConcentrationMeasurement.d.ts.map +1 -1
  817. package/dist/esm/standard/elements/CarbonDioxideConcentrationMeasurement.js +3 -6
  818. package/dist/esm/standard/elements/CarbonDioxideConcentrationMeasurement.js.map +1 -1
  819. package/dist/esm/standard/elements/CarbonMonoxideConcentrationMeasurement.d.ts.map +1 -1
  820. package/dist/esm/standard/elements/CarbonMonoxideConcentrationMeasurement.js +3 -6
  821. package/dist/esm/standard/elements/CarbonMonoxideConcentrationMeasurement.js.map +1 -1
  822. package/dist/esm/standard/elements/CastingVideoClientDT.d.ts.map +1 -1
  823. package/dist/esm/standard/elements/CastingVideoClientDT.js +133 -137
  824. package/dist/esm/standard/elements/CastingVideoClientDT.js.map +1 -1
  825. package/dist/esm/standard/elements/CastingVideoPlayerDT.d.ts.map +1 -1
  826. package/dist/esm/standard/elements/CastingVideoPlayerDT.js +120 -125
  827. package/dist/esm/standard/elements/CastingVideoPlayerDT.js.map +1 -1
  828. package/dist/esm/standard/elements/Channel.d.ts.map +1 -1
  829. package/dist/esm/standard/elements/Channel.js +779 -800
  830. package/dist/esm/standard/elements/Channel.js.map +1 -1
  831. package/dist/esm/standard/elements/ClosureNS.d.ts.map +1 -1
  832. package/dist/esm/standard/elements/ClosureNS.js +11 -11
  833. package/dist/esm/standard/elements/ClosureNS.js.map +1 -1
  834. package/dist/esm/standard/elements/ColorControl.d.ts.map +1 -1
  835. package/dist/esm/standard/elements/ColorControl.js +978 -1111
  836. package/dist/esm/standard/elements/ColorControl.js.map +1 -1
  837. package/dist/esm/standard/elements/ColorDimmerSwitchDT.d.ts.map +1 -1
  838. package/dist/esm/standard/elements/ColorDimmerSwitchDT.js +64 -66
  839. package/dist/esm/standard/elements/ColorDimmerSwitchDT.js.map +1 -1
  840. package/dist/esm/standard/elements/ColorTemperatureLightDT.d.ts.map +1 -1
  841. package/dist/esm/standard/elements/ColorTemperatureLightDT.js +62 -58
  842. package/dist/esm/standard/elements/ColorTemperatureLightDT.js.map +1 -1
  843. package/dist/esm/standard/elements/CompassDirectionNS.d.ts.map +1 -1
  844. package/dist/esm/standard/elements/CompassDirectionNS.js +16 -16
  845. package/dist/esm/standard/elements/CompassDirectionNS.js.map +1 -1
  846. package/dist/esm/standard/elements/CompassLocationNS.d.ts.map +1 -1
  847. package/dist/esm/standard/elements/CompassLocationNS.js +16 -16
  848. package/dist/esm/standard/elements/CompassLocationNS.js.map +1 -1
  849. package/dist/esm/standard/elements/ConcentrationMeasurement.d.ts.map +1 -1
  850. package/dist/esm/standard/elements/ConcentrationMeasurement.js +200 -213
  851. package/dist/esm/standard/elements/ConcentrationMeasurement.js.map +1 -1
  852. package/dist/esm/standard/elements/ContactSensorDT.d.ts.map +1 -1
  853. package/dist/esm/standard/elements/ContactSensorDT.js +35 -39
  854. package/dist/esm/standard/elements/ContactSensorDT.js.map +1 -1
  855. package/dist/esm/standard/elements/ContentAppDT.d.ts.map +1 -1
  856. package/dist/esm/standard/elements/ContentAppDT.js +88 -91
  857. package/dist/esm/standard/elements/ContentAppDT.js.map +1 -1
  858. package/dist/esm/standard/elements/ContentAppObserver.d.ts.map +1 -1
  859. package/dist/esm/standard/elements/ContentAppObserver.js +72 -76
  860. package/dist/esm/standard/elements/ContentAppObserver.js.map +1 -1
  861. package/dist/esm/standard/elements/ContentControl.d.ts.map +1 -1
  862. package/dist/esm/standard/elements/ContentControl.js +566 -566
  863. package/dist/esm/standard/elements/ContentControl.js.map +1 -1
  864. package/dist/esm/standard/elements/ContentLauncher.d.ts.map +1 -1
  865. package/dist/esm/standard/elements/ContentLauncher.js +567 -593
  866. package/dist/esm/standard/elements/ContentLauncher.js.map +1 -1
  867. package/dist/esm/standard/elements/ControlBridgeDT.d.ts.map +1 -1
  868. package/dist/esm/standard/elements/ControlBridgeDT.js +77 -79
  869. package/dist/esm/standard/elements/ControlBridgeDT.js.map +1 -1
  870. package/dist/esm/standard/elements/CookSurfaceDT.d.ts.map +1 -1
  871. package/dist/esm/standard/elements/CookSurfaceDT.js +34 -34
  872. package/dist/esm/standard/elements/CookSurfaceDT.js.map +1 -1
  873. package/dist/esm/standard/elements/CooktopDT.d.ts.map +1 -1
  874. package/dist/esm/standard/elements/CooktopDT.js +27 -27
  875. package/dist/esm/standard/elements/CooktopDT.js.map +1 -1
  876. package/dist/esm/standard/elements/Descriptor.d.ts.map +1 -1
  877. package/dist/esm/standard/elements/Descriptor.js +73 -66
  878. package/dist/esm/standard/elements/Descriptor.js.map +1 -1
  879. package/dist/esm/standard/elements/DeviceEnergyManagement.d.ts.map +1 -1
  880. package/dist/esm/standard/elements/DeviceEnergyManagement.js +905 -957
  881. package/dist/esm/standard/elements/DeviceEnergyManagement.js.map +1 -1
  882. package/dist/esm/standard/elements/DeviceEnergyManagementDT.d.ts.map +1 -1
  883. package/dist/esm/standard/elements/DeviceEnergyManagementDT.js +28 -30
  884. package/dist/esm/standard/elements/DeviceEnergyManagementDT.js.map +1 -1
  885. package/dist/esm/standard/elements/DeviceEnergyManagementMode.d.ts.map +1 -1
  886. package/dist/esm/standard/elements/DeviceEnergyManagementMode.js +43 -46
  887. package/dist/esm/standard/elements/DeviceEnergyManagementMode.js.map +1 -1
  888. package/dist/esm/standard/elements/DiagnosticLogs.d.ts.map +1 -1
  889. package/dist/esm/standard/elements/DiagnosticLogs.js +163 -175
  890. package/dist/esm/standard/elements/DiagnosticLogs.js.map +1 -1
  891. package/dist/esm/standard/elements/DimmableLightDT.d.ts.map +1 -1
  892. package/dist/esm/standard/elements/DimmableLightDT.js +55 -51
  893. package/dist/esm/standard/elements/DimmableLightDT.js.map +1 -1
  894. package/dist/esm/standard/elements/DimmablePlugInUnitDT.d.ts.map +1 -1
  895. package/dist/esm/standard/elements/DimmablePlugInUnitDT.js +54 -50
  896. package/dist/esm/standard/elements/DimmablePlugInUnitDT.js.map +1 -1
  897. package/dist/esm/standard/elements/DimmerSwitchDT.d.ts.map +1 -1
  898. package/dist/esm/standard/elements/DimmerSwitchDT.js +57 -59
  899. package/dist/esm/standard/elements/DimmerSwitchDT.js.map +1 -1
  900. package/dist/esm/standard/elements/DirectionNS.d.ts.map +1 -1
  901. package/dist/esm/standard/elements/DirectionNS.js +14 -14
  902. package/dist/esm/standard/elements/DirectionNS.js.map +1 -1
  903. package/dist/esm/standard/elements/DishwasherAlarm.d.ts.map +1 -1
  904. package/dist/esm/standard/elements/DishwasherAlarm.js +21 -25
  905. package/dist/esm/standard/elements/DishwasherAlarm.js.map +1 -1
  906. package/dist/esm/standard/elements/DishwasherDT.d.ts.map +1 -1
  907. package/dist/esm/standard/elements/DishwasherDT.js +53 -53
  908. package/dist/esm/standard/elements/DishwasherDT.js.map +1 -1
  909. package/dist/esm/standard/elements/DishwasherMode.d.ts.map +1 -1
  910. package/dist/esm/standard/elements/DishwasherMode.js +46 -54
  911. package/dist/esm/standard/elements/DishwasherMode.js.map +1 -1
  912. package/dist/esm/standard/elements/DoorLock.d.ts.map +1 -1
  913. package/dist/esm/standard/elements/DoorLock.js +2809 -2946
  914. package/dist/esm/standard/elements/DoorLock.js.map +1 -1
  915. package/dist/esm/standard/elements/DoorLockControllerDT.d.ts.map +1 -1
  916. package/dist/esm/standard/elements/DoorLockControllerDT.js +42 -46
  917. package/dist/esm/standard/elements/DoorLockControllerDT.js.map +1 -1
  918. package/dist/esm/standard/elements/DoorLockDT.d.ts.map +1 -1
  919. package/dist/esm/standard/elements/DoorLockDT.js +43 -47
  920. package/dist/esm/standard/elements/DoorLockDT.js.map +1 -1
  921. package/dist/esm/standard/elements/ElectricalEnergyMeasurement.d.ts.map +1 -1
  922. package/dist/esm/standard/elements/ElectricalEnergyMeasurement.js +247 -252
  923. package/dist/esm/standard/elements/ElectricalEnergyMeasurement.js.map +1 -1
  924. package/dist/esm/standard/elements/ElectricalMeasurementNS.d.ts.map +1 -1
  925. package/dist/esm/standard/elements/ElectricalMeasurementNS.js +29 -29
  926. package/dist/esm/standard/elements/ElectricalMeasurementNS.js.map +1 -1
  927. package/dist/esm/standard/elements/ElectricalPowerMeasurement.d.ts.map +1 -1
  928. package/dist/esm/standard/elements/ElectricalPowerMeasurement.js +377 -383
  929. package/dist/esm/standard/elements/ElectricalPowerMeasurement.js.map +1 -1
  930. package/dist/esm/standard/elements/ElectricalSensorDT.d.ts.map +1 -1
  931. package/dist/esm/standard/elements/ElectricalSensorDT.js +35 -37
  932. package/dist/esm/standard/elements/ElectricalSensorDT.js.map +1 -1
  933. package/dist/esm/standard/elements/EnergyEvse.d.ts.map +1 -1
  934. package/dist/esm/standard/elements/EnergyEvse.js +776 -832
  935. package/dist/esm/standard/elements/EnergyEvse.js.map +1 -1
  936. package/dist/esm/standard/elements/EnergyEvseMode.d.ts.map +1 -1
  937. package/dist/esm/standard/elements/EnergyEvseMode.js +32 -35
  938. package/dist/esm/standard/elements/EnergyEvseMode.js.map +1 -1
  939. package/dist/esm/standard/elements/EnergyPreference.d.ts.map +1 -1
  940. package/dist/esm/standard/elements/EnergyPreference.js +112 -115
  941. package/dist/esm/standard/elements/EnergyPreference.js.map +1 -1
  942. package/dist/esm/standard/elements/EthernetNetworkDiagnostics.d.ts.map +1 -1
  943. package/dist/esm/standard/elements/EthernetNetworkDiagnostics.js +147 -156
  944. package/dist/esm/standard/elements/EthernetNetworkDiagnostics.js.map +1 -1
  945. package/dist/esm/standard/elements/EventList.d.ts.map +1 -1
  946. package/dist/esm/standard/elements/EventList.js +14 -12
  947. package/dist/esm/standard/elements/EventList.js.map +1 -1
  948. package/dist/esm/standard/elements/ExtendedColorLightDT.d.ts.map +1 -1
  949. package/dist/esm/standard/elements/ExtendedColorLightDT.js +66 -62
  950. package/dist/esm/standard/elements/ExtendedColorLightDT.js.map +1 -1
  951. package/dist/esm/standard/elements/ExtractorHoodDT.d.ts.map +1 -1
  952. package/dist/esm/standard/elements/ExtractorHoodDT.js +43 -45
  953. package/dist/esm/standard/elements/ExtractorHoodDT.js.map +1 -1
  954. package/dist/esm/standard/elements/FanControl.d.ts.map +1 -1
  955. package/dist/esm/standard/elements/FanControl.js +272 -311
  956. package/dist/esm/standard/elements/FanControl.js.map +1 -1
  957. package/dist/esm/standard/elements/FanDT.d.ts.map +1 -1
  958. package/dist/esm/standard/elements/FanDT.js +34 -38
  959. package/dist/esm/standard/elements/FanDT.js.map +1 -1
  960. package/dist/esm/standard/elements/FixedLabel.d.ts.map +1 -1
  961. package/dist/esm/standard/elements/FixedLabel.js +18 -16
  962. package/dist/esm/standard/elements/FixedLabel.js.map +1 -1
  963. package/dist/esm/standard/elements/FlowMeasurement.d.ts.map +1 -1
  964. package/dist/esm/standard/elements/FlowMeasurement.js +48 -46
  965. package/dist/esm/standard/elements/FlowMeasurement.js.map +1 -1
  966. package/dist/esm/standard/elements/FlowSensorDT.d.ts.map +1 -1
  967. package/dist/esm/standard/elements/FlowSensorDT.js +28 -30
  968. package/dist/esm/standard/elements/FlowSensorDT.js.map +1 -1
  969. package/dist/esm/standard/elements/FormaldehydeConcentrationMeasurement.d.ts.map +1 -1
  970. package/dist/esm/standard/elements/FormaldehydeConcentrationMeasurement.js +3 -6
  971. package/dist/esm/standard/elements/FormaldehydeConcentrationMeasurement.js.map +1 -1
  972. package/dist/esm/standard/elements/GeneralCommissioning.d.ts.map +1 -1
  973. package/dist/esm/standard/elements/GeneralCommissioning.js +213 -213
  974. package/dist/esm/standard/elements/GeneralCommissioning.js.map +1 -1
  975. package/dist/esm/standard/elements/GeneralDiagnostics.d.ts.map +1 -1
  976. package/dist/esm/standard/elements/GeneralDiagnostics.js +573 -568
  977. package/dist/esm/standard/elements/GeneralDiagnostics.js.map +1 -1
  978. package/dist/esm/standard/elements/GeneratedCommandList.d.ts.map +1 -1
  979. package/dist/esm/standard/elements/GeneratedCommandList.js +14 -12
  980. package/dist/esm/standard/elements/GeneratedCommandList.js.map +1 -1
  981. package/dist/esm/standard/elements/GenericSwitchDT.d.ts.map +1 -1
  982. package/dist/esm/standard/elements/GenericSwitchDT.js +28 -32
  983. package/dist/esm/standard/elements/GenericSwitchDT.js.map +1 -1
  984. package/dist/esm/standard/elements/GroupKeyManagement.d.ts.map +1 -1
  985. package/dist/esm/standard/elements/GroupKeyManagement.js +277 -282
  986. package/dist/esm/standard/elements/GroupKeyManagement.js.map +1 -1
  987. package/dist/esm/standard/elements/Groups.d.ts.map +1 -1
  988. package/dist/esm/standard/elements/Groups.js +206 -207
  989. package/dist/esm/standard/elements/Groups.js.map +1 -1
  990. package/dist/esm/standard/elements/HepaFilterMonitoring.d.ts.map +1 -1
  991. package/dist/esm/standard/elements/HepaFilterMonitoring.js +3 -6
  992. package/dist/esm/standard/elements/HepaFilterMonitoring.js.map +1 -1
  993. package/dist/esm/standard/elements/HumiditySensorDT.d.ts.map +1 -1
  994. package/dist/esm/standard/elements/HumiditySensorDT.js +28 -30
  995. package/dist/esm/standard/elements/HumiditySensorDT.js.map +1 -1
  996. package/dist/esm/standard/elements/IcdManagement.d.ts.map +1 -1
  997. package/dist/esm/standard/elements/IcdManagement.js +330 -344
  998. package/dist/esm/standard/elements/IcdManagement.js.map +1 -1
  999. package/dist/esm/standard/elements/Identify.d.ts.map +1 -1
  1000. package/dist/esm/standard/elements/Identify.js +104 -129
  1001. package/dist/esm/standard/elements/Identify.js.map +1 -1
  1002. package/dist/esm/standard/elements/IlluminanceMeasurement.d.ts.map +1 -1
  1003. package/dist/esm/standard/elements/IlluminanceMeasurement.js +63 -65
  1004. package/dist/esm/standard/elements/IlluminanceMeasurement.js.map +1 -1
  1005. package/dist/esm/standard/elements/KeypadInput.d.ts.map +1 -1
  1006. package/dist/esm/standard/elements/KeypadInput.js +150 -164
  1007. package/dist/esm/standard/elements/KeypadInput.js.map +1 -1
  1008. package/dist/esm/standard/elements/Label.d.ts.map +1 -1
  1009. package/dist/esm/standard/elements/Label.js +38 -36
  1010. package/dist/esm/standard/elements/Label.js.map +1 -1
  1011. package/dist/esm/standard/elements/LaundryDryerControls.d.ts.map +1 -1
  1012. package/dist/esm/standard/elements/LaundryDryerControls.js +47 -55
  1013. package/dist/esm/standard/elements/LaundryDryerControls.js.map +1 -1
  1014. package/dist/esm/standard/elements/LaundryDryerDT.d.ts.map +1 -1
  1015. package/dist/esm/standard/elements/LaundryDryerDT.js +54 -54
  1016. package/dist/esm/standard/elements/LaundryDryerDT.js.map +1 -1
  1017. package/dist/esm/standard/elements/LaundryNS.d.ts.map +1 -1
  1018. package/dist/esm/standard/elements/LaundryNS.js +12 -12
  1019. package/dist/esm/standard/elements/LaundryNS.js.map +1 -1
  1020. package/dist/esm/standard/elements/LaundryWasherControls.d.ts.map +1 -1
  1021. package/dist/esm/standard/elements/LaundryWasherControls.js +91 -92
  1022. package/dist/esm/standard/elements/LaundryWasherControls.js.map +1 -1
  1023. package/dist/esm/standard/elements/LaundryWasherDT.d.ts.map +1 -1
  1024. package/dist/esm/standard/elements/LaundryWasherDT.js +54 -54
  1025. package/dist/esm/standard/elements/LaundryWasherDT.js.map +1 -1
  1026. package/dist/esm/standard/elements/LaundryWasherMode.d.ts.map +1 -1
  1027. package/dist/esm/standard/elements/LaundryWasherMode.js +51 -59
  1028. package/dist/esm/standard/elements/LaundryWasherMode.js.map +1 -1
  1029. package/dist/esm/standard/elements/LevelControl.d.ts.map +1 -1
  1030. package/dist/esm/standard/elements/LevelControl.js +339 -382
  1031. package/dist/esm/standard/elements/LevelControl.js.map +1 -1
  1032. package/dist/esm/standard/elements/LevelNS.d.ts.map +1 -1
  1033. package/dist/esm/standard/elements/LevelNS.js +11 -11
  1034. package/dist/esm/standard/elements/LevelNS.js.map +1 -1
  1035. package/dist/esm/standard/elements/LightSensorDT.d.ts.map +1 -1
  1036. package/dist/esm/standard/elements/LightSensorDT.js +28 -30
  1037. package/dist/esm/standard/elements/LightSensorDT.js.map +1 -1
  1038. package/dist/esm/standard/elements/LocalizationConfiguration.d.ts.map +1 -1
  1039. package/dist/esm/standard/elements/LocalizationConfiguration.js +21 -17
  1040. package/dist/esm/standard/elements/LocalizationConfiguration.js.map +1 -1
  1041. package/dist/esm/standard/elements/LocationNS.d.ts.map +1 -1
  1042. package/dist/esm/standard/elements/LocationNS.js +28 -28
  1043. package/dist/esm/standard/elements/LocationNS.js.map +1 -1
  1044. package/dist/esm/standard/elements/LowPower.d.ts.map +1 -1
  1045. package/dist/esm/standard/elements/LowPower.js +21 -21
  1046. package/dist/esm/standard/elements/LowPower.js.map +1 -1
  1047. package/dist/esm/standard/elements/MeasurementAccuracyRangeStruct.d.ts.map +1 -1
  1048. package/dist/esm/standard/elements/MeasurementAccuracyRangeStruct.js +84 -84
  1049. package/dist/esm/standard/elements/MeasurementAccuracyRangeStruct.js.map +1 -1
  1050. package/dist/esm/standard/elements/MeasurementAccuracyStruct.d.ts.map +1 -1
  1051. package/dist/esm/standard/elements/MeasurementAccuracyStruct.js +35 -33
  1052. package/dist/esm/standard/elements/MeasurementAccuracyStruct.js.map +1 -1
  1053. package/dist/esm/standard/elements/MeasurementTypeEnum.d.ts.map +1 -1
  1054. package/dist/esm/standard/elements/MeasurementTypeEnum.js +23 -72
  1055. package/dist/esm/standard/elements/MeasurementTypeEnum.js.map +1 -1
  1056. package/dist/esm/standard/elements/MediaInput.d.ts.map +1 -1
  1057. package/dist/esm/standard/elements/MediaInput.js +125 -133
  1058. package/dist/esm/standard/elements/MediaInput.js.map +1 -1
  1059. package/dist/esm/standard/elements/MediaPlayback.d.ts.map +1 -1
  1060. package/dist/esm/standard/elements/MediaPlayback.js +654 -668
  1061. package/dist/esm/standard/elements/MediaPlayback.js.map +1 -1
  1062. package/dist/esm/standard/elements/Messages.d.ts.map +1 -1
  1063. package/dist/esm/standard/elements/Messages.js +400 -408
  1064. package/dist/esm/standard/elements/Messages.js.map +1 -1
  1065. package/dist/esm/standard/elements/MicrowaveOvenControl.d.ts.map +1 -1
  1066. package/dist/esm/standard/elements/MicrowaveOvenControl.js +191 -192
  1067. package/dist/esm/standard/elements/MicrowaveOvenControl.js.map +1 -1
  1068. package/dist/esm/standard/elements/MicrowaveOvenDT.d.ts.map +1 -1
  1069. package/dist/esm/standard/elements/MicrowaveOvenDT.js +47 -47
  1070. package/dist/esm/standard/elements/MicrowaveOvenDT.js.map +1 -1
  1071. package/dist/esm/standard/elements/MicrowaveOvenMode.d.ts.map +1 -1
  1072. package/dist/esm/standard/elements/MicrowaveOvenMode.js +31 -39
  1073. package/dist/esm/standard/elements/MicrowaveOvenMode.js.map +1 -1
  1074. package/dist/esm/standard/elements/ModeBase.d.ts.map +1 -1
  1075. package/dist/esm/standard/elements/ModeBase.js +232 -241
  1076. package/dist/esm/standard/elements/ModeBase.js.map +1 -1
  1077. package/dist/esm/standard/elements/ModeSelect.d.ts.map +1 -1
  1078. package/dist/esm/standard/elements/ModeSelect.js +150 -147
  1079. package/dist/esm/standard/elements/ModeSelect.js.map +1 -1
  1080. package/dist/esm/standard/elements/ModeSelectDT.d.ts.map +1 -1
  1081. package/dist/esm/standard/elements/ModeSelectDT.js +21 -25
  1082. package/dist/esm/standard/elements/ModeSelectDT.js.map +1 -1
  1083. package/dist/esm/standard/elements/NetworkCommissioning.d.ts.map +1 -1
  1084. package/dist/esm/standard/elements/NetworkCommissioning.js +534 -574
  1085. package/dist/esm/standard/elements/NetworkCommissioning.js.map +1 -1
  1086. package/dist/esm/standard/elements/NitrogenDioxideConcentrationMeasurement.d.ts.map +1 -1
  1087. package/dist/esm/standard/elements/NitrogenDioxideConcentrationMeasurement.js +3 -6
  1088. package/dist/esm/standard/elements/NitrogenDioxideConcentrationMeasurement.js.map +1 -1
  1089. package/dist/esm/standard/elements/NumberNS.d.ts.map +1 -1
  1090. package/dist/esm/standard/elements/NumberNS.js +19 -19
  1091. package/dist/esm/standard/elements/NumberNS.js.map +1 -1
  1092. package/dist/esm/standard/elements/OccupancySensing.d.ts.map +1 -1
  1093. package/dist/esm/standard/elements/OccupancySensing.js +160 -175
  1094. package/dist/esm/standard/elements/OccupancySensing.js.map +1 -1
  1095. package/dist/esm/standard/elements/OccupancySensorDT.d.ts.map +1 -1
  1096. package/dist/esm/standard/elements/OccupancySensorDT.js +28 -30
  1097. package/dist/esm/standard/elements/OccupancySensorDT.js.map +1 -1
  1098. package/dist/esm/standard/elements/OnOff.d.ts.map +1 -1
  1099. package/dist/esm/standard/elements/OnOff.js +221 -242
  1100. package/dist/esm/standard/elements/OnOff.js.map +1 -1
  1101. package/dist/esm/standard/elements/OnOffLightDT.d.ts.map +1 -1
  1102. package/dist/esm/standard/elements/OnOffLightDT.js +54 -50
  1103. package/dist/esm/standard/elements/OnOffLightDT.js.map +1 -1
  1104. package/dist/esm/standard/elements/OnOffLightSwitchDT.d.ts.map +1 -1
  1105. package/dist/esm/standard/elements/OnOffLightSwitchDT.js +49 -51
  1106. package/dist/esm/standard/elements/OnOffLightSwitchDT.js.map +1 -1
  1107. package/dist/esm/standard/elements/OnOffPlugInUnitDT.d.ts.map +1 -1
  1108. package/dist/esm/standard/elements/OnOffPlugInUnitDT.js +54 -50
  1109. package/dist/esm/standard/elements/OnOffPlugInUnitDT.js.map +1 -1
  1110. package/dist/esm/standard/elements/OnOffSensorDT.d.ts.map +1 -1
  1111. package/dist/esm/standard/elements/OnOffSensorDT.js +63 -65
  1112. package/dist/esm/standard/elements/OnOffSensorDT.js.map +1 -1
  1113. package/dist/esm/standard/elements/OperationalCredentials.d.ts.map +1 -1
  1114. package/dist/esm/standard/elements/OperationalCredentials.js +369 -391
  1115. package/dist/esm/standard/elements/OperationalCredentials.js.map +1 -1
  1116. package/dist/esm/standard/elements/OperationalState.d.ts.map +1 -1
  1117. package/dist/esm/standard/elements/OperationalState.js +235 -231
  1118. package/dist/esm/standard/elements/OperationalState.js.map +1 -1
  1119. package/dist/esm/standard/elements/OtaProviderDT.d.ts.map +1 -1
  1120. package/dist/esm/standard/elements/OtaProviderDT.js +28 -32
  1121. package/dist/esm/standard/elements/OtaProviderDT.js.map +1 -1
  1122. package/dist/esm/standard/elements/OtaRequestorDT.d.ts.map +1 -1
  1123. package/dist/esm/standard/elements/OtaRequestorDT.js +28 -32
  1124. package/dist/esm/standard/elements/OtaRequestorDT.js.map +1 -1
  1125. package/dist/esm/standard/elements/OtaSoftwareUpdateProvider.d.ts.map +1 -1
  1126. package/dist/esm/standard/elements/OtaSoftwareUpdateProvider.js +276 -287
  1127. package/dist/esm/standard/elements/OtaSoftwareUpdateProvider.js.map +1 -1
  1128. package/dist/esm/standard/elements/OtaSoftwareUpdateRequestor.d.ts.map +1 -1
  1129. package/dist/esm/standard/elements/OtaSoftwareUpdateRequestor.js +359 -369
  1130. package/dist/esm/standard/elements/OtaSoftwareUpdateRequestor.js.map +1 -1
  1131. package/dist/esm/standard/elements/OvenCavityOperationalState.d.ts.map +1 -1
  1132. package/dist/esm/standard/elements/OvenCavityOperationalState.js +12 -10
  1133. package/dist/esm/standard/elements/OvenCavityOperationalState.js.map +1 -1
  1134. package/dist/esm/standard/elements/OvenDT.d.ts.map +1 -1
  1135. package/dist/esm/standard/elements/OvenDT.js +21 -23
  1136. package/dist/esm/standard/elements/OvenDT.js.map +1 -1
  1137. package/dist/esm/standard/elements/OvenMode.d.ts.map +1 -1
  1138. package/dist/esm/standard/elements/OvenMode.js +60 -63
  1139. package/dist/esm/standard/elements/OvenMode.js.map +1 -1
  1140. package/dist/esm/standard/elements/OzoneConcentrationMeasurement.d.ts.map +1 -1
  1141. package/dist/esm/standard/elements/OzoneConcentrationMeasurement.js +3 -6
  1142. package/dist/esm/standard/elements/OzoneConcentrationMeasurement.js.map +1 -1
  1143. package/dist/esm/standard/elements/Pm10ConcentrationMeasurement.d.ts.map +1 -1
  1144. package/dist/esm/standard/elements/Pm10ConcentrationMeasurement.js +3 -6
  1145. package/dist/esm/standard/elements/Pm10ConcentrationMeasurement.js.map +1 -1
  1146. package/dist/esm/standard/elements/Pm1ConcentrationMeasurement.d.ts.map +1 -1
  1147. package/dist/esm/standard/elements/Pm1ConcentrationMeasurement.js +3 -6
  1148. package/dist/esm/standard/elements/Pm1ConcentrationMeasurement.js.map +1 -1
  1149. package/dist/esm/standard/elements/Pm25ConcentrationMeasurement.d.ts.map +1 -1
  1150. package/dist/esm/standard/elements/Pm25ConcentrationMeasurement.js +3 -6
  1151. package/dist/esm/standard/elements/Pm25ConcentrationMeasurement.js.map +1 -1
  1152. package/dist/esm/standard/elements/PositionNS.d.ts.map +1 -1
  1153. package/dist/esm/standard/elements/PositionNS.js +15 -15
  1154. package/dist/esm/standard/elements/PositionNS.js.map +1 -1
  1155. package/dist/esm/standard/elements/PowerSource.d.ts.map +1 -1
  1156. package/dist/esm/standard/elements/PowerSource.js +772 -864
  1157. package/dist/esm/standard/elements/PowerSource.js.map +1 -1
  1158. package/dist/esm/standard/elements/PowerSourceConfiguration.d.ts.map +1 -1
  1159. package/dist/esm/standard/elements/PowerSourceConfiguration.js +17 -15
  1160. package/dist/esm/standard/elements/PowerSourceConfiguration.js.map +1 -1
  1161. package/dist/esm/standard/elements/PowerSourceDT.d.ts.map +1 -1
  1162. package/dist/esm/standard/elements/PowerSourceDT.js +20 -24
  1163. package/dist/esm/standard/elements/PowerSourceDT.js.map +1 -1
  1164. package/dist/esm/standard/elements/PowerSourceNS.d.ts.map +1 -1
  1165. package/dist/esm/standard/elements/PowerSourceNS.js +41 -41
  1166. package/dist/esm/standard/elements/PowerSourceNS.js.map +1 -1
  1167. package/dist/esm/standard/elements/PowerTopology.d.ts.map +1 -1
  1168. package/dist/esm/standard/elements/PowerTopology.js +53 -54
  1169. package/dist/esm/standard/elements/PowerTopology.js.map +1 -1
  1170. package/dist/esm/standard/elements/PressureMeasurement.d.ts.map +1 -1
  1171. package/dist/esm/standard/elements/PressureMeasurement.js +108 -107
  1172. package/dist/esm/standard/elements/PressureMeasurement.js.map +1 -1
  1173. package/dist/esm/standard/elements/PressureSensorDT.d.ts.map +1 -1
  1174. package/dist/esm/standard/elements/PressureSensorDT.js +28 -30
  1175. package/dist/esm/standard/elements/PressureSensorDT.js.map +1 -1
  1176. package/dist/esm/standard/elements/ProxyConfiguration.d.ts.map +1 -1
  1177. package/dist/esm/standard/elements/ProxyConfiguration.js +44 -44
  1178. package/dist/esm/standard/elements/ProxyConfiguration.js.map +1 -1
  1179. package/dist/esm/standard/elements/ProxyDiscovery.d.ts.map +1 -1
  1180. package/dist/esm/standard/elements/ProxyDiscovery.js +71 -71
  1181. package/dist/esm/standard/elements/ProxyDiscovery.js.map +1 -1
  1182. package/dist/esm/standard/elements/PumpConfigurationAndControl.d.ts.map +1 -1
  1183. package/dist/esm/standard/elements/PumpConfigurationAndControl.js +575 -609
  1184. package/dist/esm/standard/elements/PumpConfigurationAndControl.js.map +1 -1
  1185. package/dist/esm/standard/elements/PumpControllerDT.d.ts.map +1 -1
  1186. package/dist/esm/standard/elements/PumpControllerDT.js +91 -93
  1187. package/dist/esm/standard/elements/PumpControllerDT.js.map +1 -1
  1188. package/dist/esm/standard/elements/PumpDT.d.ts.map +1 -1
  1189. package/dist/esm/standard/elements/PumpDT.js +105 -107
  1190. package/dist/esm/standard/elements/PumpDT.js.map +1 -1
  1191. package/dist/esm/standard/elements/RadonConcentrationMeasurement.d.ts.map +1 -1
  1192. package/dist/esm/standard/elements/RadonConcentrationMeasurement.js +3 -6
  1193. package/dist/esm/standard/elements/RadonConcentrationMeasurement.js.map +1 -1
  1194. package/dist/esm/standard/elements/RainSensorDT.d.ts.map +1 -1
  1195. package/dist/esm/standard/elements/RainSensorDT.js +33 -35
  1196. package/dist/esm/standard/elements/RainSensorDT.js.map +1 -1
  1197. package/dist/esm/standard/elements/RefrigeratorAlarm.d.ts.map +1 -1
  1198. package/dist/esm/standard/elements/RefrigeratorAlarm.js +29 -39
  1199. package/dist/esm/standard/elements/RefrigeratorAlarm.js.map +1 -1
  1200. package/dist/esm/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.d.ts.map +1 -1
  1201. package/dist/esm/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.js +35 -43
  1202. package/dist/esm/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.js.map +1 -1
  1203. package/dist/esm/standard/elements/RefrigeratorDT.d.ts.map +1 -1
  1204. package/dist/esm/standard/elements/RefrigeratorDT.js +34 -36
  1205. package/dist/esm/standard/elements/RefrigeratorDT.js.map +1 -1
  1206. package/dist/esm/standard/elements/RefrigeratorNS.d.ts.map +1 -1
  1207. package/dist/esm/standard/elements/RefrigeratorNS.js +10 -7
  1208. package/dist/esm/standard/elements/RefrigeratorNS.js.map +1 -1
  1209. package/dist/esm/standard/elements/RelativeHumidityMeasurement.d.ts.map +1 -1
  1210. package/dist/esm/standard/elements/RelativeHumidityMeasurement.js +47 -45
  1211. package/dist/esm/standard/elements/RelativeHumidityMeasurement.js.map +1 -1
  1212. package/dist/esm/standard/elements/ResourceMonitoring.d.ts.map +1 -1
  1213. package/dist/esm/standard/elements/ResourceMonitoring.js +155 -167
  1214. package/dist/esm/standard/elements/ResourceMonitoring.js.map +1 -1
  1215. package/dist/esm/standard/elements/RoboticVacuumCleanerDT.d.ts.map +1 -1
  1216. package/dist/esm/standard/elements/RoboticVacuumCleanerDT.js +42 -44
  1217. package/dist/esm/standard/elements/RoboticVacuumCleanerDT.js.map +1 -1
  1218. package/dist/esm/standard/elements/RoomAirConditionerDT.d.ts.map +1 -1
  1219. package/dist/esm/standard/elements/RoomAirConditionerDT.js +73 -71
  1220. package/dist/esm/standard/elements/RoomAirConditionerDT.js.map +1 -1
  1221. package/dist/esm/standard/elements/RoomAirConditionerNS.d.ts.map +1 -1
  1222. package/dist/esm/standard/elements/RoomAirConditionerNS.js +10 -7
  1223. package/dist/esm/standard/elements/RoomAirConditionerNS.js.map +1 -1
  1224. package/dist/esm/standard/elements/RootNodeDT.d.ts.map +1 -1
  1225. package/dist/esm/standard/elements/RootNodeDT.js +169 -172
  1226. package/dist/esm/standard/elements/RootNodeDT.js.map +1 -1
  1227. package/dist/esm/standard/elements/RvcCleanMode.d.ts.map +1 -1
  1228. package/dist/esm/standard/elements/RvcCleanMode.js +40 -46
  1229. package/dist/esm/standard/elements/RvcCleanMode.js.map +1 -1
  1230. package/dist/esm/standard/elements/RvcOperationalState.d.ts.map +1 -1
  1231. package/dist/esm/standard/elements/RvcOperationalState.js +91 -96
  1232. package/dist/esm/standard/elements/RvcOperationalState.js.map +1 -1
  1233. package/dist/esm/standard/elements/RvcRunMode.d.ts.map +1 -1
  1234. package/dist/esm/standard/elements/RvcRunMode.js +51 -57
  1235. package/dist/esm/standard/elements/RvcRunMode.js.map +1 -1
  1236. package/dist/esm/standard/elements/ScenesManagement.d.ts.map +1 -1
  1237. package/dist/esm/standard/elements/ScenesManagement.js +680 -675
  1238. package/dist/esm/standard/elements/ScenesManagement.js.map +1 -1
  1239. package/dist/esm/standard/elements/SmokeCoAlarm.d.ts.map +1 -1
  1240. package/dist/esm/standard/elements/SmokeCoAlarm.js +440 -465
  1241. package/dist/esm/standard/elements/SmokeCoAlarm.js.map +1 -1
  1242. package/dist/esm/standard/elements/SmokeCoAlarmDT.d.ts.map +1 -1
  1243. package/dist/esm/standard/elements/SmokeCoAlarmDT.js +56 -58
  1244. package/dist/esm/standard/elements/SmokeCoAlarmDT.js.map +1 -1
  1245. package/dist/esm/standard/elements/SoftwareDiagnostics.d.ts.map +1 -1
  1246. package/dist/esm/standard/elements/SoftwareDiagnostics.js +134 -139
  1247. package/dist/esm/standard/elements/SoftwareDiagnostics.js.map +1 -1
  1248. package/dist/esm/standard/elements/SoftwareVersionCertificationStatusEnum.d.ts.map +1 -1
  1249. package/dist/esm/standard/elements/SoftwareVersionCertificationStatusEnum.js +27 -32
  1250. package/dist/esm/standard/elements/SoftwareVersionCertificationStatusEnum.js.map +1 -1
  1251. package/dist/esm/standard/elements/SpeakerDT.d.ts.map +1 -1
  1252. package/dist/esm/standard/elements/SpeakerDT.js +28 -32
  1253. package/dist/esm/standard/elements/SpeakerDT.js.map +1 -1
  1254. package/dist/esm/standard/elements/Switch.d.ts.map +1 -1
  1255. package/dist/esm/standard/elements/Switch.js +190 -191
  1256. package/dist/esm/standard/elements/Switch.js.map +1 -1
  1257. package/dist/esm/standard/elements/SwitchesNS.d.ts.map +1 -1
  1258. package/dist/esm/standard/elements/SwitchesNS.js +23 -23
  1259. package/dist/esm/standard/elements/SwitchesNS.js.map +1 -1
  1260. package/dist/esm/standard/elements/TargetNavigator.d.ts.map +1 -1
  1261. package/dist/esm/standard/elements/TargetNavigator.js +115 -127
  1262. package/dist/esm/standard/elements/TargetNavigator.js.map +1 -1
  1263. package/dist/esm/standard/elements/TemperatureControl.d.ts.map +1 -1
  1264. package/dist/esm/standard/elements/TemperatureControl.js +110 -111
  1265. package/dist/esm/standard/elements/TemperatureControl.js.map +1 -1
  1266. package/dist/esm/standard/elements/TemperatureControlledCabinetDT.d.ts.map +1 -1
  1267. package/dist/esm/standard/elements/TemperatureControlledCabinetDT.js +59 -64
  1268. package/dist/esm/standard/elements/TemperatureControlledCabinetDT.js.map +1 -1
  1269. package/dist/esm/standard/elements/TemperatureMeasurement.d.ts.map +1 -1
  1270. package/dist/esm/standard/elements/TemperatureMeasurement.js +57 -57
  1271. package/dist/esm/standard/elements/TemperatureMeasurement.js.map +1 -1
  1272. package/dist/esm/standard/elements/TemperatureSensorDT.d.ts.map +1 -1
  1273. package/dist/esm/standard/elements/TemperatureSensorDT.js +28 -30
  1274. package/dist/esm/standard/elements/TemperatureSensorDT.js.map +1 -1
  1275. package/dist/esm/standard/elements/Thermostat.d.ts.map +1 -1
  1276. package/dist/esm/standard/elements/Thermostat.js +1066 -1172
  1277. package/dist/esm/standard/elements/Thermostat.js.map +1 -1
  1278. package/dist/esm/standard/elements/ThermostatDT.d.ts.map +1 -1
  1279. package/dist/esm/standard/elements/ThermostatDT.js +98 -100
  1280. package/dist/esm/standard/elements/ThermostatDT.js.map +1 -1
  1281. package/dist/esm/standard/elements/ThermostatUserInterfaceConfiguration.d.ts.map +1 -1
  1282. package/dist/esm/standard/elements/ThermostatUserInterfaceConfiguration.js +72 -90
  1283. package/dist/esm/standard/elements/ThermostatUserInterfaceConfiguration.js.map +1 -1
  1284. package/dist/esm/standard/elements/ThreadNetworkDiagnostics.d.ts.map +1 -1
  1285. package/dist/esm/standard/elements/ThreadNetworkDiagnostics.js +1087 -1118
  1286. package/dist/esm/standard/elements/ThreadNetworkDiagnostics.js.map +1 -1
  1287. package/dist/esm/standard/elements/TimeFormatLocalization.d.ts.map +1 -1
  1288. package/dist/esm/standard/elements/TimeFormatLocalization.js +69 -143
  1289. package/dist/esm/standard/elements/TimeFormatLocalization.js.map +1 -1
  1290. package/dist/esm/standard/elements/TimeSynchronization.d.ts.map +1 -1
  1291. package/dist/esm/standard/elements/TimeSynchronization.js +569 -601
  1292. package/dist/esm/standard/elements/TimeSynchronization.js.map +1 -1
  1293. package/dist/esm/standard/elements/UnitLocalization.d.ts.map +1 -1
  1294. package/dist/esm/standard/elements/UnitLocalization.js +35 -42
  1295. package/dist/esm/standard/elements/UnitLocalization.js.map +1 -1
  1296. package/dist/esm/standard/elements/UserLabel.d.ts.map +1 -1
  1297. package/dist/esm/standard/elements/UserLabel.js +17 -16
  1298. package/dist/esm/standard/elements/UserLabel.js.map +1 -1
  1299. package/dist/esm/standard/elements/ValidProxies.d.ts.map +1 -1
  1300. package/dist/esm/standard/elements/ValidProxies.js +42 -39
  1301. package/dist/esm/standard/elements/ValidProxies.js.map +1 -1
  1302. package/dist/esm/standard/elements/ValveConfigurationAndControl.d.ts.map +1 -1
  1303. package/dist/esm/standard/elements/ValveConfigurationAndControl.js +243 -256
  1304. package/dist/esm/standard/elements/ValveConfigurationAndControl.js.map +1 -1
  1305. package/dist/esm/standard/elements/VideoRemoteControlDT.d.ts.map +1 -1
  1306. package/dist/esm/standard/elements/VideoRemoteControlDT.js +112 -116
  1307. package/dist/esm/standard/elements/VideoRemoteControlDT.js.map +1 -1
  1308. package/dist/esm/standard/elements/WakeOnLan.d.ts.map +1 -1
  1309. package/dist/esm/standard/elements/WakeOnLan.js +33 -33
  1310. package/dist/esm/standard/elements/WakeOnLan.js.map +1 -1
  1311. package/dist/esm/standard/elements/WaterFreezeDetectorDT.d.ts.map +1 -1
  1312. package/dist/esm/standard/elements/WaterFreezeDetectorDT.js +33 -35
  1313. package/dist/esm/standard/elements/WaterFreezeDetectorDT.js.map +1 -1
  1314. package/dist/esm/standard/elements/WaterLeakDetectorDT.d.ts.map +1 -1
  1315. package/dist/esm/standard/elements/WaterLeakDetectorDT.js +33 -35
  1316. package/dist/esm/standard/elements/WaterLeakDetectorDT.js.map +1 -1
  1317. package/dist/esm/standard/elements/WaterValveDT.d.ts.map +1 -1
  1318. package/dist/esm/standard/elements/WaterValveDT.js +42 -46
  1319. package/dist/esm/standard/elements/WaterValveDT.js.map +1 -1
  1320. package/dist/esm/standard/elements/WiFiNetworkDiagnostics.d.ts.map +1 -1
  1321. package/dist/esm/standard/elements/WiFiNetworkDiagnostics.js +289 -336
  1322. package/dist/esm/standard/elements/WiFiNetworkDiagnostics.js.map +1 -1
  1323. package/dist/esm/standard/elements/WildcardPathFlagsBitmap.d.ts.map +1 -1
  1324. package/dist/esm/standard/elements/WildcardPathFlagsBitmap.js +49 -53
  1325. package/dist/esm/standard/elements/WildcardPathFlagsBitmap.js.map +1 -1
  1326. package/dist/esm/standard/elements/WindowCovering.d.ts.map +1 -1
  1327. package/dist/esm/standard/elements/WindowCovering.js +613 -695
  1328. package/dist/esm/standard/elements/WindowCovering.js.map +1 -1
  1329. package/dist/esm/standard/elements/WindowCoveringControllerDT.d.ts.map +1 -1
  1330. package/dist/esm/standard/elements/WindowCoveringControllerDT.js +49 -51
  1331. package/dist/esm/standard/elements/WindowCoveringControllerDT.js.map +1 -1
  1332. package/dist/esm/standard/elements/WindowCoveringDT.d.ts.map +1 -1
  1333. package/dist/esm/standard/elements/WindowCoveringDT.js +42 -52
  1334. package/dist/esm/standard/elements/WindowCoveringDT.js.map +1 -1
  1335. package/dist/esm/standard/elements/date.d.ts.map +1 -1
  1336. package/dist/esm/standard/elements/date.js +54 -54
  1337. package/dist/esm/standard/elements/date.js.map +1 -1
  1338. package/dist/esm/standard/elements/epoch-us.d.ts.map +1 -1
  1339. package/dist/esm/standard/elements/epoch-us.js +10 -8
  1340. package/dist/esm/standard/elements/epoch-us.js.map +1 -1
  1341. package/dist/esm/standard/elements/list.d.ts.map +1 -1
  1342. package/dist/esm/standard/elements/list.js +10 -8
  1343. package/dist/esm/standard/elements/list.js.map +1 -1
  1344. package/dist/esm/standard/elements/priority.d.ts.map +1 -1
  1345. package/dist/esm/standard/elements/priority.js +21 -21
  1346. package/dist/esm/standard/elements/priority.js.map +1 -1
  1347. package/dist/esm/standard/elements/semtag.d.ts.map +1 -1
  1348. package/dist/esm/standard/elements/semtag.js +47 -47
  1349. package/dist/esm/standard/elements/semtag.js.map +1 -1
  1350. package/dist/esm/standard/elements/status.d.ts.map +1 -1
  1351. package/dist/esm/standard/elements/status.js +185 -185
  1352. package/dist/esm/standard/elements/status.js.map +1 -1
  1353. package/dist/esm/standard/elements/temperature.d.ts.map +1 -1
  1354. package/dist/esm/standard/elements/temperature.js +10 -8
  1355. package/dist/esm/standard/elements/temperature.js.map +1 -1
  1356. package/dist/esm/standard/elements/tod.d.ts.map +1 -1
  1357. package/dist/esm/standard/elements/tod.js +14 -19
  1358. package/dist/esm/standard/elements/tod.js.map +1 -1
  1359. package/package.json +4 -4
  1360. package/src/elements/MatterElement.ts +7 -2
  1361. package/src/logic/DefaultValue.ts +13 -11
  1362. package/src/logic/ModelTraversal.ts +28 -147
  1363. package/src/logic/ModelVariantTraversal.ts +0 -1
  1364. package/src/logic/Scope.ts +400 -0
  1365. package/src/logic/index.ts +1 -0
  1366. package/src/models/AttributeModel.ts +4 -0
  1367. package/src/models/Children.ts +24 -1
  1368. package/src/models/ClusterModel.ts +12 -51
  1369. package/src/models/CommandModel.ts +4 -0
  1370. package/src/models/DatatypeModel.ts +0 -2
  1371. package/src/models/EventModel.ts +4 -0
  1372. package/src/models/MatterModel.ts +6 -5
  1373. package/src/models/Model.ts +38 -12
  1374. package/src/models/ScopeModel.ts +55 -0
  1375. package/src/models/ValueModel.ts +17 -39
  1376. package/src/models/index.ts +1 -0
  1377. package/src/standard/elements/AcceptedCommandList.ts +19 -16
  1378. package/src/standard/elements/AccessControl.ts +352 -355
  1379. package/src/standard/elements/AccountLogin.ts +117 -109
  1380. package/src/standard/elements/Actions.ts +472 -472
  1381. package/src/standard/elements/ActivatedCarbonFilterMonitoring.ts +3 -3
  1382. package/src/standard/elements/AdministratorCommissioning.ts +206 -220
  1383. package/src/standard/elements/AggregatorDT.ts +30 -33
  1384. package/src/standard/elements/AirPurifierDT.ts +34 -37
  1385. package/src/standard/elements/AirQuality.ts +45 -52
  1386. package/src/standard/elements/AirQualitySensorDT.ts +74 -77
  1387. package/src/standard/elements/AlarmBase.ts +132 -130
  1388. package/src/standard/elements/ApplicationBasic.ts +117 -119
  1389. package/src/standard/elements/ApplicationLauncher.ts +141 -143
  1390. package/src/standard/elements/AttributeList.ts +11 -8
  1391. package/src/standard/elements/AudioOutput.ts +89 -91
  1392. package/src/standard/elements/BallastConfiguration.ts +197 -201
  1393. package/src/standard/elements/BaseDT.ts +65 -83
  1394. package/src/standard/elements/BasicInformation.ts +420 -417
  1395. package/src/standard/elements/BasicVideoPlayerDT.ts +75 -78
  1396. package/src/standard/elements/Binding.ts +75 -75
  1397. package/src/standard/elements/BooleanState.ts +26 -25
  1398. package/src/standard/elements/BooleanStateConfiguration.ts +158 -159
  1399. package/src/standard/elements/BridgedDeviceBasicInformation.ts +77 -110
  1400. package/src/standard/elements/BridgedNodeDT.ts +27 -30
  1401. package/src/standard/elements/CarbonDioxideConcentrationMeasurement.ts +3 -4
  1402. package/src/standard/elements/CarbonMonoxideConcentrationMeasurement.ts +3 -4
  1403. package/src/standard/elements/CastingVideoClientDT.ts +82 -85
  1404. package/src/standard/elements/CastingVideoPlayerDT.ts +92 -94
  1405. package/src/standard/elements/Channel.ts +672 -677
  1406. package/src/standard/elements/ClosureNS.ts +12 -11
  1407. package/src/standard/elements/ColorControl.ts +960 -988
  1408. package/src/standard/elements/ColorDimmerSwitchDT.ts +41 -41
  1409. package/src/standard/elements/ColorTemperatureLightDT.ts +60 -51
  1410. package/src/standard/elements/CompassDirectionNS.ts +17 -17
  1411. package/src/standard/elements/CompassLocationNS.ts +17 -17
  1412. package/src/standard/elements/ConcentrationMeasurement.ts +149 -161
  1413. package/src/standard/elements/ContactSensorDT.ts +23 -27
  1414. package/src/standard/elements/ContentAppDT.ts +61 -60
  1415. package/src/standard/elements/ContentAppObserver.ts +87 -92
  1416. package/src/standard/elements/ContentControl.ts +549 -532
  1417. package/src/standard/elements/ContentLauncher.ts +529 -547
  1418. package/src/standard/elements/ControlBridgeDT.ts +50 -50
  1419. package/src/standard/elements/CookSurfaceDT.ts +27 -24
  1420. package/src/standard/elements/CooktopDT.ts +24 -21
  1421. package/src/standard/elements/Descriptor.ts +87 -73
  1422. package/src/standard/elements/DeviceEnergyManagement.ts +1173 -1206
  1423. package/src/standard/elements/DeviceEnergyManagementDT.ts +20 -20
  1424. package/src/standard/elements/DeviceEnergyManagementMode.ts +45 -47
  1425. package/src/standard/elements/DiagnosticLogs.ts +187 -197
  1426. package/src/standard/elements/DimmableLightDT.ts +54 -45
  1427. package/src/standard/elements/DimmablePlugInUnitDT.ts +54 -45
  1428. package/src/standard/elements/DimmerSwitchDT.ts +38 -38
  1429. package/src/standard/elements/DirectionNS.ts +15 -15
  1430. package/src/standard/elements/DishwasherAlarm.ts +18 -22
  1431. package/src/standard/elements/DishwasherDT.ts +44 -40
  1432. package/src/standard/elements/DishwasherMode.ts +45 -51
  1433. package/src/standard/elements/DoorLock.ts +2630 -2697
  1434. package/src/standard/elements/DoorLockControllerDT.ts +27 -31
  1435. package/src/standard/elements/DoorLockDT.ts +32 -35
  1436. package/src/standard/elements/ElectricalEnergyMeasurement.ts +333 -337
  1437. package/src/standard/elements/ElectricalMeasurementNS.ts +25 -25
  1438. package/src/standard/elements/ElectricalPowerMeasurement.ts +506 -504
  1439. package/src/standard/elements/ElectricalSensorDT.ts +24 -24
  1440. package/src/standard/elements/EnergyEvse.ts +851 -881
  1441. package/src/standard/elements/EnergyEvseMode.ts +34 -36
  1442. package/src/standard/elements/EnergyPreference.ts +130 -129
  1443. package/src/standard/elements/EthernetNetworkDiagnostics.ts +140 -148
  1444. package/src/standard/elements/EventList.ts +11 -8
  1445. package/src/standard/elements/ExtendedColorLightDT.ts +66 -58
  1446. package/src/standard/elements/ExtractorHoodDT.ts +48 -48
  1447. package/src/standard/elements/FanControl.ts +267 -299
  1448. package/src/standard/elements/FanDT.ts +26 -29
  1449. package/src/standard/elements/FixedLabel.ts +34 -32
  1450. package/src/standard/elements/FlowMeasurement.ts +37 -35
  1451. package/src/standard/elements/FlowSensorDT.ts +19 -20
  1452. package/src/standard/elements/FormaldehydeConcentrationMeasurement.ts +3 -4
  1453. package/src/standard/elements/GeneralCommissioning.ts +272 -270
  1454. package/src/standard/elements/GeneralDiagnostics.ts +565 -546
  1455. package/src/standard/elements/GeneratedCommandList.ts +18 -15
  1456. package/src/standard/elements/GenericSwitchDT.ts +19 -23
  1457. package/src/standard/elements/GroupKeyManagement.ts +269 -261
  1458. package/src/standard/elements/Groups.ts +212 -202
  1459. package/src/standard/elements/HepaFilterMonitoring.ts +3 -3
  1460. package/src/standard/elements/HumiditySensorDT.ts +19 -20
  1461. package/src/standard/elements/IcdManagement.ts +352 -357
  1462. package/src/standard/elements/Identify.ts +116 -133
  1463. package/src/standard/elements/IlluminanceMeasurement.ts +46 -47
  1464. package/src/standard/elements/KeypadInput.ts +157 -167
  1465. package/src/standard/elements/Label.ts +36 -34
  1466. package/src/standard/elements/LaundryDryerControls.ts +44 -47
  1467. package/src/standard/elements/LaundryDryerDT.ts +40 -38
  1468. package/src/standard/elements/LaundryNS.ts +12 -12
  1469. package/src/standard/elements/LaundryWasherControls.ts +90 -87
  1470. package/src/standard/elements/LaundryWasherDT.ts +45 -42
  1471. package/src/standard/elements/LaundryWasherMode.ts +50 -56
  1472. package/src/standard/elements/LevelControl.ts +308 -333
  1473. package/src/standard/elements/LevelNS.ts +13 -12
  1474. package/src/standard/elements/LightSensorDT.ts +20 -20
  1475. package/src/standard/elements/LocalizationConfiguration.ts +25 -20
  1476. package/src/standard/elements/LocationNS.ts +24 -24
  1477. package/src/standard/elements/LowPower.ts +27 -27
  1478. package/src/standard/elements/MeasurementAccuracyRangeStruct.ts +109 -109
  1479. package/src/standard/elements/MeasurementAccuracyStruct.ts +33 -30
  1480. package/src/standard/elements/MeasurementTypeEnum.ts +21 -52
  1481. package/src/standard/elements/MediaInput.ts +120 -125
  1482. package/src/standard/elements/MediaPlayback.ts +614 -618
  1483. package/src/standard/elements/Messages.ts +336 -334
  1484. package/src/standard/elements/MicrowaveOvenControl.ts +184 -182
  1485. package/src/standard/elements/MicrowaveOvenDT.ts +41 -38
  1486. package/src/standard/elements/MicrowaveOvenMode.ts +25 -31
  1487. package/src/standard/elements/ModeBase.ts +297 -300
  1488. package/src/standard/elements/ModeSelect.ts +198 -190
  1489. package/src/standard/elements/ModeSelectDT.ts +15 -19
  1490. package/src/standard/elements/NetworkCommissioning.ts +729 -748
  1491. package/src/standard/elements/NitrogenDioxideConcentrationMeasurement.ts +3 -4
  1492. package/src/standard/elements/NumberNS.ts +19 -19
  1493. package/src/standard/elements/OccupancySensing.ts +136 -147
  1494. package/src/standard/elements/OccupancySensorDT.ts +20 -20
  1495. package/src/standard/elements/OnOff.ts +231 -248
  1496. package/src/standard/elements/OnOffLightDT.ts +52 -43
  1497. package/src/standard/elements/OnOffLightSwitchDT.ts +32 -32
  1498. package/src/standard/elements/OnOffPlugInUnitDT.ts +52 -43
  1499. package/src/standard/elements/OnOffSensorDT.ts +40 -40
  1500. package/src/standard/elements/OperationalCredentials.ts +518 -517
  1501. package/src/standard/elements/OperationalState.ts +401 -396
  1502. package/src/standard/elements/OtaProviderDT.ts +20 -23
  1503. package/src/standard/elements/OtaRequestorDT.ts +19 -23
  1504. package/src/standard/elements/OtaSoftwareUpdateProvider.ts +478 -485
  1505. package/src/standard/elements/OtaSoftwareUpdateRequestor.ts +398 -405
  1506. package/src/standard/elements/OvenCavityOperationalState.ts +10 -7
  1507. package/src/standard/elements/OvenDT.ts +17 -17
  1508. package/src/standard/elements/OvenMode.ts +52 -55
  1509. package/src/standard/elements/OzoneConcentrationMeasurement.ts +3 -3
  1510. package/src/standard/elements/Pm10ConcentrationMeasurement.ts +3 -3
  1511. package/src/standard/elements/Pm1ConcentrationMeasurement.ts +3 -3
  1512. package/src/standard/elements/Pm25ConcentrationMeasurement.ts +3 -3
  1513. package/src/standard/elements/PositionNS.ts +28 -28
  1514. package/src/standard/elements/PowerSource.ts +643 -694
  1515. package/src/standard/elements/PowerSourceConfiguration.ts +19 -16
  1516. package/src/standard/elements/PowerSourceDT.ts +14 -18
  1517. package/src/standard/elements/PowerSourceNS.ts +41 -41
  1518. package/src/standard/elements/PowerTopology.ts +41 -39
  1519. package/src/standard/elements/PressureMeasurement.ts +78 -75
  1520. package/src/standard/elements/PressureSensorDT.ts +19 -20
  1521. package/src/standard/elements/ProxyConfiguration.ts +38 -36
  1522. package/src/standard/elements/ProxyDiscovery.ts +60 -60
  1523. package/src/standard/elements/PumpConfigurationAndControl.ts +581 -610
  1524. package/src/standard/elements/PumpControllerDT.ts +55 -56
  1525. package/src/standard/elements/PumpDT.ts +65 -65
  1526. package/src/standard/elements/RadonConcentrationMeasurement.ts +3 -3
  1527. package/src/standard/elements/RainSensorDT.ts +25 -25
  1528. package/src/standard/elements/RefrigeratorAlarm.ts +27 -32
  1529. package/src/standard/elements/RefrigeratorAndTemperatureControlledCabinetMode.ts +37 -43
  1530. package/src/standard/elements/RefrigeratorDT.ts +28 -28
  1531. package/src/standard/elements/RefrigeratorNS.ts +11 -7
  1532. package/src/standard/elements/RelativeHumidityMeasurement.ts +34 -32
  1533. package/src/standard/elements/ResourceMonitoring.ts +140 -149
  1534. package/src/standard/elements/RoboticVacuumCleanerDT.ts +27 -28
  1535. package/src/standard/elements/RoomAirConditionerDT.ts +56 -48
  1536. package/src/standard/elements/RoomAirConditionerNS.ts +11 -7
  1537. package/src/standard/elements/RootNodeDT.ts +114 -114
  1538. package/src/standard/elements/RvcCleanMode.ts +42 -47
  1539. package/src/standard/elements/RvcOperationalState.ts +82 -84
  1540. package/src/standard/elements/RvcRunMode.ts +74 -79
  1541. package/src/standard/elements/ScenesManagement.ts +649 -645
  1542. package/src/standard/elements/SmokeCoAlarm.ts +387 -403
  1543. package/src/standard/elements/SmokeCoAlarmDT.ts +46 -46
  1544. package/src/standard/elements/SoftwareDiagnostics.ts +131 -132
  1545. package/src/standard/elements/SoftwareVersionCertificationStatusEnum.ts +21 -24
  1546. package/src/standard/elements/SpeakerDT.ts +34 -37
  1547. package/src/standard/elements/Switch.ts +176 -173
  1548. package/src/standard/elements/SwitchesNS.ts +33 -33
  1549. package/src/standard/elements/TargetNavigator.ts +112 -117
  1550. package/src/standard/elements/TemperatureControl.ts +115 -113
  1551. package/src/standard/elements/TemperatureControlledCabinetDT.ts +53 -56
  1552. package/src/standard/elements/TemperatureMeasurement.ts +44 -44
  1553. package/src/standard/elements/TemperatureSensorDT.ts +19 -20
  1554. package/src/standard/elements/Thermostat.ts +1103 -1179
  1555. package/src/standard/elements/ThermostatDT.ts +63 -63
  1556. package/src/standard/elements/ThermostatUserInterfaceConfiguration.ts +60 -74
  1557. package/src/standard/elements/ThreadNetworkDiagnostics.ts +920 -938
  1558. package/src/standard/elements/TimeFormatLocalization.ts +89 -133
  1559. package/src/standard/elements/TimeSynchronization.ts +528 -540
  1560. package/src/standard/elements/UnitLocalization.ts +41 -45
  1561. package/src/standard/elements/UserLabel.ts +14 -13
  1562. package/src/standard/elements/ValidProxies.ts +40 -32
  1563. package/src/standard/elements/ValveConfigurationAndControl.ts +272 -283
  1564. package/src/standard/elements/VideoRemoteControlDT.ts +70 -73
  1565. package/src/standard/elements/WakeOnLan.ts +56 -56
  1566. package/src/standard/elements/WaterFreezeDetectorDT.ts +25 -25
  1567. package/src/standard/elements/WaterLeakDetectorDT.ts +25 -25
  1568. package/src/standard/elements/WaterValveDT.ts +28 -31
  1569. package/src/standard/elements/WiFiNetworkDiagnostics.ts +258 -287
  1570. package/src/standard/elements/WildcardPathFlagsBitmap.ts +41 -44
  1571. package/src/standard/elements/WindowCovering.ts +619 -660
  1572. package/src/standard/elements/WindowCoveringControllerDT.ts +31 -32
  1573. package/src/standard/elements/WindowCoveringDT.ts +30 -36
  1574. package/src/standard/elements/date.ts +34 -35
  1575. package/src/standard/elements/epoch-us.ts +63 -61
  1576. package/src/standard/elements/list.ts +91 -89
  1577. package/src/standard/elements/priority.ts +18 -18
  1578. package/src/standard/elements/semtag.ts +49 -49
  1579. package/src/standard/elements/status.ts +157 -157
  1580. package/src/standard/elements/temperature.ts +29 -27
  1581. package/src/standard/elements/tod.ts +11 -15
@@ -11,48 +11,35 @@ import {
11
11
  CommandElement as Command,
12
12
  DatatypeElement as Datatype
13
13
  } from "../../elements/index.js";
14
- const ColorControl = Cluster({
15
- name: "ColorControl",
16
- id: 768,
17
- classification: "application",
18
- pics: "CC",
19
- xref: { document: "cluster", section: "3.2" },
20
- children: [
21
- Attribute({ name: "ClusterRevision", id: 65533, type: "ClusterRevision", default: 6 }),
22
- Attribute({
23
- name: "FeatureMap",
24
- id: 65532,
25
- type: "FeatureMap",
26
- xref: { document: "cluster", section: "3.2.5" },
27
- children: [
28
- Field({
29
- name: "HS",
30
- constraint: "0",
31
- description: "HueSaturation",
32
- details: "Supports color specification via hue/saturation."
33
- }),
34
- Field({
35
- name: "EHUE",
36
- constraint: "1",
37
- description: "EnhancedHue",
38
- details: "Enhanced hue is supported."
39
- }),
40
- Field({ name: "CL", constraint: "2", description: "ColorLoop", details: "Color loop is supported." }),
41
- Field({
42
- name: "XY",
43
- constraint: "3",
44
- description: "Xy",
45
- details: "Supports color specification via XY."
46
- }),
47
- Field({
48
- name: "CT",
49
- constraint: "4",
50
- description: "ColorTemperature",
51
- details: "Supports specification of color temperature."
52
- })
53
- ]
54
- }),
55
- Attribute({
14
+ const ColorControl = Cluster(
15
+ {
16
+ name: "ColorControl",
17
+ id: 768,
18
+ classification: "application",
19
+ pics: "CC",
20
+ xref: { document: "cluster", section: "3.2" }
21
+ },
22
+ Attribute({ name: "ClusterRevision", id: 65533, type: "ClusterRevision", default: 6 }),
23
+ Attribute(
24
+ { name: "FeatureMap", id: 65532, type: "FeatureMap", xref: { document: "cluster", section: "3.2.5" } },
25
+ Field({
26
+ name: "HS",
27
+ constraint: "0",
28
+ description: "HueSaturation",
29
+ details: "Supports color specification via hue/saturation."
30
+ }),
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
+ Field({
35
+ name: "CT",
36
+ constraint: "4",
37
+ description: "ColorTemperature",
38
+ details: "Supports specification of color temperature."
39
+ })
40
+ ),
41
+ Attribute(
42
+ {
56
43
  name: "CurrentHue",
57
44
  id: 0,
58
45
  type: "uint8",
@@ -63,31 +50,33 @@ const ColorControl = Cluster({
63
50
  quality: "N P",
64
51
  details: "The CurrentHue attribute contains the current hue value of the light. It is updated as fast as practical during commands that change the hue.\nThe hue in degrees shall be related to the CurrentHue attribute by the relationship: Hue = CurrentHue x 360 / 254 (CurrentHue in the range 0 to 254 inclusive)\nIf this attribute is implemented then the CurrentSaturation and ColorMode attributes shall also be implemented.",
65
52
  xref: { document: "cluster", section: "3.2.7.2" }
66
- }),
67
- Attribute({
68
- name: "CurrentSaturation",
69
- id: 1,
70
- type: "uint8",
71
- access: "R V",
72
- conformance: "HS",
73
- constraint: "0 to 254",
74
- default: 0,
75
- quality: "N S P",
76
- details: "The CurrentSaturation attribute holds the current saturation value of the light. It is updated as fast as practical during commands that change the saturation.\nThe saturation shall be related to the CurrentSaturation attribute by the relationship: Saturation = CurrentSaturation/254 (CurrentSaturation in the range 0 to 254 inclusive)\nIf this attribute is implemented then the CurrentHue and ColorMode attributes shall also be implemented.",
77
- xref: { document: "cluster", section: "3.2.7.3" }
78
- }),
79
- Attribute({
80
- name: "RemainingTime",
81
- id: 2,
82
- type: "uint16",
83
- access: "R V",
84
- conformance: "O",
85
- constraint: "0 to 65535",
86
- default: 0,
87
- details: "The RemainingTime attribute holds the time remaining, in 1/10ths of a second, until the currently active command will be complete.",
88
- xref: { document: "cluster", section: "3.2.7.4" }
89
- }),
90
- Attribute({
53
+ }
54
+ ),
55
+ Attribute({
56
+ name: "CurrentSaturation",
57
+ id: 1,
58
+ type: "uint8",
59
+ access: "R V",
60
+ conformance: "HS",
61
+ constraint: "0 to 254",
62
+ default: 0,
63
+ quality: "N S P",
64
+ details: "The CurrentSaturation attribute holds the current saturation value of the light. It is updated as fast as practical during commands that change the saturation.\nThe saturation shall be related to the CurrentSaturation attribute by the relationship: Saturation = CurrentSaturation/254 (CurrentSaturation in the range 0 to 254 inclusive)\nIf this attribute is implemented then the CurrentHue and ColorMode attributes shall also be implemented.",
65
+ xref: { document: "cluster", section: "3.2.7.3" }
66
+ }),
67
+ Attribute({
68
+ name: "RemainingTime",
69
+ id: 2,
70
+ type: "uint16",
71
+ access: "R V",
72
+ conformance: "O",
73
+ constraint: "0 to 65535",
74
+ default: 0,
75
+ details: "The RemainingTime attribute holds the time remaining, in 1/10ths of a second, until the currently active command will be complete.",
76
+ xref: { document: "cluster", section: "3.2.7.4" }
77
+ }),
78
+ Attribute(
79
+ {
91
80
  name: "CurrentX",
92
81
  id: 3,
93
82
  type: "uint16",
@@ -98,8 +87,10 @@ const ColorControl = Cluster({
98
87
  quality: "N S P",
99
88
  details: "The CurrentX attribute contains the current value of the normalized chromaticity value x, as defined in the CIE xyY Color Space. It is updated as fast as practical during commands that change the color.\nThe value of x shall be related to the CurrentX attribute by the relationship x = CurrentX / 65536 (CurrentX in the range 0 to 65279 inclusive)",
100
89
  xref: { document: "cluster", section: "3.2.7.5" }
101
- }),
102
- Attribute({
90
+ }
91
+ ),
92
+ Attribute(
93
+ {
103
94
  name: "CurrentY",
104
95
  id: 4,
105
96
  type: "uint16",
@@ -110,8 +101,10 @@ const ColorControl = Cluster({
110
101
  quality: "N S P",
111
102
  details: "The CurrentY attribute contains the current value of the normalized chromaticity value y, as defined in the CIE xyY Color Space. It is updated as fast as practical during commands that change the color.\nThe value of y shall be related to the CurrentY attribute by the relationship y = CurrentY / 65536 (CurrentY in the range 0 to 65279 inclusive)",
112
103
  xref: { document: "cluster", section: "3.2.7.6" }
113
- }),
114
- Attribute({
104
+ }
105
+ ),
106
+ Attribute(
107
+ {
115
108
  name: "DriftCompensation",
116
109
  id: 5,
117
110
  type: "enum8",
@@ -119,26 +112,26 @@ const ColorControl = Cluster({
119
112
  conformance: "O",
120
113
  constraint: "0 to 4",
121
114
  details: "The DriftCompensation attribute indicates what mechanism, if any, is in use for compensation for color/intensity drift over time. It shall be one of the non-reserved values in Values of the DriftCompensation Attribute.\n### Table 8. Values of the DriftCompensation Attribute",
122
- xref: { document: "cluster", section: "3.2.7.7" },
123
- children: [
124
- Field({ name: "None", id: 0 }),
125
- Field({ name: "OtherUnknown", id: 1 }),
126
- Field({ name: "TemperatureMonitoring", id: 2 }),
127
- Field({ name: "OpticalLuminanceMonitoringAndFeedback", id: 3 }),
128
- Field({ name: "OpticalColorMonitoringAndFeedback", id: 4 })
129
- ]
130
- }),
131
- Attribute({
132
- name: "CompensationText",
133
- id: 6,
134
- type: "string",
135
- access: "R V",
136
- conformance: "O",
137
- constraint: "max 254",
138
- details: "The CompensationText attribute holds a textual indication of what mechanism, if any, is in use to compensate for color/intensity drift over time.",
139
- xref: { document: "cluster", section: "3.2.7.8" }
140
- }),
141
- Attribute({
115
+ xref: { document: "cluster", section: "3.2.7.7" }
116
+ },
117
+ Field({ name: "None", id: 0 }),
118
+ Field({ name: "OtherUnknown", id: 1 }),
119
+ Field({ name: "TemperatureMonitoring", id: 2 }),
120
+ Field({ name: "OpticalLuminanceMonitoringAndFeedback", id: 3 }),
121
+ Field({ name: "OpticalColorMonitoringAndFeedback", id: 4 })
122
+ ),
123
+ Attribute({
124
+ name: "CompensationText",
125
+ id: 6,
126
+ type: "string",
127
+ access: "R V",
128
+ conformance: "O",
129
+ constraint: "max 254",
130
+ details: "The CompensationText attribute holds a textual indication of what mechanism, if any, is in use to compensate for color/intensity drift over time.",
131
+ xref: { document: "cluster", section: "3.2.7.8" }
132
+ }),
133
+ Attribute(
134
+ {
142
135
  name: "ColorTemperatureMireds",
143
136
  id: 7,
144
137
  type: "uint16",
@@ -149,8 +142,10 @@ const ColorControl = Cluster({
149
142
  quality: "N S P",
150
143
  details: "The ColorTemperatureMireds attribute contains a scaled inverse of the current value of the color temperature. The unit of ColorTemperatureMireds is the mired (micro reciprocal degree), a.k.a. mirek (micro reciprocal kelvin). It is updated as fast as practical during commands that change the color.\nThe color temperature value in kelvins shall be related to the ColorTemperatureMireds attribute in mireds by the relationship\nColor temperature in kelvins = 1,000,000 / ColorTemperatureMireds, where ColorTemperatureMireds is in the range 1 to 65279 mireds inclusive, giving a color temperature range from 1,000,000 kelvins to 15.32 kelvins.\nIf this attribute is implemented then the ColorMode attribute shall also be implemented.",
151
144
  xref: { document: "cluster", section: "3.2.7.9" }
152
- }),
153
- Attribute({
145
+ }
146
+ ),
147
+ Attribute(
148
+ {
154
149
  name: "ColorMode",
155
150
  id: 8,
156
151
  type: "enum8",
@@ -159,14 +154,14 @@ const ColorControl = Cluster({
159
154
  constraint: "0 to 2",
160
155
  quality: "N",
161
156
  details: "The ColorMode attribute indicates which attributes are currently determining the color of the device.\nThe value of the ColorMode attribute cannot be written directly - it is set upon reception of any command in section Commands to the appropriate mode for that command.\nTable 9. Values of the ColorMode Attribute",
162
- xref: { document: "cluster", section: "3.2.7.10" },
163
- children: [
164
- Field({ name: "CurrentHueAndCurrentSaturation", id: 0, conformance: "HS" }),
165
- Field({ name: "CurrentXAndCurrentY", id: 1, conformance: "XY" }),
166
- Field({ name: "ColorTemperatureMireds", id: 2, conformance: "CT" })
167
- ]
168
- }),
169
- Attribute({
157
+ xref: { document: "cluster", section: "3.2.7.10" }
158
+ },
159
+ Field({ name: "CurrentHueAndCurrentSaturation", id: 0, conformance: "HS" }),
160
+ Field({ name: "CurrentXAndCurrentY", id: 1, conformance: "XY" }),
161
+ Field({ name: "ColorTemperatureMireds", id: 2, conformance: "CT" })
162
+ ),
163
+ Attribute(
164
+ {
170
165
  name: "Options",
171
166
  id: 15,
172
167
  type: "map8",
@@ -175,21 +170,23 @@ const ColorControl = Cluster({
175
170
  constraint: "desc",
176
171
  default: 0,
177
172
  details: "The Options attribute is meant to be changed only during commissioning. The Options attribute is a bitmap that determines the default behavior of some cluster commands. Each command that is dependent on the Options attribute shall first construct a temporary Options bitmap that is in effect during the command processing. The temporary Options bitmap has the same format and meaning as the Options attribute, but includes any bits that may be overridden by command fields.\nBelow is the format and description of the Options attribute and temporary Options bitmap and the effect on dependent commands.\nTable 10. Options Attribute\nExecuteIfOff Options bit: Command execution shall NOT continue beyond the Options processing if all of these criteria are true:\n \u2022 The On/Off cluster exists on the same endpoint as this cluster.\n \u2022 The OnOff attribute of the On/Off cluster, on this endpoint, is FALSE.\n \u2022 The value of the ExecuteIfOff bit is 0.",
178
- xref: { document: "cluster", section: "3.2.7.11" },
179
- children: [Field({ name: "ExecuteIfOff", constraint: "0" })]
180
- }),
181
- Attribute({
182
- name: "EnhancedCurrentHue",
183
- id: 16384,
184
- type: "uint16",
185
- access: "R V",
186
- conformance: "EHUE",
187
- default: 0,
188
- quality: "N S",
189
- details: "The EnhancedCurrentHue attribute represents non-equidistant steps along the CIE 1931 color triangle, and it provides 16-bits precision.\nThe upper 8 bits of this attribute shall be used as an index in the implementation specific XY lookup table to provide the non-equidistance steps. The lower 8 bits shall be used to interpolate between these steps in a linear way in order to provide color zoom for the user.\nTo provide compatibility with standard ZCL, the CurrentHue attribute shall contain a hue value in the range 0 to 254, calculated from the EnhancedCurrentHue attribute.",
190
- xref: { document: "cluster", section: "3.2.7.12" }
191
- }),
192
- Attribute({
173
+ xref: { document: "cluster", section: "3.2.7.11" }
174
+ },
175
+ Field({ name: "ExecuteIfOff", constraint: "0" })
176
+ ),
177
+ Attribute({
178
+ name: "EnhancedCurrentHue",
179
+ id: 16384,
180
+ type: "uint16",
181
+ access: "R V",
182
+ conformance: "EHUE",
183
+ default: 0,
184
+ quality: "N S",
185
+ details: "The EnhancedCurrentHue attribute represents non-equidistant steps along the CIE 1931 color triangle, and it provides 16-bits precision.\nThe upper 8 bits of this attribute shall be used as an index in the implementation specific XY lookup table to provide the non-equidistance steps. The lower 8 bits shall be used to interpolate between these steps in a linear way in order to provide color zoom for the user.\nTo provide compatibility with standard ZCL, the CurrentHue attribute shall contain a hue value in the range 0 to 254, calculated from the EnhancedCurrentHue attribute.",
186
+ xref: { document: "cluster", section: "3.2.7.12" }
187
+ }),
188
+ Attribute(
189
+ {
193
190
  name: "EnhancedColorMode",
194
191
  id: 16385,
195
192
  type: "enum8",
@@ -199,15 +196,15 @@ const ColorControl = Cluster({
199
196
  default: 1,
200
197
  quality: "N S",
201
198
  details: "The EnhancedColorMode attribute specifies which attributes are currently determining the color of the device, as detailed in Values of the EnhancedColorMode Attribute.\n### Table 11. Values of the EnhancedColorMode Attribute\nTo provide compatibility with standard ZCL, the original ColorMode attribute shall indicate \u2018CurrentHue and CurrentSaturation\u2019 when the light uses the EnhancedCurrentHue attribute. If the ColorMode attribute is changed, e.g., due to one of the standard Color Control cluster commands defined in the ZCL, its new value shall be copied to the EnhancedColorMode attribute.",
202
- xref: { document: "cluster", section: "3.2.7.13" },
203
- children: [
204
- Field({ name: "CurrentHueAndCurrentSaturation", id: 0 }),
205
- Field({ name: "CurrentXAndCurrentY", id: 1 }),
206
- Field({ name: "ColorTemperatureMireds", id: 2 }),
207
- Field({ name: "EnhancedCurrentHueAndCurrentSaturation", id: 3 })
208
- ]
209
- }),
210
- Attribute({
199
+ xref: { document: "cluster", section: "3.2.7.13" }
200
+ },
201
+ Field({ name: "CurrentHueAndCurrentSaturation", id: 0 }),
202
+ Field({ name: "CurrentXAndCurrentY", id: 1 }),
203
+ Field({ name: "ColorTemperatureMireds", id: 2 }),
204
+ Field({ name: "EnhancedCurrentHueAndCurrentSaturation", id: 3 })
205
+ ),
206
+ Attribute(
207
+ {
211
208
  name: "ColorLoopActive",
212
209
  id: 16386,
213
210
  type: "enum16",
@@ -216,10 +213,13 @@ const ColorControl = Cluster({
216
213
  default: 0,
217
214
  quality: "N S",
218
215
  details: "The ColorLoopActive attribute specifies the current active status of the color loop. If this attribute has the value 0, the color loop shall not be active. If this attribute has the value 1, the color loop shall be active. All other values (2 to 254) are reserved.",
219
- xref: { document: "cluster", section: "3.2.7.14" },
220
- children: [Field({ name: "Inactive", id: 0 }), Field({ name: "Active", id: 1 })]
221
- }),
222
- Attribute({
216
+ xref: { document: "cluster", section: "3.2.7.14" }
217
+ },
218
+ Field({ name: "Inactive", id: 0 }),
219
+ Field({ name: "Active", id: 1 })
220
+ ),
221
+ Attribute(
222
+ {
223
223
  name: "ColorLoopDirection",
224
224
  id: 16387,
225
225
  type: "enum16",
@@ -228,41 +228,44 @@ const ColorControl = Cluster({
228
228
  default: 0,
229
229
  quality: "N S",
230
230
  details: "The ColorLoopDirection attribute specifies the current direction of the color loop. If this attribute has the value 0, the EnhancedCurrentHue attribute shall be decremented. If this attribute has the value 1, the EnhancedCurrentHue attribute shall be incremented. All other values (2 to 254) are reserved.",
231
- xref: { document: "cluster", section: "3.2.7.15" },
232
- children: [Field({ name: "Decrement", id: 0 }), Field({ name: "Increment", id: 1 })]
233
- }),
234
- Attribute({
235
- name: "ColorLoopTime",
236
- id: 16388,
237
- type: "uint16",
238
- access: "R V",
239
- conformance: "CL",
240
- default: 25,
241
- quality: "N S",
242
- details: "The ColorLoopTime attribute specifies the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of the EnhancedCurrentHue attribute (between 0 and 0xFFFE).",
243
- xref: { document: "cluster", section: "3.2.7.16" }
244
- }),
245
- Attribute({
246
- name: "ColorLoopStartEnhancedHue",
247
- id: 16389,
248
- type: "uint16",
249
- access: "R V",
250
- conformance: "CL",
251
- default: 8960,
252
- details: "The ColorLoopStartEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute from which the color loop shall be started.",
253
- xref: { document: "cluster", section: "3.2.7.17" }
254
- }),
255
- Attribute({
256
- name: "ColorLoopStoredEnhancedHue",
257
- id: 16390,
258
- type: "uint16",
259
- access: "R V",
260
- conformance: "CL",
261
- default: 0,
262
- details: "The ColorLoopStoredEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.",
263
- xref: { document: "cluster", section: "3.2.7.18" }
264
- }),
265
- Attribute({
231
+ xref: { document: "cluster", section: "3.2.7.15" }
232
+ },
233
+ Field({ name: "Decrement", id: 0 }),
234
+ Field({ name: "Increment", id: 1 })
235
+ ),
236
+ Attribute({
237
+ name: "ColorLoopTime",
238
+ id: 16388,
239
+ type: "uint16",
240
+ access: "R V",
241
+ conformance: "CL",
242
+ default: 25,
243
+ quality: "N S",
244
+ details: "The ColorLoopTime attribute specifies the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of the EnhancedCurrentHue attribute (between 0 and 0xFFFE).",
245
+ xref: { document: "cluster", section: "3.2.7.16" }
246
+ }),
247
+ Attribute({
248
+ name: "ColorLoopStartEnhancedHue",
249
+ id: 16389,
250
+ type: "uint16",
251
+ access: "R V",
252
+ conformance: "CL",
253
+ default: 8960,
254
+ details: "The ColorLoopStartEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute from which the color loop shall be started.",
255
+ xref: { document: "cluster", section: "3.2.7.17" }
256
+ }),
257
+ Attribute({
258
+ name: "ColorLoopStoredEnhancedHue",
259
+ id: 16390,
260
+ type: "uint16",
261
+ access: "R V",
262
+ conformance: "CL",
263
+ default: 0,
264
+ details: "The ColorLoopStoredEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.",
265
+ xref: { document: "cluster", section: "3.2.7.18" }
266
+ }),
267
+ Attribute(
268
+ {
266
269
  name: "ColorCapabilities",
267
270
  id: 16394,
268
271
  type: "map16",
@@ -271,38 +274,38 @@ const ColorControl = Cluster({
271
274
  constraint: "0 to 31",
272
275
  default: 0,
273
276
  details: "Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the FeatureMap attribute. All other bits in ColorCapabilities shall be 0.",
274
- xref: { document: "cluster", section: "3.2.7.19" },
275
- children: [
276
- Field({ name: "HueSaturation", constraint: "0" }),
277
- Field({ name: "EnhancedHue", constraint: "1" }),
278
- Field({ name: "ColorLoop", constraint: "2" }),
279
- Field({ name: "XY", constraint: "3" }),
280
- Field({ name: "ColorTemperature", constraint: "4" })
281
- ]
282
- }),
283
- Attribute({
284
- name: "ColorTempPhysicalMinMireds",
285
- id: 16395,
286
- type: "uint16",
287
- access: "R V",
288
- conformance: "CT",
289
- constraint: "0 to 65279",
290
- default: 0,
291
- details: "The ColorTempPhysicalMinMireds attribute indicates the minimum mired value supported by the hardware. ColorTempPhysicalMinMireds corresponds to the maximum color temperature in kelvins supported by the hardware. ColorTempPhysicalMinMireds <= ColorTemperatureMireds.",
292
- xref: { document: "cluster", section: "3.2.7.20" }
293
- }),
294
- Attribute({
295
- name: "ColorTempPhysicalMaxMireds",
296
- id: 16396,
297
- type: "uint16",
298
- access: "R V",
299
- conformance: "CT",
300
- constraint: "0 to 65279",
301
- default: 65279,
302
- details: "The ColorTempPhysicalMaxMireds attribute indicates the maximum mired value supported by the hardware. ColorTempPhysicalMaxMireds corresponds to the minimum color temperature in kelvins supported by the hardware. ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.",
303
- xref: { document: "cluster", section: "3.2.7.21" }
304
- }),
305
- Attribute({
277
+ xref: { document: "cluster", section: "3.2.7.19" }
278
+ },
279
+ Field({ name: "HueSaturation", constraint: "0" }),
280
+ Field({ name: "EnhancedHue", constraint: "1" }),
281
+ Field({ name: "ColorLoop", constraint: "2" }),
282
+ Field({ name: "XY", constraint: "3" }),
283
+ Field({ name: "ColorTemperature", constraint: "4" })
284
+ ),
285
+ Attribute({
286
+ name: "ColorTempPhysicalMinMireds",
287
+ id: 16395,
288
+ type: "uint16",
289
+ access: "R V",
290
+ conformance: "CT",
291
+ constraint: "0 to 65279",
292
+ default: 0,
293
+ details: "The ColorTempPhysicalMinMireds attribute indicates the minimum mired value supported by the hardware. ColorTempPhysicalMinMireds corresponds to the maximum color temperature in kelvins supported by the hardware. ColorTempPhysicalMinMireds <= ColorTemperatureMireds.",
294
+ xref: { document: "cluster", section: "3.2.7.20" }
295
+ }),
296
+ Attribute({
297
+ name: "ColorTempPhysicalMaxMireds",
298
+ id: 16396,
299
+ type: "uint16",
300
+ access: "R V",
301
+ conformance: "CT",
302
+ constraint: "0 to 65279",
303
+ default: 65279,
304
+ details: "The ColorTempPhysicalMaxMireds attribute indicates the maximum mired value supported by the hardware. ColorTempPhysicalMaxMireds corresponds to the minimum color temperature in kelvins supported by the hardware. ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.",
305
+ xref: { document: "cluster", section: "3.2.7.21" }
306
+ }),
307
+ Attribute(
308
+ {
306
309
  name: "CoupleColorTempToLevelMinMireds",
307
310
  id: 16397,
308
311
  type: "uint16",
@@ -311,30 +314,32 @@ const ColorControl = Cluster({
311
314
  constraint: "colorTempPhysicalMinMireds to colorTemperatureMireds",
312
315
  details: "The CoupleColorTempToLevelMinMireds attribute specifies a lower bound on the value of the ColorTemperatureMireds attribute for the purposes of coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute when the CoupleColorTempToLevel bit of the Options attribute of the Level Control cluster is equal to 1. When coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute, this value shall correspond to a CurrentLevel value of 0xFE (100%).\nThis attribute shall be set such that the following relationship exists: ColorTempPhysicalMinMireds \u2264 CoupleColorTempToLevelMinMireds \u2264 ColorTemperatureMireds\nNote that since this attribute is stored as a micro reciprocal degree (mired) value (i.e. color temperature in kelvins = 1,000,000 / CoupleColorTempToLevelMinMireds), the CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color temperature in kelvins supported by the device.",
313
316
  xref: { document: "cluster", section: "3.2.7.22" }
314
- }),
315
- Attribute({
316
- name: "StartUpColorTemperatureMireds",
317
- id: 16400,
318
- type: "uint16",
319
- access: "RW VM",
320
- conformance: "CT & ColorTemperatureMireds",
321
- constraint: "0 to 65279",
322
- quality: "X N",
323
- details: "The StartUpColorTemperatureMireds attribute shall define the desired startup color temperature value a lamp shall use when it is supplied with power and this value shall be reflected in the ColorTemperatureMireds attribute. In addition, the ColorMode and EnhancedColorMode attributes shall be set to 0x02 (color temperature). The values of the StartUpColorTemperatureMireds attribute are listed in the table below,\nTable 12. Values of the StartUpColorTemperatureMireds attribute",
324
- xref: { document: "cluster", section: "3.2.7.23" }
325
- }),
326
- Attribute({
327
- name: "NumberOfPrimaries",
328
- id: 16,
329
- type: "uint8",
330
- access: "R V",
331
- conformance: "M",
332
- constraint: "0 to 6",
333
- quality: "X F",
334
- details: "The NumberOfPrimaries attribute contains the number of color primaries implemented on this device. A value of null shall indicate that the number of primaries is unknown.\nWhere this attribute is implemented, the attributes below for indicating the \u201Cx\u201D and \u201Cy\u201D color values of the primaries shall also be implemented for each of the primaries from 1 to NumberOfPrimaries, without leaving gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is optional.",
335
- xref: { document: "cluster", section: "3.2.8.1" }
336
- }),
337
- Attribute({
317
+ }
318
+ ),
319
+ Attribute({
320
+ name: "StartUpColorTemperatureMireds",
321
+ id: 16400,
322
+ type: "uint16",
323
+ access: "RW VM",
324
+ conformance: "CT & ColorTemperatureMireds",
325
+ constraint: "0 to 65279",
326
+ quality: "X N",
327
+ details: "The StartUpColorTemperatureMireds attribute shall define the desired startup color temperature value a lamp shall use when it is supplied with power and this value shall be reflected in the ColorTemperatureMireds attribute. In addition, the ColorMode and EnhancedColorMode attributes shall be set to 0x02 (color temperature). The values of the StartUpColorTemperatureMireds attribute are listed in the table below,\nTable 12. Values of the StartUpColorTemperatureMireds attribute",
328
+ xref: { document: "cluster", section: "3.2.7.23" }
329
+ }),
330
+ Attribute({
331
+ name: "NumberOfPrimaries",
332
+ id: 16,
333
+ type: "uint8",
334
+ access: "R V",
335
+ conformance: "M",
336
+ constraint: "0 to 6",
337
+ quality: "X F",
338
+ details: "The NumberOfPrimaries attribute contains the number of color primaries implemented on this device. A value of null shall indicate that the number of primaries is unknown.\nWhere this attribute is implemented, the attributes below for indicating the \u201Cx\u201D and \u201Cy\u201D color values of the primaries shall also be implemented for each of the primaries from 1 to NumberOfPrimaries, without leaving gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is optional.",
339
+ xref: { document: "cluster", section: "3.2.8.1" }
340
+ }),
341
+ Attribute(
342
+ {
338
343
  name: "Primary1X",
339
344
  id: 17,
340
345
  type: "uint16",
@@ -344,8 +349,10 @@ const ColorControl = Cluster({
344
349
  quality: "F",
345
350
  details: "The Primary1X attribute contains the normalized chromaticity value x for this primary, as defined in the CIE xyY Color Space.\nThe value of x shall be related to the Primary1X attribute by the relationship x = Primary1X / 65536 (Primary1X in the range 0 to 65279 inclusive)",
346
351
  xref: { document: "cluster", section: "3.2.8.2" }
347
- }),
348
- Attribute({
352
+ }
353
+ ),
354
+ Attribute(
355
+ {
349
356
  name: "Primary1Y",
350
357
  id: 18,
351
358
  type: "uint16",
@@ -355,163 +362,165 @@ const ColorControl = Cluster({
355
362
  quality: "F",
356
363
  details: "The Primary1Y attribute contains the normalized chromaticity value y for this primary, as defined in the CIE xyY Color Space.\nThe value of y shall be related to the Primary1Y attribute by the relationship y = Primary1Y / 65536 (Primary1Y in the range 0 to 65279 inclusive)",
357
364
  xref: { document: "cluster", section: "3.2.8.3" }
358
- }),
359
- Attribute({
360
- name: "Primary1Intensity",
361
- id: 19,
362
- type: "uint8",
363
- access: "R V",
364
- conformance: "NumberOfPrimaries > 0",
365
- quality: "X F",
366
- details: "The Primary1intensity attribute contains a representation of the maximum intensity of this primary as defined in the Dimming Light Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such that the primary with the highest maximum intensity contains the value 0xFE.\nA value of null shall indicate that this primary is not available.",
367
- xref: { document: "cluster", section: "3.2.8.4" }
368
- }),
369
- Attribute({
370
- name: "Primary2X",
371
- id: 21,
372
- type: "uint16",
373
- access: "R V",
374
- conformance: "NumberOfPrimaries > 1",
375
- constraint: "0 to 65279",
376
- quality: "F",
377
- xref: { document: "cluster", section: "3.2.8" }
378
- }),
379
- Attribute({
380
- name: "Primary2Y",
381
- id: 22,
382
- type: "uint16",
383
- access: "R V",
384
- conformance: "NumberOfPrimaries > 1",
385
- constraint: "0 to 65279",
386
- quality: "F",
387
- xref: { document: "cluster", section: "3.2.8" }
388
- }),
389
- Attribute({
390
- name: "Primary2Intensity",
391
- id: 23,
392
- type: "uint8",
393
- access: "R V",
394
- conformance: "NumberOfPrimaries > 1",
395
- quality: "X F",
396
- xref: { document: "cluster", section: "3.2.8" }
397
- }),
398
- Attribute({
399
- name: "Primary3X",
400
- id: 25,
401
- type: "uint16",
402
- access: "R V",
403
- conformance: "NumberOfPrimaries > 2",
404
- constraint: "0 to 65279",
405
- quality: "F",
406
- xref: { document: "cluster", section: "3.2.8" }
407
- }),
408
- Attribute({
409
- name: "Primary3Y",
410
- id: 26,
411
- type: "uint16",
412
- access: "R V",
413
- conformance: "NumberOfPrimaries > 2",
414
- constraint: "0 to 65279",
415
- quality: "F",
416
- xref: { document: "cluster", section: "3.2.8" }
417
- }),
418
- Attribute({
419
- name: "Primary3Intensity",
420
- id: 27,
421
- type: "uint8",
422
- access: "R V",
423
- conformance: "NumberOfPrimaries > 2",
424
- quality: "X F",
425
- xref: { document: "cluster", section: "3.2.8" }
426
- }),
427
- Attribute({
428
- name: "Primary4X",
429
- id: 32,
430
- type: "uint16",
431
- access: "R V",
432
- conformance: "NumberOfPrimaries > 3",
433
- constraint: "0 to 65279",
434
- quality: "F",
435
- xref: { document: "cluster", section: "3.2.9" }
436
- }),
437
- Attribute({
438
- name: "Primary4Y",
439
- id: 33,
440
- type: "uint16",
441
- access: "R V",
442
- conformance: "NumberOfPrimaries > 3",
443
- constraint: "0 to 65279",
444
- quality: "F",
445
- xref: { document: "cluster", section: "3.2.9" }
446
- }),
447
- Attribute({
448
- name: "Primary4Intensity",
449
- id: 34,
450
- type: "uint8",
451
- access: "R V",
452
- conformance: "NumberOfPrimaries > 3",
453
- quality: "X F",
454
- xref: { document: "cluster", section: "3.2.9" }
455
- }),
456
- Attribute({
457
- name: "Primary5X",
458
- id: 36,
459
- type: "uint16",
460
- access: "R V",
461
- conformance: "NumberOfPrimaries > 4",
462
- constraint: "0 to 65279",
463
- quality: "F",
464
- xref: { document: "cluster", section: "3.2.9" }
465
- }),
466
- Attribute({
467
- name: "Primary5Y",
468
- id: 37,
469
- type: "uint16",
470
- access: "R V",
471
- conformance: "NumberOfPrimaries > 4",
472
- constraint: "0 to 65279",
473
- quality: "F",
474
- xref: { document: "cluster", section: "3.2.9" }
475
- }),
476
- Attribute({
477
- name: "Primary5Intensity",
478
- id: 38,
479
- type: "uint8",
480
- access: "R V",
481
- conformance: "NumberOfPrimaries > 4",
482
- quality: "X F",
483
- xref: { document: "cluster", section: "3.2.9" }
484
- }),
485
- Attribute({
486
- name: "Primary6X",
487
- id: 40,
488
- type: "uint16",
489
- access: "R V",
490
- conformance: "NumberOfPrimaries > 5",
491
- constraint: "0 to 65279",
492
- quality: "F",
493
- xref: { document: "cluster", section: "3.2.9" }
494
- }),
495
- Attribute({
496
- name: "Primary6Y",
497
- id: 41,
498
- type: "uint16",
499
- access: "R V",
500
- conformance: "NumberOfPrimaries > 5",
501
- constraint: "0 to 65279",
502
- quality: "F",
503
- xref: { document: "cluster", section: "3.2.9" }
504
- }),
505
- Attribute({
506
- name: "Primary6Intensity",
507
- id: 42,
508
- type: "uint8",
509
- access: "R V",
510
- conformance: "NumberOfPrimaries > 5",
511
- quality: "X F",
512
- xref: { document: "cluster", section: "3.2.9" }
513
- }),
514
- Attribute({
365
+ }
366
+ ),
367
+ Attribute({
368
+ name: "Primary1Intensity",
369
+ id: 19,
370
+ type: "uint8",
371
+ access: "R V",
372
+ conformance: "NumberOfPrimaries > 0",
373
+ quality: "X F",
374
+ details: "The Primary1intensity attribute contains a representation of the maximum intensity of this primary as defined in the Dimming Light Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such that the primary with the highest maximum intensity contains the value 0xFE.\nA value of null shall indicate that this primary is not available.",
375
+ xref: { document: "cluster", section: "3.2.8.4" }
376
+ }),
377
+ Attribute({
378
+ name: "Primary2X",
379
+ id: 21,
380
+ type: "uint16",
381
+ access: "R V",
382
+ conformance: "NumberOfPrimaries > 1",
383
+ constraint: "0 to 65279",
384
+ quality: "F",
385
+ xref: { document: "cluster", section: "3.2.8" }
386
+ }),
387
+ Attribute({
388
+ name: "Primary2Y",
389
+ id: 22,
390
+ type: "uint16",
391
+ access: "R V",
392
+ conformance: "NumberOfPrimaries > 1",
393
+ constraint: "0 to 65279",
394
+ quality: "F",
395
+ xref: { document: "cluster", section: "3.2.8" }
396
+ }),
397
+ Attribute({
398
+ name: "Primary2Intensity",
399
+ id: 23,
400
+ type: "uint8",
401
+ access: "R V",
402
+ conformance: "NumberOfPrimaries > 1",
403
+ quality: "X F",
404
+ xref: { document: "cluster", section: "3.2.8" }
405
+ }),
406
+ Attribute({
407
+ name: "Primary3X",
408
+ id: 25,
409
+ type: "uint16",
410
+ access: "R V",
411
+ conformance: "NumberOfPrimaries > 2",
412
+ constraint: "0 to 65279",
413
+ quality: "F",
414
+ xref: { document: "cluster", section: "3.2.8" }
415
+ }),
416
+ Attribute({
417
+ name: "Primary3Y",
418
+ id: 26,
419
+ type: "uint16",
420
+ access: "R V",
421
+ conformance: "NumberOfPrimaries > 2",
422
+ constraint: "0 to 65279",
423
+ quality: "F",
424
+ xref: { document: "cluster", section: "3.2.8" }
425
+ }),
426
+ Attribute({
427
+ name: "Primary3Intensity",
428
+ id: 27,
429
+ type: "uint8",
430
+ access: "R V",
431
+ conformance: "NumberOfPrimaries > 2",
432
+ quality: "X F",
433
+ xref: { document: "cluster", section: "3.2.8" }
434
+ }),
435
+ Attribute({
436
+ name: "Primary4X",
437
+ id: 32,
438
+ type: "uint16",
439
+ access: "R V",
440
+ conformance: "NumberOfPrimaries > 3",
441
+ constraint: "0 to 65279",
442
+ quality: "F",
443
+ xref: { document: "cluster", section: "3.2.9" }
444
+ }),
445
+ Attribute({
446
+ name: "Primary4Y",
447
+ id: 33,
448
+ type: "uint16",
449
+ access: "R V",
450
+ conformance: "NumberOfPrimaries > 3",
451
+ constraint: "0 to 65279",
452
+ quality: "F",
453
+ xref: { document: "cluster", section: "3.2.9" }
454
+ }),
455
+ Attribute({
456
+ name: "Primary4Intensity",
457
+ id: 34,
458
+ type: "uint8",
459
+ access: "R V",
460
+ conformance: "NumberOfPrimaries > 3",
461
+ quality: "X F",
462
+ xref: { document: "cluster", section: "3.2.9" }
463
+ }),
464
+ Attribute({
465
+ name: "Primary5X",
466
+ id: 36,
467
+ type: "uint16",
468
+ access: "R V",
469
+ conformance: "NumberOfPrimaries > 4",
470
+ constraint: "0 to 65279",
471
+ quality: "F",
472
+ xref: { document: "cluster", section: "3.2.9" }
473
+ }),
474
+ Attribute({
475
+ name: "Primary5Y",
476
+ id: 37,
477
+ type: "uint16",
478
+ access: "R V",
479
+ conformance: "NumberOfPrimaries > 4",
480
+ constraint: "0 to 65279",
481
+ quality: "F",
482
+ xref: { document: "cluster", section: "3.2.9" }
483
+ }),
484
+ Attribute({
485
+ name: "Primary5Intensity",
486
+ id: 38,
487
+ type: "uint8",
488
+ access: "R V",
489
+ conformance: "NumberOfPrimaries > 4",
490
+ quality: "X F",
491
+ xref: { document: "cluster", section: "3.2.9" }
492
+ }),
493
+ Attribute({
494
+ name: "Primary6X",
495
+ id: 40,
496
+ type: "uint16",
497
+ access: "R V",
498
+ conformance: "NumberOfPrimaries > 5",
499
+ constraint: "0 to 65279",
500
+ quality: "F",
501
+ xref: { document: "cluster", section: "3.2.9" }
502
+ }),
503
+ Attribute({
504
+ name: "Primary6Y",
505
+ id: 41,
506
+ type: "uint16",
507
+ access: "R V",
508
+ conformance: "NumberOfPrimaries > 5",
509
+ constraint: "0 to 65279",
510
+ quality: "F",
511
+ xref: { document: "cluster", section: "3.2.9" }
512
+ }),
513
+ Attribute({
514
+ name: "Primary6Intensity",
515
+ id: 42,
516
+ type: "uint8",
517
+ access: "R V",
518
+ conformance: "NumberOfPrimaries > 5",
519
+ quality: "X F",
520
+ xref: { document: "cluster", section: "3.2.9" }
521
+ }),
522
+ Attribute(
523
+ {
515
524
  name: "WhitePointX",
516
525
  id: 48,
517
526
  type: "uint16",
@@ -520,8 +529,10 @@ const ColorControl = Cluster({
520
529
  constraint: "0 to 65279",
521
530
  details: "The WhitePointX attribute contains the normalized chromaticity value x, as defined in the CIE xyY Color Space, of the current white point of the device.\nThe value of x shall be related to the WhitePointX attribute by the relationship x = WhitePointX / 65536 (WhitePointX in the range 0 to 65279 inclusive)",
522
531
  xref: { document: "cluster", section: "3.2.10.1" }
523
- }),
524
- Attribute({
532
+ }
533
+ ),
534
+ Attribute(
535
+ {
525
536
  name: "WhitePointY",
526
537
  id: 49,
527
538
  type: "uint16",
@@ -530,8 +541,10 @@ const ColorControl = Cluster({
530
541
  constraint: "0 to 65279",
531
542
  details: "The WhitePointY attribute contains the normalized chromaticity value y, as defined in the CIE xyY\nColor Space, of the current white point of the device.\nThe value of y shall be related to the WhitePointY attribute by the relationship y = WhitePointY / 65536 (WhitePointY in the range 0 to 65279 inclusive)",
532
543
  xref: { document: "cluster", section: "3.2.10.2" }
533
- }),
534
- Attribute({
544
+ }
545
+ ),
546
+ Attribute(
547
+ {
535
548
  name: "ColorPointRx",
536
549
  id: 50,
537
550
  type: "uint16",
@@ -540,8 +553,10 @@ const ColorControl = Cluster({
540
553
  constraint: "0 to 65279",
541
554
  details: "The ColorPointRX attribute contains the normalized chromaticity value x, as defined in the CIE xyY Color Space, of the red color point of the device.\nThe value of x shall be related to the ColorPointRX attribute by the relationship x = ColorPointRX / 65536 (ColorPointRX in the range 0 to 65279 inclusive)",
542
555
  xref: { document: "cluster", section: "3.2.10.3" }
543
- }),
544
- Attribute({
556
+ }
557
+ ),
558
+ Attribute(
559
+ {
545
560
  name: "ColorPointRy",
546
561
  id: 51,
547
562
  type: "uint16",
@@ -550,446 +565,365 @@ const ColorControl = Cluster({
550
565
  constraint: "0 to 65279",
551
566
  details: "The ColorPointRY attribute contains the normalized chromaticity value y, as defined in the CIE xyY Color Space, of the red color point of the device.\nThe value of y shall be related to the ColorPointRY attribute by the relationship y = ColorPointRY / 65536 (ColorPointRY in the range 0 to 65279 inclusive)",
552
567
  xref: { document: "cluster", section: "3.2.10.4" }
553
- }),
554
- Attribute({
555
- name: "ColorPointRIntensity",
556
- id: 52,
557
- type: "uint8",
558
- access: "RW VM",
559
- conformance: "O",
560
- quality: "X",
561
- details: "The ColorPointRIntensity attribute contains a representation of the relative intensity of the red color point as defined in the Dimming Light Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such that the color point with the highest relative intensity contains the value 0xFE.\nA value of null shall indicate an invalid value.",
562
- xref: { document: "cluster", section: "3.2.10.5" }
563
- }),
564
- Attribute({
565
- name: "ColorPointGx",
566
- id: 54,
567
- type: "uint16",
568
- access: "RW VM",
569
- conformance: "O",
570
- constraint: "0 to 65279",
571
- xref: { document: "cluster", section: "3.2.10" }
572
- }),
573
- Attribute({
574
- name: "ColorPointGy",
575
- id: 55,
576
- type: "uint16",
577
- access: "RW VM",
578
- conformance: "O",
579
- constraint: "0 to 65279",
580
- xref: { document: "cluster", section: "3.2.10" }
581
- }),
582
- Attribute({
583
- name: "ColorPointGIntensity",
584
- id: 56,
585
- type: "uint8",
586
- access: "RW VM",
587
- conformance: "O",
588
- quality: "X",
589
- xref: { document: "cluster", section: "3.2.10" }
590
- }),
591
- Attribute({
592
- name: "ColorPointBx",
593
- id: 58,
594
- type: "uint16",
595
- access: "RW VM",
596
- conformance: "O",
597
- constraint: "0 to 65279",
598
- xref: { document: "cluster", section: "3.2.10" }
599
- }),
600
- Attribute({
601
- name: "ColorPointBy",
602
- id: 59,
603
- type: "uint16",
604
- access: "RW VM",
605
- conformance: "O",
606
- constraint: "0 to 65279",
607
- xref: { document: "cluster", section: "3.2.10" }
608
- }),
609
- Attribute({
610
- name: "ColorPointBIntensity",
611
- id: 60,
612
- type: "uint8",
613
- access: "RW VM",
614
- conformance: "O",
615
- quality: "X",
616
- xref: { document: "cluster", section: "3.2.10" }
617
- }),
618
- Command({
568
+ }
569
+ ),
570
+ Attribute({
571
+ name: "ColorPointRIntensity",
572
+ id: 52,
573
+ type: "uint8",
574
+ access: "RW VM",
575
+ conformance: "O",
576
+ quality: "X",
577
+ details: "The ColorPointRIntensity attribute contains a representation of the relative intensity of the red color point as defined in the Dimming Light Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such that the color point with the highest relative intensity contains the value 0xFE.\nA value of null shall indicate an invalid value.",
578
+ xref: { document: "cluster", section: "3.2.10.5" }
579
+ }),
580
+ Attribute({
581
+ name: "ColorPointGx",
582
+ id: 54,
583
+ type: "uint16",
584
+ access: "RW VM",
585
+ conformance: "O",
586
+ constraint: "0 to 65279",
587
+ xref: { document: "cluster", section: "3.2.10" }
588
+ }),
589
+ Attribute({
590
+ name: "ColorPointGy",
591
+ id: 55,
592
+ type: "uint16",
593
+ access: "RW VM",
594
+ conformance: "O",
595
+ constraint: "0 to 65279",
596
+ xref: { document: "cluster", section: "3.2.10" }
597
+ }),
598
+ Attribute({
599
+ name: "ColorPointGIntensity",
600
+ id: 56,
601
+ type: "uint8",
602
+ access: "RW VM",
603
+ conformance: "O",
604
+ quality: "X",
605
+ xref: { document: "cluster", section: "3.2.10" }
606
+ }),
607
+ Attribute({
608
+ name: "ColorPointBx",
609
+ id: 58,
610
+ type: "uint16",
611
+ access: "RW VM",
612
+ conformance: "O",
613
+ constraint: "0 to 65279",
614
+ xref: { document: "cluster", section: "3.2.10" }
615
+ }),
616
+ Attribute({
617
+ name: "ColorPointBy",
618
+ id: 59,
619
+ type: "uint16",
620
+ access: "RW VM",
621
+ conformance: "O",
622
+ constraint: "0 to 65279",
623
+ xref: { document: "cluster", section: "3.2.10" }
624
+ }),
625
+ Attribute({
626
+ name: "ColorPointBIntensity",
627
+ id: 60,
628
+ type: "uint8",
629
+ access: "RW VM",
630
+ conformance: "O",
631
+ quality: "X",
632
+ xref: { document: "cluster", section: "3.2.10" }
633
+ }),
634
+ Command(
635
+ {
619
636
  name: "MoveToHue",
620
637
  id: 0,
621
638
  access: "O",
622
639
  conformance: "HS",
623
640
  direction: "request",
624
641
  response: "status",
625
- xref: { document: "cluster", section: "3.2.11.4" },
626
- children: [
627
- Field({
628
- name: "Hue",
629
- id: 0,
630
- type: "uint8",
631
- conformance: "M",
632
- constraint: "0 to 254",
633
- details: "The Hue field specifies the hue to be moved to.",
634
- xref: { document: "cluster", section: "3.2.11.4.1" }
635
- }),
636
- Field({
637
- name: "Direction",
638
- id: 1,
639
- type: "Direction",
640
- conformance: "M",
641
- constraint: "desc",
642
- details: "The Direction field shall be one of the non-reserved values in Values of the Direction Field.\n### Table 17. Values of the Direction Field",
643
- xref: { document: "cluster", section: "3.2.11.4.2" }
644
- }),
645
- Field({
646
- name: "TransitionTime",
647
- id: 2,
648
- type: "uint16",
649
- conformance: "M",
650
- constraint: "0 to 65534",
651
- details: "The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to move to the new hue.",
652
- xref: { document: "cluster", section: "3.2.11.4.3" }
653
- }),
654
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
655
- Field({
656
- name: "OptionsOverride",
657
- id: 4,
658
- type: "Options",
659
- conformance: "M",
660
- constraint: "desc",
661
- default: 0
662
- })
663
- ]
642
+ xref: { document: "cluster", section: "3.2.11.4" }
643
+ },
644
+ Field({
645
+ name: "Hue",
646
+ id: 0,
647
+ type: "uint8",
648
+ conformance: "M",
649
+ constraint: "0 to 254",
650
+ details: "The Hue field specifies the hue to be moved to.",
651
+ xref: { document: "cluster", section: "3.2.11.4.1" }
664
652
  }),
665
- Command({
653
+ Field({
654
+ name: "Direction",
655
+ id: 1,
656
+ type: "Direction",
657
+ conformance: "M",
658
+ constraint: "desc",
659
+ details: "The Direction field shall be one of the non-reserved values in Values of the Direction Field.\n### Table 17. Values of the Direction Field",
660
+ xref: { document: "cluster", section: "3.2.11.4.2" }
661
+ }),
662
+ Field({
663
+ name: "TransitionTime",
664
+ id: 2,
665
+ type: "uint16",
666
+ conformance: "M",
667
+ constraint: "0 to 65534",
668
+ details: "The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to move to the new hue.",
669
+ xref: { document: "cluster", section: "3.2.11.4.3" }
670
+ }),
671
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
672
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
673
+ ),
674
+ Command(
675
+ {
666
676
  name: "MoveHue",
667
677
  id: 1,
668
678
  access: "O",
669
679
  conformance: "HS",
670
680
  direction: "request",
671
681
  response: "status",
672
- xref: { document: "cluster", section: "3.2.11.5" },
673
- children: [
674
- Field({
675
- name: "MoveMode",
676
- id: 0,
677
- type: "MoveMode",
678
- conformance: "M",
679
- constraint: "desc",
680
- details: "The MoveMode field shall be one of the non-reserved values in Values of the MoveMode Field. If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.\n### Table 18. Values of the MoveMode Field",
681
- xref: { document: "cluster", section: "3.2.11.5.1" }
682
- }),
683
- Field({
684
- name: "Rate",
685
- id: 1,
686
- type: "uint8",
687
- conformance: "M",
688
- details: "The Rate field specifies the rate of movement in steps per second. A step is a change in the device\u2019s hue of one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the command has no effect and a response command shall be sent in response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.",
689
- xref: { document: "cluster", section: "3.2.11.5.2" }
690
- }),
691
- Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
692
- Field({
693
- name: "OptionsOverride",
694
- id: 3,
695
- type: "Options",
696
- conformance: "M",
697
- constraint: "desc",
698
- default: 0
699
- })
700
- ]
682
+ xref: { document: "cluster", section: "3.2.11.5" }
683
+ },
684
+ Field({
685
+ name: "MoveMode",
686
+ id: 0,
687
+ type: "MoveMode",
688
+ conformance: "M",
689
+ constraint: "desc",
690
+ details: "The MoveMode field shall be one of the non-reserved values in Values of the MoveMode Field. If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.\n### Table 18. Values of the MoveMode Field",
691
+ xref: { document: "cluster", section: "3.2.11.5.1" }
701
692
  }),
702
- Command({
693
+ Field({
694
+ name: "Rate",
695
+ id: 1,
696
+ type: "uint8",
697
+ conformance: "M",
698
+ details: "The Rate field specifies the rate of movement in steps per second. A step is a change in the device\u2019s hue of one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the command has no effect and a response command shall be sent in response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.",
699
+ xref: { document: "cluster", section: "3.2.11.5.2" }
700
+ }),
701
+ Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
702
+ Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
703
+ ),
704
+ Command(
705
+ {
703
706
  name: "StepHue",
704
707
  id: 2,
705
708
  access: "O",
706
709
  conformance: "HS",
707
710
  direction: "request",
708
711
  response: "status",
709
- xref: { document: "cluster", section: "3.2.11.6" },
710
- children: [
711
- Field({
712
- name: "StepMode",
713
- id: 0,
714
- type: "StepMode",
715
- conformance: "M",
716
- constraint: "desc",
717
- details: "The StepMode field shall be one of the non-reserved values in Values of the StepMode Field.\n### Table 20. Values of the StepMode Field",
718
- xref: { document: "cluster", section: "3.2.11.6.1" }
719
- }),
720
- Field({
721
- name: "StepSize",
722
- id: 1,
723
- type: "uint8",
724
- conformance: "M",
725
- details: "The change to be added to (or subtracted from) the current value of the device\u2019s hue.",
726
- xref: { document: "cluster", section: "3.2.11.6.2" }
727
- }),
728
- Field({
729
- name: "TransitionTime",
730
- id: 2,
731
- type: "uint8",
732
- conformance: "M",
733
- details: "The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the step. A step is a change in the device\u2019s hue of \u2018Step size\u2019 units.\nNOTE\nHere the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime data fields in other clusters / commands.",
734
- xref: { document: "cluster", section: "3.2.11.6.3" }
735
- }),
736
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
737
- Field({
738
- name: "OptionsOverride",
739
- id: 4,
740
- type: "Options",
741
- conformance: "M",
742
- constraint: "desc",
743
- default: 0
744
- })
745
- ]
712
+ xref: { document: "cluster", section: "3.2.11.6" }
713
+ },
714
+ Field({
715
+ name: "StepMode",
716
+ id: 0,
717
+ type: "StepMode",
718
+ conformance: "M",
719
+ constraint: "desc",
720
+ details: "The StepMode field shall be one of the non-reserved values in Values of the StepMode Field.\n### Table 20. Values of the StepMode Field",
721
+ xref: { document: "cluster", section: "3.2.11.6.1" }
722
+ }),
723
+ Field({
724
+ name: "StepSize",
725
+ id: 1,
726
+ type: "uint8",
727
+ conformance: "M",
728
+ details: "The change to be added to (or subtracted from) the current value of the device\u2019s hue.",
729
+ xref: { document: "cluster", section: "3.2.11.6.2" }
746
730
  }),
747
- Command({
731
+ Field({
732
+ name: "TransitionTime",
733
+ id: 2,
734
+ type: "uint8",
735
+ conformance: "M",
736
+ details: "The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the step. A step is a change in the device\u2019s hue of \u2018Step size\u2019 units.\nNOTE\nHere the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime data fields in other clusters / commands.",
737
+ xref: { document: "cluster", section: "3.2.11.6.3" }
738
+ }),
739
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
740
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
741
+ ),
742
+ Command(
743
+ {
748
744
  name: "MoveToSaturation",
749
745
  id: 3,
750
746
  access: "O",
751
747
  conformance: "HS",
752
748
  direction: "request",
753
749
  response: "status",
754
- xref: { document: "cluster", section: "3.2.11.7" },
755
- children: [
756
- Field({ name: "Saturation", id: 0, type: "uint8", conformance: "M", constraint: "0 to 254" }),
757
- Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "0 to 65534" }),
758
- Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
759
- Field({
760
- name: "OptionsOverride",
761
- id: 3,
762
- type: "Options",
763
- conformance: "M",
764
- constraint: "desc",
765
- default: 0
766
- })
767
- ]
768
- }),
769
- Command({
750
+ xref: { document: "cluster", section: "3.2.11.7" }
751
+ },
752
+ Field({ name: "Saturation", id: 0, type: "uint8", conformance: "M", constraint: "0 to 254" }),
753
+ Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "0 to 65534" }),
754
+ Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
755
+ Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
756
+ ),
757
+ Command(
758
+ {
770
759
  name: "MoveSaturation",
771
760
  id: 4,
772
761
  access: "O",
773
762
  conformance: "HS",
774
763
  direction: "request",
775
764
  response: "status",
776
- xref: { document: "cluster", section: "3.2.11.8" },
777
- children: [
778
- Field({
779
- name: "MoveMode",
780
- id: 0,
781
- type: "MoveMode",
782
- conformance: "M",
783
- constraint: "desc",
784
- details: "The MoveMode field shall be one of the non-reserved values in Values of the MoveMode Field. If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.\n### Table 22. Values of the MoveMode Field",
785
- xref: { document: "cluster", section: "3.2.11.8.1" }
786
- }),
787
- Field({
788
- name: "Rate",
789
- id: 1,
790
- type: "uint8",
791
- conformance: "M",
792
- details: "The Rate field specifies the rate of movement in steps per second. A step is a change in the device\u2019s saturation of one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the command has no effect and a response command shall be sent in response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.",
793
- xref: { document: "cluster", section: "3.2.11.8.2" }
794
- }),
795
- Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
796
- Field({
797
- name: "OptionsOverride",
798
- id: 3,
799
- type: "Options",
800
- conformance: "M",
801
- constraint: "desc",
802
- default: 0
803
- })
804
- ]
765
+ xref: { document: "cluster", section: "3.2.11.8" }
766
+ },
767
+ Field({
768
+ name: "MoveMode",
769
+ id: 0,
770
+ type: "MoveMode",
771
+ conformance: "M",
772
+ constraint: "desc",
773
+ details: "The MoveMode field shall be one of the non-reserved values in Values of the MoveMode Field. If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.\n### Table 22. Values of the MoveMode Field",
774
+ xref: { document: "cluster", section: "3.2.11.8.1" }
805
775
  }),
806
- Command({
776
+ Field({
777
+ name: "Rate",
778
+ id: 1,
779
+ type: "uint8",
780
+ conformance: "M",
781
+ details: "The Rate field specifies the rate of movement in steps per second. A step is a change in the device\u2019s saturation of one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the command has no effect and a response command shall be sent in response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.",
782
+ xref: { document: "cluster", section: "3.2.11.8.2" }
783
+ }),
784
+ Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
785
+ Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
786
+ ),
787
+ Command(
788
+ {
807
789
  name: "StepSaturation",
808
790
  id: 5,
809
791
  access: "O",
810
792
  conformance: "HS",
811
793
  direction: "request",
812
794
  response: "status",
813
- xref: { document: "cluster", section: "3.2.11.9" },
814
- children: [
815
- Field({
816
- name: "StepMode",
817
- id: 0,
818
- type: "StepMode",
819
- conformance: "M",
820
- constraint: "desc",
821
- details: "The StepMode field shall be one of the non-reserved values in Values of the StepMode Field.\n### Table 24. Values of the StepMode Field",
822
- xref: { document: "cluster", section: "3.2.11.9.1" }
823
- }),
824
- Field({
825
- name: "StepSize",
826
- id: 1,
827
- type: "uint8",
828
- conformance: "M",
829
- details: "The change to be added to (or subtracted from) the current value of the device\u2019s saturation.",
830
- xref: { document: "cluster", section: "3.2.11.9.2" }
831
- }),
832
- Field({
833
- name: "TransitionTime",
834
- id: 2,
835
- type: "uint8",
836
- conformance: "M",
837
- details: "The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the step. A step is a change in the device\u2019s saturation of \u2018Step size\u2019 units.\nNOTE\nHere the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime data fields in other clusters / commands.",
838
- xref: { document: "cluster", section: "3.2.11.9.3" }
839
- }),
840
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
841
- Field({
842
- name: "OptionsOverride",
843
- id: 4,
844
- type: "Options",
845
- conformance: "M",
846
- constraint: "desc",
847
- default: 0
848
- })
849
- ]
795
+ xref: { document: "cluster", section: "3.2.11.9" }
796
+ },
797
+ Field({
798
+ name: "StepMode",
799
+ id: 0,
800
+ type: "StepMode",
801
+ conformance: "M",
802
+ constraint: "desc",
803
+ details: "The StepMode field shall be one of the non-reserved values in Values of the StepMode Field.\n### Table 24. Values of the StepMode Field",
804
+ xref: { document: "cluster", section: "3.2.11.9.1" }
850
805
  }),
851
- Command({
806
+ Field({
807
+ name: "StepSize",
808
+ id: 1,
809
+ type: "uint8",
810
+ conformance: "M",
811
+ details: "The change to be added to (or subtracted from) the current value of the device\u2019s saturation.",
812
+ xref: { document: "cluster", section: "3.2.11.9.2" }
813
+ }),
814
+ Field({
815
+ name: "TransitionTime",
816
+ id: 2,
817
+ type: "uint8",
818
+ conformance: "M",
819
+ details: "The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the step. A step is a change in the device\u2019s saturation of \u2018Step size\u2019 units.\nNOTE\nHere the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime data fields in other clusters / commands.",
820
+ xref: { document: "cluster", section: "3.2.11.9.3" }
821
+ }),
822
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
823
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
824
+ ),
825
+ Command(
826
+ {
852
827
  name: "MoveToHueAndSaturation",
853
828
  id: 6,
854
829
  access: "O",
855
830
  conformance: "HS",
856
831
  direction: "request",
857
832
  response: "status",
858
- xref: { document: "cluster", section: "3.2.11.10" },
859
- children: [
860
- Field({ name: "Hue", id: 0, type: "uint8", conformance: "M", constraint: "0 to 254" }),
861
- Field({ name: "Saturation", id: 1, type: "uint8", conformance: "M", constraint: "0 to 254" }),
862
- Field({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "0 to 65534" }),
863
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
864
- Field({
865
- name: "OptionsOverride",
866
- id: 4,
867
- type: "Options",
868
- conformance: "M",
869
- constraint: "desc",
870
- default: 0
871
- })
872
- ]
873
- }),
874
- Command({
833
+ xref: { document: "cluster", section: "3.2.11.10" }
834
+ },
835
+ Field({ name: "Hue", id: 0, type: "uint8", conformance: "M", constraint: "0 to 254" }),
836
+ Field({ name: "Saturation", id: 1, type: "uint8", conformance: "M", constraint: "0 to 254" }),
837
+ Field({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "0 to 65534" }),
838
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
839
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
840
+ ),
841
+ Command(
842
+ {
875
843
  name: "MoveToColor",
876
844
  id: 7,
877
845
  access: "O",
878
846
  conformance: "XY",
879
847
  direction: "request",
880
848
  response: "status",
881
- xref: { document: "cluster", section: "3.2.11.11" },
882
- children: [
883
- Field({ name: "ColorX", id: 0, type: "uint16", conformance: "M", constraint: "0 to 65279" }),
884
- Field({ name: "ColorY", id: 1, type: "uint16", conformance: "M", constraint: "0 to 65279" }),
885
- Field({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "0 to 65534" }),
886
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
887
- Field({
888
- name: "OptionsOverride",
889
- id: 4,
890
- type: "Options",
891
- conformance: "M",
892
- constraint: "desc",
893
- default: 0
894
- })
895
- ]
896
- }),
897
- Command({
849
+ xref: { document: "cluster", section: "3.2.11.11" }
850
+ },
851
+ Field({ name: "ColorX", id: 0, type: "uint16", conformance: "M", constraint: "0 to 65279" }),
852
+ Field({ name: "ColorY", id: 1, type: "uint16", conformance: "M", constraint: "0 to 65279" }),
853
+ Field({ name: "TransitionTime", id: 2, type: "uint16", conformance: "M", constraint: "0 to 65534" }),
854
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
855
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
856
+ ),
857
+ Command(
858
+ {
898
859
  name: "MoveColor",
899
860
  id: 8,
900
861
  access: "O",
901
862
  conformance: "XY",
902
863
  direction: "request",
903
864
  response: "status",
904
- xref: { document: "cluster", section: "3.2.11.12" },
905
- children: [
906
- Field({
907
- name: "RateX",
908
- id: 0,
909
- type: "int16",
910
- conformance: "M",
911
- details: "The RateX field specifies the rate of movement in steps per second. A step is a change in the device\u2019s CurrentX attribute of one unit.",
912
- xref: { document: "cluster", section: "3.2.11.12.1" }
913
- }),
914
- Field({
915
- name: "RateY",
916
- id: 1,
917
- type: "int16",
918
- conformance: "M",
919
- details: "The RateY field specifies the rate of movement in steps per second. A step is a change in the device\u2019s CurrentY attribute of one unit.",
920
- xref: { document: "cluster", section: "3.2.11.12.2" }
921
- }),
922
- Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
923
- Field({
924
- name: "OptionsOverride",
925
- id: 3,
926
- type: "Options",
927
- conformance: "M",
928
- constraint: "desc",
929
- default: 0
930
- })
931
- ]
865
+ xref: { document: "cluster", section: "3.2.11.12" }
866
+ },
867
+ Field({
868
+ name: "RateX",
869
+ id: 0,
870
+ type: "int16",
871
+ conformance: "M",
872
+ details: "The RateX field specifies the rate of movement in steps per second. A step is a change in the device\u2019s CurrentX attribute of one unit.",
873
+ xref: { document: "cluster", section: "3.2.11.12.1" }
932
874
  }),
933
- Command({
875
+ Field({
876
+ name: "RateY",
877
+ id: 1,
878
+ type: "int16",
879
+ conformance: "M",
880
+ details: "The RateY field specifies the rate of movement in steps per second. A step is a change in the device\u2019s CurrentY attribute of one unit.",
881
+ xref: { document: "cluster", section: "3.2.11.12.2" }
882
+ }),
883
+ Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
884
+ Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
885
+ ),
886
+ Command(
887
+ {
934
888
  name: "StepColor",
935
889
  id: 9,
936
890
  access: "O",
937
891
  conformance: "XY",
938
892
  direction: "request",
939
893
  response: "status",
940
- xref: { document: "cluster", section: "3.2.11.13" },
941
- children: [
942
- Field({ name: "StepX", id: 0, type: "int16", conformance: "M" }),
943
- Field({ name: "StepY", id: 1, type: "int16", conformance: "M" }),
944
- Field({
945
- name: "TransitionTime",
946
- id: 2,
947
- type: "uint16",
948
- conformance: "M",
949
- constraint: "0 to 65534",
950
- details: "The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the color change.",
951
- xref: { document: "cluster", section: "3.2.11.13.2" }
952
- }),
953
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
954
- Field({
955
- name: "OptionsOverride",
956
- id: 4,
957
- type: "Options",
958
- conformance: "M",
959
- constraint: "desc",
960
- default: 0
961
- })
962
- ]
963
- }),
964
- Command({
894
+ xref: { document: "cluster", section: "3.2.11.13" }
895
+ },
896
+ Field({ name: "StepX", id: 0, type: "int16", conformance: "M" }),
897
+ Field({ name: "StepY", id: 1, type: "int16", conformance: "M" }),
898
+ Field({
899
+ name: "TransitionTime",
900
+ id: 2,
901
+ type: "uint16",
902
+ conformance: "M",
903
+ constraint: "0 to 65534",
904
+ details: "The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the color change.",
905
+ xref: { document: "cluster", section: "3.2.11.13.2" }
906
+ }),
907
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
908
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
909
+ ),
910
+ Command(
911
+ {
965
912
  name: "MoveToColorTemperature",
966
913
  id: 10,
967
914
  access: "O",
968
915
  conformance: "CT",
969
916
  direction: "request",
970
917
  response: "status",
971
- xref: { document: "cluster", section: "3.2.11.14" },
972
- children: [
973
- Field({
974
- name: "ColorTemperatureMireds",
975
- id: 0,
976
- type: "uint16",
977
- conformance: "M",
978
- constraint: "0 to 65279"
979
- }),
980
- Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "0 to 65534" }),
981
- Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
982
- Field({
983
- name: "OptionsOverride",
984
- id: 3,
985
- type: "Options",
986
- conformance: "M",
987
- constraint: "desc",
988
- default: 0
989
- })
990
- ]
991
- }),
992
- Command({
918
+ xref: { document: "cluster", section: "3.2.11.14" }
919
+ },
920
+ Field({ name: "ColorTemperatureMireds", id: 0, type: "uint16", conformance: "M", constraint: "0 to 65279" }),
921
+ Field({ name: "TransitionTime", id: 1, type: "uint16", conformance: "M", constraint: "0 to 65534" }),
922
+ Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
923
+ Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
924
+ ),
925
+ Command(
926
+ {
993
927
  name: "EnhancedMoveToHue",
994
928
  id: 64,
995
929
  access: "O",
@@ -997,46 +931,39 @@ const ColorControl = Cluster({
997
931
  direction: "request",
998
932
  response: "status",
999
933
  details: "The EnhancedMoveToHue command allows lamps to be moved in a smooth continuous transition from their current hue to a target hue.",
1000
- xref: { document: "cluster", section: "3.2.11.15" },
1001
- children: [
1002
- Field({
1003
- name: "EnhancedHue",
1004
- id: 0,
1005
- type: "uint16",
1006
- conformance: "M",
1007
- details: "The EnhancedHue field specifies the target extended hue for the lamp.",
1008
- xref: { document: "cluster", section: "3.2.11.15.1" }
1009
- }),
1010
- Field({
1011
- name: "Direction",
1012
- id: 1,
1013
- type: "Direction",
1014
- conformance: "M",
1015
- constraint: "desc",
1016
- details: "This field is identical to the Direction field of the MoveToHue command of the Color Control cluster (see sub-clause Use of the OptionsMask and OptionsOverride fields).",
1017
- xref: { document: "cluster", section: "3.2.11.15.2" }
1018
- }),
1019
- Field({
1020
- name: "TransitionTime",
1021
- id: 2,
1022
- type: "uint16",
1023
- conformance: "M",
1024
- constraint: "0 to 65534",
1025
- details: "This field is identical to the TransitionTime field of the MoveToHue command of the Color Control cluster (see sub-clause Use of the OptionsMask and OptionsOverride fields).",
1026
- xref: { document: "cluster", section: "3.2.11.15.3" }
1027
- }),
1028
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1029
- Field({
1030
- name: "OptionsOverride",
1031
- id: 4,
1032
- type: "Options",
1033
- conformance: "M",
1034
- constraint: "desc",
1035
- default: 0
1036
- })
1037
- ]
934
+ xref: { document: "cluster", section: "3.2.11.15" }
935
+ },
936
+ Field({
937
+ name: "EnhancedHue",
938
+ id: 0,
939
+ type: "uint16",
940
+ conformance: "M",
941
+ details: "The EnhancedHue field specifies the target extended hue for the lamp.",
942
+ xref: { document: "cluster", section: "3.2.11.15.1" }
1038
943
  }),
1039
- Command({
944
+ Field({
945
+ name: "Direction",
946
+ id: 1,
947
+ type: "Direction",
948
+ conformance: "M",
949
+ constraint: "desc",
950
+ details: "This field is identical to the Direction field of the MoveToHue command of the Color Control cluster (see sub-clause Use of the OptionsMask and OptionsOverride fields).",
951
+ xref: { document: "cluster", section: "3.2.11.15.2" }
952
+ }),
953
+ Field({
954
+ name: "TransitionTime",
955
+ id: 2,
956
+ type: "uint16",
957
+ conformance: "M",
958
+ constraint: "0 to 65534",
959
+ details: "This field is identical to the TransitionTime field of the MoveToHue command of the Color Control cluster (see sub-clause Use of the OptionsMask and OptionsOverride fields).",
960
+ xref: { document: "cluster", section: "3.2.11.15.3" }
961
+ }),
962
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
963
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
964
+ ),
965
+ Command(
966
+ {
1040
967
  name: "EnhancedMoveHue",
1041
968
  id: 65,
1042
969
  access: "O",
@@ -1044,37 +971,30 @@ const ColorControl = Cluster({
1044
971
  direction: "request",
1045
972
  response: "status",
1046
973
  details: "The EnhancedMoveHue command allows lamps to be moved in a continuous stepped transition from their current hue to a target hue.",
1047
- xref: { document: "cluster", section: "3.2.11.16" },
1048
- children: [
1049
- Field({
1050
- name: "MoveMode",
1051
- id: 0,
1052
- type: "MoveMode",
1053
- conformance: "M",
1054
- constraint: "desc",
1055
- details: "This field is identical to the MoveMode field of the MoveHue command of the Color Control cluster (see sub-clause MoveHue Command). If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.",
1056
- xref: { document: "cluster", section: "3.2.11.16.1" }
1057
- }),
1058
- Field({
1059
- name: "Rate",
1060
- id: 1,
1061
- type: "uint16",
1062
- conformance: "M",
1063
- details: "The Rate field specifies the rate of movement in steps per second. A step is a change in the extended hue of a device by one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the command has no effect and a response command shall be sent in response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.",
1064
- xref: { document: "cluster", section: "3.2.11.16.2" }
1065
- }),
1066
- Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1067
- Field({
1068
- name: "OptionsOverride",
1069
- id: 3,
1070
- type: "Options",
1071
- conformance: "M",
1072
- constraint: "desc",
1073
- default: 0
1074
- })
1075
- ]
974
+ xref: { document: "cluster", section: "3.2.11.16" }
975
+ },
976
+ Field({
977
+ name: "MoveMode",
978
+ id: 0,
979
+ type: "MoveMode",
980
+ conformance: "M",
981
+ constraint: "desc",
982
+ details: "This field is identical to the MoveMode field of the MoveHue command of the Color Control cluster (see sub-clause MoveHue Command). If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.",
983
+ xref: { document: "cluster", section: "3.2.11.16.1" }
1076
984
  }),
1077
- Command({
985
+ Field({
986
+ name: "Rate",
987
+ id: 1,
988
+ type: "uint16",
989
+ conformance: "M",
990
+ details: "The Rate field specifies the rate of movement in steps per second. A step is a change in the extended hue of a device by one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the command has no effect and a response command shall be sent in response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.",
991
+ xref: { document: "cluster", section: "3.2.11.16.2" }
992
+ }),
993
+ Field({ name: "OptionsMask", id: 2, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
994
+ Field({ name: "OptionsOverride", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 })
995
+ ),
996
+ Command(
997
+ {
1078
998
  name: "EnhancedStepHue",
1079
999
  id: 66,
1080
1000
  access: "O",
@@ -1082,46 +1002,39 @@ const ColorControl = Cluster({
1082
1002
  direction: "request",
1083
1003
  response: "status",
1084
1004
  details: "The EnhancedStepHue command allows lamps to be moved in a stepped transition from their current hue to a target hue, resulting in a linear transition through XY space.",
1085
- xref: { document: "cluster", section: "3.2.11.17" },
1086
- children: [
1087
- Field({
1088
- name: "StepMode",
1089
- id: 0,
1090
- type: "StepMode",
1091
- conformance: "M",
1092
- constraint: "desc",
1093
- details: "This field is identical to the StepMode field of the StepHue command of the Color Control cluster (see sub-clause StepHue Command).",
1094
- xref: { document: "cluster", section: "3.2.11.17.1" }
1095
- }),
1096
- Field({
1097
- name: "StepSize",
1098
- id: 1,
1099
- type: "uint16",
1100
- conformance: "M",
1101
- details: "The StepSize field specifies the change to be added to (or subtracted from) the current value of the device\u2019s enhanced hue.",
1102
- xref: { document: "cluster", section: "3.2.11.17.2" }
1103
- }),
1104
- Field({
1105
- name: "TransitionTime",
1106
- id: 2,
1107
- type: "uint16",
1108
- conformance: "M",
1109
- constraint: "0 to 65534",
1110
- details: "The TransitionTime field specifies, in units of 1/10ths of a second, the time that shall be taken to perform the step. A step is a change to the device\u2019s enhanced hue of a magnitude corresponding to the StepSize field.\nNOTE\nHere TransitionTime data field is of data type uint16, while the TransitionTime data field of the StepHue command is of data type uint8.",
1111
- xref: { document: "cluster", section: "3.2.11.17.3" }
1112
- }),
1113
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1114
- Field({
1115
- name: "OptionsOverride",
1116
- id: 4,
1117
- type: "Options",
1118
- conformance: "M",
1119
- constraint: "desc",
1120
- default: 0
1121
- })
1122
- ]
1005
+ xref: { document: "cluster", section: "3.2.11.17" }
1006
+ },
1007
+ Field({
1008
+ name: "StepMode",
1009
+ id: 0,
1010
+ type: "StepMode",
1011
+ conformance: "M",
1012
+ constraint: "desc",
1013
+ details: "This field is identical to the StepMode field of the StepHue command of the Color Control cluster (see sub-clause StepHue Command).",
1014
+ xref: { document: "cluster", section: "3.2.11.17.1" }
1015
+ }),
1016
+ Field({
1017
+ name: "StepSize",
1018
+ id: 1,
1019
+ type: "uint16",
1020
+ conformance: "M",
1021
+ details: "The StepSize field specifies the change to be added to (or subtracted from) the current value of the device\u2019s enhanced hue.",
1022
+ xref: { document: "cluster", section: "3.2.11.17.2" }
1123
1023
  }),
1124
- Command({
1024
+ Field({
1025
+ name: "TransitionTime",
1026
+ id: 2,
1027
+ type: "uint16",
1028
+ conformance: "M",
1029
+ constraint: "0 to 65534",
1030
+ details: "The TransitionTime field specifies, in units of 1/10ths of a second, the time that shall be taken to perform the step. A step is a change to the device\u2019s enhanced hue of a magnitude corresponding to the StepSize field.\nNOTE\nHere TransitionTime data field is of data type uint16, while the TransitionTime data field of the StepHue command is of data type uint8.",
1031
+ xref: { document: "cluster", section: "3.2.11.17.3" }
1032
+ }),
1033
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1034
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
1035
+ ),
1036
+ Command(
1037
+ {
1125
1038
  name: "EnhancedMoveToHueAndSaturation",
1126
1039
  id: 67,
1127
1040
  access: "O",
@@ -1129,46 +1042,39 @@ const ColorControl = Cluster({
1129
1042
  direction: "request",
1130
1043
  response: "status",
1131
1044
  details: "The EnhancedMoveToHueAndSaturation command allows lamps to be moved in a smooth continuous transition from their current hue to a target hue and from their current saturation to a target saturation.",
1132
- xref: { document: "cluster", section: "3.2.11.18" },
1133
- children: [
1134
- Field({
1135
- name: "EnhancedHue",
1136
- id: 0,
1137
- type: "uint16",
1138
- conformance: "M",
1139
- details: "The EnhancedHue field specifies the target extended hue for the lamp.",
1140
- xref: { document: "cluster", section: "3.2.11.18.1" }
1141
- }),
1142
- Field({
1143
- name: "Saturation",
1144
- id: 1,
1145
- type: "uint8",
1146
- conformance: "M",
1147
- constraint: "0 to 254",
1148
- details: "This field is identical to the Saturation field of the MoveToHueAndSaturation command of the Color Control cluster (see sub-clause MoveToHueAndSaturation Command).",
1149
- xref: { document: "cluster", section: "3.2.11.18.2" }
1150
- }),
1151
- Field({
1152
- name: "TransitionTime",
1153
- id: 2,
1154
- type: "uint16",
1155
- conformance: "M",
1156
- constraint: "0 to 65534",
1157
- details: "This field is identical to the TransitionTime field of the MoveToHue command of the Color Control cluster (see sub-clause MoveToHueAndSaturation Command).",
1158
- xref: { document: "cluster", section: "3.2.11.18.3" }
1159
- }),
1160
- Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1161
- Field({
1162
- name: "OptionsOverride",
1163
- id: 4,
1164
- type: "Options",
1165
- conformance: "M",
1166
- constraint: "desc",
1167
- default: 0
1168
- })
1169
- ]
1045
+ xref: { document: "cluster", section: "3.2.11.18" }
1046
+ },
1047
+ Field({
1048
+ name: "EnhancedHue",
1049
+ id: 0,
1050
+ type: "uint16",
1051
+ conformance: "M",
1052
+ details: "The EnhancedHue field specifies the target extended hue for the lamp.",
1053
+ xref: { document: "cluster", section: "3.2.11.18.1" }
1054
+ }),
1055
+ Field({
1056
+ name: "Saturation",
1057
+ id: 1,
1058
+ type: "uint8",
1059
+ conformance: "M",
1060
+ constraint: "0 to 254",
1061
+ details: "This field is identical to the Saturation field of the MoveToHueAndSaturation command of the Color Control cluster (see sub-clause MoveToHueAndSaturation Command).",
1062
+ xref: { document: "cluster", section: "3.2.11.18.2" }
1170
1063
  }),
1171
- Command({
1064
+ Field({
1065
+ name: "TransitionTime",
1066
+ id: 2,
1067
+ type: "uint16",
1068
+ conformance: "M",
1069
+ constraint: "0 to 65534",
1070
+ details: "This field is identical to the TransitionTime field of the MoveToHue command of the Color Control cluster (see sub-clause MoveToHueAndSaturation Command).",
1071
+ xref: { document: "cluster", section: "3.2.11.18.3" }
1072
+ }),
1073
+ Field({ name: "OptionsMask", id: 3, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1074
+ Field({ name: "OptionsOverride", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 })
1075
+ ),
1076
+ Command(
1077
+ {
1172
1078
  name: "ColorLoopSet",
1173
1079
  id: 68,
1174
1080
  access: "O",
@@ -1176,72 +1082,65 @@ const ColorControl = Cluster({
1176
1082
  direction: "request",
1177
1083
  response: "status",
1178
1084
  details: "The Color Loop Set command allows a color loop to be activated such that the color lamp cycles through its range of hues.",
1179
- xref: { document: "cluster", section: "3.2.11.19" },
1180
- children: [
1181
- Field({
1182
- name: "UpdateFlags",
1183
- id: 0,
1184
- type: "map8",
1185
- conformance: "M",
1186
- constraint: "desc",
1187
- details: "The UpdateFlags field specifies which color loop attributes to update before the color loop is started. This field shall be formatted as illustrated in Format of the UpdateFlags Field of the ColorLoopSet Command.\n### Table 28. Format of the UpdateFlags Field of the ColorLoopSet Command\nThe UpdateAction sub-field is 1 bit in length and specifies whether the device shall adhere to the action field in order to process the command. If this sub-field is set to 1, the device shall adhere to the action field. If this sub-field is set to 0, the device shall ignore the Action field.\nThe UpdateDirection sub-field is 1 bit in length and specifies whether the device shall update the ColorLoopDirection attribute with the Direction field. If this sub-field is set to 1, the device shall update the value of the ColorLoopDirection attribute with the value of the Direction field. If this sub-field is set to 0, the device shall ignore the Direction field.\nThe UpdateTime sub-field is 1 bit in length and specifies whether the device shall update the ColorLoopTime attribute with the Time field. If this sub-field is set to 1, the device shall update the value of the ColorLoopTime attribute with the value of the Time field. If this sub-field is set to 0, the device shall ignore the Time field.\nThe UpdateStartHue sub-field is 1 bit in length and specifies whether the device shall update the ColorLoopStartEnhancedHue attribute with the StartHue field. If this sub-field is set to 1, the device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the StartHue field. If this sub-field is set to 0, the device shall ignore the StartHue field.",
1188
- xref: { document: "cluster", section: "3.2.11.19.1" },
1189
- children: [
1190
- Field({ name: "UpdateAction", constraint: "0" }),
1191
- Field({ name: "UpdateDirection", constraint: "1" }),
1192
- Field({ name: "UpdateTime", constraint: "2" }),
1193
- Field({ name: "UpdateStartHue", constraint: "3" }),
1194
- Field({ name: "Reserved", constraint: "4 to 8" })
1195
- ]
1196
- }),
1197
- Field({
1198
- name: "Action",
1199
- id: 1,
1200
- type: "enum8",
1201
- conformance: "M",
1202
- constraint: "desc",
1203
- details: "The Action field specifies the action to take for the color loop if the UpdateAction sub-field of the UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed in Values of the Action Field of the ColorLoopSet Command.\n### Table 29. Values of the Action Field of the ColorLoopSet Command",
1204
- xref: { document: "cluster", section: "3.2.11.19.2" },
1205
- children: [
1206
- Field({ name: "DeActivateTheColorLoop", id: 0 }),
1207
- Field({ name: "ActivateTheColorLoopFromTheValueInTheColorLoopStartEnhancedHueField", id: 1 }),
1208
- Field({ name: "ActivateTheColorLoopFromTheValueOfTheEnhancedCurrentHueAttribute", id: 2 })
1209
- ]
1210
- }),
1211
- Field({
1212
- name: "Direction",
1213
- id: 2,
1214
- type: "enum8",
1215
- conformance: "M",
1216
- constraint: "desc",
1217
- details: "The Direction field specifies the direction for the color loop if the Update Direction field of the UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed in Values of the Direction Field of the ColorLoopSet Command.\n### Table 30. Values of the Direction Field of the ColorLoopSet Command",
1218
- xref: { document: "cluster", section: "3.2.11.19.3" },
1219
- children: [
1220
- Field({ name: "DecrementTheHueInTheColorLoop", id: 0 }),
1221
- Field({ name: "IncrementTheHueInTheColorLoop", id: 1 })
1222
- ]
1223
- }),
1224
- Field({
1225
- name: "Time",
1226
- id: 3,
1227
- type: "uint16",
1228
- conformance: "M",
1229
- details: "The Time field specifies the number of seconds over which to perform a full color loop if the UpdateTime sub-field of the UpdateFlags field is set to 1.",
1230
- xref: { document: "cluster", section: "3.2.11.19.4" }
1231
- }),
1232
- Field({ name: "StartHue", id: 4, type: "uint16", conformance: "M" }),
1233
- Field({ name: "OptionsMask", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1234
- Field({
1235
- name: "OptionsOverride",
1236
- id: 6,
1237
- type: "Options",
1238
- conformance: "M",
1239
- constraint: "desc",
1240
- default: 0
1241
- })
1242
- ]
1243
- }),
1244
- Command({
1085
+ xref: { document: "cluster", section: "3.2.11.19" }
1086
+ },
1087
+ Field(
1088
+ {
1089
+ name: "UpdateFlags",
1090
+ id: 0,
1091
+ type: "map8",
1092
+ conformance: "M",
1093
+ constraint: "desc",
1094
+ details: "The UpdateFlags field specifies which color loop attributes to update before the color loop is started. This field shall be formatted as illustrated in Format of the UpdateFlags Field of the ColorLoopSet Command.\n### Table 28. Format of the UpdateFlags Field of the ColorLoopSet Command\nThe UpdateAction sub-field is 1 bit in length and specifies whether the device shall adhere to the action field in order to process the command. If this sub-field is set to 1, the device shall adhere to the action field. If this sub-field is set to 0, the device shall ignore the Action field.\nThe UpdateDirection sub-field is 1 bit in length and specifies whether the device shall update the ColorLoopDirection attribute with the Direction field. If this sub-field is set to 1, the device shall update the value of the ColorLoopDirection attribute with the value of the Direction field. If this sub-field is set to 0, the device shall ignore the Direction field.\nThe UpdateTime sub-field is 1 bit in length and specifies whether the device shall update the ColorLoopTime attribute with the Time field. If this sub-field is set to 1, the device shall update the value of the ColorLoopTime attribute with the value of the Time field. If this sub-field is set to 0, the device shall ignore the Time field.\nThe UpdateStartHue sub-field is 1 bit in length and specifies whether the device shall update the ColorLoopStartEnhancedHue attribute with the StartHue field. If this sub-field is set to 1, the device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the StartHue field. If this sub-field is set to 0, the device shall ignore the StartHue field.",
1095
+ xref: { document: "cluster", section: "3.2.11.19.1" }
1096
+ },
1097
+ Field({ name: "UpdateAction", constraint: "0" }),
1098
+ Field({ name: "UpdateDirection", constraint: "1" }),
1099
+ Field({ name: "UpdateTime", constraint: "2" }),
1100
+ Field({ name: "UpdateStartHue", constraint: "3" }),
1101
+ Field({ name: "Reserved", constraint: "4 to 8" })
1102
+ ),
1103
+ Field(
1104
+ {
1105
+ name: "Action",
1106
+ id: 1,
1107
+ type: "enum8",
1108
+ conformance: "M",
1109
+ constraint: "desc",
1110
+ details: "The Action field specifies the action to take for the color loop if the UpdateAction sub-field of the UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed in Values of the Action Field of the ColorLoopSet Command.\n### Table 29. Values of the Action Field of the ColorLoopSet Command",
1111
+ xref: { document: "cluster", section: "3.2.11.19.2" }
1112
+ },
1113
+ Field({ name: "DeActivateTheColorLoop", id: 0 }),
1114
+ Field({ name: "ActivateTheColorLoopFromTheValueInTheColorLoopStartEnhancedHueField", id: 1 }),
1115
+ Field({ name: "ActivateTheColorLoopFromTheValueOfTheEnhancedCurrentHueAttribute", id: 2 })
1116
+ ),
1117
+ Field(
1118
+ {
1119
+ name: "Direction",
1120
+ id: 2,
1121
+ type: "enum8",
1122
+ conformance: "M",
1123
+ constraint: "desc",
1124
+ details: "The Direction field specifies the direction for the color loop if the Update Direction field of the UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed in Values of the Direction Field of the ColorLoopSet Command.\n### Table 30. Values of the Direction Field of the ColorLoopSet Command",
1125
+ xref: { document: "cluster", section: "3.2.11.19.3" }
1126
+ },
1127
+ Field({ name: "DecrementTheHueInTheColorLoop", id: 0 }),
1128
+ Field({ name: "IncrementTheHueInTheColorLoop", id: 1 })
1129
+ ),
1130
+ Field({
1131
+ name: "Time",
1132
+ id: 3,
1133
+ type: "uint16",
1134
+ conformance: "M",
1135
+ details: "The Time field specifies the number of seconds over which to perform a full color loop if the UpdateTime sub-field of the UpdateFlags field is set to 1.",
1136
+ xref: { document: "cluster", section: "3.2.11.19.4" }
1137
+ }),
1138
+ Field({ name: "StartHue", id: 4, type: "uint16", conformance: "M" }),
1139
+ Field({ name: "OptionsMask", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1140
+ Field({ name: "OptionsOverride", id: 6, type: "Options", conformance: "M", constraint: "desc", default: 0 })
1141
+ ),
1142
+ Command(
1143
+ {
1245
1144
  name: "StopMoveStep",
1246
1145
  id: 71,
1247
1146
  access: "O",
@@ -1249,20 +1148,13 @@ const ColorControl = Cluster({
1249
1148
  direction: "request",
1250
1149
  response: "status",
1251
1150
  details: "The StopMoveStep command is provided to allow MoveTo and Step commands to be stopped. (Note this automatically provides symmetry to the Level Control cluster.)\nNOTE the StopMoveStep command has no effect on an active color loop.",
1252
- xref: { document: "cluster", section: "3.2.11.20" },
1253
- children: [
1254
- Field({ name: "OptionsMask", id: 0, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1255
- Field({
1256
- name: "OptionsOverride",
1257
- id: 1,
1258
- type: "Options",
1259
- conformance: "M",
1260
- constraint: "desc",
1261
- default: 0
1262
- })
1263
- ]
1264
- }),
1265
- Command({
1151
+ xref: { document: "cluster", section: "3.2.11.20" }
1152
+ },
1153
+ Field({ name: "OptionsMask", id: 0, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1154
+ Field({ name: "OptionsOverride", id: 1, type: "Options", conformance: "M", constraint: "desc", default: 0 })
1155
+ ),
1156
+ Command(
1157
+ {
1266
1158
  name: "MoveColorTemperature",
1267
1159
  id: 75,
1268
1160
  access: "O",
@@ -1270,55 +1162,48 @@ const ColorControl = Cluster({
1270
1162
  direction: "request",
1271
1163
  response: "status",
1272
1164
  details: "The MoveColorTemperature command allows the color temperature of a lamp to be moved at a specified rate.",
1273
- xref: { document: "cluster", section: "3.2.11.21" },
1274
- children: [
1275
- Field({
1276
- name: "MoveMode",
1277
- id: 0,
1278
- type: "MoveMode",
1279
- conformance: "M",
1280
- constraint: "desc",
1281
- details: "This field is identical to the MoveMode field of the MoveHue command of the Color Control cluster (see sub-clause MoveHue Command). If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.",
1282
- xref: { document: "cluster", section: "3.2.11.21.1" }
1283
- }),
1284
- Field({
1285
- name: "Rate",
1286
- id: 1,
1287
- type: "uint16",
1288
- conformance: "M",
1289
- details: "The Rate field specifies the rate of movement in steps per second. A step is a change in the color temperature of a device by one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the command has no effect and a response command shall be sent in response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.",
1290
- xref: { document: "cluster", section: "3.2.11.21.2" }
1291
- }),
1292
- Field({
1293
- name: "ColorTemperatureMinimumMireds",
1294
- id: 2,
1295
- type: "uint16",
1296
- conformance: "M",
1297
- constraint: "0 to 65279",
1298
- details: "The ColorTemperatureMinimumMireds field specifies a lower bound on the ColorTemperatureMireds attribute (\u2261 an upper bound on the color temperature in kelvins) for the current move operation\nColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds\nAs such if the move operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMinimumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound for the ColorTemperatureMireds attribute.",
1299
- xref: { document: "cluster", section: "3.2.11.21.3" }
1300
- }),
1301
- Field({
1302
- name: "ColorTemperatureMaximumMireds",
1303
- id: 3,
1304
- type: "uint16",
1305
- conformance: "M",
1306
- constraint: "0 to 65279",
1307
- details: "The ColorTemperatureMaximumMireds field specifies an upper bound on the ColorTemperatureMireds attribute (\u2261 a lower bound on the color temperature in kelvins) for the current move operation\nColorTemperatureMireds <= ColorTemperatureMaximumMireds field <= ColorTempPhysicalMaxMireds\nAs such if the move operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMaximumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds attribute.",
1308
- xref: { document: "cluster", section: "3.2.11.21.4" }
1309
- }),
1310
- Field({ name: "OptionsMask", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1311
- Field({
1312
- name: "OptionsOverride",
1313
- id: 5,
1314
- type: "Options",
1315
- conformance: "M",
1316
- constraint: "desc",
1317
- default: 0
1318
- })
1319
- ]
1165
+ xref: { document: "cluster", section: "3.2.11.21" }
1166
+ },
1167
+ Field({
1168
+ name: "MoveMode",
1169
+ id: 0,
1170
+ type: "MoveMode",
1171
+ conformance: "M",
1172
+ constraint: "desc",
1173
+ details: "This field is identical to the MoveMode field of the MoveHue command of the Color Control cluster (see sub-clause MoveHue Command). If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.",
1174
+ xref: { document: "cluster", section: "3.2.11.21.1" }
1175
+ }),
1176
+ Field({
1177
+ name: "Rate",
1178
+ id: 1,
1179
+ type: "uint16",
1180
+ conformance: "M",
1181
+ details: "The Rate field specifies the rate of movement in steps per second. A step is a change in the color temperature of a device by one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the command has no effect and a response command shall be sent in response, with the status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.",
1182
+ xref: { document: "cluster", section: "3.2.11.21.2" }
1183
+ }),
1184
+ Field({
1185
+ name: "ColorTemperatureMinimumMireds",
1186
+ id: 2,
1187
+ type: "uint16",
1188
+ conformance: "M",
1189
+ constraint: "0 to 65279",
1190
+ details: "The ColorTemperatureMinimumMireds field specifies a lower bound on the ColorTemperatureMireds attribute (\u2261 an upper bound on the color temperature in kelvins) for the current move operation\nColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds\nAs such if the move operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMinimumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound for the ColorTemperatureMireds attribute.",
1191
+ xref: { document: "cluster", section: "3.2.11.21.3" }
1320
1192
  }),
1321
- Command({
1193
+ Field({
1194
+ name: "ColorTemperatureMaximumMireds",
1195
+ id: 3,
1196
+ type: "uint16",
1197
+ conformance: "M",
1198
+ constraint: "0 to 65279",
1199
+ details: "The ColorTemperatureMaximumMireds field specifies an upper bound on the ColorTemperatureMireds attribute (\u2261 a lower bound on the color temperature in kelvins) for the current move operation\nColorTemperatureMireds <= ColorTemperatureMaximumMireds field <= ColorTempPhysicalMaxMireds\nAs such if the move operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMaximumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds attribute.",
1200
+ xref: { document: "cluster", section: "3.2.11.21.4" }
1201
+ }),
1202
+ Field({ name: "OptionsMask", id: 4, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1203
+ Field({ name: "OptionsOverride", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 })
1204
+ ),
1205
+ Command(
1206
+ {
1322
1207
  name: "StepColorTemperature",
1323
1208
  id: 76,
1324
1209
  access: "O",
@@ -1326,92 +1211,74 @@ const ColorControl = Cluster({
1326
1211
  direction: "request",
1327
1212
  response: "status",
1328
1213
  details: "The StepColorTemperature command allows the color temperature of a lamp to be stepped with a specified step size.",
1329
- xref: { document: "cluster", section: "3.2.11.22" },
1330
- children: [
1331
- Field({
1332
- name: "StepMode",
1333
- id: 0,
1334
- type: "StepMode",
1335
- conformance: "M",
1336
- constraint: "desc",
1337
- details: "This field is identical to the StepMode field of the StepHue command of the Color Control cluster (see sub-clause StepHue Command).",
1338
- xref: { document: "cluster", section: "3.2.11.22.1" }
1339
- }),
1340
- Field({
1341
- name: "StepSize",
1342
- id: 1,
1343
- type: "uint16",
1344
- conformance: "M",
1345
- details: "The StepSize field specifies the change to be added to (or subtracted from) the current value of the device\u2019s color temperature.",
1346
- xref: { document: "cluster", section: "3.2.11.22.2" }
1347
- }),
1348
- Field({
1349
- name: "TransitionTime",
1350
- id: 2,
1351
- type: "uint16",
1352
- conformance: "M",
1353
- constraint: "0 to 65534",
1354
- details: "The TransitionTime field specifies, in units of 1/10ths of a second, the time that shall be taken to perform the step. A step is a change to the device\u2019s color temperature of a magnitude corresponding to the StepSize field.",
1355
- xref: { document: "cluster", section: "3.2.11.22.3" }
1356
- }),
1357
- Field({
1358
- name: "ColorTemperatureMinimumMireds",
1359
- id: 3,
1360
- type: "uint16",
1361
- conformance: "M",
1362
- constraint: "0 to 65279",
1363
- details: "The ColorTemperatureMinimumMireds field specifies a lower bound on the ColorTemperatureMireds attribute (\u2261 an upper bound on the color temperature in kelvins) for the current step operation\nColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds\nAs such if the step operation takes the ColorTemperatureMireds attribute towards the value of the Color Temperature Minimum Mireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound for the ColorTemperatureMireds attribute.",
1364
- xref: { document: "cluster", section: "3.2.11.22.4" }
1365
- }),
1366
- Field({
1367
- name: "ColorTemperatureMaximumMireds",
1368
- id: 4,
1369
- type: "uint16",
1370
- conformance: "M",
1371
- constraint: "0 to 65279",
1372
- details: "The ColorTemperatureMaximumMireds field specifies an upper bound on the ColorTemperatureMireds attribute (\u2261 a lower bound on the color temperature in kelvins) for the current step operation\nColorTemperatureMireds \u2264 ColorTemperatureMaximumMireds field \u2264 ColorTempPhysicalMaxMireds\nAs such if the step operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMaximumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMaximum Mireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds attribute.",
1373
- xref: { document: "cluster", section: "3.2.11.22.5" }
1374
- }),
1375
- Field({ name: "OptionsMask", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1376
- Field({
1377
- name: "OptionsOverride",
1378
- id: 6,
1379
- type: "Options",
1380
- conformance: "M",
1381
- constraint: "desc",
1382
- default: 0
1383
- })
1384
- ]
1214
+ xref: { document: "cluster", section: "3.2.11.22" }
1215
+ },
1216
+ Field({
1217
+ name: "StepMode",
1218
+ id: 0,
1219
+ type: "StepMode",
1220
+ conformance: "M",
1221
+ constraint: "desc",
1222
+ details: "This field is identical to the StepMode field of the StepHue command of the Color Control cluster (see sub-clause StepHue Command).",
1223
+ xref: { document: "cluster", section: "3.2.11.22.1" }
1385
1224
  }),
1386
- Datatype({
1387
- name: "MoveMode",
1388
- type: "enum8",
1389
- xref: { document: "cluster", section: "3.2.11.5.1" },
1390
- children: [
1391
- Field({ name: "Stop", id: 0 }),
1392
- Field({ name: "Up", id: 1 }),
1393
- Field({ name: "Down", id: 3 })
1394
- ]
1225
+ Field({
1226
+ name: "StepSize",
1227
+ id: 1,
1228
+ type: "uint16",
1229
+ conformance: "M",
1230
+ details: "The StepSize field specifies the change to be added to (or subtracted from) the current value of the device\u2019s color temperature.",
1231
+ xref: { document: "cluster", section: "3.2.11.22.2" }
1395
1232
  }),
1396
- Datatype({
1397
- name: "StepMode",
1398
- type: "enum8",
1399
- xref: { document: "cluster", section: "3.2.11.6.1" },
1400
- children: [Field({ name: "Up", id: 1 }), Field({ name: "Down", id: 3 })]
1233
+ Field({
1234
+ name: "TransitionTime",
1235
+ id: 2,
1236
+ type: "uint16",
1237
+ conformance: "M",
1238
+ constraint: "0 to 65534",
1239
+ details: "The TransitionTime field specifies, in units of 1/10ths of a second, the time that shall be taken to perform the step. A step is a change to the device\u2019s color temperature of a magnitude corresponding to the StepSize field.",
1240
+ xref: { document: "cluster", section: "3.2.11.22.3" }
1401
1241
  }),
1402
- Datatype({
1403
- name: "Direction",
1404
- type: "enum8",
1405
- xref: { document: "cluster", section: "3.2.11.4.2" },
1406
- children: [
1407
- Field({ name: "ShortestDistance", id: 0 }),
1408
- Field({ name: "LongestDistance", id: 1 }),
1409
- Field({ name: "Up", id: 2 }),
1410
- Field({ name: "Down", id: 3 })
1411
- ]
1412
- })
1413
- ]
1414
- });
1242
+ Field({
1243
+ name: "ColorTemperatureMinimumMireds",
1244
+ id: 3,
1245
+ type: "uint16",
1246
+ conformance: "M",
1247
+ constraint: "0 to 65279",
1248
+ details: "The ColorTemperatureMinimumMireds field specifies a lower bound on the ColorTemperatureMireds attribute (\u2261 an upper bound on the color temperature in kelvins) for the current step operation\nColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds\nAs such if the step operation takes the ColorTemperatureMireds attribute towards the value of the Color Temperature Minimum Mireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound for the ColorTemperatureMireds attribute.",
1249
+ xref: { document: "cluster", section: "3.2.11.22.4" }
1250
+ }),
1251
+ Field({
1252
+ name: "ColorTemperatureMaximumMireds",
1253
+ id: 4,
1254
+ type: "uint16",
1255
+ conformance: "M",
1256
+ constraint: "0 to 65279",
1257
+ details: "The ColorTemperatureMaximumMireds field specifies an upper bound on the ColorTemperatureMireds attribute (\u2261 a lower bound on the color temperature in kelvins) for the current step operation\nColorTemperatureMireds \u2264 ColorTemperatureMaximumMireds field \u2264 ColorTempPhysicalMaxMireds\nAs such if the step operation takes the ColorTemperatureMireds attribute towards the value of the ColorTemperatureMaximumMireds field it shall be clipped so that the above invariant is satisfied. If the ColorTemperatureMaximum Mireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds attribute.",
1258
+ xref: { document: "cluster", section: "3.2.11.22.5" }
1259
+ }),
1260
+ Field({ name: "OptionsMask", id: 5, type: "Options", conformance: "M", constraint: "desc", default: 0 }),
1261
+ Field({ name: "OptionsOverride", id: 6, type: "Options", conformance: "M", constraint: "desc", default: 0 })
1262
+ ),
1263
+ Datatype(
1264
+ { name: "MoveMode", type: "enum8", xref: { document: "cluster", section: "3.2.11.5.1" } },
1265
+ Field({ name: "Stop", id: 0 }),
1266
+ Field({ name: "Up", id: 1 }),
1267
+ Field({ name: "Down", id: 3 })
1268
+ ),
1269
+ Datatype(
1270
+ { name: "StepMode", type: "enum8", xref: { document: "cluster", section: "3.2.11.6.1" } },
1271
+ Field({ name: "Up", id: 1 }),
1272
+ Field({ name: "Down", id: 3 })
1273
+ ),
1274
+ Datatype(
1275
+ { name: "Direction", type: "enum8", xref: { document: "cluster", section: "3.2.11.4.2" } },
1276
+ Field({ name: "ShortestDistance", id: 0 }),
1277
+ Field({ name: "LongestDistance", id: 1 }),
1278
+ Field({ name: "Up", id: 2 }),
1279
+ Field({ name: "Down", id: 3 })
1280
+ )
1281
+ );
1415
1282
  MatterDefinition.children.push(ColorControl);
1416
1283
  export {
1417
1284
  ColorControl