mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
use floats for sensor values. fix HA for sensors.
This commit is contained in:
@@ -45,7 +45,7 @@ export interface Device {
|
||||
export interface Sensor {
|
||||
no: number;
|
||||
id: string;
|
||||
temp: string;
|
||||
temp: number;
|
||||
}
|
||||
|
||||
export interface EMSESPDevices {
|
||||
|
||||
Reference in New Issue
Block a user