mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
add defines for datapoint types
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user