Skip to content

Commit

Permalink
Fixed Berry energy missing attributes (#22116)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Sep 9, 2024
1 parent a75a58d commit 7247cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- Shutter missing HOLD on shutterbutton (#22108)
- ModbusBridge request and response logic (#22075)
- Berry energy missing attributes

### Removed

Expand Down
2 changes: 1 addition & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_energy.ino
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern "C" {
};
extern "C" const be_ctypes_structure_t be_energy_struct = {
sizeof(tEnergy), /* size in bytes */
68, /* number of elements */
108, /* number of elements */
be_ctypes_instance_mappings,
(const be_ctypes_structure_item_t[108]) {
{ "active_power", offsetof(tEnergy, active_power[0]), 0, 0, ctypes_float, 0 },
Expand Down

0 comments on commit 7247cd6

Please sign in to comment.