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