eufy-security-client 3.7.2-dev.5 → 3.8.0-dev.6

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.
package/README.md CHANGED
@@ -111,6 +111,27 @@ Instructions aimed at maintainers for deploying a new version: [Deployment](docs
111
111
 
112
112
  ## Changelog
113
113
 
114
+ ### 3.8.0 (2026-03-01)
115
+
116
+ * Feature: Add support for Smart Lock E20 (T85V0) by @worldjoe/@max246 in https://github.com/bropat/eufy-security-client/pull/803
117
+ * Feature: Add support for Smart Lock C33 (T85L0) by @max246 in https://github.com/bropat/eufy-security-client/pull/804
118
+ * Feature: Add support for locks C30 & E330 by @max246 in https://github.com/bropat/eufy-security-client/pull/806
119
+ * Feature: Add support for Camera S40 (T8172) by @lenoxys in https://github.com/bropat/eufy-security-client/pull/807
120
+ * Feature: Add support for Motion Sensor E20 (T90M0) and Sirene E20 (T90R0) by @max246 in https://github.com/bropat/eufy-security-client/pull/808
121
+ * Feature: Add support for SoloCam E42 (T8173) by @lenoxys in https://github.com/bropat/eufy-security-client/pull/809
122
+ * Feature: Add support for 4G LTE Cam S330 (T86P2) by @lenoxys in https://github.com/bropat/eufy-security-client/pull/821
123
+ * Feature: Add support for C220 V3 by @max246 in https://github.com/bropat/eufy-security-client/pull/823
124
+ * Feature: Add debug message for new device and reporting guide by @max246 in https://github.com/bropat/eufy-security-client/pull/825
125
+ * Fix: Fix T8214 and T8425 livestream by @lenoxys in https://github.com/bropat/eufy-security-client/pull/793
126
+ * Fix: C210 preset support by @tomc128 in https://github.com/bropat/eufy-security-client/pull/811
127
+ * Fix: Mock timezone in getTimezoneGMTString test by @nick-pape in https://github.com/bropat/eufy-security-client/pull/814
128
+ * Fix: Restore missing CAMERA_S4 (T8172) StationProperties and StationCommands entries by @lenoxys in https://github.com/bropat/eufy-security-client/pull/819
129
+ * Fix: Fix start date by @max246 in https://github.com/bropat/eufy-security-client/pull/816
130
+ * Chore: Upgrade qs from 6.14.2 to 6.15.0 by @max246 in https://github.com/bropat/eufy-security-client/pull/802
131
+ * Chore: Upgrade date-and-time from 4.2.0 to 4.3.0 by @max246 in https://github.com/bropat/eufy-security-client/pull/815
132
+ * Chore: Add dev publish and enforce target branch workflows by @lenoxys in https://github.com/bropat/eufy-security-client/pull/818
133
+ * Chore: Add more testing and format check task by @max246 in https://github.com/bropat/eufy-security-client/pull/822
134
+
114
135
  ### 3.7.2 (2026-02-16)
115
136
  * Fix: Revert due to failure to communicate with HB3 https://github.com/bropat/eufy-security-client/pull/790
116
137
  * Fix: 2FA login by @lenoxys in https://github.com/bropat/eufy-security-client/pull/789
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1772301130348" clover="3.2.0">
3
- <project timestamp="1772301130348" name="All files">
4
- <metrics statements="14617" coveredstatements="3852" conditionals="7954" coveredconditionals="589" methods="2079" coveredmethods="248" elements="24650" coveredelements="4689" complexity="0" loc="14617" ncloc="14617" packages="5" files="31" classes="31"/>
2
+ <coverage generated="1772352189111" clover="3.2.0">
3
+ <project timestamp="1772352189111" name="All files">
4
+ <metrics statements="14617" coveredstatements="3854" conditionals="7954" coveredconditionals="589" methods="2079" coveredmethods="248" elements="24650" coveredelements="4691" complexity="0" loc="14617" ncloc="14617" packages="5" files="31" classes="31"/>
5
5
  <package name="src">
6
6
  <metrics statements="1904" coveredstatements="231" conditionals="880" coveredconditionals="81" methods="409" coveredmethods="24"/>
7
7
  <file name="error.ts" path="/home/runner/work/eufy-security-client/eufy-security-client/src/error.ts">
@@ -1925,7 +1925,7 @@
1925
1925
  </file>
1926
1926
  </package>
1927
1927
  <package name="src.http">
1928
- <metrics statements="8354" coveredstatements="1881" conditionals="5585" coveredconditionals="286" methods="1212" coveredmethods="108"/>
1928
+ <metrics statements="8354" coveredstatements="1883" conditionals="5585" coveredconditionals="286" methods="1212" coveredmethods="108"/>
1929
1929
  <file name="api.ts" path="/home/runner/work/eufy-security-client/eufy-security-client/src/http/api.ts">
1930
1930
  <metrics statements="657" coveredstatements="105" conditionals="319" coveredconditionals="27" methods="86" coveredmethods="6"/>
1931
1931
  <line num="14" count="6" type="stmt"/>
@@ -9875,7 +9875,7 @@
9875
9875
  <line num="11107" count="6" type="stmt"/>
9876
9876
  </file>
9877
9877
  <file name="utils.ts" path="/home/runner/work/eufy-security-client/eufy-security-client/src/http/utils.ts">
9878
- <metrics statements="433" coveredstatements="319" conditionals="218" coveredconditionals="141" methods="68" coveredmethods="44"/>
9878
+ <metrics statements="433" coveredstatements="321" conditionals="218" coveredconditionals="141" methods="68" coveredmethods="44"/>
9879
9879
  <line num="1" count="6" type="stmt"/>
9880
9880
  <line num="2" count="6" type="stmt"/>
9881
9881
  <line num="10" count="6" type="stmt"/>
@@ -10296,18 +10296,18 @@
10296
10296
  <line num="988" count="6" type="stmt"/>
10297
10297
  <line num="992" count="1" type="stmt"/>
10298
10298
  <line num="993" count="1" type="stmt"/>
10299
- <line num="995" count="2" type="stmt"/>
10299
+ <line num="995" count="1" type="stmt"/>
10300
10300
  <line num="997" count="1" type="stmt"/>
10301
10301
  <line num="998" count="1" type="stmt"/>
10302
10302
  <line num="999" count="1" type="stmt"/>
10303
- <line num="1001" count="1" type="cond" truecount="3" falsecount="0"/>
10304
- <line num="1002" count="1" type="stmt"/>
10305
- <line num="1003" count="1" type="stmt"/>
10306
- <line num="1006" count="1" type="cond" truecount="1" falsecount="2"/>
10307
- <line num="1007" count="0" type="stmt"/>
10308
- <line num="1008" count="0" type="stmt"/>
10309
- <line num="1009" count="0" type="stmt"/>
10310
- <line num="1010" count="0" type="stmt"/>
10303
+ <line num="1001" count="1" type="cond" truecount="1" falsecount="2"/>
10304
+ <line num="1002" count="0" type="stmt"/>
10305
+ <line num="1003" count="0" type="stmt"/>
10306
+ <line num="1006" count="1" type="cond" truecount="3" falsecount="0"/>
10307
+ <line num="1007" count="1" type="stmt"/>
10308
+ <line num="1008" count="1" type="stmt"/>
10309
+ <line num="1009" count="1" type="stmt"/>
10310
+ <line num="1010" count="1" type="stmt"/>
10311
10311
  <line num="1012" count="1" type="stmt"/>
10312
10312
  </file>
10313
10313
  </package>