aiobmsble 0.3.0__py3-none-any.whl → 0.4__py3-none-any.whl
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.
- aiobmsble/__main__.py +1 -1
- aiobmsble/basebms.py +2 -2
- aiobmsble/test_data/__init__.py +95 -0
- aiobmsble/test_data/abc_bms.json +34 -0
- aiobmsble/test_data/ant_bms.json +18 -0
- aiobmsble/test_data/ant_leg_bms.json +19 -0
- aiobmsble/test_data/braunpwr_bms.json +34 -0
- aiobmsble/test_data/cbtpwr_bms.json +90 -0
- aiobmsble/test_data/cbtpwr_vb_bms.json +20 -0
- aiobmsble/test_data/daly_bms.json +100 -0
- aiobmsble/test_data/dpwrcore_bms.json +18 -0
- aiobmsble/test_data/ecoworthy_bms.json +100 -0
- aiobmsble/test_data/ective_bms.json +104 -0
- aiobmsble/test_data/ej_bms.json +107 -0
- aiobmsble/test_data/felicity_bms.json +24 -0
- aiobmsble/test_data/ignore.json +48 -0
- aiobmsble/test_data/jbd_bms.json +440 -0
- aiobmsble/test_data/jikong_bms.json +54 -0
- aiobmsble/test_data/neey_bms.json +65 -0
- aiobmsble/test_data/ogt_bms.json +16 -0
- aiobmsble/test_data/pro_bms.json +15 -0
- aiobmsble/test_data/redodo_bms.json +151 -0
- aiobmsble/test_data/renogy_bms.json +19 -0
- aiobmsble/test_data/renogy_pro_bms.json +16 -0
- aiobmsble/test_data/roypow_bms.json +54 -0
- aiobmsble/test_data/seplos_bms.json +96 -0
- aiobmsble/test_data/seplos_v2_bms.json +41 -0
- aiobmsble/test_data/tdt_bms.json +14 -0
- aiobmsble/test_data/tianpwr_bms.json +13 -0
- {aiobmsble-0.3.0.dist-info → aiobmsble-0.4.dist-info}/METADATA +50 -9
- aiobmsble-0.4.dist-info/RECORD +64 -0
- aiobmsble-0.3.0.dist-info/RECORD +0 -37
- {aiobmsble-0.3.0.dist-info → aiobmsble-0.4.dist-info}/WHEEL +0 -0
- {aiobmsble-0.3.0.dist-info → aiobmsble-0.4.dist-info}/entry_points.txt +0 -0
- {aiobmsble-0.3.0.dist-info → aiobmsble-0.4.dist-info}/licenses/LICENSE +0 -0
- {aiobmsble-0.3.0.dist-info → aiobmsble-0.4.dist-info}/top_level.txt +0 -0
aiobmsble-0.3.0.dist-info/RECORD
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
aiobmsble/__init__.py,sha256=7Qg39LPp9W98ymZX67uOZzbPspJ4JuSUenSxLm12jlo,3119
|
2
|
-
aiobmsble/__main__.py,sha256=1r0MZLjx3lxJ6dw8pLha4tdUPvUcgU0hzXa50N3w3ks,3157
|
3
|
-
aiobmsble/basebms.py,sha256=p18gHcy7rL_NEiZZEFwF0z5b6nZH9fd1zKGJpcyK5LA,19818
|
4
|
-
aiobmsble/utils.py,sha256=ckcOXMLTpm4oCxbGKco88cPVP4nOgiTJ16ebFlvsj_E,5805
|
5
|
-
aiobmsble/bms/__init__.py,sha256=ZE4Uezyd5fs3os4_bt6Pnzsfrp38LTXItdvJ9-zBiR0,165
|
6
|
-
aiobmsble/bms/abc_bms.py,sha256=ug4AeTHiOcMWB4MVTjKI69mbq1wk-J89BbIE2-LeH-w,5993
|
7
|
-
aiobmsble/bms/ant_bms.py,sha256=3kNX0Oy7EDxlb1pynARnttTi-QnzSsFovR5MgrveUOo,7236
|
8
|
-
aiobmsble/bms/ant_leg_bms.py,sha256=Cz0mi3P7_TaKDodZjGs0dcBq0Mjdk8YhwSfs--ijyMQ,5711
|
9
|
-
aiobmsble/bms/braunpwr_bms.py,sha256=fINnmqN3jxZPcKXPcjGPkptU65xxTtuIrilkWlKaWeI,5977
|
10
|
-
aiobmsble/bms/cbtpwr_bms.py,sha256=r2EGxFhGJCQvn8iRa1SJY-7xey64Q6MhaKKTfsgo_T0,6277
|
11
|
-
aiobmsble/bms/cbtpwr_vb_bms.py,sha256=hivPpOXCc946RH4Z8kQXEC9GkFUTtxJC2KSaIjAvBd0,6626
|
12
|
-
aiobmsble/bms/daly_bms.py,sha256=XVz5_sOBBPhBWqlq6PLOXpwglPa1YCfMqOBOT2cQpss,5850
|
13
|
-
aiobmsble/bms/dpwrcore_bms.py,sha256=ATUw4bnXPgm7TvAA2ej7H0GKkDMhWfDUqi9CrLE1mps,6666
|
14
|
-
aiobmsble/bms/dummy_bms.py,sha256=gso6-0Bs5veVJfp6XNjZiigVAr6JAb_o9hFu-zlsURw,3503
|
15
|
-
aiobmsble/bms/ecoworthy_bms.py,sha256=-Y6TEktbTwcIfCUEfAQkRIdqxPH0B93-Fhhm93oeGKk,5410
|
16
|
-
aiobmsble/bms/ective_bms.py,sha256=GGcZgqC8BB7v0xm_st7wGvGNmayxCBYq-rhOrevaMzg,5851
|
17
|
-
aiobmsble/bms/ej_bms.py,sha256=8AiS26r2_uapXMLI34d-eECh5wKXOHhD2eRIeKhApLQ,8174
|
18
|
-
aiobmsble/bms/felicity_bms.py,sha256=oDXlJzYlZF5TtXVC1VYfMybzti1yEKjzGETop12vGYk,4738
|
19
|
-
aiobmsble/bms/jbd_bms.py,sha256=wy1EAjxZZkDps9Y5H7cGTgaV8dYz_3n1iQUxP-ImqA4,7167
|
20
|
-
aiobmsble/bms/jikong_bms.py,sha256=DOxYo2FwVZOdGtaxRwL3HzffuX0_z3pYZrsckia18Ik,11153
|
21
|
-
aiobmsble/bms/neey_bms.py,sha256=dTdyThI2MMNVfEQ2ArPbY5bDkKMGn6NSfz2G68qYZ6Q,7666
|
22
|
-
aiobmsble/bms/ogt_bms.py,sha256=gIEt1h1e0ZXESgmL_VwzH34FiyH0pvIfGwjpc3hgIZ0,7988
|
23
|
-
aiobmsble/bms/pro_bms.py,sha256=TyAbjZBYaWOLtZ4rWWVWHag8o6x-roeujWobMlnb14A,5079
|
24
|
-
aiobmsble/bms/redodo_bms.py,sha256=p6lvJ9fzJS-CkjaB7dSz3_j9-a5Ls3ul1jGBI0p6Ezk,4484
|
25
|
-
aiobmsble/bms/renogy_bms.py,sha256=q_SO0LvW0MLtdNvretnactt4UoYnq5Zje3iDrRAum9k,5080
|
26
|
-
aiobmsble/bms/renogy_pro_bms.py,sha256=EsPlnrtdn7F4o-LRIIwTnVLIkvm4yfc5uEpeJlG3bCU,3969
|
27
|
-
aiobmsble/bms/roypow_bms.py,sha256=ZNuHrMYxQLIGJuao1-DR7pNE2tH6OVGpMaZZxHl2o9I,6169
|
28
|
-
aiobmsble/bms/seplos_bms.py,sha256=R4A77uwjy5XDbbPNwzfqOZxaQfIvGs-Vnd-0Ch0zw-s,9532
|
29
|
-
aiobmsble/bms/seplos_v2_bms.py,sha256=un6vvMwWXnFzAUgOnHYg69Jokd9MH-9MjqELOQD6Uok,7494
|
30
|
-
aiobmsble/bms/tdt_bms.py,sha256=ksGPwTAcn4WDrjSh8a0OzokDhWqrOcixLU3XfndfPyI,7033
|
31
|
-
aiobmsble/bms/tianpwr_bms.py,sha256=2EdaCnY4_PxfRUUrU1hQgwvst5fHDz6yvGS7FU_zYxs,4947
|
32
|
-
aiobmsble-0.3.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
33
|
-
aiobmsble-0.3.0.dist-info/METADATA,sha256=Qba-JrJA3Pl0oXx8agKIsc_jq7BuM-d4jetgvtPpDoE,4755
|
34
|
-
aiobmsble-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
35
|
-
aiobmsble-0.3.0.dist-info/entry_points.txt,sha256=HSC_C3nQikc3nk0a6mcG92RuIM7wAzozjBVfDojJceo,54
|
36
|
-
aiobmsble-0.3.0.dist-info/top_level.txt,sha256=YHBVzg45mJ3vPz0sl_TpMB0edMqqhD61kwJj4EPAk9g,10
|
37
|
-
aiobmsble-0.3.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|