type

ObixConn

ObixConn : Conn

Connector to an oBIX HTTP server.

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

obixConn

Marker tag for ObixConn type

obixLobby

The lobby URI is used to address an obixConn API endpoint

obixPollFreq

Duration between obixConn watch polls

username

Username for authentication

password

Password for authentication

obixConn Marker

Marker tag for ObixConn type

obixLobby Uri?

The lobby URI is used to address an obixConn API endpoint.

obixPollFreq Duration? <val:1sec>

Duration between obixConn watch polls. If not configured it defaults to 1sec.

username Str?

Username for authentication

password Password?

Password for authentication

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