Get details about a user's specific heat pump
Get the heat pump related to a specific user under a specific organization.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
The user ID of the user whom the heat pump belongs to
The ID of the specified heat pump
Query Parameters
If true, includes soft-deleted
Response
OK
ok, warning, error, unknown ok, warning, error, unknown ok, warning, error, unknown AT, AT_HOURLY, BE, CH, EE, DE_LU, HU, IT_CNOR, IT_CSUD, IT_NORD, IT_PUN, IT_SARD, IT_SICI, IT_SUD, PT, RO, SE_1, SE_2, SE_3, SE_4, UK When set, the device is considered deleted.
20Error metadata when lifecycle_state is 'error'.
2553002010010010Overrides the temperature change amount when steering the device for slight changes. For example, from MIN to LOW. Disclaimer: this depends on the integration support for overrides.
Overrides the temperature change amount when steering the device for significant changes. For example, from MIN to MAX. Disclaimer: this depends on the integration support for overrides.
URL to embeddable onboarding form
Base URL for authorizing with the Podero server
True when at least one action is pending against this device and the partner must take that action before the device can resume normal operation. The actions field on the detail response carries the specifics.
True when the device has at least one unread information notification for the owner.
Pending actions the partner can take on this device. Each item carries a code discriminator that determines its remaining fields — different action codes can use different resolution mechanisms (URL flow, webhook, in-band command, ...). Empty when nothing is pending.
Action requiring the partner to reauthenticate the user against an upstream provider.
Once more action codes are introduced, expose them as sibling classes (e.g.
FooAction with code: Literal["foo"]) and combine them into a discriminated
union (Annotated[ReauthenticateAction | FooAction, Field(discriminator="code")])
so OpenAPI consumers can branch on code to select the right shape.
- ReauthenticateProjection
- InformationActionProjection
