fix sensor output on error

This commit is contained in:
MichaelDvP
2020-10-22 12:05:05 +02:00
parent 28f989ef36
commit 16300b6070
3 changed files with 19 additions and 30 deletions

View File

@@ -45,7 +45,7 @@ export interface Device {
export interface Sensor {
no: number;
id: string;
temp: number;
temp: string;
}
export interface EMSESPDevices {