Added support for t8531

This commit is contained in:
2025-11-11 00:18:59 -06:00
parent 32d6133bab
commit 53123a353e
8 changed files with 10 additions and 8 deletions

View File

@ -1491,7 +1491,8 @@ class Device extends tiny_typed_emitter_1.TypedEmitter {
sn.startsWith("T8502") ||
sn.startsWith("T8504") ||
sn.startsWith("T8506") ||
sn.startsWith("T8530");
sn.startsWith("T8530") ||
sn.startsWith("T8531");
}
static isGarageCameraBySn(sn) {
return sn.startsWith("T8453") ||

File diff suppressed because one or more lines are too long

View File

@ -967,7 +967,7 @@ exports.GenericTypeProperty = {
52: "Lock Basic No Finger",
53: "Lock Basic Advanced No Finger",
54: "Retrofit Smart Lock E110 (T8503)",
55: "Video Smart Lock S330 (T8530)",
55: "Video Smart Lock S330 (T8530/T8531)",
56: "Lock 85A3",
57: "Lock 8592",
58: "Retrofit Smart Lock E130 (T8504)",

File diff suppressed because one or more lines are too long