Skip to content

Commit

Permalink
Update bresser_leakage.c
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Aug 7, 2023
1 parent 10aac85 commit 62ccfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/bresser_leakage.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static int bresser_leakage_decode(r_device *decoder, bitbuffer_t *bitbuffer)
"id", "", DATA_FORMAT, "%08x", DATA_INT, sensor_id,
"channel", "", DATA_INT, chan,
"battery_ok", "Battery", DATA_INT, battery_ok,
"alarm", "Alarm", DATA_INT, leakage,
"alarm", "Alarm", DATA_INT, alarm,
"startup", "Startup", DATA_COND, startup, DATA_INT, startup,
NULL);
/* clang-format on */
Expand Down

0 comments on commit 62ccfdc

Please sign in to comment.