BugFix
felder Frieren nun nicht mehr ein, problem lag beim Databinding. Fand Statt im on load methode, dies führte dazu dass beim datumpicker, der noch nicht angezeigt wurde, die felder einfrieren. Schnittstelle für Temperatur erweitert. Beim schließen des forms, wird die Straßenliste neugebaut
This commit is contained in:
19
TempCAN/TinkerForgeTemperatur.cs
Normal file
19
TempCAN/TinkerForgeTemperatur.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TempCAN
|
||||
{
|
||||
public class TinkerForgeTemperatur : ITemperature
|
||||
{
|
||||
private static string HOST = "localhost";
|
||||
private static int PORT = 4223;
|
||||
|
||||
public double GetTemperatur()
|
||||
{
|
||||
return 12.3;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user