aiorexense 0.1.3__py3-none-any.whl → 0.1.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.
- aiorexense/__init__.py +1 -1
- aiorexense/const.py +3 -3
- {aiorexense-0.1.3.dist-info → aiorexense-0.1.4.dist-info}/METADATA +1 -1
- aiorexense-0.1.4.dist-info/RECORD +10 -0
- aiorexense-0.1.3.dist-info/RECORD +0 -10
- {aiorexense-0.1.3.dist-info → aiorexense-0.1.4.dist-info}/WHEEL +0 -0
- {aiorexense-0.1.3.dist-info → aiorexense-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {aiorexense-0.1.3.dist-info → aiorexense-0.1.4.dist-info}/top_level.txt +0 -0
aiorexense/__init__.py
CHANGED
aiorexense/const.py
CHANGED
@@ -12,17 +12,17 @@ FUNCTION_INVOKE_CMD = "InvokeCmd"
|
|
12
12
|
|
13
13
|
REXENSE_SENSOR_CURRENT = {"name":"Current","unit":"A"}
|
14
14
|
REXENSE_SENSOR_VOLTAGE = {"name":"Voltage","unit":"V"}
|
15
|
-
REXENSE_SENSOR_POWER_FACTOR = {"name":"PowerFactor","unit":"
|
15
|
+
REXENSE_SENSOR_POWER_FACTOR = {"name":"PowerFactor","unit":""}
|
16
16
|
REXENSE_SENSOR_ACTIVE_POWER = {"name":"ActivePower","unit":"W"}
|
17
17
|
REXENSE_SENSOR_APPARENT_POWER = {"name":"AprtPower","unit":"VA"}
|
18
18
|
REXENSE_SENSOR_B_CURRENT = {"name":"B_Current","unit":"A"}
|
19
19
|
REXENSE_SENSOR_B_VOLTAGE = {"name":"B_Voltage","unit":"V"}
|
20
|
-
REXENSE_SENSOR_B_POWER_FACTOR = {"name":"B_PowerFactor","unit":"
|
20
|
+
REXENSE_SENSOR_B_POWER_FACTOR = {"name":"B_PowerFactor","unit":""}
|
21
21
|
REXENSE_SENSOR_B_ACTIVE_POWER = {"name":"B_ActivePower","unit":"W"}
|
22
22
|
REXENSE_SENSOR_B_APPARENT_POWER = {"name":"B_AprtPower","unit":"VA"}
|
23
23
|
REXENSE_SENSOR_C_CURRENT = {"name":"C_Current","unit":"A"}
|
24
24
|
REXENSE_SENSOR_C_VOLTAGE = {"name":"C_Voltage","unit":"V"}
|
25
|
-
REXENSE_SENSOR_C_POWER_FACTOR = {"name":"C_PowerFactor","unit":"
|
25
|
+
REXENSE_SENSOR_C_POWER_FACTOR = {"name":"C_PowerFactor","unit":""}
|
26
26
|
REXENSE_SENSOR_C_ACTIVE_POWER = {"name":"C_ActivePower","unit":"W"}
|
27
27
|
REXENSE_SENSOR_C_APPARENT_POWER = {"name":"C_AprtPower","unit":"VA"}
|
28
28
|
REXENSE_SENSOR_TOTAL_ACTIVE_POWER = {"name":"TotalActivePower","unit":"W"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
aiorexense/__init__.py,sha256=-qk32CH-GshkqCDUHdNXMbzoYDwrYoV7PMJJsclCbY4,2486
|
2
|
+
aiorexense/api.py,sha256=h4ZcySrbgoul5gtd7k6FDF0Ph5S-SZFBd18h5rRnaKw,1817
|
3
|
+
aiorexense/const.py,sha256=gS2iklJRjPr3-JfV-tAwZXqN2u7TDDb_m76P2hEEMIc,2041
|
4
|
+
aiorexense/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
aiorexense/ws_client.py,sha256=IkZX6vd3HDTn0xFjVw_Q2lYJtfPtuLapjCgYzkpM6Cw,7453
|
6
|
+
aiorexense-0.1.4.dist-info/licenses/LICENSE,sha256=BAzGiyUG1qUIc93Ns3z14Ttl2wCHtUortRWIP_rU_Wg,1126
|
7
|
+
aiorexense-0.1.4.dist-info/METADATA,sha256=3-xKPZ_NkNvjOZaYA98YCa8WjWjNIFKsMuEi1db3wb4,2128
|
8
|
+
aiorexense-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
aiorexense-0.1.4.dist-info/top_level.txt,sha256=G9Xrl6LXJ6WXbprRvKbytk3-bbNQSwHoK0p0yYXBs5I,31
|
10
|
+
aiorexense-0.1.4.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
aiorexense/__init__.py,sha256=objws_Ggp08AAjGSkWGYGFpAZivkeL_VA5ZdO50FIys,2486
|
2
|
-
aiorexense/api.py,sha256=h4ZcySrbgoul5gtd7k6FDF0Ph5S-SZFBd18h5rRnaKw,1817
|
3
|
-
aiorexense/const.py,sha256=7DKRluyi2xoQNFnQoWAFMX3-YY0RLp6JWpsxq16cU3s,2044
|
4
|
-
aiorexense/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
aiorexense/ws_client.py,sha256=IkZX6vd3HDTn0xFjVw_Q2lYJtfPtuLapjCgYzkpM6Cw,7453
|
6
|
-
aiorexense-0.1.3.dist-info/licenses/LICENSE,sha256=BAzGiyUG1qUIc93Ns3z14Ttl2wCHtUortRWIP_rU_Wg,1126
|
7
|
-
aiorexense-0.1.3.dist-info/METADATA,sha256=G1M59HnAYYpDAbfPYERJTZnaRf97PoqQZlgHeuwn52g,2128
|
8
|
-
aiorexense-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
-
aiorexense-0.1.3.dist-info/top_level.txt,sha256=G9Xrl6LXJ6WXbprRvKbytk3-bbNQSwHoK0p0yYXBs5I,31
|
10
|
-
aiorexense-0.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|