matterbridge 3.3.8-dev-20251114-9b65e59 → 3.3.8-dev-20251115-920acfc
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.
|
@@ -947,6 +947,7 @@ export class MatterbridgeEndpoint extends Endpoint {
|
|
|
947
947
|
actuatorEnabled: false,
|
|
948
948
|
operatingMode: DoorLock.OperatingMode.Normal,
|
|
949
949
|
supportedOperatingModes: { normal: false, vacation: true, privacy: true, noRemoteLockUnlock: true, passage: true, alwaysSet: 2047 },
|
|
950
|
+
autoRelockTime: 0,
|
|
950
951
|
});
|
|
951
952
|
return this;
|
|
952
953
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.3.8-dev-
|
|
3
|
+
"version": "3.3.8-dev-20251115-920acfc",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.3.8-dev-
|
|
9
|
+
"version": "3.3.8-dev-20251115-920acfc",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@matter/main": "0.15.6",
|
package/package.json
CHANGED