mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 17:05:45 +00:00
Enable autodl for Hue 100b-12d & 100b-12f (#1097)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user