Skip to content

Commit 27b95dd

Browse files
feat: DOMRAEM DOM-Z-105P: support dimmer mode (#10746)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 805a696 commit 27b95dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/devices/domraem.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import type {DefinitionWithExtend} from "../lib/types";
33

44
export const definitions: DefinitionWithExtend[] = [
55
{
6-
fingerprint: [{modelID: "RGB", manufacturerName: "DOMRAEM"}],
6+
fingerprint: [
7+
{modelID: "RGB", manufacturerName: "DOMRAEM"},
8+
{modelID: "DIMMER", manufacturerName: "DOMRAEM"},
9+
],
710
model: "DOM-Z-105P",
811
vendor: "DOMRAEM",
912
description: "LED controller",

0 commit comments

Comments
 (0)