type

NestConn

NestConn : Conn

Google Nest connector

slots id

Unique identifier for entity in its project

spec

Type of this entity

conn

Marker tag for Conn type

actorTimeout

Timeout for messages send to the connector's actor thread

connErr

Error message associated when connStatus indicates an error condition

connLinger

Linger timeout used to keep a connector open

connOpenRetryFreq

Duration used for connector open retries

connPingFreq

Duration used to configure the auto-ping feature on a given connector

connState

Current connection open/close state of a connector

connStatus

Current status of a connector as one of the predefined strings See Connectors

connTuningRef

Reference to a tuning configuration defined by a ConnTuning rec

disabled

Sets connector into disabled state to prevent communication

nestConn

Marker tag for NestConn type

nestClientId

The OAuth client_id for your application

nestClientSecret

The OAuth client_secret for your application

nestProjectId

The project identifier from your Google Device Access project

nestRefreshToken

The OAuth refresh_token for your application

nestConn Marker

Marker tag for NestConn type

nestClientId Password?

The OAuth client_id for your application. Follow the prerequisites to obtain this value.

nestClientSecret Password?

The OAuth client_secret for your application. Follow the prerequisites to obtain this value.

nestProjectId Str?

The project identifier from your Google Device Access project. Follow the prerequisites to obtain this value.

nestRefreshToken Password?

The OAuth refresh_token for your application. Follow the prerequisites to obtain this value.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST