mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
formatting warning
This commit is contained in:
@@ -201,8 +201,8 @@ export const DeviceValueUOM_s = [
|
||||
'°F',
|
||||
'mV',
|
||||
'sqm',
|
||||
"m3",
|
||||
"l"
|
||||
'm3',
|
||||
'l'
|
||||
];
|
||||
|
||||
export enum AnalogType {
|
||||
@@ -231,7 +231,6 @@ export const AnalogTypeNames = [
|
||||
'PWM 2'
|
||||
];
|
||||
|
||||
|
||||
type BoardProfiles = {
|
||||
[name: string]: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user