pystuderxcom 3.4.2__tar.gz → 3.4.4__tar.gz

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.
Files changed (51) hide show
  1. {pystuderxcom-3.4.2/src/pystuderxcom.egg-info → pystuderxcom-3.4.4}/PKG-INFO +1 -1
  2. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/pyproject.toml +1 -1
  3. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_base_async.py +1 -1
  4. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_base_sync.py +1 -1
  5. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/datapoints_xcom.json +8 -8
  6. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4/src/pystuderxcom.egg-info}/PKG-INFO +1 -1
  7. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/LICENSE +0 -0
  8. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/README.md +0 -0
  9. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/setup.cfg +0 -0
  10. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/__init__.py +0 -0
  11. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_serial.py +0 -0
  12. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_tcp.py +0 -0
  13. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_udp.py +0 -0
  14. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/const.py +0 -0
  15. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/data.py +0 -0
  16. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/datapoints.py +0 -0
  17. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/datapoints_120v.json +0 -0
  18. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/datapoints_240v.json +0 -0
  19. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/discover_async.py +0 -0
  20. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/discover_sync.py +0 -0
  21. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/factory_async.py +0 -0
  22. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/factory_sync.py +0 -0
  23. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/families.py +0 -0
  24. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/messages.py +0 -0
  25. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/messages_en.json +0 -0
  26. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/protocol.py +0 -0
  27. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/values.py +0 -0
  28. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom.egg-info/SOURCES.txt +0 -0
  29. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom.egg-info/dependency_links.txt +0 -0
  30. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom.egg-info/requires.txt +0 -0
  31. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom.egg-info/top_level.txt +0 -0
  32. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_base_async.py +0 -0
  33. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_base_sync.py +0 -0
  34. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_serial_async.py +0 -0
  35. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_serial_sync.py +0 -0
  36. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_tcp_async.py +0 -0
  37. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_tcp_sync.py +0 -0
  38. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_udp_async.py +0 -0
  39. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_udp_sync.py +0 -0
  40. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_const.py +0 -0
  41. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_data.py +0 -0
  42. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_datapoints_async.py +0 -0
  43. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_datapoints_sync.py +0 -0
  44. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_discover_async.py +0 -0
  45. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_discover_sync.py +0 -0
  46. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_families.py +0 -0
  47. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_messageset_async.py +0 -0
  48. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_messageset_sync.py +0 -0
  49. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_package_async.py +0 -0
  50. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_package_sync.py +0 -0
  51. {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pystuderxcom
3
- Version: 3.4.2
3
+ Version: 3.4.4
4
4
  Summary: Python library to communicate with Studer-Innotec devices on the local network via Xcom protocol
5
5
  Author-email: Anko Hanse <anko_hanse@hotmail.com>
6
6
  Project-URL: Homepage, https://github.com/ankohanse/pystuderxcom
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pystuderxcom"
3
- version = "3.4.2"
3
+ version = "3.4.4"
4
4
  authors = [
5
5
  { name="Anko Hanse", email="anko_hanse@hotmail.com" },
6
6
  ]
@@ -256,7 +256,7 @@ class AsyncXcomApiBase:
256
256
  if msg:
257
257
  match parameter.nr:
258
258
  case 99020: return msg.message_string
259
- case 99021: return datetime.fromtimestamp(msg.timestamp)
259
+ case 99021: return msg.timestamp
260
260
  case 99022: return msg.source_address
261
261
 
262
262
  case _:
@@ -260,7 +260,7 @@ class XcomApiBase:
260
260
  if msg:
261
261
  match parameter.nr:
262
262
  case 99020: return msg.message_string
263
- case 99021: return datetime.fromtimestamp(msg.timestamp)
263
+ case 99021: return msg.timestamp
264
264
  case 99022: return msg.source_address
265
265
 
266
266
  case _:
@@ -29,14 +29,14 @@
29
29
  { "_rem": "###"},
30
30
  { "_rem": "### Xcom specific params."},
31
31
  { "_rem": "###"},
32
- { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99000, "name": "Is message pending", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
33
- { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99001, "name": "Was RCC reseted", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
34
- { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99002, "name": "Is sd-card present", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
35
- { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99003, "name": "Is sd-card full", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
36
- { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99004, "name": "Is new datalogger file present", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
37
- { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99020, "name": "Latest message", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
38
- { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99021, "name": "Latest message time", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
39
- { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99022, "name": "Latest message source", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
32
+ { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99000, "name": "Is message pending", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
33
+ { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99001, "name": "Was RCC reseted", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
34
+ { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99002, "name": "Is sd-card present", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
35
+ { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99003, "name": "Is sd-card full", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
36
+ { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99004, "name": "Is new datalogger file present", "short": "", "urcc": "", "unit": "", "fmt": "BOOL" },
37
+ { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99020, "name": "Latest message", "short": "", "urcc": "", "unit": "", "fmt": "STRING" },
38
+ { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99021, "name": "Latest message time", "short": "", "urcc": "", "unit": "ts", "fmt": "INT32" },
39
+ { "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99022, "name": "Latest message source", "short": "", "urcc": "", "unit": "addr", "fmt": "INT32" },
40
40
 
41
41
  { "_rem": "###"},
42
42
  { "_rem": "### End of file"},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pystuderxcom
3
- Version: 3.4.2
3
+ Version: 3.4.4
4
4
  Summary: Python library to communicate with Studer-Innotec devices on the local network via Xcom protocol
5
5
  Author-email: Anko Hanse <anko_hanse@hotmail.com>
6
6
  Project-URL: Homepage, https://github.com/ankohanse/pystuderxcom
File without changes
File without changes
File without changes