We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805a696 commit 27b95ddCopy full SHA for 27b95dd
src/devices/domraem.ts
@@ -3,7 +3,10 @@ import type {DefinitionWithExtend} from "../lib/types";
3
4
export const definitions: DefinitionWithExtend[] = [
5
{
6
- fingerprint: [{modelID: "RGB", manufacturerName: "DOMRAEM"}],
+ fingerprint: [
7
+ {modelID: "RGB", manufacturerName: "DOMRAEM"},
8
+ {modelID: "DIMMER", manufacturerName: "DOMRAEM"},
9
+ ],
10
model: "DOM-Z-105P",
11
vendor: "DOMRAEM",
12
description: "LED controller",
0 commit comments