Tranfer to net core

This commit is contained in:
Damian Wessels
2023-01-14 09:39:16 +01:00
parent ce49ba5bc7
commit 12fa97bc28
17 changed files with 159 additions and 771 deletions

View File

@@ -29,8 +29,8 @@ namespace TempCAN
{
switch(temperaturSchnittstellen)
{
case TemperaturSchnittstellen.TINKERFORGE:
return new TinkerForgeTemperatur();
//case TemperaturSchnittstellen.TINKERFORGE:
//return new TinkerForgeTemperatur();
default:

View File

@@ -1,4 +1,4 @@
using System;
/*using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -66,3 +66,5 @@ namespace TempCAN
}
}
}
*/