Sanierung wird jetzt angezeigt ob sie abgeschlossen ist

This commit is contained in:
Husky
2018-07-21 19:41:10 +02:00
parent 449982fa3b
commit 5601eadaee
6 changed files with 51 additions and 12 deletions

View File

@@ -8,12 +8,12 @@ using SanShared;
namespace TempCAN
{
/// <summary>
///
/// Auflistung der Schnittstellen
/// </summary>
public enum TemperaturSchnittstellen
{
/// <summary>
///
/// Tinkerforge schnittstelle
/// </summary>
TINKERFORGE
}