homebridge-eufy-security 2.3.6 → 2.3.7

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.
@@ -15,4 +15,27 @@ export type LoginResult = {
15
15
  failReason?: LoginFailReason;
16
16
  data?: any;
17
17
  };
18
+ export type Accessory = {
19
+ uniqueId: string;
20
+ displayName: string;
21
+ type: number;
22
+ typename: string;
23
+ station: boolean;
24
+ ignored?: boolean;
25
+ cachedName?: string;
26
+ isCamera?: boolean;
27
+ isDoorbell?: boolean;
28
+ supportsRTSP?: boolean;
29
+ supportsTalkback?: boolean;
30
+ };
31
+ export declare enum ChargingType {
32
+ CHARGING = 1,
33
+ UNPLUGGED = 2,
34
+ PLUGGED = 3,
35
+ SOLAR_CHARGING = 4
36
+ }
37
+ export type Country = {
38
+ short: string;
39
+ long: string;
40
+ };
18
41
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/configui/app/util/types.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,eAAe;IACzB,OAAO,IAAI;IACX,OAAO,IAAI;IACX,GAAG,IAAI;IACP,OAAO,IAAI;CACZ;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/configui/app/util/types.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,eAAe;IACzB,OAAO,IAAI;IACX,OAAO,IAAI;IACX,GAAG,IAAI;IACP,OAAO,IAAI;CACZ;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,oBAAY,YAAY;IACtB,QAAQ,IAAI;IACZ,SAAS,IAAI;IACb,OAAO,IAAI;IACX,cAAc,IAAI;CACnB;AAED,MAAM,MAAM,OAAO,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LoginFailReason = void 0;
3
+ exports.ChargingType = exports.LoginFailReason = void 0;
4
4
  var LoginFailReason;
5
5
  (function (LoginFailReason) {
6
6
  LoginFailReason[LoginFailReason["UNKNOWN"] = 0] = "UNKNOWN";
@@ -8,4 +8,11 @@ var LoginFailReason;
8
8
  LoginFailReason[LoginFailReason["TFA"] = 2] = "TFA";
9
9
  LoginFailReason[LoginFailReason["TIMEOUT"] = 3] = "TIMEOUT";
10
10
  })(LoginFailReason = exports.LoginFailReason || (exports.LoginFailReason = {}));
11
+ var ChargingType;
12
+ (function (ChargingType) {
13
+ ChargingType[ChargingType["CHARGING"] = 1] = "CHARGING";
14
+ ChargingType[ChargingType["UNPLUGGED"] = 2] = "UNPLUGGED";
15
+ ChargingType[ChargingType["PLUGGED"] = 3] = "PLUGGED";
16
+ ChargingType[ChargingType["SOLAR_CHARGING"] = 4] = "SOLAR_CHARGING";
17
+ })(ChargingType = exports.ChargingType || (exports.ChargingType = {}));
11
18
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/configui/app/util/types.ts"],"names":[],"mappings":";;;AAQA,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,2DAAW,CAAA;IACX,2DAAW,CAAA;IACX,mDAAO,CAAA;IACP,2DAAW,CAAA;AACb,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/configui/app/util/types.ts"],"names":[],"mappings":";;;AAQA,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,2DAAW,CAAA;IACX,2DAAW,CAAA;IACX,mDAAO,CAAA;IACP,2DAAW,CAAA;AACb,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B;AAsBD,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,uDAAY,CAAA;IACZ,yDAAa,CAAA;IACb,qDAAW,CAAA;IACX,mEAAkB,CAAA;AACpB,CAAC,EALW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAKvB"}
@@ -9,5 +9,5 @@
9
9
  <link rel="stylesheet" href="styles.a8f5287297d4e979.css"></head>
10
10
  <body>
11
11
  <app-root></app-root>
12
- <script src="runtime.1b3e1be22c2e329f.js" type="module"></script><script src="polyfills.1ab36b8b9e023fa6.js" type="module"></script><script src="main.d48e16758565a628.js" type="module"></script></body>
12
+ <script src="runtime.1b3e1be22c2e329f.js" type="module"></script><script src="polyfills.1ab36b8b9e023fa6.js" type="module"></script><script src="main.d5f8a8b736663fe1.js" type="module"></script></body>
13
13
  </html>