From dbcf26fc626f4c28f5c2cd4ff0042c7f09cc03c8 Mon Sep 17 00:00:00 2001 From: burmistrzak <61958704+burmistrzak@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:43:04 +0100 Subject: [PATCH] Enable `autodl` for Hue `100b-12d` & `100b-12f` (#1097) --- src/autodl/hue.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/autodl/hue.ts b/src/autodl/hue.ts index a0300f7..19be320 100644 --- a/src/autodl/hue.ts +++ b/src/autodl/hue.ts @@ -44,9 +44,9 @@ const DEVICE_TYPE_IDS: string[] = [ "100b-12a", // '100b-12b', // '100b-12c', - // '100b-12d', + "100b-12d", // '100b-12e', - // '100b-12f', + "100b-12f", ]; function sortByVersion(a: ImageJson, b: ImageJson): number {