matterbridge 2.1.4-dev.2 → 2.1.4-dev.3
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.
|
@@ -64,8 +64,7 @@ export class MatterbridgePlatform {
|
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
66
|
if (device.deviceName && checkNotLatinCharacters(device.deviceName)) {
|
|
67
|
-
this.log.debug(`Device with name ${CYAN}${device.deviceName}${
|
|
68
|
-
return;
|
|
67
|
+
this.log.debug(`Device with name ${CYAN}${device.deviceName}${db} has non latin characters. Please keep the name as short as possible.`);
|
|
69
68
|
}
|
|
70
69
|
await this.matterbridge.addBridgedEndpoint(this.name, device);
|
|
71
70
|
if (device.uniqueId)
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "2.1.4-dev.
|
|
3
|
+
"version": "2.1.4-dev.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "2.1.4-dev.
|
|
9
|
+
"version": "2.1.4-dev.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@matter/main": "0.12.3",
|