@matter/create 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250601-939a65f46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/templates/index.json +18 -18
- package/package.json +2 -2
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "controller",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
9
|
-
"@matter/nodejs-ble": "~0.14.0-alpha.0-
|
|
10
|
-
"@project-chip/matter.js": "~0.14.0-alpha.0-
|
|
8
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46",
|
|
9
|
+
"@matter/nodejs-ble": "~0.14.0-alpha.0-20250601-939a65f46",
|
|
10
|
+
"@project-chip/matter.js": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
11
11
|
},
|
|
12
12
|
"description": "Controller example to commission and connect devices",
|
|
13
13
|
"entrypoint": "ControllerNode.ts"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
{
|
|
16
16
|
"name": "device-air-quality-sensor",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
18
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
19
19
|
},
|
|
20
20
|
"description": "Air quality sensor example",
|
|
21
21
|
"entrypoint": "AirQualitySensorDeviceNode.ts"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "device-bridge-onoff",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
26
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
27
27
|
},
|
|
28
28
|
"description": "Bridge for multiple OnOff light/sockets with a CLI command execution interface",
|
|
29
29
|
"entrypoint": "BridgedDevicesNode.ts"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
{
|
|
32
32
|
"name": "device-composed-onoff",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
34
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
35
35
|
},
|
|
36
36
|
"description": "Composed device for multiple OnOff light/sockets with a CLI command execution interface",
|
|
37
37
|
"entrypoint": "ComposedDeviceNode.ts"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
{
|
|
40
40
|
"name": "device-composed-wc-light",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
42
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
43
43
|
},
|
|
44
44
|
"description": "Composed device with Window covering and a light endpoint that logs changes",
|
|
45
45
|
"entrypoint": "IlluminatedRollerShade.ts"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
{
|
|
48
48
|
"name": "device-measuring-socket",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
50
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
51
51
|
},
|
|
52
52
|
"description": "Socket device that reports random Energy and Power measurements",
|
|
53
53
|
"entrypoint": "MeasuredSocketDevice.ts"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
{
|
|
56
56
|
"name": "device-multiple-onoff",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
58
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
59
59
|
},
|
|
60
60
|
"description": "Multiple OnOff light/socket nodes in one process with a CLI command execution interface",
|
|
61
61
|
"entrypoint": "MultiDeviceNode.ts"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
{
|
|
64
64
|
"name": "device-onoff",
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
66
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
67
67
|
},
|
|
68
68
|
"description": "OnOff light/socket device with a CLI command execution interface",
|
|
69
69
|
"entrypoint": "DeviceNode.ts"
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
{
|
|
72
72
|
"name": "device-onoff-advanced",
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@matter/nodejs": "~0.14.0-alpha.0-
|
|
75
|
-
"@matter/nodejs-ble": "~0.14.0-alpha.0-
|
|
76
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
74
|
+
"@matter/nodejs": "~0.14.0-alpha.0-20250601-939a65f46",
|
|
75
|
+
"@matter/nodejs-ble": "~0.14.0-alpha.0-20250601-939a65f46",
|
|
76
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
77
77
|
},
|
|
78
78
|
"description": "OnOff light/socket device with BLE support and advanced API usage",
|
|
79
79
|
"entrypoint": "DeviceNodeFull.ts"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
{
|
|
82
82
|
"name": "device-onoff-light",
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
84
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
85
85
|
},
|
|
86
86
|
"description": "OnOff light example which logs the state changes to the console",
|
|
87
87
|
"entrypoint": "LightDevice.ts"
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
{
|
|
90
90
|
"name": "device-robotic-vacuum-cleaner",
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
92
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
93
93
|
},
|
|
94
94
|
"description": "Robotic Vacuum Cleaner Example",
|
|
95
95
|
"entrypoint": "RoboticVacuumCleanerDevice.ts"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
{
|
|
98
98
|
"name": "device-sensor",
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
100
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
101
101
|
},
|
|
102
102
|
"description": "Temperature/Humidity sensor with a CLI command interface to get the value",
|
|
103
103
|
"entrypoint": "SensorDeviceNode.ts"
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
{
|
|
106
106
|
"name": "device-simple",
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
108
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
109
109
|
},
|
|
110
110
|
"description": "A simple on/off device",
|
|
111
111
|
"entrypoint": "main.ts"
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
{
|
|
114
114
|
"name": "device-smoke-co-alarm",
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@matter/main": "~0.14.0-alpha.0-
|
|
116
|
+
"@matter/main": "~0.14.0-alpha.0-20250601-939a65f46"
|
|
117
117
|
},
|
|
118
118
|
"description": "Smoke CO Alarm Example",
|
|
119
119
|
"entrypoint": "SmokeCOAlarmDeviceNode.ts"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/create",
|
|
3
|
-
"version": "0.14.0-alpha.0-
|
|
3
|
+
"version": "0.14.0-alpha.0-20250601-939a65f46",
|
|
4
4
|
"description": "Matter.js skeleton project generator",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/project-chip/matter.js#readme",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@matter/tools": "0.14.0-alpha.0-
|
|
35
|
+
"@matter/tools": "0.14.0-alpha.0-20250601-939a65f46",
|
|
36
36
|
"@types/node": "^22.15.19",
|
|
37
37
|
"@types/tar-stream": "^3.1.3"
|
|
38
38
|
},
|