@matter/create
Advanced tools
Comparing version 0.12.0-alpha.0-20241226-0f5b0fe87 to 0.12.0-alpha.0-20241227-9e7d81837
@@ -69,2 +69,6 @@ #!/usr/bin/env node | ||
await controllerStorage.set("uniqueid", uniqueId); | ||
const adminFabricLabel = (await controllerStorage.has("fabriclabel")) | ||
? await controllerStorage.get<string>("fabriclabel") | ||
: (environment.vars.string("fabriclabel") ?? "matter.js Controller"); | ||
await controllerStorage.set("fabriclabel", adminFabricLabel); | ||
@@ -140,2 +144,3 @@ const pairingCode = environment.vars.string("pairingcode"); | ||
autoConnect: false, | ||
adminFabricLabel, | ||
}); | ||
@@ -142,0 +147,0 @@ |
@@ -8,5 +8,5 @@ { | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87", | ||
"@matter/nodejs-ble": "~0.12.0-alpha.0-20241226-0f5b0fe87", | ||
"@project-chip/matter.js": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837", | ||
"@matter/nodejs-ble": "~0.12.0-alpha.0-20241227-9e7d81837", | ||
"@project-chip/matter.js": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -19,3 +19,3 @@ "description": "Controller example to commission and connect devices", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -28,3 +28,3 @@ "description": "Bridge for multiple OnOff light/sockets with a CLI command execution interface", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -37,3 +37,3 @@ "description": "Composed device for multiple OnOff light/sockets with a CLI command execution interface", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -46,3 +46,3 @@ "description": "Composed device with Window covering and a light endpoint that logs changes", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -55,3 +55,3 @@ "description": "Socket device that reports random Energy and Power measurements", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -64,3 +64,3 @@ "description": "Multiple OnOff light/socket nodes in one process with a CLI command execution interface", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -73,5 +73,5 @@ "description": "OnOff light/socket device with a CLI command execution interface", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87", | ||
"@matter/nodejs": "~0.12.0-alpha.0-20241226-0f5b0fe87", | ||
"@matter/nodejs-ble": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837", | ||
"@matter/nodejs": "~0.12.0-alpha.0-20241227-9e7d81837", | ||
"@matter/nodejs-ble": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -84,3 +84,3 @@ "description": "OnOff light/socket device with BLE support and advanced API usage", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -93,3 +93,3 @@ "description": "OnOff light example which logs the state changes to the console", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -102,3 +102,3 @@ "description": "Temperature/Humidity sensor with a CLI command interface to get the value", | ||
"dependencies": { | ||
"@matter/main": "~0.12.0-alpha.0-20241226-0f5b0fe87" | ||
"@matter/main": "~0.12.0-alpha.0-20241227-9e7d81837" | ||
}, | ||
@@ -105,0 +105,0 @@ "description": "A simple on/off device", |
{ | ||
"name": "@matter/create", | ||
"version": "0.12.0-alpha.0-20241226-0f5b0fe87", | ||
"version": "0.12.0-alpha.0-20241227-9e7d81837", | ||
"description": "Matter.js skeleton project generator", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@matter/tools": "0.12.0-alpha.0-20241226-0f5b0fe87", | ||
"@matter/tools": "0.12.0-alpha.0-20241227-9e7d81837", | ||
"@types/node": "^22.10.1", | ||
@@ -38,0 +38,0 @@ "@types/tar-stream": "^3.1.3" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201781
4130