Builds the facade over a registry entity.
API surface the facade calls through.
Registry entity to wrap.
ReadonlyidWire did of the wrapped device.
ReadonlyproductProduct generation of the wrapped device.
The comfort target temperature, clamped to the wire's accepted range.
The setpoint in °C.
The measured relative humidity.
The reading in %.
The mode the device is actually applying right now (wire
cur_mode), which can differ from the commanded mode during a
presence derogation.
The reported mode.
The measured ambient temperature.
The reading in °C.
When the running derogation ends, or null when none is running.
The derogation end date, or null.
The running derogation's end, formatted for display in the
configured locale — time-of-day for boost and presence, day +
month + time for vacation. null when no derogation is running —
or when it was already running at first sight: the wire carries no
start timestamp, so the end is only derived when a change is
observed (see Device.derogationEndDate).
The formatted end label, or null.
The derogation duration — minutes for boost, days for vacation.
The wire derog_time value.
The eco target temperature, clamped to the wire's accepted range.
The setpoint in °C.
Whether the device has detected an open window and paused heating.
true while open-window detection is triggered.
Whether the physical controls are locked.
true when the child lock is on.
Whether the device is heating (mode is not stop).
true while any heating mode is active.
Whether a presence derogation is running and currently applying comfort.
true during an active presence window.
Whether the on-device program timer is running.
true when the timer is on.
The user-facing device name, tracking renames across syncs.
The wire dev_alias value.
The temperature compensation offset (wire-encoded around 50 = no change).
The wire com_temp value.
Notify the API's onSyncComplete observer, scoped to this device.
Invoked by the @syncDevices decorator after each decorated
mutation or read.
Send a control payload, merge the echo into the in-memory model, and notify sync observers.
Writable attributes to apply.
The echoed attribute payload.
Merge a partial attribute payload into the registry entity.
Invoked by the @updateDevice decorator.
Partial attribute payload to merge.
Refresh a live attribute read into the in-memory model and notify sync observers.
The fresh attribute payload.
Facade for Pro products: single-register temperatures, humidity and reported-mode measures, open-window detection, and the presence derogation.