-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.9.9] - 2025-01-27 ### Added - VIF group FDFDxx added (41 new VIFs) - therfore some major changes in the lib, like the vif variable to find the definition is now uint64_t and somthing more. CURRENT_SELECTED_APL, SUB_DEVICES, REMAIN_BAT_LIFE_MONTH, CARBON_DIOXIDE_PPM, CARBON_MONOXIDE_PPM, VOLATILE_ORG_COMP_ppb, VOLATILE_ORG_COMP_UG_M3, PARTICLES_UNSPEC_UG_M3, PARTICLES_PM1_UG_M3, PARTICLES_PM2_5_UG_M3, PARTICLES_PM10_UG_M3, PARTICLES_UNSPEC_1M3, PARTICLES_PM1_1M3, PARTICLES_PM2_5_1M3, PARTICLES_PM10_1M3, ILLUMINANCE_LUX, LUMINOUS_IDENSITY_CD, RADIANT_FLUX_DENS, WIND_SPEED_M_S, RAINFALL_L_MM, FORMAZIN_NEPHELOMETER_U, POTENTIAL_HYDROGEN_PH, DISMOUNTS_COUNTER, TEST_BUTTON_COUNTER, ALARM_COUNTER, ALARM_MUTE_COUNTER, OBSTACLE_DETECT_COUNTER, SMOKE_ENTRIES_COUNTER, SMOKE_CHAMBER_DEFECTS, SELF_TEST_COUNTER, SOUNDER_DEFECT_COUNTER, DECIBEL_A, BATTERY_PERCENTAGE, CHAMBER_POLLUTION_LEVEL, DISTANCE_MM, MOISTURE_LEVEL_PERCENT, PRESSURE_SENS_STATUS, SMOKE_ALARM_STATUS, CO_ALARM_STATUS, HEAT_ALARM_STATUS, DOOR_WINDOW_SENS_STATUS, - VIFE name extensions like 0xFC01 for "L1", L1,L2,L3,N,L1-L2,L2-L3,L3-L1,abs.,delta
- Loading branch information
1 parent
c32446c
commit feb6b8d
Showing
6 changed files
with
507 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name=MBusinoLib | ||
version=0.9.8 | ||
version=0.9.9 | ||
author=Zeppelin500 <[email protected]> | ||
maintainer=Zeppelin500 <[email protected]> | ||
sentence=an Arduino M-Bus decode Library | ||
sentence=an Arduino M-Bus decoder Library | ||
paragraph=enables Arduino devices to decode M-Bus | ||
category=Communication | ||
url=https://github.com/Zeppelin500/MBusinoLib.git | ||
|
Oops, something went wrong.