Skip to content

Commit

Permalink
add missing config part
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Jan 5, 2025
1 parent c7e2ad9 commit 93a82d4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/MMM-Pir.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@ Module.register("MMM-Pir", {
wrandrForceRotation: "normal",
wrandrForceMode: null,
waylandDisplayName: "wayland-0",
relayGPIOPin: 0
relayGPIOPin: 0,
ddcutil: {
powerOnCode: "01",
powerOffCode: "04",
skipSetVcpCheck: false,
setPowerRetries: 0
}
},
Pir: {
mode: 0,
gpio: 21
gpio: 21,
config: "auto"
},
Motion: {
deviceId: 0,
Expand Down

0 comments on commit 93a82d4

Please sign in to comment.