@matter/types 0.16.0-alpha.0-20251102-faee7ab25 → 0.16.0-alpha.0-20251104-8c3166ea3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
- package/dist/cjs/common/DeviceClassification.d.ts +0 -44
- package/dist/cjs/common/DeviceClassification.d.ts.map +0 -1
- package/dist/cjs/common/DeviceClassification.js +0 -38
- package/dist/cjs/common/DeviceClassification.js.map +0 -6
- package/dist/esm/common/DeviceClassification.d.ts +0 -44
- package/dist/esm/common/DeviceClassification.d.ts.map +0 -1
- package/dist/esm/common/DeviceClassification.js +0 -18
- package/dist/esm/common/DeviceClassification.js.map +0 -6
- package/src/common/DeviceClassification.ts +0 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/types",
|
|
3
|
-
"version": "0.16.0-alpha.0-
|
|
3
|
+
"version": "0.16.0-alpha.0-20251104-8c3166ea3",
|
|
4
4
|
"description": "Definitions for Matter application",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"embed-examples": "embedme **/README.md"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@matter/general": "0.16.0-alpha.0-
|
|
37
|
-
"@matter/model": "0.16.0-alpha.0-
|
|
36
|
+
"@matter/general": "0.16.0-alpha.0-20251104-8c3166ea3",
|
|
37
|
+
"@matter/model": "0.16.0-alpha.0-20251104-8c3166ea3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@matter/tools": "0.16.0-alpha.0-
|
|
41
|
-
"@matter/testing": "0.16.0-alpha.0-
|
|
40
|
+
"@matter/tools": "0.16.0-alpha.0-20251104-8c3166ea3",
|
|
41
|
+
"@matter/testing": "0.16.0-alpha.0-20251104-8c3166ea3"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
44
|
"dist/**/*",
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* Device type classification. This is the Matter "device type classification".
|
|
8
|
-
*
|
|
9
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3
|
|
10
|
-
*/
|
|
11
|
-
export declare enum DeviceClassification {
|
|
12
|
-
/**
|
|
13
|
-
* Officially a {@link Utility}. Differentiating because there is only one base device type, which is its own
|
|
14
|
-
* thing.
|
|
15
|
-
*/
|
|
16
|
-
Base = "base",
|
|
17
|
-
/**
|
|
18
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.1
|
|
19
|
-
*/
|
|
20
|
-
Utility = "utility",
|
|
21
|
-
/**
|
|
22
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.2
|
|
23
|
-
*/
|
|
24
|
-
Application = "application",
|
|
25
|
-
/**
|
|
26
|
-
* A subset of type {@link Application}.
|
|
27
|
-
*
|
|
28
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.3
|
|
29
|
-
*/
|
|
30
|
-
Simple = "simple",
|
|
31
|
-
/**
|
|
32
|
-
* A subset of type {@link Application}.
|
|
33
|
-
*
|
|
34
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.4
|
|
35
|
-
*/
|
|
36
|
-
Dynamic = "dynamic",
|
|
37
|
-
/**
|
|
38
|
-
* A subset of type {@link Utility}. Not officially a device type but described in the same section.
|
|
39
|
-
*
|
|
40
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.5
|
|
41
|
-
*/
|
|
42
|
-
Node = "node"
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=DeviceClassification.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceClassification.d.ts","sourceRoot":"","sources":["../../../src/common/DeviceClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;;;GAIG;AACH,oBAAY,oBAAoB;IAC5B;;;OAGG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,WAAW,gBAAgB;IAE3B;;;;OAIG;IACH,MAAM,WAAW;IAEjB;;;;OAIG;IACH,OAAO,YAAY;IAEnB;;;;OAIG;IACH,IAAI,SAAS;CAChB"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var DeviceClassification_exports = {};
|
|
20
|
-
__export(DeviceClassification_exports, {
|
|
21
|
-
DeviceClassification: () => DeviceClassification
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(DeviceClassification_exports);
|
|
24
|
-
/**
|
|
25
|
-
* @license
|
|
26
|
-
* Copyright 2022-2025 Matter.js Authors
|
|
27
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
28
|
-
*/
|
|
29
|
-
var DeviceClassification = /* @__PURE__ */ ((DeviceClassification2) => {
|
|
30
|
-
DeviceClassification2["Base"] = "base";
|
|
31
|
-
DeviceClassification2["Utility"] = "utility";
|
|
32
|
-
DeviceClassification2["Application"] = "application";
|
|
33
|
-
DeviceClassification2["Simple"] = "simple";
|
|
34
|
-
DeviceClassification2["Dynamic"] = "dynamic";
|
|
35
|
-
DeviceClassification2["Node"] = "node";
|
|
36
|
-
return DeviceClassification2;
|
|
37
|
-
})(DeviceClassification || {});
|
|
38
|
-
//# sourceMappingURL=DeviceClassification.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/common/DeviceClassification.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWO,IAAK,uBAAL,kBAAKA,0BAAL;AAKH,EAAAA,sBAAA,UAAO;AAKP,EAAAA,sBAAA,aAAU;AAKV,EAAAA,sBAAA,iBAAc;AAOd,EAAAA,sBAAA,YAAS;AAOT,EAAAA,sBAAA,aAAU;AAOV,EAAAA,sBAAA,UAAO;AApCC,SAAAA;AAAA,GAAA;",
|
|
5
|
-
"names": ["DeviceClassification"]
|
|
6
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* Device type classification. This is the Matter "device type classification".
|
|
8
|
-
*
|
|
9
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3
|
|
10
|
-
*/
|
|
11
|
-
export declare enum DeviceClassification {
|
|
12
|
-
/**
|
|
13
|
-
* Officially a {@link Utility}. Differentiating because there is only one base device type, which is its own
|
|
14
|
-
* thing.
|
|
15
|
-
*/
|
|
16
|
-
Base = "base",
|
|
17
|
-
/**
|
|
18
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.1
|
|
19
|
-
*/
|
|
20
|
-
Utility = "utility",
|
|
21
|
-
/**
|
|
22
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.2
|
|
23
|
-
*/
|
|
24
|
-
Application = "application",
|
|
25
|
-
/**
|
|
26
|
-
* A subset of type {@link Application}.
|
|
27
|
-
*
|
|
28
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.3
|
|
29
|
-
*/
|
|
30
|
-
Simple = "simple",
|
|
31
|
-
/**
|
|
32
|
-
* A subset of type {@link Application}.
|
|
33
|
-
*
|
|
34
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.4
|
|
35
|
-
*/
|
|
36
|
-
Dynamic = "dynamic",
|
|
37
|
-
/**
|
|
38
|
-
* A subset of type {@link Utility}. Not officially a device type but described in the same section.
|
|
39
|
-
*
|
|
40
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.5
|
|
41
|
-
*/
|
|
42
|
-
Node = "node"
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=DeviceClassification.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceClassification.d.ts","sourceRoot":"","sources":["../../../src/common/DeviceClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;;;GAIG;AACH,oBAAY,oBAAoB;IAC5B;;;OAGG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,WAAW,gBAAgB;IAE3B;;;;OAIG;IACH,MAAM,WAAW;IAEjB;;;;OAIG;IACH,OAAO,YAAY;IAEnB;;;;OAIG;IACH,IAAI,SAAS;CAChB"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
var DeviceClassification = /* @__PURE__ */ ((DeviceClassification2) => {
|
|
7
|
-
DeviceClassification2["Base"] = "base";
|
|
8
|
-
DeviceClassification2["Utility"] = "utility";
|
|
9
|
-
DeviceClassification2["Application"] = "application";
|
|
10
|
-
DeviceClassification2["Simple"] = "simple";
|
|
11
|
-
DeviceClassification2["Dynamic"] = "dynamic";
|
|
12
|
-
DeviceClassification2["Node"] = "node";
|
|
13
|
-
return DeviceClassification2;
|
|
14
|
-
})(DeviceClassification || {});
|
|
15
|
-
export {
|
|
16
|
-
DeviceClassification
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=DeviceClassification.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/common/DeviceClassification.ts"],
|
|
4
|
-
"mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAWO,IAAK,uBAAL,kBAAKA,0BAAL;AAKH,EAAAA,sBAAA,UAAO;AAKP,EAAAA,sBAAA,aAAU;AAKV,EAAAA,sBAAA,iBAAc;AAOd,EAAAA,sBAAA,YAAS;AAOT,EAAAA,sBAAA,aAAU;AAOV,EAAAA,sBAAA,UAAO;AApCC,SAAAA;AAAA,GAAA;",
|
|
5
|
-
"names": ["DeviceClassification"]
|
|
6
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Device type classification. This is the Matter "device type classification".
|
|
9
|
-
*
|
|
10
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3
|
|
11
|
-
*/
|
|
12
|
-
export enum DeviceClassification {
|
|
13
|
-
/**
|
|
14
|
-
* Officially a {@link Utility}. Differentiating because there is only one base device type, which is its own
|
|
15
|
-
* thing.
|
|
16
|
-
*/
|
|
17
|
-
Base = "base",
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.1
|
|
21
|
-
*/
|
|
22
|
-
Utility = "utility",
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.2
|
|
26
|
-
*/
|
|
27
|
-
Application = "application",
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* A subset of type {@link Application}.
|
|
31
|
-
*
|
|
32
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.3
|
|
33
|
-
*/
|
|
34
|
-
Simple = "simple",
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* A subset of type {@link Application}.
|
|
38
|
-
*
|
|
39
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.4
|
|
40
|
-
*/
|
|
41
|
-
Dynamic = "dynamic",
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* A subset of type {@link Utility}. Not officially a device type but described in the same section.
|
|
45
|
-
*
|
|
46
|
-
* @see {@link MatterSpecification.v13.Core} § 7.15.3.5
|
|
47
|
-
*/
|
|
48
|
-
Node = "node",
|
|
49
|
-
}
|