formatting warning

This commit is contained in:
proddy
2022-02-17 10:45:44 +01:00
parent d11a67527f
commit ca04ebccd2

View File

@@ -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;
}; };