matter-python-client 1.4.1a0.dev20260813__tar.gz → 1.4.1a2.dev20260830__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.
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/PKG-INFO +1 -1
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_python_client.egg-info/PKG-INFO +1 -1
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/models.py +5 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/pyproject.toml +1 -1
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_network_topology.py +28 -2
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/README.md +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/ChipUtility.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/ClusterObjects.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/Objects.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/Types.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/AccessControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/AccountLogin.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Actions.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ActivatedCarbonFilterMonitoring.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/AdministratorCommissioning.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/AirQuality.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/AmbientContextSensing.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ApplicationBasic.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ApplicationLauncher.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/AudioOutput.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/BasicInformation.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Binding.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/BooleanState.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/BooleanStateConfiguration.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/BridgedDeviceBasicInformation.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/CameraAvSettingsUserLevelManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/CameraAvStreamManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/CarbonDioxideConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/CarbonMonoxideConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Channel.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Chime.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ClosureControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ClosureDimension.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ColorControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/CommissionerControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/CommodityMetering.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/CommodityPrice.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/CommodityTariff.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ContentAppObserver.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ContentControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ContentLauncher.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Descriptor.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/DeviceEnergyManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/DeviceEnergyManagementMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/DiagnosticLogs.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/DishwasherAlarm.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/DishwasherMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/DoorLock.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/DraftElectricalMeasurementCluster.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/EcosystemInformation.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ElectricalEnergyMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ElectricalGridConditions.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ElectricalPowerMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/EnergyEvse.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/EnergyEvseMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/EnergyPreference.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/EthernetNetworkDiagnostics.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/EveCluster.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/FanControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/FixedLabel.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/FlowMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/FormaldehydeConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/GeneralCommissioning.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/GeneralDiagnostics.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Globals.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/GroupKeyManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Groupcast.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Groups.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/HeimanCluster.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/HepaFilterMonitoring.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/IcdManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Identify.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/IlluminanceMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/InovelliCluster.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/JointFabricAdministrator.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/JointFabricDatastore.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/KeypadInput.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/LaundryDryerControls.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/LaundryWasherControls.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/LaundryWasherMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/LevelControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/LocalizationConfiguration.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/LowPower.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/MediaInput.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/MediaPlayback.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Messages.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/MeterIdentification.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/MicrowaveOvenControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/MicrowaveOvenMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ModeSelect.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/NeoCluster.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/NetworkCommissioning.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/NitrogenDioxideConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OccupancySensing.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OnOff.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OperationalCredentials.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OperationalState.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OtaSoftwareUpdateProvider.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OtaSoftwareUpdateRequestor.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OvenCavityOperationalState.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OvenMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/OzoneConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Pm10ConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Pm1ConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Pm25ConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/PowerSource.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/PowerSourceConfiguration.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/PowerTopology.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/PressureMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/PumpConfigurationAndControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/PushAvStreamTransport.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/RadonConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/RefrigeratorAlarm.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/RefrigeratorAndTemperatureControlledCabinetMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/RelativeHumidityMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/RvcCleanMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/RvcOperationalState.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/RvcRunMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ScenesManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ServiceArea.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/SmokeCoAlarm.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/SoftwareDiagnostics.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/SoilMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Switch.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TargetNavigator.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TclDehumidifierCluster.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TemperatureAlarm.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TemperatureControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TemperatureMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/Thermostat.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ThermostatUserInterfaceConfiguration.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ThirdRealityMeteringCluster.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ThreadBorderRouterManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ThreadNetworkDiagnostics.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ThreadNetworkDirectory.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TimeFormatLocalization.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TimeSynchronization.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TlsCertificateManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TlsClientManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/TotalVolatileOrganicCompoundsConcentrationMeasurement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/UnitLocalization.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/UserLabel.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ValveConfigurationAndControl.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WagoCluster.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WakeOnLan.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WaterHeaterManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WaterHeaterMode.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WaterTankLevelMonitoring.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WebRtcTransportDefinitions.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WebRtcTransportProvider.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WebRtcTransportRequestor.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WiFiNetworkDiagnostics.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WiFiNetworkManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/WindowCovering.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/ZoneManagement.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/cluster_defs/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/clusters/enum.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/tlv/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/chip/tlv/tlvlist.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_python_client.egg-info/SOURCES.txt +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_python_client.egg-info/dependency_links.txt +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_python_client.egg-info/not-zip-safe +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_python_client.egg-info/requires.txt +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_python_client.egg-info/top_level.txt +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/client/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/client/client.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/client/connection.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/client/exceptions.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/client/models/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/client/models/device_types.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/client/models/node.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/const.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/custom_clusters.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/errors.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/helpers/__init__.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/helpers/api.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/helpers/json.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/common/helpers/util.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/matter_server/py.typed +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/setup.cfg +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_client.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_client_integration.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_credentials.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_event_dispatch.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_icd.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_imports.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_integration.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_ota_upload.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_util.py +0 -0
- {matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/tests/test_webrtc_protocol.py +0 -0
|
@@ -307,6 +307,11 @@ class NetworkTopologyNode:
|
|
|
307
307
|
rloc16: int | None = None
|
|
308
308
|
ext_pan_id: str | None = None
|
|
309
309
|
network_name: str | None = None
|
|
310
|
+
# Wi-Fi SSID and BSSID, on wifi_ap nodes and the stations joined to them.
|
|
311
|
+
ssid: str | None = None
|
|
312
|
+
bssid: str | None = None
|
|
313
|
+
# Border router mDNS host name, already normalized to a display label.
|
|
314
|
+
host_name: str | None = None
|
|
310
315
|
vendor_name: str | None = None
|
|
311
316
|
model_name: str | None = None
|
|
312
317
|
last_seen: int | None = None
|
{matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/pyproject.toml
RENAMED
|
@@ -25,7 +25,7 @@ license = "Apache-2.0"
|
|
|
25
25
|
name = "matter-python-client"
|
|
26
26
|
readme = "README.md"
|
|
27
27
|
requires-python = ">=3.12"
|
|
28
|
-
version = "1.4.
|
|
28
|
+
version = "1.4.1a2.dev20260830"
|
|
29
29
|
|
|
30
30
|
[project.urls]
|
|
31
31
|
Homepage = "https://github.com/matter-js/matterjs-server"
|
|
@@ -66,11 +66,27 @@ _WIRE_TOPOLOGY = {
|
|
|
66
66
|
"network_type": "thread",
|
|
67
67
|
"role": "router",
|
|
68
68
|
"ext_address": "1122AABBCC334455",
|
|
69
|
+
"host_name": "Cuisine",
|
|
69
70
|
"vendor_name": "Apple",
|
|
70
71
|
"last_seen": 1767887990000,
|
|
71
72
|
},
|
|
72
|
-
{
|
|
73
|
-
|
|
73
|
+
{
|
|
74
|
+
"id": "5",
|
|
75
|
+
"kind": "matter",
|
|
76
|
+
"network_type": "wifi",
|
|
77
|
+
"node_id": 5,
|
|
78
|
+
"role": "station",
|
|
79
|
+
"ssid": "MyWiFi",
|
|
80
|
+
"bssid": "11:22:33:44:55:66",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "ap_112233445566",
|
|
84
|
+
"kind": "wifi_ap",
|
|
85
|
+
"network_type": "wifi",
|
|
86
|
+
"role": "ap",
|
|
87
|
+
"ssid": "MyWiFi",
|
|
88
|
+
"bssid": "11:22:33:44:55:66",
|
|
89
|
+
},
|
|
74
90
|
],
|
|
75
91
|
"connections": [
|
|
76
92
|
{
|
|
@@ -116,6 +132,16 @@ async def test_get_network_topology_uses_schema_13() -> None:
|
|
|
116
132
|
ext_pan_id="1122334455667788",
|
|
117
133
|
network_name="OpenThread",
|
|
118
134
|
)
|
|
135
|
+
border_router = result.nodes[1]
|
|
136
|
+
assert border_router.host_name == "Cuisine"
|
|
137
|
+
# the Wi-Fi pair reaches the dataclass on both the station and the AP
|
|
138
|
+
assert (result.nodes[2].ssid, result.nodes[2].bssid) == ("MyWiFi", "11:22:33:44:55:66")
|
|
139
|
+
assert (result.nodes[3].ssid, result.nodes[3].bssid) == ("MyWiFi", "11:22:33:44:55:66")
|
|
140
|
+
# a Thread node carries neither
|
|
141
|
+
assert (result.nodes[0].ssid, result.nodes[0].bssid) == (None, None)
|
|
142
|
+
# a node the server sent no host_name for must default to None, not raise
|
|
143
|
+
assert result.nodes[2].host_name is None
|
|
144
|
+
|
|
119
145
|
thread_link = result.connections[0]
|
|
120
146
|
assert thread_link == NetworkTopologyConnection(
|
|
121
147
|
source="1",
|
{matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/README.md
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
|
|
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
|
|
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
|
{matter_python_client-1.4.1a0.dev20260813 → matter_python_client-1.4.1a2.dev20260830}/setup.cfg
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
|