__attribute__((packed))

This commit is contained in:
Tomasz Duda 2024-08-07 19:02:27 +02:00
parent 972a1f5463
commit fdfbe187b0

View file

@ -141,7 +141,7 @@ struct ClimateDeviceRestoreState {
float target_temperature_low;
float target_temperature_high;
};
};
} __attribute__((packed));
float target_humidity;
/// Convert this struct to a climate call that can be performed.