DLMS-SPODES-client 0.19.11__py3-none-any.whl → 0.19.12__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.
@@ -50,10 +50,6 @@ class Base[T: result.Result](Protocol):
50
50
  """Exchange task for DLMS client"""
51
51
  msg: str
52
52
 
53
- def __post_init__(self) -> None:
54
- if self.msg == "":
55
- self.msg = self.__class__.__name__
56
-
57
53
  def copy(self) -> Self: ...
58
54
 
59
55
  @property
@@ -1321,7 +1317,7 @@ class Execute2(SimpleCopy, OK):
1321
1317
  """execute method"""
1322
1318
  par: Parameter
1323
1319
  data: cdt.CommonDataType
1324
- msg: str = ""
1320
+ msg: str = "Execute method"
1325
1321
 
1326
1322
  async def exchange(self, c: Client) -> result.Ok | result.Error:
1327
1323
  if isinstance(res := c.objects.par2obj(self.par), result.Error):
@@ -1768,7 +1764,7 @@ class WriteTranscript(SimpleCopy, OK):
1768
1764
  """write by ParValues[Transcript]"""
1769
1765
  par: Parameter
1770
1766
  value: cdt.Transcript
1771
- msg: str = ""
1767
+ msg: str = "write with transcript"
1772
1768
 
1773
1769
  async def exchange(self, c: Client) -> result.Ok | result.Error:
1774
1770
  if isinstance((res := await Par2Data[cdt.CommonDataType](self.par).exchange(c)), result.Error):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DLMS_SPODES_client
3
- Version: 0.19.11
3
+ Version: 0.19.12
4
4
  Summary: dlms-spodes
5
5
  Author-email: Serj Kotilevski <youserj@outlook.com>
6
6
  Project-URL: Source, https://github.com/youserj/SPODESclient_prj
@@ -6,7 +6,7 @@ DLMS_SPODES_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  DLMS_SPODES_client/services.py,sha256=xM_-h322V1bGBcw9cJh7XOSUMTL3_E-GX89-z3YwIYw,3909
7
7
  DLMS_SPODES_client/session.py,sha256=1sa4wJny2xwDqL3DXpfYTS7mZcabVdC5fW1H60VB5QA,12681
8
8
  DLMS_SPODES_client/settings.py,sha256=6mitGe9UYeEgL61sf933MJ-S5N-ReoxvXqiI3agBGYE,1623
9
- DLMS_SPODES_client/task.py,sha256=MSXIMnvAhO4GPBhB9eh12AIWINYxdM9VhASg3Mpmy9s,76093
9
+ DLMS_SPODES_client/task.py,sha256=x0rwEQExNzf1oxPG0HngaTCJT5LHtxj7QRpH20V8yHk,76012
10
10
  DLMS_SPODES_client/gurux_common/enums/TraceLevel.py,sha256=Ne0Rn3c9ACqQjmde_ksbiQxIUv6nXsPQRnhkGwIv3QI,521
11
11
  DLMS_SPODES_client/gurux_common/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  DLMS_SPODES_client/gurux_dlms/AesGcmParameter.py,sha256=HJt0uvxtkqKEkvfiqXTMNsiayN15AgPJa9_iMSSFZsQ,1429
@@ -54,8 +54,8 @@ DLMS_SPODES_client/gurux_dlms/enums/Task.py,sha256=chuOL6-IMxBvABUZtoFcaYaQQB4GZ
54
54
  DLMS_SPODES_client/gurux_dlms/enums/VdeStateError.py,sha256=qT87LMbIYEs3TYPIp3N-dR2Tcg9KhKyiELwhVl5U-tw,233
55
55
  DLMS_SPODES_client/gurux_dlms/enums/__init__.py,sha256=F_sgGwNmmdpbKvP1klJQUNiLXxU2BtZ-LgEI9e6xP8g,1314
56
56
  DLMS_SPODES_client/gurux_dlms/internal/_GXCommon.py,sha256=7D9EYcfiZxwbk8sfpHv7s2nYqrbmGf-Tbwv2T-gqmgk,53226
57
- dlms_spodes_client-0.19.11.dist-info/METADATA,sha256=WNXbO-vb3vSfL9nYm9kEFyTr1xPWa8aTVfNkAe25s6I,986
58
- dlms_spodes_client-0.19.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
59
- dlms_spodes_client-0.19.11.dist-info/entry_points.txt,sha256=Z6UTeQjjCf2k1Y3Bjs0s7yr-UYSWb-TvJMuG2K2MApw,70
60
- dlms_spodes_client-0.19.11.dist-info/top_level.txt,sha256=rh_3Uig5bc6J_lKni01btol7dX_IgIJulNtGjGehmBE,19
61
- dlms_spodes_client-0.19.11.dist-info/RECORD,,
57
+ dlms_spodes_client-0.19.12.dist-info/METADATA,sha256=aRfWltoVE69UtkyDGqyVjYEDpAqlmYFgWoDkW8spzvM,986
58
+ dlms_spodes_client-0.19.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
59
+ dlms_spodes_client-0.19.12.dist-info/entry_points.txt,sha256=Z6UTeQjjCf2k1Y3Bjs0s7yr-UYSWb-TvJMuG2K2MApw,70
60
+ dlms_spodes_client-0.19.12.dist-info/top_level.txt,sha256=rh_3Uig5bc6J_lKni01btol7dX_IgIJulNtGjGehmBE,19
61
+ dlms_spodes_client-0.19.12.dist-info/RECORD,,