Skip to content

PublishLocationResult

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: publish_location.py.

from picogrid_ecn_client.workflows import PublishLocationResult

Published location and its broker acknowledgement.

PublishLocationResult(*, entity_id: UUID, location: Location, receipt: PublicationReceipt)

Source · workflows/publish.py

NameTypeRequiredDefaultConstraintsDescription
entity_idUUIDyesIdentity associated with the published location.
locationLocationyesTyped location submitted to the ECN.
receiptPublicationReceiptyesBroker acknowledgement for the publication.

Version 0.2.0 · branch main