.gitignore
CHANGELOG.md
LICENSE
README.md
coverage_xdist_example.txt
debug_response.py
debug_test.bat
direct_hardware_test.bat
direct_hardware_test.py
generate_coverage.bat
package.sh
pyproject.toml
release.py
run_all_tests.bat
run_hardware_tests.bat
run_integration_tests.bat
run_mock_tests.bat
run_single_test.bat
run_tests.bat
setup.py
setup_and_test.bat
.github/FUNDING.yml
.github/architect.chatmode.md
.github/ask.chatmode.md
.github/code.chatmode.md
.github/debug.chatmode.md
.github/workflows/python-publish.yml
.github/workflows/tests.yml
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/python-selve-new.iml
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml
python_selve_new.egg-info/PKG-INFO
python_selve_new.egg-info/SOURCES.txt
python_selve_new.egg-info/dependency_links.txt
python_selve_new.egg-info/requires.txt
python_selve_new.egg-info/top_level.txt
selve/__init__.py
selve/_version.py
selve/device.py
selve/gateway.py
selve/group.py
selve/iveo.py
selve/senSim.py
selve/sender.py
selve/sensor.py
selve/commands/__init__.py
selve/commands/command.py
selve/commands/device.py
selve/commands/event.py
selve/commands/firmware.py
selve/commands/group.py
selve/commands/iveo.py
selve/commands/param.py
selve/commands/senSim.py
selve/commands/sender.py
selve/commands/sensor.py
selve/commands/service.py
selve/util/__init__.py
selve/util/errors.py
selve/util/protocol.py
selve/util/serial_transport.py
tests/__init__.py
tests/conftest.py
tests/test_import.py
tests/test_replacement.py
tests/integration/README.md
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_device_integration.py
tests/integration/test_selve_gateway_integration.py
tests/integration/test_selve_hardware.py
tests/integration/test_selve_integration.py
tests/unit/__init__.py
tests/unit/mock_utils.py
tests/unit/test_command_coverage.py
tests/unit/test_commands.py
tests/unit/test_device.py
tests/unit/test_device_classes_coverage.py
tests/unit/test_device_commands_extended.py
tests/unit/test_gateway_configuration_issues.py
tests/unit/test_gateway_error_handling_fixed.py
tests/unit/test_group.py
tests/unit/test_group_commands.py
tests/unit/test_missing_components.py
tests/unit/test_mock_commands.py
tests/unit/test_mock_devices_and_groups.py
tests/unit/test_mock_sensors_and_senders.py
tests/unit/test_param_commands_extended.py
tests/unit/test_port_discovery.py
tests/unit/test_selve_advanced_coverage.py
tests/unit/test_selve_core_coverage.py
tests/unit/test_selve_edge_cases.py
tests/unit/test_selve_gateway.py
tests/unit/test_selve_init_comprehensive.py
tests/unit/test_selve_init_response_coverage.py
tests/unit/test_selve_init_simple.py
tests/unit/test_selve_main_class_extensive.py
tests/unit/test_sender_commands_extended.py
tests/unit/test_sensim_commands_extended.py
tests/unit/test_sensor_commands_extended.py
tests/unit/test_serial_transport.py
tests/unit/test_service_command_errors.py
tests/unit/test_service_commands.py
tests/unit/test_util.py
tests/unit/test_utility_coverage.py