mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
__attribute__((packed))
This commit is contained in:
parent
972a1f5463
commit
fdfbe187b0
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ struct ClimateDeviceRestoreState {
|
||||||
float target_temperature_low;
|
float target_temperature_low;
|
||||||
float target_temperature_high;
|
float target_temperature_high;
|
||||||
};
|
};
|
||||||
};
|
} __attribute__((packed));
|
||||||
float target_humidity;
|
float target_humidity;
|
||||||
|
|
||||||
/// Convert this struct to a climate call that can be performed.
|
/// Convert this struct to a climate call that can be performed.
|
||||||
|
|
Loading…
Reference in a new issue