conson-xp 1.24.0__tar.gz → 1.25.0__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.
- {conson_xp-1.24.0 → conson_xp-1.25.0}/PKG-INFO +1 -1
- {conson_xp-1.24.0 → conson_xp-1.25.0}/pyproject.toml +1 -1
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/__init__.py +1 -1
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/protocol/conbus_event_protocol.py +14 -1
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/term/widgets/protocol_log.py +1 -10
- {conson_xp-1.24.0 → conson_xp-1.25.0}/LICENSE +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/README.md +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/__main__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_actiontable_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_autoreport_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_blink_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_config_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_custom_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_datapoint_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_discover_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_event_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_lightlevel_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_linknumber_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_modulenumber_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_msactiontable_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_output_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_raw_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_receive_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_scan_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/file_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/homekit/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/homekit/homekit.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/homekit/homekit_start_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/module_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/reverse_proxy_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/server/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/server/server_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_blink_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_checksum_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_discover_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_linknumber_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_parse_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_version_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/term/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/term/term.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/term/term_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/main.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/click_tree.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/datapoint_type_choice.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/decorators.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/error_handlers.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/formatters.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/module_type_choice.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/serial_number_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/system_function_choice.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/utils/xp_module_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/connection/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/connection/exceptions.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/actiontable/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/actiontable/actiontable.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/actiontable/msactiontable_xp20.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/actiontable/msactiontable_xp24.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/actiontable/msactiontable_xp33.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_autoreport.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_blink.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_client_config.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_connection_status.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_custom.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_datapoint.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_discover.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_event_list.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_event_raw.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_lightlevel.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_linknumber.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_logger_config.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_output.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_raw.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_receive.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/conbus/conbus_writeconfig.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/homekit/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/homekit/homekit_accessory.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/homekit/homekit_config.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/homekit/homekit_conson_config.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/log_entry.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/protocol/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/protocol/conbus_protocol.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/response.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/action_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/datapoint_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/event_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/event_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/input_action_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/input_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/module_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/module_type_code.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/output_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/reply_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/system_function.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/system_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/telegram_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/telegram/timeparam_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/term/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/term/connection_state.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/term/protocol_keys_config.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/term/status_message.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/models/write_config_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/actiontable_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/msactiontable_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/msactiontable_xp20_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/msactiontable_xp24_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/msactiontable_xp33_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/actiontable_download_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/actiontable_list_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/actiontable_show_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/actiontable_upload_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/msactiontable_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_blink_all_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_blink_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_custom_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_datapoint_queryall_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_datapoint_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_discover_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_event_list_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_event_raw_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_output_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_raw_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_receive_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_scan_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/write_config_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_cache_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_conbus_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_config_validator.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_conson_validator.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_dimminglight.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_dimminglight_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_hap_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_lightbulb.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_lightbulb_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_module_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_outlet.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_outlet_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/log_file_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/module_type_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/protocol/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/protocol/conbus_protocol.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/protocol/protocol_factory.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/protocol/telegram_protocol.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/reverse_proxy_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/base_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/cp20_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/device_service_factory.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/xp130_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/xp20_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/xp230_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/xp24_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/server/xp33_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_blink_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_checksum_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_datapoint_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_discover_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_link_number_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_output_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_version_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/term/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/term/protocol.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/term/protocol.tcss +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/term/protocol.yml +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/term/widgets/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/term/widgets/help_menu.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/term/widgets/status_footer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/utils/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/utils/checksum.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/utils/dependencies.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/utils/event_helper.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/utils/logging.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/utils/serialization.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/utils/state_machine.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/utils/time_utils.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/.coverage +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/conftest.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/.coverage +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/telegram_test_data.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_actiontable_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_api/.coverage +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_api/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_blink_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_checksum_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_conbus_blink_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_conbus_datapoint_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_conbus_raw_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_conbus_receive_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_discovery_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_event_telegram_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_homekit_config_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_link_number_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_module_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_output_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_reverse_proxy_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_system_reply_telegram_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_term_logging_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_version_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_xp20_action_table_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/integration/test_xp24_action_table_integration.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_api/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_click_tree.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_conbus_actiontable_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_conbus_blink_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_datapoint_type_choice.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_decorators.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_error_handlers.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_formatters.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_serial_number_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_system_function_choice.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_cli/test_term_commands.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_connection/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_connection/test_connection_init.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_connection/test_exceptions.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_encoding/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_encoding/test_latin1_edge_cases.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_conbus.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_conbus_client_send.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_conbus_discover.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_conbus_linknumber.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_event_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_log_entry.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_logger_config.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_module_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_reply_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_system_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_system_telegram_enhancements.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_version_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_write_config_type.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_xp20_action_table.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_xp24_action_table.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_models/test_xp24_action_telegram.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_actiontable_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_actiontable_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_actiontable_upload_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_base_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_blink_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_checksum_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_conbus_blink_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_conbus_event_list_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_conbus_event_raw_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_conbus_raw_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_conbus_receive_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_conbus_reverse_proxy_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_device_service_factory.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_discovery_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_homekit_cache_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_homekit_config_validator.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_homekit_conson_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_homekit_services.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_log_file_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_module_type_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_protocol.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_server_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_telegram_input_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_telegram_protocol.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_telegram_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_version_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_xp20_action_table_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_xp24_action_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_xp24_action_table_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_xp24_action_table_service.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_xp33_action_table_serializer.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_services/test_xp_server_services.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_tui/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_tui/test_protocol_log.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_utils/__init__.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_utils/test_checksum.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_utils/test_event_helper.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_utils/test_logging.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_utils/test_serialization.py +0 -0
- {conson_xp-1.24.0 → conson_xp-1.25.0}/tests/unit/test_utils/test_time_utils.py +0 -0
|
@@ -325,10 +325,23 @@ class ConbusEventProtocol(protocol.Protocol, protocol.ClientFactory):
|
|
|
325
325
|
self._reactor.stop()
|
|
326
326
|
|
|
327
327
|
def connect(self) -> None:
|
|
328
|
-
"""Connect to TCP server.
|
|
328
|
+
"""Connect to TCP server.
|
|
329
|
+
|
|
330
|
+
Automatically detects and integrates with running asyncio event loop if present.
|
|
331
|
+
"""
|
|
329
332
|
self.logger.info(
|
|
330
333
|
f"Connecting to TCP server {self.cli_config.ip}:{self.cli_config.port}"
|
|
331
334
|
)
|
|
335
|
+
|
|
336
|
+
# Auto-detect and integrate with asyncio event loop if available
|
|
337
|
+
try:
|
|
338
|
+
event_loop = asyncio.get_running_loop()
|
|
339
|
+
self.logger.debug(f"Detected running event loop: {event_loop}")
|
|
340
|
+
self.set_event_loop(event_loop)
|
|
341
|
+
except RuntimeError:
|
|
342
|
+
# No running event loop - that's fine for non-async contexts
|
|
343
|
+
self.logger.debug("No running event loop detected - using reactor only")
|
|
344
|
+
|
|
332
345
|
self._reactor.connectTCP(self.cli_config.ip, self.cli_config.port, self)
|
|
333
346
|
|
|
334
347
|
def disconnect(self) -> None:
|
|
@@ -101,16 +101,7 @@ class ProtocolLogWidget(Widget):
|
|
|
101
101
|
f"Connecting to {self.protocol.cli_config.ip}:{self.protocol.cli_config.port}..."
|
|
102
102
|
)
|
|
103
103
|
|
|
104
|
-
#
|
|
105
|
-
self.logger.info(f"Protocol object: {self.protocol}")
|
|
106
|
-
self.logger.info(f"Reactor object: {self.protocol._reactor}")
|
|
107
|
-
self.logger.info(f"Reactor running: {self.protocol._reactor.running}")
|
|
108
|
-
|
|
109
|
-
# Get the currently running asyncio event loop (Textual's loop)
|
|
110
|
-
event_loop = asyncio.get_running_loop()
|
|
111
|
-
self.logger.info(f"Current running loop: {event_loop}")
|
|
112
|
-
self.logger.info(f"Loop is running: {event_loop.is_running()}")
|
|
113
|
-
|
|
104
|
+
# Connect to server (auto-detects and integrates with asyncio event loop)
|
|
114
105
|
self.protocol.connect()
|
|
115
106
|
|
|
116
107
|
# Wait for connection to establish
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_actiontable_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_autoreport_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_datapoint_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_discover_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_lightlevel_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_linknumber_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_modulenumber_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/conbus/conbus_msactiontable_commands.py
RENAMED
|
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
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_blink_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_checksum_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_discover_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_linknumber_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_parse_commands.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/cli/commands/telegram/telegram_version_commands.py
RENAMED
|
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
|
|
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
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/msactiontable_serializer.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/msactiontable_xp20_serializer.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/msactiontable_xp24_serializer.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/actiontable/msactiontable_xp33_serializer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/actiontable_list_service.py
RENAMED
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/actiontable_show_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/actiontable/msactiontable_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/conbus/conbus_datapoint_queryall_service.py
RENAMED
|
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
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/homekit/homekit_dimminglight_service.py
RENAMED
|
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
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_datapoint_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{conson_xp-1.24.0 → conson_xp-1.25.0}/src/xp/services/telegram/telegram_link_number_service.py
RENAMED
|
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
|