From 2dffbcc43469553ffd8be65b0f292e372a32f57e Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 23 Jan 2025 12:08:19 +0200 Subject: [PATCH] lib/index.ts: Trigger new build and release Change-type: patch Signed-off-by: Alexandru Costache --- lib/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.ts b/lib/index.ts index 6c39cb8..ae8c059 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,4 +1,4 @@ -// import all features +// import all necessary features import { networkImplementations } from './features/network'; import { powerImplementations } from './features/power'; import { videoImplementations } from './features/video'; @@ -72,4 +72,4 @@ export class Autokit { await this.serial.teardown(); await this.digitalRelay.teardown(); } -} \ No newline at end of file +}