From c97789100b0594810db27f66f6a29fbe4152f784 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:49:47 +0000 Subject: [PATCH] Code maintenance: lint, format and build code --- bases/device.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bases/device.mts b/bases/device.mts index 020f8635..352358f5 100644 --- a/bases/device.mts +++ b/bases/device.mts @@ -34,7 +34,7 @@ import type { const DEBOUNCE_DELAY = 1000 -const modes: EnergyReportMode[] = ['regular', 'total'] +const modes: EnergyReportMode[] = ['regular', 'total'] @addToLogs('getName()') export abstract class BaseMELCloudDevice<