Skip to content

Commit

Permalink
Add a minimal projector configuration, only power on/off
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooggiieerr committed Dec 23, 2023
1 parent 1494d83 commit 2380b30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions benqprojector/configs/minimal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"commands": [
"pow"
],
"sources": [],
"audio_sources": [],
"picture_modes": [],
"color_temperatures": [],
"aspect_ratios": [],
"projector_positions": [],
"menu_positions": [],
"lamp_modes": [],
"3d_modes": [],
"poweron_time": 100,
"poweroff_time": 100
}

0 comments on commit 2380b30

Please sign in to comment.