Skip to content

Commit

Permalink
Add C1 LinkMode to mkradio4
Browse files Browse the repository at this point in the history
  • Loading branch information
SzczepanLeon committed Oct 14, 2024
1 parent de94491 commit d2c4a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/wmbus/driver_mkradio4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ namespace
di.setDefaultFields("name,id,total_m3,target_m3,timestamp");
di.setMeterType(MeterType::WaterMeter);
di.addLinkMode(LinkMode::T1);
di.addLinkMode(LinkMode::C1);
di.addDetection(MANUFACTURER_TCH, 0x62, 0x95);
di.addDetection(MANUFACTURER_TCH, 0x62, 0x70);
di.addDetection(MANUFACTURER_TCH, 0x72, 0x95);
Expand Down
2 changes: 1 addition & 1 deletion components/wmbus/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef MY_VERSION
#define MY_VERSION "4.0.10"
#define MY_VERSION "4.0.11"
#define WMBUSMETERS_VERSION "1.17.1-b8f4a945"
#endif

0 comments on commit d2c4a7c

Please sign in to comment.