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.
- {pystuderxcom-3.4.2/src/pystuderxcom.egg-info → pystuderxcom-3.4.4}/PKG-INFO +1 -1
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/pyproject.toml +1 -1
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_base_async.py +1 -1
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_base_sync.py +1 -1
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/datapoints_xcom.json +8 -8
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4/src/pystuderxcom.egg-info}/PKG-INFO +1 -1
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/LICENSE +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/README.md +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/setup.cfg +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/__init__.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_serial.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_tcp.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/api_udp.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/const.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/data.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/datapoints.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/datapoints_120v.json +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/datapoints_240v.json +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/discover_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/discover_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/factory_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/factory_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/families.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/messages.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/messages_en.json +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/protocol.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom/values.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom.egg-info/SOURCES.txt +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom.egg-info/dependency_links.txt +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom.egg-info/requires.txt +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/src/pystuderxcom.egg-info/top_level.txt +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_base_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_base_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_serial_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_serial_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_tcp_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_tcp_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_udp_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_api_udp_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_const.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_data.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_datapoints_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_datapoints_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_discover_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_discover_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_families.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_messageset_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_messageset_sync.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_package_async.py +0 -0
- {pystuderxcom-3.4.2 → pystuderxcom-3.4.4}/tests/test_package_sync.py +0 -0
- {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.
|
|
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
|
|
@@ -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
|
|
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
|
|
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": "",
|
|
33
|
-
{ "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99001, "name": "Was RCC reseted", "short": "", "urcc": "", "unit": "",
|
|
34
|
-
{ "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99002, "name": "Is sd-card present", "short": "", "urcc": "", "unit": "",
|
|
35
|
-
{ "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99003, "name": "Is sd-card full", "short": "", "urcc": "", "unit": "",
|
|
36
|
-
{ "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99004, "name": "Is new datalogger file present", "short": "", "urcc": "", "unit": "",
|
|
37
|
-
{ "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99020, "name": "Latest message", "short": "", "urcc": "", "unit": "",
|
|
38
|
-
{ "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99021, "name": "Latest message time", "short": "", "urcc": "", "unit": "", "fmt": "
|
|
39
|
-
{ "fam": "xcom", "lvl": "Info", "pnr": 990, "nr": 99022, "name": "Latest message source", "short": "", "urcc": "", "unit": "",
|
|
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.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|