Overview
Thestructure bucket holds home-level settings that apply to all devices associated with a structure. It is the primary mechanism for eco (away) mode control.
Object key: structure.{structureId}Direction: Server → device only
The device never sends this bucket in PUT requests.
Fields
Eco Mode
Enter Eco Mode
Setmanual_eco_all: true with a current manual_eco_timestamp:
away_temperature_high/away_temperature_low in the device bucket) and suspends schedule-based HVAC control.
Exit Eco Mode
Exiting eco requires sending three things together:manual_eco_all: false— clears eco (but subject to timestamp validation)away: false— alternate exit path (not validated by timestamp)eco.mode: "schedule"in device bucket — most reliable exit — no timestamp validation, applied unconditionally
away vs manual_eco_all
For a user-facing “Eco” button, use
manual_eco_all. For home/away automation, use away.
Delivering the Structure Bucket
The device does not subscribe to the structure bucket by default. Your server must actively include it in subscribe responses. Once the device receives a structure bucket, it remembers the structure key and includes it in subsequent subscribe requests. From that point on, structure updates flow through the normal subscribe mechanism. Include the structure bucket on every subscribe for paired devices, alongside the user bucket:Choosing the Structure Key
The device processes the bucket identically regardless of the key name — what matters is that the bucket type is
structure.