matter-python-client 0.7.2a0.dev20260602__py3-none-any.whl → 0.8.1a0.dev20260604__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.
@@ -205,12 +205,10 @@ class OperationalCredentials(Cluster):
205
205
  Fields=[
206
206
  ClusterObjectFieldDescriptor(Label="NOCValue", Tag=0, Type=bytes),
207
207
  ClusterObjectFieldDescriptor(Label="ICACValue", Tag=1, Type=typing.Optional[bytes]),
208
- ClusterObjectFieldDescriptor(Label="fabricIndex", Tag=254, Type=uint),
209
208
  ])
210
209
 
211
210
  NOCValue: bytes = b""
212
211
  ICACValue: typing.Optional[bytes] = None
213
- fabricIndex: uint = 0
214
212
 
215
213
  @dataclass
216
214
  class UpdateFabricLabel(ClusterCommand):
@@ -224,11 +222,9 @@ class OperationalCredentials(Cluster):
224
222
  return ClusterObjectDescriptor(
225
223
  Fields=[
226
224
  ClusterObjectFieldDescriptor(Label="label", Tag=0, Type=str),
227
- ClusterObjectFieldDescriptor(Label="fabricIndex", Tag=254, Type=uint),
228
225
  ])
229
226
 
230
227
  label: str = ""
231
- fabricIndex: uint = 0
232
228
 
233
229
  @dataclass
234
230
  class RemoveFabric(ClusterCommand):
@@ -117,7 +117,6 @@ class OtaSoftwareUpdateRequestor(Cluster):
117
117
  ClusterObjectFieldDescriptor(Label="announcementReason", Tag=2, Type=OtaSoftwareUpdateRequestor.Enums.AnnouncementReasonEnum),
118
118
  ClusterObjectFieldDescriptor(Label="metadataForNode", Tag=3, Type=typing.Optional[bytes]),
119
119
  ClusterObjectFieldDescriptor(Label="endpoint", Tag=4, Type=uint),
120
- ClusterObjectFieldDescriptor(Label="fabricIndex", Tag=254, Type=uint),
121
120
  ])
122
121
 
123
122
  providerNodeID: uint = 0
@@ -125,7 +124,6 @@ class OtaSoftwareUpdateRequestor(Cluster):
125
124
  announcementReason: OtaSoftwareUpdateRequestor.Enums.AnnouncementReasonEnum = 0
126
125
  metadataForNode: typing.Optional[bytes] = None
127
126
  endpoint: uint = 0
128
- fabricIndex: uint = 0
129
127
 
130
128
  class Attributes:
131
129
  @dataclass
@@ -217,11 +217,9 @@ class TimeSynchronization(Cluster):
217
217
  return ClusterObjectDescriptor(
218
218
  Fields=[
219
219
  ClusterObjectFieldDescriptor(Label="trustedTimeSource", Tag=0, Type=typing.Union[Nullable, TimeSynchronization.Structs.FabricScopedTrustedTimeSourceStruct]),
220
- ClusterObjectFieldDescriptor(Label="fabricIndex", Tag=254, Type=uint),
221
220
  ])
222
221
 
223
222
  trustedTimeSource: typing.Union[Nullable, TimeSynchronization.Structs.FabricScopedTrustedTimeSourceStruct] = NullValue
224
- fabricIndex: uint = 0
225
223
 
226
224
  @dataclass
227
225
  class SetTimeZone(ClusterCommand):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matter-python-client
3
- Version: 0.7.2a0.dev20260602
3
+ Version: 0.8.1a0.dev20260604
4
4
  Summary: Python Client for the OHF Matter Server
5
5
  Author-email: Open Home Foundation <hello@openhomefoundation.io>
6
6
  License-Expression: Apache-2.0
@@ -88,10 +88,10 @@ chip/clusters/cluster_defs/NetworkCommissioning.py,sha256=H8p8bHJiiUBA0Ss4Uqtlew
88
88
  chip/clusters/cluster_defs/NitrogenDioxideConcentrationMeasurement.py,sha256=Djhhy2v9nu3wSfQFGXM9bLJCkS5fqW2gGl5-U6V_gWo,15855
89
89
  chip/clusters/cluster_defs/OccupancySensing.py,sha256=6vYYGqQorD0UamhAkhgqoK5jtcIv5TLfIjJ7-kmfMFg,18461
90
90
  chip/clusters/cluster_defs/OnOff.py,sha256=uopViBvTZRDbdk_Pchl_vBfN0tWD1BUTTfevpZPCzOY,14606
91
- chip/clusters/cluster_defs/OperationalCredentials.py,sha256=9oqkGBw2kD2ZICjXt1JxVmFppmUxCbCxO6hqri7b_bI,25382
91
+ chip/clusters/cluster_defs/OperationalCredentials.py,sha256=z5KmM9SxnM3Z59ApbAJZJSLmUbfho6lyTfj_w1abE6Y,25124
92
92
  chip/clusters/cluster_defs/OperationalState.py,sha256=B9OcK0a9LrEB5zRvYhhWk4h5k_qgmfwofKq8B1VODHc,17393
93
93
  chip/clusters/cluster_defs/OtaSoftwareUpdateProvider.py,sha256=VPIuSH5wFuhKOYFl5DxTKB84RpJ0ZBt487GLCgGJzwI,12920
94
- chip/clusters/cluster_defs/OtaSoftwareUpdateRequestor.py,sha256=h7Y5jU-ppKVhotbNKbH7wE2wHieBf-qiiZxCzYRS6oU,15362
94
+ chip/clusters/cluster_defs/OtaSoftwareUpdateRequestor.py,sha256=BLcEQJk4LiT1wWcYEYP8qOiRL08QXg-FRkvU1_QL1m8,15233
95
95
  chip/clusters/cluster_defs/OvenCavityOperationalState.py,sha256=X2KBvjsBqvy8nZ9JMkZXhRSe3NqPcOCrpL4Mmy-Qyw8,17653
96
96
  chip/clusters/cluster_defs/OvenMode.py,sha256=aWVs5KB7C4xMDrCi4rHiZikdiZXjyG8q7LNHlImjeIQ,12504
97
97
  chip/clusters/cluster_defs/OzoneConcentrationMeasurement.py,sha256=HOpS3af5x36NJSN5MH0ei87e03PA8eSLzwJtlgAyeho,15715
@@ -128,7 +128,7 @@ chip/clusters/cluster_defs/ThreadBorderRouterManagement.py,sha256=HNGpzTEs3w9f7K
128
128
  chip/clusters/cluster_defs/ThreadNetworkDiagnostics.py,sha256=PXXgKnnH8opQIMFKFQqE1iT3_N4-mpVxrMnLUcsUHHA,63691
129
129
  chip/clusters/cluster_defs/ThreadNetworkDirectory.py,sha256=yW8Gx9SLh72IMkSvN72wuXoufDRnvmFVYerWf_4qDZs,11146
130
130
  chip/clusters/cluster_defs/TimeFormatLocalization.py,sha256=7wLCihDodrxtbicEbBunMrxq1UoGVjtH1mKUWfZYHyw,9056
131
- chip/clusters/cluster_defs/TimeSynchronization.py,sha256=snOuxeAD0csofEy-8qz1guKWGcM0qG3Fpn1HjkkNxUc,28347
131
+ chip/clusters/cluster_defs/TimeSynchronization.py,sha256=iiwypHIiGer4DOzTsvofmVpUcM6iTjydf86sLaxDKJQ,28218
132
132
  chip/clusters/cluster_defs/TlsCertificateManagement.py,sha256=_9_1fH0jeI2Nzv35hACmSrlmIQpnc6E3yZRpnknWUa0,21162
133
133
  chip/clusters/cluster_defs/TlsClientManagement.py,sha256=DHVxEz--DClOccCVtzhs38fi7awczgUdDrN-cOEVDzw,12430
134
134
  chip/clusters/cluster_defs/TotalVolatileOrganicCompoundsConcentrationMeasurement.py,sha256=fEU5e4qOH3ZIVZoYXUQv52te-q8iLC0bpd7JITsOCaY,16051
@@ -167,7 +167,7 @@ matter_server/common/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
167
167
  matter_server/common/helpers/api.py,sha256=9maToXRnef6SLGnecaTSBlWU7wDSG3elil-HtffQ2TA,1993
168
168
  matter_server/common/helpers/json.py,sha256=FktcqarAhmdI0AdiBwo7gCdJp6rA-uVdeNUglQv6HhA,1307
169
169
  matter_server/common/helpers/util.py,sha256=6vi945T2X14XQndhWW03Snj3yHbKALJHGU2qXCLvVFk,12948
170
- matter_python_client-0.7.2a0.dev20260602.dist-info/METADATA,sha256=OE6zokdd7XKZJFpY1GHbRf9Z4larq8pUdbXgMzKzndo,4412
171
- matter_python_client-0.7.2a0.dev20260602.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
172
- matter_python_client-0.7.2a0.dev20260602.dist-info/top_level.txt,sha256=qqEVT8dTHhSn15gf6otxpB5dYM48Sqsucdx9W2Lq-So,19
173
- matter_python_client-0.7.2a0.dev20260602.dist-info/RECORD,,
170
+ matter_python_client-0.8.1a0.dev20260604.dist-info/METADATA,sha256=u2ptVhCu1IGm_VGHKV2R5IAYyqRo0yA7qRuPDzMHjUI,4412
171
+ matter_python_client-0.8.1a0.dev20260604.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
172
+ matter_python_client-0.8.1a0.dev20260604.dist-info/top_level.txt,sha256=qqEVT8dTHhSn15gf6otxpB5dYM48Sqsucdx9W2Lq-So,19
173
+ matter_python_client-0.8.1a0.dev20260604.dist-info/RECORD,,