Enable autodl for Hue 100b-12d & 100b-12f (#1097)

This commit is contained in:
burmistrzak
2026-03-16 17:43:04 +01:00
committed by GitHub
parent bfc73f6297
commit dbcf26fc62

View File

@@ -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 {