1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00

update the ot msg spec units

This commit is contained in:
Robert van den Breemen 2021-12-20 09:24:48 +01:00
parent 00981daae8
commit 17585124dc
2 changed files with 12 additions and 12 deletions

View File

@ -321,7 +321,7 @@ enum OpenThermMessageID {
{ 6, OT_READ , ot_flag8u8, "RBPflags", "Remote-parameter flags", "" },
{ 7, OT_WRITE , ot_f88, "CoolingControl", "Cooling control signal", "%" },
{ 8, OT_WRITE , ot_f88, "TsetCH2", "Control setpoint for 2e CH circuit", "°C" },
{ 9, OT_READ , ot_f88, "TrOverride", "Remote override room setpoint", "" },
{ 9, OT_READ , ot_f88, "TrOverride", "Remote override room setpoint", "°C" },
{ 10, OT_READ , ot_u8u8, "TSP", "Number of TSPs", "" },
{ 11, OT_RW , ot_u8u8, "TSPindexTSPvalue", "Index number / Value of referred-to transparent slave parameter", "" },
{ 12, OT_READ , ot_u8u8, "FHBsize", "Size of Fault-History-Buffer supported by slave", "" },
@ -432,10 +432,10 @@ enum OpenThermMessageID {
{ 117, OT_RW , ot_u16, "CHPumpStarts", "CH pump starts", "" },
{ 118, OT_RW , ot_u16, "DHWPumpValveStarts", "DHW pump/valve startse", "" },
{ 119, OT_RW , ot_u16, "DHWBurnerStarts", "DHW burner startse", "" },
{ 120, OT_RW , ot_u16, "BurnerOperationHours", "Burner operation hours", "" },
{ 121, OT_RW , ot_u16, "CHPumpOperationHours", "CH pump operation hours", "" },
{ 122, OT_RW , ot_u16, "DHWPumpValveOperationHours", "DHW pump/valve operation hours", "" },
{ 123, OT_RW , ot_u16, "DHWBurnerOperationHours", "DHW burner operation hours", "" },
{ 120, OT_RW , ot_u16, "BurnerOperationHours", "Burner operation hours", "hrs" },
{ 121, OT_RW , ot_u16, "CHPumpOperationHours", "CH pump operation hours", "hrs" },
{ 122, OT_RW , ot_u16, "DHWPumpValveOperationHours", "DHW pump/valve operation hours", hrs"" },
{ 123, OT_RW , ot_u16, "DHWBurnerOperationHours", "DHW burner operation hours", "hrs" },
{ 124, OT_READ , ot_f88, "OpenThermVersionMaster", "Master Version OpenTherm Protocol Specification", "" },
{ 125, OT_READ , ot_f88, "OpenThermVersionSlave", "Slave Version OpenTherm Protocol Specification", "" },
{ 126, OT_READ , ot_u8u8, "MasterVersion", "Master product version number and type", "" },

View File

@ -2,15 +2,15 @@
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 9
#define _VERSION_PATCH 1
#define _VERSION_BUILD 1424
#define _VERSION_GITHASH "504cfce"
#define _VERSION_BUILD 1425
#define _VERSION_GITHASH "00981da"
#define _VERSION_PRERELEASE rc1
#define _VERSION_DATE "19-12-2021"
#define _VERSION_TIME "21:28:58"
#define _VERSION_TIME "21:30:34"
#define _SEMVER_CORE "0.9.1"
#define _SEMVER_BUILD "0.9.1+1424"
#define _SEMVER_GITHASH "0.9.1+504cfce"
#define _SEMVER_FULL "0.9.1-rc1+504cfce"
#define _SEMVER_BUILD "0.9.1+1425"
#define _SEMVER_GITHASH "0.9.1+00981da"
#define _SEMVER_FULL "0.9.1-rc1+00981da"
#define _SEMVER_NOBUILD "0.9.1-rc1 (19-12-2021)"
#define _VERSION "0.9.1-rc1+504cfce (19-12-2021)"
#define _VERSION "0.9.1-rc1+00981da (19-12-2021)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver