Skip to content

Commit 352f456

Browse files
Update models.py
1 parent 45c8346 commit 352f456

File tree

1 file changed

+3
-0
lines changed
  • packages/openremote_client/src/openremote_client

1 file changed

+3
-0
lines changed

packages/openremote_client/src/openremote_client/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ class ServiceDescriptor(BaseModel):
120120
status: ServiceStatus | None = None
121121
"""The status of the service, e.g. 'AVAILABLE'"""
122122

123+
instanceId: str | None = None
124+
"""The unique instance identifier of the registered service."""
125+
123126

124127
class ServiceRegistrationResponse(BaseModel):
125128
"""Response object for the service register operation.

0 commit comments

Comments
 (0)