aiohomematic-test-support 2025.12.20__py3-none-any.whl → 2025.12.23__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.
- aiohomematic_test_support/__init__.py +1 -1
- aiohomematic_test_support/mock.py +3 -0
- {aiohomematic_test_support-2025.12.20.dist-info → aiohomematic_test_support-2025.12.23.dist-info}/METADATA +1 -1
- {aiohomematic_test_support-2025.12.20.dist-info → aiohomematic_test_support-2025.12.23.dist-info}/RECORD +6 -6
- {aiohomematic_test_support-2025.12.20.dist-info → aiohomematic_test_support-2025.12.23.dist-info}/WHEEL +0 -0
- {aiohomematic_test_support-2025.12.20.dist-info → aiohomematic_test_support-2025.12.23.dist-info}/top_level.txt +0 -0
|
@@ -279,6 +279,9 @@ def get_xml_rpc_proxy( # noqa: C901
|
|
|
279
279
|
"""Return the supported methods."""
|
|
280
280
|
return self._supported_methods
|
|
281
281
|
|
|
282
|
+
def clear_connection_issue(self) -> None:
|
|
283
|
+
"""Clear connection issue (no-op for test mock)."""
|
|
284
|
+
|
|
282
285
|
async def clientServerInitialized(self, interface_id: str) -> None:
|
|
283
286
|
"""Answer clientServerInitialized with pong."""
|
|
284
287
|
await self.ping(callerId=interface_id)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiohomematic-test-support
|
|
3
|
-
Version: 2025.12.
|
|
3
|
+
Version: 2025.12.23
|
|
4
4
|
Summary: Support-only package for AioHomematic (tests/dev). Not part of production builds.
|
|
5
5
|
Author-email: SukramJ <sukramj@icloud.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/SukramJ/aiohomematic
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
aiohomematic_test_support/__init__.py,sha256=
|
|
1
|
+
aiohomematic_test_support/__init__.py,sha256=hwFQdytuqaQAqUbDFz_hSF39zeCY1PW_vafTdwa-Qoo,1623
|
|
2
2
|
aiohomematic_test_support/const.py,sha256=YXN3FvZCqjxOaqCs0E7KTz2PUa1zONzS9-W_6YqJrPI,19755
|
|
3
3
|
aiohomematic_test_support/factory.py,sha256=E3tHyeIAO1Id1c0ODP7WnUs_XOgnt14bMzPyow5SEJc,10772
|
|
4
4
|
aiohomematic_test_support/helper.py,sha256=Ue2tfy10_fiuMjYsc1jYPvo5sEtMF2WVKjvLnTZ0TzU,1360
|
|
5
|
-
aiohomematic_test_support/mock.py,sha256=
|
|
5
|
+
aiohomematic_test_support/mock.py,sha256=h7kL6R7IeZfRArZ7TXfVgX_O2GRC-7CQk9llysQczTI,30228
|
|
6
6
|
aiohomematic_test_support/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
aiohomematic_test_support/data/full_session_randomized_ccu.zip,sha256=kKHMtJouCskAHkXaP1hHRSoWZO2cZDJ9P_EwuJuywJQ,733017
|
|
8
8
|
aiohomematic_test_support/data/full_session_randomized_pydevccu.zip,sha256=_QFWSP03dkiMFdD_w-R98DS6ur4PYDQXw-DCkbJEGg4,1293240
|
|
9
|
-
aiohomematic_test_support-2025.12.
|
|
10
|
-
aiohomematic_test_support-2025.12.
|
|
11
|
-
aiohomematic_test_support-2025.12.
|
|
12
|
-
aiohomematic_test_support-2025.12.
|
|
9
|
+
aiohomematic_test_support-2025.12.23.dist-info/METADATA,sha256=4MzyPgvkaZ98FmvnyIaBgIjGw1Vc1gFDcu06LzacPMc,536
|
|
10
|
+
aiohomematic_test_support-2025.12.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
11
|
+
aiohomematic_test_support-2025.12.23.dist-info/top_level.txt,sha256=KmK-OiDDbrmawIsIgPWNAkpkDfWQnOoumYd9MXAiTHc,26
|
|
12
|
+
aiohomematic_test_support-2025.12.23.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|