matterbridge 3.5.0 → 3.5.1-dev-20260121-22e98b4

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 (328) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/bin/mb_coap.js +1 -1
  3. package/bin/mb_mdns.js +1 -1
  4. package/dist/broadcastServer.d.ts +0 -115
  5. package/dist/broadcastServer.js +1 -119
  6. package/dist/broadcastServerTypes.d.ts +0 -43
  7. package/dist/broadcastServerTypes.js +0 -24
  8. package/dist/cli.d.ts +1 -26
  9. package/dist/cli.js +2 -102
  10. package/dist/cliEmitter.d.ts +0 -36
  11. package/dist/cliEmitter.js +0 -37
  12. package/dist/cliHistory.d.ts +0 -42
  13. package/dist/cliHistory.js +1 -39
  14. package/dist/clusters/export.d.ts +0 -1
  15. package/dist/clusters/export.js +0 -2
  16. package/dist/deviceManager.d.ts +0 -108
  17. package/dist/deviceManager.js +2 -114
  18. package/dist/devices/airConditioner.d.ts +0 -75
  19. package/dist/devices/airConditioner.js +0 -57
  20. package/dist/devices/batteryStorage.d.ts +0 -43
  21. package/dist/devices/batteryStorage.js +1 -48
  22. package/dist/devices/cooktop.d.ts +0 -55
  23. package/dist/devices/cooktop.js +0 -56
  24. package/dist/devices/dishwasher.d.ts +0 -55
  25. package/dist/devices/dishwasher.js +0 -57
  26. package/dist/devices/evse.d.ts +0 -57
  27. package/dist/devices/evse.js +10 -74
  28. package/dist/devices/export.d.ts +0 -1
  29. package/dist/devices/export.js +0 -5
  30. package/dist/devices/extractorHood.d.ts +0 -41
  31. package/dist/devices/extractorHood.js +0 -43
  32. package/dist/devices/heatPump.d.ts +0 -43
  33. package/dist/devices/heatPump.js +2 -50
  34. package/dist/devices/laundryDryer.d.ts +0 -58
  35. package/dist/devices/laundryDryer.js +3 -62
  36. package/dist/devices/laundryWasher.d.ts +0 -64
  37. package/dist/devices/laundryWasher.js +4 -70
  38. package/dist/devices/microwaveOven.d.ts +1 -77
  39. package/dist/devices/microwaveOven.js +5 -88
  40. package/dist/devices/oven.d.ts +0 -82
  41. package/dist/devices/oven.js +0 -85
  42. package/dist/devices/refrigerator.d.ts +0 -100
  43. package/dist/devices/refrigerator.js +0 -102
  44. package/dist/devices/roboticVacuumCleaner.d.ts +0 -83
  45. package/dist/devices/roboticVacuumCleaner.js +9 -100
  46. package/dist/devices/solarPower.d.ts +0 -36
  47. package/dist/devices/solarPower.js +0 -38
  48. package/dist/devices/speaker.d.ts +0 -79
  49. package/dist/devices/speaker.js +0 -84
  50. package/dist/devices/temperatureControl.d.ts +0 -21
  51. package/dist/devices/temperatureControl.js +3 -24
  52. package/dist/devices/waterHeater.d.ts +0 -74
  53. package/dist/devices/waterHeater.js +2 -82
  54. package/dist/frontend.d.ts +0 -187
  55. package/dist/frontend.js +39 -505
  56. package/dist/frontendTypes.d.ts +0 -57
  57. package/dist/frontendTypes.js +0 -45
  58. package/dist/helpers.d.ts +0 -43
  59. package/dist/helpers.js +1 -54
  60. package/dist/index.d.ts +0 -23
  61. package/dist/index.js +0 -25
  62. package/dist/jestutils/export.d.ts +0 -1
  63. package/dist/jestutils/export.js +0 -1
  64. package/dist/jestutils/jestHelpers.d.ts +0 -255
  65. package/dist/jestutils/jestHelpers.js +14 -372
  66. package/dist/logger/export.d.ts +0 -1
  67. package/dist/logger/export.js +0 -1
  68. package/dist/matter/behaviors.d.ts +0 -1
  69. package/dist/matter/behaviors.js +0 -2
  70. package/dist/matter/clusters.d.ts +0 -1
  71. package/dist/matter/clusters.js +0 -2
  72. package/dist/matter/devices.d.ts +0 -1
  73. package/dist/matter/devices.js +0 -2
  74. package/dist/matter/endpoints.d.ts +0 -1
  75. package/dist/matter/endpoints.js +0 -2
  76. package/dist/matter/export.d.ts +0 -1
  77. package/dist/matter/export.js +0 -2
  78. package/dist/matter/types.d.ts +0 -1
  79. package/dist/matter/types.js +0 -2
  80. package/dist/matterNode.d.ts +0 -258
  81. package/dist/matterNode.js +9 -364
  82. package/dist/matterbridge.d.ts +0 -362
  83. package/dist/matterbridge.js +60 -860
  84. package/dist/matterbridgeAccessoryPlatform.d.ts +0 -36
  85. package/dist/matterbridgeAccessoryPlatform.js +0 -38
  86. package/dist/matterbridgeBehaviors.d.ts +0 -24
  87. package/dist/matterbridgeBehaviors.js +5 -68
  88. package/dist/matterbridgeDeviceTypes.d.ts +0 -649
  89. package/dist/matterbridgeDeviceTypes.js +6 -673
  90. package/dist/matterbridgeDynamicPlatform.d.ts +0 -36
  91. package/dist/matterbridgeDynamicPlatform.js +0 -38
  92. package/dist/matterbridgeEndpoint.d.ts +2 -1332
  93. package/dist/matterbridgeEndpoint.js +94 -1459
  94. package/dist/matterbridgeEndpointHelpers.d.ts +0 -425
  95. package/dist/matterbridgeEndpointHelpers.js +21 -486
  96. package/dist/matterbridgeEndpointTypes.d.ts +0 -70
  97. package/dist/matterbridgeEndpointTypes.js +0 -25
  98. package/dist/matterbridgePlatform.d.ts +0 -425
  99. package/dist/matterbridgePlatform.js +2 -453
  100. package/dist/matterbridgeTypes.d.ts +0 -46
  101. package/dist/matterbridgeTypes.js +0 -26
  102. package/dist/mb_coap.d.ts +1 -0
  103. package/dist/{dgram/mb_coap.js → mb_coap.js} +3 -41
  104. package/dist/mb_mdns.d.ts +1 -0
  105. package/dist/{dgram/mb_mdns.js → mb_mdns.js} +37 -81
  106. package/dist/pluginManager.d.ts +0 -305
  107. package/dist/pluginManager.js +8 -345
  108. package/dist/shelly.d.ts +0 -157
  109. package/dist/shelly.js +7 -178
  110. package/dist/spawn.d.ts +1 -0
  111. package/dist/{utils/spawn.js → spawn.js} +3 -73
  112. package/dist/storage/export.d.ts +0 -1
  113. package/dist/storage/export.js +0 -1
  114. package/dist/update.d.ts +0 -75
  115. package/dist/update.js +7 -100
  116. package/dist/utils/export.d.ts +1 -13
  117. package/dist/utils/export.js +1 -13
  118. package/dist/workerGlobalPrefix.d.ts +0 -24
  119. package/dist/workerGlobalPrefix.js +6 -40
  120. package/dist/workerTypes.d.ts +0 -25
  121. package/dist/workerTypes.js +0 -24
  122. package/dist/workers.d.ts +0 -61
  123. package/dist/workers.js +4 -68
  124. package/npm-shrinkwrap.json +35 -5
  125. package/package.json +5 -5
  126. package/dist/broadcastServer.d.ts.map +0 -1
  127. package/dist/broadcastServer.js.map +0 -1
  128. package/dist/broadcastServerTypes.d.ts.map +0 -1
  129. package/dist/broadcastServerTypes.js.map +0 -1
  130. package/dist/cli.d.ts.map +0 -1
  131. package/dist/cli.js.map +0 -1
  132. package/dist/cliEmitter.d.ts.map +0 -1
  133. package/dist/cliEmitter.js.map +0 -1
  134. package/dist/cliHistory.d.ts.map +0 -1
  135. package/dist/cliHistory.js.map +0 -1
  136. package/dist/clusters/export.d.ts.map +0 -1
  137. package/dist/clusters/export.js.map +0 -1
  138. package/dist/deviceManager.d.ts.map +0 -1
  139. package/dist/deviceManager.js.map +0 -1
  140. package/dist/devices/airConditioner.d.ts.map +0 -1
  141. package/dist/devices/airConditioner.js.map +0 -1
  142. package/dist/devices/batteryStorage.d.ts.map +0 -1
  143. package/dist/devices/batteryStorage.js.map +0 -1
  144. package/dist/devices/cooktop.d.ts.map +0 -1
  145. package/dist/devices/cooktop.js.map +0 -1
  146. package/dist/devices/dishwasher.d.ts.map +0 -1
  147. package/dist/devices/dishwasher.js.map +0 -1
  148. package/dist/devices/evse.d.ts.map +0 -1
  149. package/dist/devices/evse.js.map +0 -1
  150. package/dist/devices/export.d.ts.map +0 -1
  151. package/dist/devices/export.js.map +0 -1
  152. package/dist/devices/extractorHood.d.ts.map +0 -1
  153. package/dist/devices/extractorHood.js.map +0 -1
  154. package/dist/devices/heatPump.d.ts.map +0 -1
  155. package/dist/devices/heatPump.js.map +0 -1
  156. package/dist/devices/laundryDryer.d.ts.map +0 -1
  157. package/dist/devices/laundryDryer.js.map +0 -1
  158. package/dist/devices/laundryWasher.d.ts.map +0 -1
  159. package/dist/devices/laundryWasher.js.map +0 -1
  160. package/dist/devices/microwaveOven.d.ts.map +0 -1
  161. package/dist/devices/microwaveOven.js.map +0 -1
  162. package/dist/devices/oven.d.ts.map +0 -1
  163. package/dist/devices/oven.js.map +0 -1
  164. package/dist/devices/refrigerator.d.ts.map +0 -1
  165. package/dist/devices/refrigerator.js.map +0 -1
  166. package/dist/devices/roboticVacuumCleaner.d.ts.map +0 -1
  167. package/dist/devices/roboticVacuumCleaner.js.map +0 -1
  168. package/dist/devices/solarPower.d.ts.map +0 -1
  169. package/dist/devices/solarPower.js.map +0 -1
  170. package/dist/devices/speaker.d.ts.map +0 -1
  171. package/dist/devices/speaker.js.map +0 -1
  172. package/dist/devices/temperatureControl.d.ts.map +0 -1
  173. package/dist/devices/temperatureControl.js.map +0 -1
  174. package/dist/devices/waterHeater.d.ts.map +0 -1
  175. package/dist/devices/waterHeater.js.map +0 -1
  176. package/dist/dgram/coap.d.ts +0 -205
  177. package/dist/dgram/coap.d.ts.map +0 -1
  178. package/dist/dgram/coap.js +0 -365
  179. package/dist/dgram/coap.js.map +0 -1
  180. package/dist/dgram/dgram.d.ts +0 -144
  181. package/dist/dgram/dgram.d.ts.map +0 -1
  182. package/dist/dgram/dgram.js +0 -363
  183. package/dist/dgram/dgram.js.map +0 -1
  184. package/dist/dgram/mb_coap.d.ts +0 -24
  185. package/dist/dgram/mb_coap.d.ts.map +0 -1
  186. package/dist/dgram/mb_coap.js.map +0 -1
  187. package/dist/dgram/mb_mdns.d.ts +0 -24
  188. package/dist/dgram/mb_mdns.d.ts.map +0 -1
  189. package/dist/dgram/mb_mdns.js.map +0 -1
  190. package/dist/dgram/mdns.d.ts +0 -371
  191. package/dist/dgram/mdns.d.ts.map +0 -1
  192. package/dist/dgram/mdns.js +0 -934
  193. package/dist/dgram/mdns.js.map +0 -1
  194. package/dist/dgram/multicast.d.ts +0 -67
  195. package/dist/dgram/multicast.d.ts.map +0 -1
  196. package/dist/dgram/multicast.js +0 -179
  197. package/dist/dgram/multicast.js.map +0 -1
  198. package/dist/dgram/unicast.d.ts +0 -64
  199. package/dist/dgram/unicast.d.ts.map +0 -1
  200. package/dist/dgram/unicast.js +0 -100
  201. package/dist/dgram/unicast.js.map +0 -1
  202. package/dist/frontend.d.ts.map +0 -1
  203. package/dist/frontend.js.map +0 -1
  204. package/dist/frontendTypes.d.ts.map +0 -1
  205. package/dist/frontendTypes.js.map +0 -1
  206. package/dist/helpers.d.ts.map +0 -1
  207. package/dist/helpers.js.map +0 -1
  208. package/dist/index.d.ts.map +0 -1
  209. package/dist/index.js.map +0 -1
  210. package/dist/jestutils/export.d.ts.map +0 -1
  211. package/dist/jestutils/export.js.map +0 -1
  212. package/dist/jestutils/jestHelpers.d.ts.map +0 -1
  213. package/dist/jestutils/jestHelpers.js.map +0 -1
  214. package/dist/logger/export.d.ts.map +0 -1
  215. package/dist/logger/export.js.map +0 -1
  216. package/dist/matter/behaviors.d.ts.map +0 -1
  217. package/dist/matter/behaviors.js.map +0 -1
  218. package/dist/matter/clusters.d.ts.map +0 -1
  219. package/dist/matter/clusters.js.map +0 -1
  220. package/dist/matter/devices.d.ts.map +0 -1
  221. package/dist/matter/devices.js.map +0 -1
  222. package/dist/matter/endpoints.d.ts.map +0 -1
  223. package/dist/matter/endpoints.js.map +0 -1
  224. package/dist/matter/export.d.ts.map +0 -1
  225. package/dist/matter/export.js.map +0 -1
  226. package/dist/matter/types.d.ts.map +0 -1
  227. package/dist/matter/types.js.map +0 -1
  228. package/dist/matterNode.d.ts.map +0 -1
  229. package/dist/matterNode.js.map +0 -1
  230. package/dist/matterbridge.d.ts.map +0 -1
  231. package/dist/matterbridge.js.map +0 -1
  232. package/dist/matterbridgeAccessoryPlatform.d.ts.map +0 -1
  233. package/dist/matterbridgeAccessoryPlatform.js.map +0 -1
  234. package/dist/matterbridgeBehaviors.d.ts.map +0 -1
  235. package/dist/matterbridgeBehaviors.js.map +0 -1
  236. package/dist/matterbridgeDeviceTypes.d.ts.map +0 -1
  237. package/dist/matterbridgeDeviceTypes.js.map +0 -1
  238. package/dist/matterbridgeDynamicPlatform.d.ts.map +0 -1
  239. package/dist/matterbridgeDynamicPlatform.js.map +0 -1
  240. package/dist/matterbridgeEndpoint.d.ts.map +0 -1
  241. package/dist/matterbridgeEndpoint.js.map +0 -1
  242. package/dist/matterbridgeEndpointHelpers.d.ts.map +0 -1
  243. package/dist/matterbridgeEndpointHelpers.js.map +0 -1
  244. package/dist/matterbridgeEndpointTypes.d.ts.map +0 -1
  245. package/dist/matterbridgeEndpointTypes.js.map +0 -1
  246. package/dist/matterbridgePlatform.d.ts.map +0 -1
  247. package/dist/matterbridgePlatform.js.map +0 -1
  248. package/dist/matterbridgeTypes.d.ts.map +0 -1
  249. package/dist/matterbridgeTypes.js.map +0 -1
  250. package/dist/pluginManager.d.ts.map +0 -1
  251. package/dist/pluginManager.js.map +0 -1
  252. package/dist/shelly.d.ts.map +0 -1
  253. package/dist/shelly.js.map +0 -1
  254. package/dist/storage/export.d.ts.map +0 -1
  255. package/dist/storage/export.js.map +0 -1
  256. package/dist/update.d.ts.map +0 -1
  257. package/dist/update.js.map +0 -1
  258. package/dist/utils/colorUtils.d.ts +0 -101
  259. package/dist/utils/colorUtils.d.ts.map +0 -1
  260. package/dist/utils/colorUtils.js +0 -282
  261. package/dist/utils/colorUtils.js.map +0 -1
  262. package/dist/utils/commandLine.d.ts +0 -66
  263. package/dist/utils/commandLine.d.ts.map +0 -1
  264. package/dist/utils/commandLine.js +0 -123
  265. package/dist/utils/commandLine.js.map +0 -1
  266. package/dist/utils/copyDirectory.d.ts +0 -35
  267. package/dist/utils/copyDirectory.d.ts.map +0 -1
  268. package/dist/utils/copyDirectory.js +0 -76
  269. package/dist/utils/copyDirectory.js.map +0 -1
  270. package/dist/utils/createDirectory.d.ts +0 -34
  271. package/dist/utils/createDirectory.d.ts.map +0 -1
  272. package/dist/utils/createDirectory.js +0 -54
  273. package/dist/utils/createDirectory.js.map +0 -1
  274. package/dist/utils/createZip.d.ts +0 -39
  275. package/dist/utils/createZip.d.ts.map +0 -1
  276. package/dist/utils/createZip.js +0 -114
  277. package/dist/utils/createZip.js.map +0 -1
  278. package/dist/utils/deepCopy.d.ts +0 -32
  279. package/dist/utils/deepCopy.d.ts.map +0 -1
  280. package/dist/utils/deepCopy.js +0 -79
  281. package/dist/utils/deepCopy.js.map +0 -1
  282. package/dist/utils/deepEqual.d.ts +0 -54
  283. package/dist/utils/deepEqual.d.ts.map +0 -1
  284. package/dist/utils/deepEqual.js +0 -129
  285. package/dist/utils/deepEqual.js.map +0 -1
  286. package/dist/utils/error.d.ts +0 -45
  287. package/dist/utils/error.d.ts.map +0 -1
  288. package/dist/utils/error.js +0 -54
  289. package/dist/utils/error.js.map +0 -1
  290. package/dist/utils/export.d.ts.map +0 -1
  291. package/dist/utils/export.js.map +0 -1
  292. package/dist/utils/format.d.ts +0 -53
  293. package/dist/utils/format.d.ts.map +0 -1
  294. package/dist/utils/format.js +0 -78
  295. package/dist/utils/format.js.map +0 -1
  296. package/dist/utils/hex.d.ts +0 -89
  297. package/dist/utils/hex.d.ts.map +0 -1
  298. package/dist/utils/hex.js +0 -242
  299. package/dist/utils/hex.js.map +0 -1
  300. package/dist/utils/inspector.d.ts +0 -87
  301. package/dist/utils/inspector.d.ts.map +0 -1
  302. package/dist/utils/inspector.js +0 -268
  303. package/dist/utils/inspector.js.map +0 -1
  304. package/dist/utils/isValid.d.ts +0 -103
  305. package/dist/utils/isValid.d.ts.map +0 -1
  306. package/dist/utils/isValid.js +0 -162
  307. package/dist/utils/isValid.js.map +0 -1
  308. package/dist/utils/network.d.ts +0 -141
  309. package/dist/utils/network.d.ts.map +0 -1
  310. package/dist/utils/network.js +0 -314
  311. package/dist/utils/network.js.map +0 -1
  312. package/dist/utils/spawn.d.ts +0 -33
  313. package/dist/utils/spawn.d.ts.map +0 -1
  314. package/dist/utils/spawn.js.map +0 -1
  315. package/dist/utils/tracker.d.ts +0 -108
  316. package/dist/utils/tracker.d.ts.map +0 -1
  317. package/dist/utils/tracker.js +0 -264
  318. package/dist/utils/tracker.js.map +0 -1
  319. package/dist/utils/wait.d.ts +0 -54
  320. package/dist/utils/wait.d.ts.map +0 -1
  321. package/dist/utils/wait.js +0 -125
  322. package/dist/utils/wait.js.map +0 -1
  323. package/dist/workerGlobalPrefix.d.ts.map +0 -1
  324. package/dist/workerGlobalPrefix.js.map +0 -1
  325. package/dist/workerTypes.d.ts.map +0 -1
  326. package/dist/workerTypes.js.map +0 -1
  327. package/dist/workers.d.ts.map +0 -1
  328. package/dist/workers.js.map +0 -1
@@ -1,71 +1,14 @@
1
- /**
2
- * This file contains the matter device type definitions for MatterbridgeEndpoint.
3
- *
4
- * @file matterbridgeDeviceTypes.ts
5
- * @author Luca Liguori
6
- * @created 2024-11-08
7
- * @version 1.0.0
8
- * @license Apache-2.0
9
- *
10
- * Copyright 2024, 2025, 2026 Luca Liguori.
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
1
  import { ClusterId, DeviceTypeId } from '@matter/types/datatype';
25
2
  export declare enum DeviceClasses {
26
- /** 1.1.5. Device Type Class Conditions */
27
- /** Node device type. */
28
3
  Node = "Node",
29
- /**
30
- * Application device type.
31
- * Application devices types are typically the most datatype endpoints on a node and in the network.
32
- */
33
4
  App = "App",
34
- /**
35
- * Utility device type.
36
- * A Utility device type supports configuration and settings.
37
- */
38
5
  Utility = "Utility",
39
- /**
40
- * Simple device type.
41
- * A Simple device type supports local control that is persistent, independent, and unsupervised.
42
- */
43
6
  Simple = "Simple",
44
- /**
45
- * Dynamic device type.
46
- * A Dynamic device type supports intelligent and supervisory services, such as commissioning,
47
- * monitoring, trend analysis, scheduling and central management. A dynamic device type is an
48
- * application device type.
49
- */
50
7
  Dynamic = "Dynamic",
51
- /** The device type is composed of 2 or more device types. */
52
8
  Composed = "Composed",
53
- /** 1.1.6. Endpoint Type Class Conditions */
54
- /** There exists a client application cluster on the endpoint. */
55
9
  Client = "Client",
56
- /** There exists a server application cluster on the endpoint. */
57
10
  Server = "Server",
58
- /**
59
- * The endpoint and at least one of its sibling endpoints have an overlap in application device type(s),
60
- * as defined in the "Disambiguation" section in the System Model specification. This condition triggers
61
- * requirements for providing additional information about the endpoints in order to disambiguate
62
- * between the endpoints (see "Disambiguation" section in the System Model specification).
63
- */
64
11
  Duplicate = "Duplicate",
65
- /**
66
- * The endpoint represents a Bridged Device, for which information about the state of
67
- * its power source is available to the Bridge
68
- */
69
12
  BridgedPowerSourceInfo = "BridgedPowerSourceInfo"
70
13
  }
71
14
  export interface DeviceTypeDefinition {
@@ -92,210 +35,23 @@ export declare const rootNode: DeviceTypeDefinition;
92
35
  export declare const powerSource: DeviceTypeDefinition;
93
36
  export declare const OTARequestor: DeviceTypeDefinition;
94
37
  export declare const OTAProvider: DeviceTypeDefinition;
95
- /**
96
- 2.5.3. Conditions
97
- Please see the Base Device Type definition for conformance tags.
98
- This device type SHALL only be used for Nodes which have a device type of Bridge.
99
-
100
- 2.5.5. Cluster Requirements
101
- Each endpoint supporting this device type SHALL include these clusters based on the conformance
102
- defined below.
103
- - 0x0039 Bridged Device Basic Information Server
104
-
105
- 2.5.6. Endpoint Composition
106
- • A Bridged Node endpoint SHALL support one of the following composition patterns:
107
- ◦ Separate Endpoints: All application device types are supported on separate endpoints, and
108
- not on the Bridged Node endpoint. The Bridged Node endpoint’s Descriptor cluster PartsList
109
- attribute SHALL indicate a list of all endpoints representing the functionality of the bridged
110
- device, including the endpoints supporting the application device types, i.e. the full-family
111
- pattern defined in the System Model specification.
112
- ◦ One Endpoint: Both the Bridged Node and one or more application device types are supported
113
- on the same endpoint (following application device type rules). Endpoint composition
114
- SHALL conform to the application device type(s) definition.
115
- */
116
38
  export declare const bridgedNode: DeviceTypeDefinition;
117
- /**
118
- * An Electrical Sensor device measures the electrical power and/or energy being imported and/or
119
- * exported.
120
- * It is a utility device type that provides information about the electrical power and/or energy
121
- * consumption and generation.
122
- *
123
- * 2.6.3. Device Type Requirements
124
- * Electrical measurements made by either the Electrical Power Measurement cluster, the Electrical
125
- * Energy Measurement cluster, or both SHALL apply to the endpoints indicated by the Power Topology
126
- * cluster.
127
- */
128
39
  export declare const electricalSensor: DeviceTypeDefinition;
129
- /**
130
- * A Device Energy Management device provides reporting and optionally adjustment of the electrical
131
- * power planned on being consumed or produced by the device.
132
- */
133
40
  export declare const deviceEnergyManagement: DeviceTypeDefinition;
134
- /** Chapter 3. Application Device Types */
135
- /** Chapter 4. Lighting device types */
136
- /**
137
- * Element Requirements:
138
- * - Identify Command TriggerEffect
139
- * - Scenes Management Command CopyScene
140
- * - On/Off Feature Lighting
141
- * - Level Control Feature OnOff
142
- * - Level Control Feature Lighting
143
- * - Level Control Attribute CurrentLevel 1 to 254
144
- * - Level Control Attribute MinLevel 1
145
- * - Level Control Attribute MaxLevel 254
146
- */
147
41
  export declare const onOffLight: DeviceTypeDefinition;
148
- /**
149
- * Element Requirements:
150
- * - Identify Command TriggerEffect
151
- * - Scenes Management Command CopyScene
152
- * - On/Off Feature Lighting
153
- * - Level Control Feature OnOff
154
- * - Level Control Feature Lighting
155
- * - Level Control Attribute CurrentLevel 1 to 254
156
- * - Level Control Attribute MinLevel 1
157
- * - Level Control Attribute MaxLevel 254
158
- */
159
42
  export declare const dimmableLight: DeviceTypeDefinition;
160
- /**
161
- * Element Requirements:
162
- * - Identify Command TriggerEffect
163
- * - Scenes Management Command CopyScene
164
- * - On/Off Feature Lighting
165
- * - Level Control Feature OnOff
166
- * - Level Control Feature Lighting
167
- * - Level Control Attribute CurrentLevel 1 to 254
168
- * - Level Control Attribute MinLevel 1
169
- * - Level Control Attribute MaxLevel 254
170
- * - Color Control Feature ColorTemperature
171
- * - Color Control Attribute RemainingTime
172
- */
173
43
  export declare const colorTemperatureLight: DeviceTypeDefinition;
174
- /**
175
- * Element Requirements:
176
- * - Identify Command TriggerEffect
177
- * - Scenes Management Command CopyScene
178
- * - On/Off Feature Lighting
179
- * - Level Control Feature OnOff
180
- * - Level Control Feature Lighting
181
- * - Level Control Attribute CurrentLevel 1 to 254
182
- * - Level Control Attribute MinLevel 1
183
- * - Level Control Attribute MaxLevel 254
184
- * - Color Control Feature XY
185
- * - Color Control Feature ColorTemperature
186
- * - Color Control Attribute RemainingTime
187
- */
188
44
  export declare const extendedColorLight: DeviceTypeDefinition;
189
- /**
190
- * An On/Off Plug-in Unit is a device that provides power to another device that is plugged into it, and
191
- * is capable of switching that provided power on or off.
192
- * The Mounted On/Off Control (added in Matter 1.4) has identical cluster requirements as the On/Off
193
- * Plug-In Unit, and is marked as superset of this device type (since Matter 1.4.2). For devices intended
194
- * to be mounted permanently, the Mounted On/Off Control device type SHALL be used, with the
195
- * On/Off Plug-In Unit device type optionally added in the DeviceTypeList of the Descriptor cluster in
196
- * addition to the On/Off Plug-In Unit device type (see [ref_MountedOnOffControlServerGuidance]).
197
- *
198
- * Element Requirements:
199
- * - Identify Command TriggerEffect
200
- * - Scenes Management Command CopyScene
201
- * - On/Off Feature Lighting
202
- * - Level Control Feature OnOff
203
- * - Level Control Feature Lighting
204
- * - Level Control Attribute CurrentLevel 1 to 254
205
- * - Level Control Attribute MinLevel 1
206
- * - Level Control Attribute MaxLevel 254
207
- */
208
45
  export declare const onOffOutlet: DeviceTypeDefinition;
209
- /**
210
- * A Dimmable Plug-In Unit is a device that provides power to another device that is plugged into it,
211
- * and is capable of being switched on or off and have its level adjusted. The Dimmable Plug-in Unit is
212
- * typically used to control a conventional non-communicating light through its mains connection
213
- * using phase cutting.
214
- * The Mounted Dimmable Load Control (added in Matter 1.4) has identical cluster requirements as
215
- * the Dimmable Plug-In Unit, and is marked as a superset of this device type (since Matter 1.4.2). For
216
- * devices intended to be mounted permanently, the Mounted Dimmable Load Control device type
217
- * SHALL be used, with the Dimmable Plug-In Unit device type optionally added to the DeviceTypeList
218
- * of the Descriptor cluster in addition to the Mounted Dimmable Load Control device type (see [ref_MountedDimmableLoadControlServerGuidance]).
219
- *
220
- * Element Requirements:
221
- * - Identify Command TriggerEffect
222
- * - Scenes Management Command CopyScene
223
- * - On/Off Feature Lighting
224
- * - Level Control Feature OnOff
225
- * - Level Control Feature Lighting
226
- * - Level Control Attribute CurrentLevel 1 to 254
227
- * - Level Control Attribute MinLevel 1
228
- * - Level Control Attribute MaxLevel 254
229
- */
230
46
  export declare const dimmableOutlet: DeviceTypeDefinition;
231
- /**
232
- * A Mounted On/Off Control is a fixed device that provides power to another device that is plugged
233
- * into it, and is capable of switching that provided power on or off.
234
- * This device type is intended for any wall-mounted or hardwired load controller, while On/Off Plugin
235
- * Unit is intended only for smart plugs and other power switching devices that are not permaMatter
236
- * Device Library Specification R1.4.2 Connectivity Standards Alliance Document 23-27351 July 16, 2025
237
- * Copyright © Connectivity Standards Alliance, Inc. All rights reserved. Page 53
238
- * nently connected, and which can be unplugged from their power source.
239
- *
240
- * It is a simple device type that does not require any client clusters. As per matter 1.4.2 it should be added also on/Off Plug-In Unit for backward compatibility.
241
- *
242
- * Element Requirements:
243
- * - Identify Command TriggerEffect
244
- * - Scenes Management Command CopyScene
245
- * - On/Off Feature Lighting
246
- * - Level Control Feature OnOff
247
- * - Level Control Feature Lighting
248
- * - Level Control Attribute CurrentLevel 1 to 254
249
- * - Level Control Attribute MinLevel 1
250
- * - Level Control Attribute MaxLevel 254
251
- */
252
47
  export declare const onOffMountedSwitch: DeviceTypeDefinition;
253
- /**
254
- * A Mounted Dimmable Load Control is a fixed device that provides power to a load connected to it,
255
- * and is capable of being switched on or off and have its level adjusted. The Mounted Dimmable Load
256
- * Control is typically used to control a conventional non-communicating light through its mains connection
257
- * using phase cutting.
258
- * This device type is intended for any wall-mounted or hardwired dimmer-capable load controller,
259
- * while Dimmable Plug-In Unit is intended only for dimmer-capable smart plugs that are not permanently
260
- * connected, and which can be unplugged from their power source.
261
- *
262
- * It is a simple device type that does not require any client clusters. As per matter 1.4.2 it should be added also dimmable Plug-In Unit for backward compatibility.
263
- *
264
- * Element Requirements:
265
- * - Identify Command TriggerEffect
266
- * - Scenes Management Command CopyScene
267
- * - On/Off Feature Lighting
268
- * - Level Control Feature OnOff
269
- * - Level Control Feature Lighting
270
- * - Level Control Attribute CurrentLevel 1 to 254
271
- * - Level Control Attribute MinLevel 1
272
- * - Level Control Attribute MaxLevel 254
273
- */
274
48
  export declare const dimmableMountedSwitch: DeviceTypeDefinition;
275
- /**
276
- * Remark:
277
- * On/Off Cluster:
278
- * - Off If the pump is powered on, store the current level then immediately power it off.
279
- * - On If the pump is powered off, power it on and move immediately to the level stored by a previous Off command. If no such level has been stored,
280
- * move immediately to the maximum level allowed for the pump.
281
- * - Toggle If the pump is powered on, proceed as for the Off command. If the device is powered off, proceed as for the On command.
282
- *
283
- * LevelControl cluster:
284
- * Level Setpoint Meaning
285
- * 0 N/A Pump is stopped,
286
- * 1–200 Level / 2 (0.5–100.0%) Pump setpoint in percent
287
- * 201–255 100.0% Pump setpoint is 100.0%
288
- */
289
49
  export declare const pumpDevice: DeviceTypeDefinition;
290
50
  export declare const waterValve: DeviceTypeDefinition;
291
51
  export declare const onOffSwitch: DeviceTypeDefinition;
292
52
  export declare const dimmableSwitch: DeviceTypeDefinition;
293
53
  export declare const colorTemperatureSwitch: DeviceTypeDefinition;
294
54
  export declare const genericSwitch: DeviceTypeDefinition;
295
- /**
296
- * Closed or contact: state true
297
- * Open or no contact: state false
298
- */
299
55
  export declare const contactSensor: DeviceTypeDefinition;
300
56
  export declare const lightSensor: DeviceTypeDefinition;
301
57
  export declare const occupancySensor: DeviceTypeDefinition;
@@ -308,437 +64,32 @@ export declare const airQualitySensor: DeviceTypeDefinition;
308
64
  export declare const waterFreezeDetector: DeviceTypeDefinition;
309
65
  export declare const waterLeakDetector: DeviceTypeDefinition;
310
66
  export declare const rainSensor: DeviceTypeDefinition;
311
- /**
312
- * A Door Lock is a device used to secure a door. It is possible to actuate a door lock either by means of a manual or a remote method.
313
- * Element Requirements:
314
- *
315
- * - AccessControl Attribute Extension
316
- * - DoorLock Feature User
317
- * - DoorLock Attribute AlarmMask
318
- */
319
67
  export declare const doorLockDevice: DeviceTypeDefinition;
320
68
  export declare const coverDevice: DeviceTypeDefinition;
321
- /**
322
- * A Thermostat device is capable of having either built-in or separate sensors for temperature,
323
- * humidity or occupancy. It allows the desired temperature to be set either remotely or locally. The
324
- * thermostat is capable of sending heating and/or cooling requirement notifications to a heating/cooling
325
- * unit (for example, an indoor air handler) or is capable of including a mechanism to control a
326
- * heating or cooling unit directly.
327
- *
328
- */
329
69
  export declare const thermostatDevice: DeviceTypeDefinition;
330
- /**
331
- * A Fan device is typically standalone or mounted on a ceiling or wall and is used to circulate air in a room.
332
- * Remark: it may have a thermostat device type.
333
- * Additional device types MAY also be included in device compositions.
334
- * Element Requirements:
335
- * The FanControl cluster must have the FanModeSequence attribute.
336
- *
337
- * The On/Off cluster is independent from the Fan Control Cluster’s FanMode attribute, which also
338
- * includes an Off setting.
339
- * If the FanMode attribute of the Fan Control cluster is set to a value other than Off when the OnOff
340
- * attribute of the On/Off cluster transitions from TRUE to FALSE, it may be desirable to restore the
341
- * FanMode, SpeedSetting and PercentSetting attribute values of the Fan Control cluster when the OnOff
342
- * attribute of the On/Off cluster later transitions from FALSE to TRUE. If the FanMode is set to Off when
343
- * the device is turned off, this information is lost, as the SpeedSetting and PercentSetting will be set to
344
- * zero. Using the On/Off cluster alongside the Fan Control cluster allows the FanMode, SpeedSetting and
345
- * PercentSetting to remain unchanged when the device is turned off. In this case, the On/Off cluster
346
- * would be set to Off, and the SpeedCurrent and PercentCurrent set to zero, without changing FanMode,
347
- * SpeedSetting and PercentSetting.
348
- */
349
70
  export declare const fanDevice: DeviceTypeDefinition;
350
- /**
351
- * An Air Purifier is a standalone device that is designed to clean the air in a room.
352
- * It is a device that has a fan to control the air speed while it is operating. Optionally, it can report on
353
- * the condition of its filters.
354
- *
355
- * Remark:
356
- * An Air Purifier MAY expose elements of its functionality through one or more additional device
357
- * types on different endpoints. All devices used in compositions SHALL adhere to the disambiguation
358
- * requirements of the System Model. Other device types, not explicitly listed in the table, MAY also be
359
- * included in device compositions but are not considered part of the core functionality of the device.
360
- * 0x0301 Thermostat O
361
- * 0x0302 Temperature Sensor O
362
- * 0x0307 Humidity Sensor O
363
- * 0x002C Air Quality Sensor O
364
- *
365
- * Cluster Restrictions:
366
- * The On/Off cluster is independent from the Fan Control Cluster’s FanMode attribute, which also
367
- * includes an Off setting.
368
- * If the FanMode attribute of the Fan Control cluster is set to a value other than Off when the OnOff
369
- * attribute of the On/Off cluster transitions from TRUE to FALSE, it may be desirable to restore the
370
- * FanMode, SpeedSetting and PercentSetting attribute values of the Fan Control cluster when the OnOff
371
- * attribute of the On/Off cluster later transitions from FALSE to TRUE. If the FanMode is set to Off when
372
- * the device is turned off, this information is lost, as the SpeedSetting and PercentSetting will be set to
373
- * zero. Using the On/Off cluster alongside the Fan Control cluster allows the FanMode, SpeedSetting and
374
- * PercentSetting to remain unchanged when the device is turned off. In this case, the On/Off cluster
375
- * would be set to Off, and the SpeedCurrent and PercentCurrent set to zero, without changing FanMode,
376
- * SpeedSetting and PercentSetting.
377
- *
378
- */
379
71
  export declare const airPurifier: DeviceTypeDefinition;
380
- /**
381
- * 10.2. A Basic Video Player has playback controls (play, pause, etc.) and keypad remote controls (up, down, number input),
382
- * but is not able to launch arbitrary content applications. It is a commissionable node.
383
- *
384
- * Required server clusters (minimum features per spec):
385
- * - Media Playback (media playback controls)
386
- * - Keypad Input (remote key events)
387
- * - On/Off (basic power control)
388
- *
389
- * Optional server clusters (additional capabilities commonly implemented):
390
- * - Audio Output (speaker selection / volume endpoints)
391
- * - Channel (linear channel navigation)
392
- * - Target Navigator (high level app / target navigation)
393
- * - Media Input (input source selection)
394
- * - Low Power (power saving / wake logic)
395
- * - Wake On LAN (remote wake capabilities)
396
- * - Messages (device messaging / notifications)
397
- * - Content Control (parental or content access control)
398
- */
399
72
  export declare const basicVideoPlayer: DeviceTypeDefinition;
400
- /**
401
- * 10.3. A Casting Video Player supports Basic Video Player features and content launching features.
402
- * It is a Commissioner and can launch Content Apps (Content Launcher cluster) and optionally expose
403
- * an Application Launcher cluster when acting as a Content App Platform.
404
- *
405
- * Required server clusters (minimum features per spec):
406
- * - Media Playback (playback controls)
407
- * - Keypad Input (remote key events)
408
- * - Content Launcher (content launching capability)
409
- * - On/Off (basic power control)
410
- *
411
- * Optional server clusters (additional capabilities):
412
- * - Application Launcher (hosting content apps)
413
- * - Account Login (account / session association)
414
- * - Audio Output (output / volume endpoints)
415
- * - Channel (linear channel navigation)
416
- * - Target Navigator (high level target navigation)
417
- * - Media Input (input source selection)
418
- * - Low Power (power saving / wake logic)
419
- * - Wake On LAN (remote wake capabilities)
420
- * - Messages (device messaging / notifications)
421
- * - Content Control (parental or content access control)
422
- */
423
73
  export declare const castingVideoPlayer: DeviceTypeDefinition;
424
- /**
425
- * 10.4. A Speaker device type controls the speaker.
426
- * unmute/mute, the On/Off cluster SHALL be used. A value of TRUE for the OnOff attribute
427
- * SHALL represent the volume on (not muted) state, while a value of FALSE SHALL represent the volume
428
- * off (muted) state. For volume level control, the Level cluster SHALL be used.
429
- */
430
74
  export declare const speakerDevice: DeviceTypeDefinition;
431
75
  export declare const modeSelect: DeviceTypeDefinition;
432
- /**
433
- * This device type aggregates endpoints as a collection. Clusters on the endpoint indicating this
434
- * device type provide functionality for the collection of descendant endpoints present in the PartsList
435
- * of the endpoint’s descriptor, for example the Actions cluster.
436
- *
437
- * Endpoint Composition:
438
- * An Aggregator endpoint’s Descriptor cluster PartsList attribute SHALL list the collection of all endpoints
439
- * aggregated by the Aggregator device type, i.e. the full-family pattern defined in the System Model specification.
440
- *
441
- * Disambiguation:
442
- * If the Duplicate condition applies to child endpoints of an Aggregator endpoint that represent multiple
443
- * independent bridged devices, the endpoints SHOULD make available metadata to allow a
444
- * client to disambiguate distinct bridged devices with an overlap in application device types.
445
- *
446
- * Typically this is done using the NodeLabel attribute of the Bridged Device Basic Information cluster
447
- * - thus reusing the naming information which the bridge already has to allow disambiguation to the
448
- * user when using a direct user interface to the bridge.
449
- *
450
- * Actions cluster (9.14 Matter specification):
451
- * If a Bridge has (such) information on topology or logical grouping, it SHOULD expose such information
452
- * in the EndpointLists attribute of an Actions cluster (the ActionLists of which MAY be empty if
453
- * no actions are exposed). 9.12 Matter specification
454
- *
455
- * 9.12.5. New features for Bridged Devices
456
- * Bridged Devices can have their software updated independently of the Bridge, through Bridge Manufacturer-
457
- * specific means. These updates MAY result in one or more changes to their capabilities,
458
- * such as supported clusters and/or attributes, for an endpoint. Like every Matter Node, every endpoint
459
- * on the Bridge’s Node contains a Descriptor cluster that contains attributes for the device types
460
- * (DeviceTypeList), endpoints (PartsList) and supported clusters (ServerList and ClientList). Nodes
461
- * that wish to be notified of such changes SHOULD monitor changes of these attributes.
462
- */
463
76
  export declare const aggregator: DeviceTypeDefinition;
464
77
  export declare const bridge: DeviceTypeDefinition;
465
- /**
466
- * A Robotic Vacuum Cleaner is a device that is capable of cleaning floors and other surfaces
467
- * in a home or office environment. It is typically a mobile device that can navigate around
468
- * obstacles and can be controlled remotely.
469
- *
470
- * Cluster Usage:
471
- * The RVC Operational State cluster’s OperationalState attribute SHALL be updated according to the
472
- * state of the device, and therefore it SHOULD be used for monitoring purposes.
473
- *
474
- * To attempt starting a cleaning operation, the RVC Run Mode cluster can be sent a ChangeToMode
475
- * command with the NewMode field set to a mode that has the Cleaning mode tag associated with it.
476
- *
477
- * To attempt stopping a cleaning operation, the RVC Run Mode cluster can be sent a ChangeToMode
478
- * command with the NewMode field set to a mode that has the Idle mode tag associated with it.
479
- *
480
- * To attempt pausing a cleaning operation, the RVC Operational State cluster can be sent a Pause command.
481
- *
482
- * To attempt resuming a cleaning operation, the RVC Operational State cluster can be sent a Resume
483
- * command.
484
- *
485
- *
486
- */
487
78
  export declare const roboticVacuumCleaner: DeviceTypeDefinition;
488
- /**
489
- * Cluster Restrictions:
490
- * On/Off Cluster: the DF (Dead Front) feature is required
491
- * Operational State Event OperationCompletion
492
- */
493
79
  export declare const laundryWasher: DeviceTypeDefinition;
494
- /**
495
- * A refrigerator represents a device that contains one or more cabinets that are capable of chilling or freezing food.
496
- * A Refrigerator SHALL be composed of at least one endpoint with the Temperature Controlled Cabinet device type.
497
- * A Refrigerator SHALL have the Cooler condition applied to at least one endpoint containing the Temperature Control Cluster.
498
- *
499
- * Device Type Requirements:
500
- * 0x0071 Temperature Controlled Cabinet with Cooler condition
501
- */
502
80
  export declare const refrigerator: DeviceTypeDefinition;
503
- /**
504
- * A Room Air Conditioner is a device with the primary function of controlling the air temperature in a single room.
505
- *
506
- * A Room Air Conditioner MAY have zero or more of each device type listed in this table subject to
507
- * the conformance column of the table. All devices used in compositions SHALL adhere to the disambiguation
508
- * requirements of the System Model. Additional device types not listed in this table MAY also be included in device compositions.
509
- * 0x0302 Temperature Sensor O
510
- * 0x0307 Humidity Sensor O
511
- *
512
- * Remark:
513
- * The DF (Dead Front) feature is required for the On/Off cluster in this device type:
514
- * - Thermostat LocalTemperature null
515
- * - Temperature Measurement MeasuredValue null
516
- * - Relative Humidity Measurement MeasuredValue null
517
- * - Fan Control SpeedSetting null
518
- * - Fan Control PercentSetting null
519
- */
520
81
  export declare const airConditioner: DeviceTypeDefinition;
521
- /**
522
- * A Temperature Controlled Cabinet only exists composed as part of another device type. It represents
523
- * a single cabinet that is capable of having its temperature controlled. Such a cabinet may be
524
- * chilling or freezing food, for example as part of a refrigerator, freezer, wine chiller, or other similar
525
- * device. Equally, such a cabinet may be warming or heating food, for example as part of an oven,
526
- * range, or similar device.
527
- *
528
- * Conditions:
529
- * Cooler The device has cooling functionality.
530
- *
531
- * Cluster Restrictions:
532
- * TemperatureNumber is the only valid temperature control mode
533
- */
534
82
  export declare const temperatureControlledCabinetCooler: DeviceTypeDefinition;
535
- /**
536
- * A Temperature Controlled Cabinet only exists composed as part of another device type. It represents
537
- * a single cabinet that is capable of having its temperature controlled. Such a cabinet may be
538
- * chilling or freezing food, for example as part of a refrigerator, freezer, wine chiller, or other similar
539
- * device. Equally, such a cabinet may be warming or heating food, for example as part of an oven,
540
- * range, or similar device.
541
- *
542
- * Conditions:
543
- * Heater The device has heating functionality.
544
- *
545
- * Cluster Restrictions:
546
- * TemperatureNumber is the only valid temperature control mode
547
- * OperationCompletion event for Oven Cavity Operational State cluster
548
- */
549
83
  export declare const temperatureControlledCabinetHeater: DeviceTypeDefinition;
550
- /**
551
- * Cluster Restrictions:
552
- * On/Off Cluster: the DF (Dead Front) feature is required
553
- * Operational State Event OperationCompletion
554
- */
555
84
  export declare const dishwasher: DeviceTypeDefinition;
556
- /**
557
- * Cluster Restrictions:
558
- * On/Off Cluster: the DF (Dead Front) feature is required
559
- * Operational State Event OperationCompletion
560
- */
561
85
  export declare const laundryDryer: DeviceTypeDefinition;
562
- /**
563
- * A Cook Surface device type represents a heating object on a cooktop or other similar device. It
564
- * SHALL only be used when composed as part of another device type (cooktop).
565
- *
566
- * Cluster Restrictions:
567
- * The OffOnly feature is required for the On/Off cluster in this device type due to safety requirements. OnOff Cluster is optional.
568
- * The TemperatureLevel feature is the only valid temperature control feature.
569
- */
570
86
  export declare const cookSurface: DeviceTypeDefinition;
571
- /**
572
- * A cooktop is a cooking surface that heats food either by transferring currents from an electromagnetic
573
- * field located below the glass surface directly to the magnetic induction cookware placed
574
- * above or through traditional gas or electric burners.
575
- *
576
- * Device Type Requirements:
577
- * A Cooktop SHALL be composed of zero or more endpoints with the Cook Surface device type as defined by the conformance below.
578
- * 0x0077 Cook Surface min 1 O
579
- *
580
- * Cluster Restrictions:
581
- * The OffOnly feature is required for the On/Off cluster in this device type due to safety requirements.
582
- */
583
87
  export declare const cooktop: DeviceTypeDefinition;
584
- /**
585
- * An oven represents a device that contains one or more cabinets, and optionally a single cooktop, that are all capable of heating food.
586
- * An oven is always defined via endpoint composition.
587
- * Conditions:
588
- * An Oven SHALL have the Heater condition applied to at least one endpoint containing the Temperature Control Cluster.
589
- * Device Type Requirements:
590
- * - 0x0071 Temperature Controlled Cabinet min 1
591
- * - 0x0078 Cooktop max 1 Optional
592
- */
593
88
  export declare const oven: DeviceTypeDefinition;
594
- /**
595
- * An Extractor Hood is a device that is generally installed above a cooking surface in residential kitchens.
596
- * Additional device types not listed in this table MAY also be included in device compositions.
597
- * Device Type Requirements:
598
- * 0x0100+ On/Off Light+ O
599
- *
600
- *
601
- * Element Requirements:
602
- * - 0x0202 Fan Control Feature Rocking X
603
- * - 0x0202 Fan Control Feature Wind X
604
- * - 0x0202 Fan Control Feature AirflowDirection X
605
- */
606
89
  export declare const extractorHood: DeviceTypeDefinition;
607
- /**
608
- * A Microwave Oven is a device with the primary function of heating foods and beverages using a magnetron.
609
- * A Microwave Oven is a device which at a minimum is capable of being started and stopped and of setting a power level.
610
- * A Microwave Oven MAY also support additional capabilities via endpoint composition.
611
- *
612
- * Element Requirements:
613
- * Operational State Event OperationCompletion
614
- */
615
90
  export declare const microwaveOven: DeviceTypeDefinition;
616
- /**
617
- * An EVSE (Electric Vehicle Supply Equipment) is a device that allows an EV (Electric Vehicle) to be
618
- * connected to the mains electricity supply to allow it to be charged (or discharged in case of Vehicle
619
- * to Grid / Vehicle to Home applications).
620
- *
621
- * 14.1.5. Device Type Requirements
622
- * An EVSE SHALL be composed of at least one endpoint with device types as defined by the conformance
623
- * below. There MAY be more endpoints with other device types existing in the EVSE.
624
- * - ID Name Constraint Conformance
625
- * - 0x0011 Power Source min 1 M
626
- * - 0x0510 Electrical Sensor min 1 M
627
- * - 0x050D Device Energy Management min 1 M
628
- *
629
- * The Electrical Sensor device SHALL include both the Electrical Energy Measurement and Electrical
630
- * Power Measurement clusters, measuring the total energy and power of the EVSE.
631
- *
632
- * The Device Energy Management cluster included in the Device Energy Management device SHALL
633
- * support the Power Forecast Reporting (PFR) feature.
634
- */
635
91
  export declare const evse: DeviceTypeDefinition;
636
- /**
637
- * A water heater is a device that is generally installed in properties to heat water for showers, baths etc.
638
- * A Water Heater is always defined via endpoint composition.
639
- *
640
- * 14.2.5. Device Type Requirements
641
- * A Water Heater SHALL be composed of at least one endpoint with device types as defined by the
642
- * conformance below. There MAY be more endpoints with other device types existing in the Water Heater.
643
- * - ID Name Constraint Conformance
644
- * - 0x0011 Power Source O
645
- * - 0x0302 Temperature Sensor O
646
- * - 0x0510 Electrical Sensor desc
647
- * - 0x050D Device Energy Management O
648
- *
649
- * 14.2.7. Element Requirements
650
- * 0x0201 Thermostat Feature Heating M
651
- *
652
- * The Energy Management feature of the Water Heater cluster SHALL be supported if the Device
653
- * Energy Management device type is included.
654
- * If Off is a supported SystemMode in the Thermostat cluster, setting the SystemMode of the Thermostat
655
- * cluster to Off SHALL set the CurrentMode attribute of the Water Heater Mode cluster to a mode
656
- * having the Off mode tag value and vice versa.
657
- * At least one entry in the SupportedModes attribute of the Water Heater Mode cluster SHALL
658
- * include the Timed mode tag in the ModeTags field list.
659
- *
660
- * WaterHeaterMode Cluster
661
- * 9.6.6.1. SupportedModes Attribute
662
- * At least one entry in the SupportedModes attribute SHALL include the Manual mode tag in the
663
- * ModeTags field list.
664
- * At least one entry in the SupportedModes attribute SHALL include the Off mode tag in the ModeTags
665
- * field list.
666
- * An entry in the SupportedModes attribute that includes one of an Off, Manual, or Timed tag SHALL
667
- * NOT also include an additional instance of any one of these tag types.
668
- */
669
92
  export declare const waterHeater: DeviceTypeDefinition;
670
- /**
671
- * A Solar Power device is a device that allows a solar panel array, which can optionally be comprised
672
- * of a set parallel strings of solar panels, and its associated controller and, if appropriate, inverter, to
673
- * be monitored and controlled by an Energy Management System.
674
- *
675
- * 14.3.5. Device Type Requirements
676
- * A Solar Power device SHALL be composed of at least one endpoint with device types as defined by
677
- * the conformance below. There MAY be more endpoints with additional instances of these device
678
- * types or additional device types existing in the Solar Power device.
679
- *
680
- * - ID Name Constraint Conformance
681
- * - 0x0011 Power Source min 1 M
682
- * - 0x0510 Electrical Sensor min 1 M
683
- * - 0x050D Device Energy Management O
684
- * - 0x0302 Temperature Sensor O
685
- *
686
- * 14.3.5.1. Cluster Requirements on Composing Device Types
687
- *
688
- * - 0x0011 Power Source 0x002F Power Source Feature Wired M
689
- * - 0x0011 Power Source 0x001D Descriptor Feature TagList M
690
- * - 0x0510 Electrical Sensor 0x0090 Electrical Power Measurement M
691
- * - 0x0510 Electrical Sensor 0x0090 Electrical Power Measurement Attribute Voltage M
692
- * - 0x0510 Electrical Sensor 0x0090 Electrical Power Measurement Attribute ActiveCurrent M
693
- * - 0x0510 Electrical Sensor 0x0091 Electrical Energy Measurement M
694
- * - 0x0510 Electrical Sensor 0x0091 Electrical Energy Measurement Feature ExportedEnergy M
695
- * - 0x050D Device Energy Management 0x0098 Device Energy Management Feature PowerAdjustment M
696
- * - 0x0302 Temperature Sensor 0x001D Descriptor Feature TagList M
697
- */
698
93
  export declare const solarPower: DeviceTypeDefinition;
699
- /**
700
- * A Battery Storage device is a device that allows a DC battery, which can optionally be comprised of
701
- * a set parallel strings of battery packs and associated controller, and an AC inverter, to be monitored
702
- * and controlled by an Energy Management System in order to manage the peaks and troughs of supply
703
- * and demand, and/or to optimize cost of the energy consumed in premises. It is not intended to
704
- * be used for a UPS directly supplying a set of appliances, nor for portable battery storage devices.
705
- *
706
- * 14.4.5. Device Type Requirements
707
- * A Battery Storage device SHALL be composed of at least one endpoint with device types as defined by
708
- * the conformance below. There MAY be more endpoints with additional instances of these device
709
- * types or additional device types existing in the Battery Storage device.
710
- * - ID Name Constraint Conformance
711
- * - 0x0011 Power Source min 1 M
712
- * - 0x0510 Electrical Sensor min 1 M
713
- * - 0x050D Device Energy Management M
714
- * - 0x0302 Temperature Sensor O
715
- * - 0x0017 Solar Power O
716
- *
717
- * See 14.4.5.1. Cluster Requirements on Composing Device Types
718
- */
719
94
  export declare const batteryStorage: DeviceTypeDefinition;
720
- /**
721
- * A Heat Pump device is a device that uses electrical energy to heat either spaces or water tanks using
722
- * ground, water or air as the heat source. These typically can heat the air or can pump water via central
723
- * heating radiators or underfloor heating systems. It is typical to also heat hot water and store
724
- * the heat in a hot water tank.
725
- *
726
- * 14.5.1. Heat Pump Architecture
727
- * A Heat Pump device is always defined via endpoint composition.
728
- *
729
- * 14.5.5. Device Type Requirements
730
- * A Heat Pump device SHALL be composed of at least one endpoint with device types as defined by
731
- * the conformance below. There MAY be more endpoints with additional instances of these device
732
- * types or additional device types existing in the Heat Pump device.
733
- * - ID Name Constraint Conformance
734
- * - 0x0011 Power Source M
735
- * - 0x0510 Electrical Sensor min 1 M
736
- * - 0x050D Device Energy Management M
737
- * - 0x0301 Thermostat O
738
- * - 0x050f Water Heater O
739
- * - 0x0302 Temperature Sensor O
740
- *
741
- * See 14.5.5.1. Cluster Requirements on Composing Device Types
742
- */
743
95
  export declare const heatPump: DeviceTypeDefinition;
744
- //# sourceMappingURL=matterbridgeDeviceTypes.d.ts.map