add defines for datapoint types

This commit is contained in:
Thomas Kunze
2019-09-02 22:55:23 +02:00
parent 5577774ef9
commit f2d45b233a
2 changed files with 362 additions and 0 deletions

View File

@@ -72,6 +72,10 @@ void setup()
{
// register callback for reset GO
goReset.callback(resetCallback);
goReset.dataPointType(DPT_Trigger);
goCurrent.dataPointType(DPT_Value_Temp);
goMin.dataPointType(DPT_Value_Temp);
goMax.dataPointType(DPT_Value_Temp);
SerialDBG.print("Timeout: ");
SerialDBG.println(knx.paramByte(0));