We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c8346 commit 352f456Copy full SHA for 352f456
packages/openremote_client/src/openremote_client/models.py
@@ -120,6 +120,9 @@ class ServiceDescriptor(BaseModel):
120
status: ServiceStatus | None = None
121
"""The status of the service, e.g. 'AVAILABLE'"""
122
123
+ instanceId: str | None = None
124
+ """The unique instance identifier of the registered service."""
125
+
126
127
class ServiceRegistrationResponse(BaseModel):
128
"""Response object for the service register operation.
0 commit comments